summaryrefslogtreecommitdiffstats
path: root/common/rfb
Commit message (Expand)AuthorAgeFilesLines
...
* | Stop abusing InputHandler class for write classPierre Ossman2018-03-282-11/+8
* | Add missing break for LED state checkPierre Ossman2018-03-281-0/+1
|/
* VNCServerST: Allow unsetting pixel buffer.Michal Srb2018-03-071-10/+6
* Fix rounding error in pixel down conversionPierre Ossman2018-03-014-20/+26
* Merge branch 'congestion' of https://github.com/CendioOssman/tigervncPierre Ossman2018-02-2611-219/+650
|\
| * Add crude congestion window debug tracePierre Ossman2017-11-173-0/+44
| * Add simple slow start to congestion controlPierre Ossman2017-11-172-22/+56
| * Improved congestion control handlingPierre Ossman2017-11-176-118/+363
| * Move congestion control to its own classPierre Ossman2017-11-175-207/+292
| * Reduce header dependencies in server classesPierre Ossman2017-11-175-13/+19
| * Use a queue for congestion pingsPierre Ossman2017-11-172-16/+30
| * Handle timers which should be executed right awayPierre Ossman2017-11-171-0/+3
* | Fix bug where server cursor might disappearPierre Ossman2017-11-171-6/+4
* | Avoid extra framebuffer update messagesPierre Ossman2017-11-171-17/+5
* | Fix for initial client side cursorPierre Ossman2017-11-172-4/+9
* | Fix "int-in-bool-context" compile errorsBrian P. Hinz2017-11-162-2/+2
* | Merge pull request #500 from bphinz/issue106-rebaseBrian Hinz2017-11-151-3/+11
|\ \
| * | avoid putting more includes in headers than necessaryBrian P. Hinz2017-11-152-1/+1
| * | Move gnutls functions into SSecurityTLSBrian P. Hinz2017-11-142-3/+11
* | | Merge branch 'x0-xdesktop-initial-cursor' of https://github.com/x11clone/x11c...Pierre Ossman2017-11-084-9/+28
|\ \ \
| * | | x0vncserver does not support SetDesktopSize; remove -AcceptSetDesktopSizePeter Åstrand (astrand)2017-11-082-0/+24
| * | | Remove support for Lynx/OSPeter Åstrand (astrand)2017-11-081-5/+0
| * | | Define cork() as pure virtual in Socket classPeter Åstrand (astrand)2017-11-081-4/+4
* | | | Avoid corner case of applications rendering at frame ratePierre Ossman2017-11-061-1/+11
* | | | Fix broken logic for sending mouse cursorPierre Ossman2017-11-061-2/+3
|/ / /
* | | Make exception classes have clearer messagesPierre Ossman2017-10-125-33/+45
* | | Push query connect timeout back in to XvncPierre Ossman2017-10-044-16/+2
* | | Keep alpha in cursor alpha conversionPierre Ossman2017-10-021-1/+0
* | | Make sure to start the frame timer after a buffer changePierre Ossman2017-09-221-0/+1
* | | Get rid of getFbSize()/getDesktopSize() in commonPierre Ossman2017-09-222-9/+0
* | | Merge branch 'fix-warnings'Pierre Ossman2017-09-1517-18/+49
|\ \ \
| * | | rfb: Avoid unused argument warnings in headersSteve Kondik2017-09-154-7/+18
| * | | rfb: vsnprintf returns an int, not size_tSteve Kondik2017-07-101-1/+1
| * | | rfb: Silence nonliteral format string warning in LoggerSteve Kondik2017-07-102-4/+10
| * | | rfb: Fix inheritance in CMsgWriterSteve Kondik2017-07-082-2/+2
| * | | rfb: Fix struct-vs-class warningsSteve Kondik2017-07-085-6/+7
| * | | Add missing virtual destructorsSteve Kondik2017-07-084-0/+10
| * | | rfb: Fix hidden function overload warningsSteve Kondik2017-07-081-0/+2
* | | | Fix shift state test in lock key heuristicsPierre Ossman2017-09-152-18/+18
* | | | Merge branch 'securemsg' of https://github.com/CendioOssman/tigervncPierre Ossman2017-09-1511-4/+35
|\ \ \ \
| * | | | Use better security method description when using VeNCryptPierre Ossman2017-09-012-1/+8
| * | | | Add better error message for insecure certificate algorithmsPierre Ossman2017-09-011-0/+3
| * | | | Display security state when asking for passwordPierre Ossman2017-09-0110-3/+24
| | |/ / | |/| |
* | | | Merge branch 'qemukbd-merge' of https://github.com/CendioOssman/tigervncPierre Ossman2017-09-1526-38/+471
|\ \ \ \
| * | | | Track keys based on client supplied key codesPierre Ossman2017-08-282-10/+44
| * | | | Remove unused needsLastRect state variablePierre Ossman2017-08-281-1/+0
| * | | | Fix wrong argument for CMsgWriter::clientCutText()Pierre Ossman2017-08-282-2/+2
| * | | | Basic support for QEMU Extended Key EventsPierre Ossman2017-08-2821-44/+188
| * | | | Send lock LED state from server to clientPierre Ossman2017-08-247-54/+161
| * | | | Add server side lock key sync heuristicPierre Ossman2017-08-244-1/+82