aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
...
* | Remove unneeded logging from ZRLE decoderPierre Ossman2019-04-291-2/+0
* | Do proper logging rather than fprintf(stderr, ...)Pierre Ossman2019-04-297-23/+38
* | Remove commented out loggingPierre Ossman2019-04-292-12/+0
|/
* Increase version string buffer size for gccPierre Ossman2019-04-011-1/+1
* Remove unused force protocol 3.3 codePierre Ossman2019-04-012-8/+2
* Add delay on authentication failuresPierre Ossman2019-04-014-6/+45
* Add missing throws for exceptionPierre Ossman2019-03-261-5/+5
* Allow blacklist to be disabledPierre Ossman2019-03-251-0/+7
* Move Blacklist parameters out of the classPierre Ossman2019-03-252-11/+10
* Merge branch 'vmware' of https://github.com/CendioOssman/tigervncPierre Ossman2018-12-107-6/+163
|\
| * Add support for VMware LED statusPierre Ossman2018-12-106-5/+34
| * Add support for VMware cursorsPierre Ossman2018-12-107-1/+129
* | Merge branch 'connparams' of https://github.com/CendioOssman/tigervncPierre Ossman2018-12-1048-820/+1129
|\|
| * Make sure we always have a valid screen layoutPierre Ossman2018-12-101-6/+9
| * Handle line breaks in log messagesPierre Ossman2018-12-101-1/+10
| * Require all SMsgWriter caller to check capabilitiesPierre Ossman2018-12-103-21/+18
| * Abstract sending cursor and resizing the desktopPierre Ossman2018-12-105-158/+93
| * Always send current screen layout to clientPierre Ossman2018-12-103-19/+7
| * Move client attributes out of ServerParamsPierre Ossman2018-11-014-23/+26
| * Merge client resize capabilitiesPierre Ossman2018-11-014-4/+28
| * Don't update screen layout directly on incoming client requestPierre Ossman2018-11-012-9/+2
| * Remove unused flags from ServerParamsPierre Ossman2018-11-013-12/+2
| * Simplify encoding list generatorPierre Ossman2018-11-011-30/+2
| * Use STL list for encoding listPierre Ossman2018-11-013-27/+29
| * Make arguments explicit in all message writer methodsPierre Ossman2018-11-017-87/+88
| * Move update request handling in to CConnectionPierre Ossman2018-11-012-0/+203
| * Let CMsgHandler::serverInit() handle initial set upPierre Ossman2018-11-015-12/+32
| * Stop requiring CConnection::serverInit() to be overriddenPierre Ossman2018-11-012-6/+16
| * Remove unused CConnection::getIdentityVerifier()Pierre Ossman2018-11-011-4/+0
| * Remove indirect capability attributesPierre Ossman2018-11-016-108/+78
| * Move copy rect handling to EncodeManagerPierre Ossman2018-11-014-24/+8
| * Rename ConnParams to ClientParamsPierre Ossman2018-11-0116-165/+161
| * Split out ServerParams from ConnParamsPierre Ossman2018-11-0125-121/+317
| * Encapsulate screen layout storage in ConnParamsPierre Ossman2018-11-018-43/+61
| * Move version reading/writing out of ConnParamsPierre Ossman2018-10-264-42/+41
| * Remove unused includePierre Ossman2018-10-262-2/+0
* | Increase range of ComparingUpdateTracker statisticsPierre Ossman2018-11-301-1/+1
* | Abort unsafe lossless refresh earlyPierre Ossman2018-11-231-13/+15
* | Move lossless refresh handling to separate methodPierre Ossman2018-11-232-45/+79
* | Fix bad size check in Tight decoderPierre Ossman2018-11-231-1/+1
* | Use larger integers for the cursor ditheringPierre Ossman2018-11-231-6/+6
* | Merge branch 'vla' of https://github.com/CendioOssman/tigervncPierre Ossman2018-11-213-29/+31
|\ \
| * | Remove variable length arraysPierre Ossman2018-11-073-29/+31
| |/
* | Merge branch 'covscan' of https://github.com/grulja/tigervncPierre Ossman2018-11-213-4/+4
|\ \
| * | Fix memory leaksJan Grulich2018-11-201-1/+1
| * | Do not duplicate default string twiceJan Grulich2018-09-261-2/+2
| * | Use empty address buffer when sockaddr sa_family is not what we wantJan Grulich2018-09-261-1/+1
* | | Merge branch 'exittimer' of https://github.com/CendioOssman/tigervncPierre Ossman2018-11-096-152/+63
|\ \ \
| * | | Get rid of SocketServer::checkTimeouts()Pierre Ossman2018-11-093-23/+0
| * | | Change idle timeout to timerPierre Ossman2018-11-093-50/+25