aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/VNCSConnectionST.cxx
Commit message (Expand)AuthorAgeFilesLines
* Use std::string instead of CharArrayPierre Ossman2023-02-041-6/+7
* Return static char buffer from some methodsPierre Ossman2023-02-041-1/+1
* Use stdint typesPierre Ossman2023-02-011-8/+8
* Improve logging around screen resizingPierre Ossman2022-01-251-2/+11
* Be consistent in including config.hPierre Ossman2021-12-301-0/+4
* Add support for notifying clients about pointer movementslhchavez2021-03-021-0/+24
* Merge branch 'noblock' of https://github.com/CendioOssman/tigervncPierre Ossman2021-01-191-51/+26
|\
| * Change streams to be asynchronousPierre Ossman2020-05-211-21/+5
| * Make sure TLS is allowed to terminate gracefullyPierre Ossman2020-05-211-2/+2
| * Check buffer usage with a simply booleanPierre Ossman2020-05-211-4/+4
| * Generalise corking to all output streamsPierre Ossman2020-05-211-6/+6
| * Flush data on closePierre Ossman2020-05-211-0/+11
| * Move auth failure delay to SConnectionPierre Ossman2020-05-191-21/+1
* | Fix handling of bad update requestsPierre Ossman2021-01-141-1/+1
* | Send response for refused SetDesktopSizematt3356722020-05-291-3/+4
|/
* Allow XK_Scroll_Lock when LED state isn't supportedPierre Ossman2020-01-031-9/+1
* 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