summaryrefslogtreecommitdiffstats
path: root/common/rfb/VNCSConnectionST.cxx
Commit message (Expand)AuthorAgeFilesLines
* Improved clipboard APIPierre Ossman2019-07-011-23/+55
* Clean up internal clipboard handlingPierre Ossman2019-07-011-4/+4
* Add delay on authentication failuresPierre Ossman2019-04-011-1/+21
* Merge branch 'connparams' of https://github.com/CendioOssman/tigervncPierre Ossman2018-12-101-61/+53
|\
| * Require all SMsgWriter caller to check capabilitiesPierre Ossman2018-12-101-5/+7
| * Abstract sending cursor and resizing the desktopPierre Ossman2018-12-101-18/+11
| * Always send current screen layout to clientPierre Ossman2018-12-101-7/+3
| * Remove indirect capability attributesPierre Ossman2018-11-011-8/+7
| * Move copy rect handling to EncodeManagerPierre Ossman2018-11-011-3/+1
| * Rename ConnParams to ClientParamsPierre Ossman2018-11-011-36/+36
| * Encapsulate screen layout storage in ConnParamsPierre Ossman2018-11-011-18/+20
* | Abort unsafe lossless refresh earlyPierre Ossman2018-11-231-13/+15
* | Move lossless refresh handling to separate methodPierre Ossman2018-11-231-45/+78
* | Change idle timeout to timerPierre Ossman2018-11-091-38/+23
* | Move ListConnInfo to WinVNC directoryPierre Ossman2018-11-091-43/+1
* | Encapsulate client handling in VNCServerSTPierre Ossman2018-10-261-51/+4
* | Move access rights and closing to SConnection objectPierre Ossman2018-10-101-30/+49
* | Encapsulate setDesktopSize() in VNCServerSTPierre Ossman2018-10-101-19/+1
* | Encapsulate event handling in VNCServerSTPierre Ossman2018-10-101-36/+15
* | Use accessor methods for VNCServerSTPierre Ossman2018-10-101-23/+24
* | Remove QueryConnectionHandlerPierre Ossman2018-10-101-2/+3
* | Force common flow of connection queriesPierre Ossman2018-10-091-10/+1
|/
* Limit maximum lossless refresh CPU usagePierre Ossman2018-09-201-2/+7
* Don't attempt to send empty lossless refreshPierre Ossman2018-09-201-6/+9
* Avoid refresh of recently changed areasPeter Åstrand (astrand)2018-09-201-5/+17
* Fix bad type on congestion ETA variablePierre Ossman2018-07-171-1/+1
* Send lossless refresh even with pending updatesPierre Ossman2018-03-281-12/+19
* Limit lossless refresh update to safe sizePierre Ossman2018-03-281-2/+14
* Automatic lossless refreshPierre Ossman2018-03-281-3/+11
* Remove redundant Region::copyFrom()Pierre Ossman2018-03-281-1/+1
* Respect request area for cursor renderingPierre Ossman2018-03-281-24/+23
* Merge branch 'congestion' of https://github.com/CendioOssman/tigervncPierre Ossman2018-02-261-194/+40
|\
| * Add crude congestion window debug tracePierre Ossman2017-11-171-0/+1
| * Improved congestion control handlingPierre Ossman2017-11-171-4/+23
| * Move congestion control to its own classPierre Ossman2017-11-171-194/+5
| * Reduce header dependencies in server classesPierre Ossman2017-11-171-5/+8
| * Use a queue for congestion pingsPierre Ossman2017-11-171-14/+26
* | 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-171-4/+8
* | Merge branch 'x0-xdesktop-initial-cursor' of https://github.com/x11clone/x11c...Pierre Ossman2017-11-081-4/+4
|\ \
| * | Define cork() as pure virtual in Socket classPeter Åstrand (astrand)2017-11-081-4/+4
* | | Fix broken logic for sending mouse cursorPierre Ossman2017-11-061-2/+3
|/ /
* | Push query connect timeout back in to XvncPierre Ossman2017-10-041-8/+2
* | Fix shift state test in lock key heuristicsPierre Ossman2017-09-151-18/+16
* | Merge branch 'qemukbd-merge' of https://github.com/CendioOssman/tigervncPierre Ossman2017-09-151-19/+159
|\ \
| * | Track keys based on client supplied key codesPierre Ossman2017-08-281-8/+42
| * | Basic support for QEMU Extended Key EventsPierre Ossman2017-08-281-30/+31
| * | Send lock LED state from server to clientPierre Ossman2017-08-241-52/+88
| * | Add server side lock key sync heuristicPierre Ossman2017-08-241-0/+69