aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | Properly terminate server on timeoutsPierre Ossman2018-11-092-3/+9
| * | | Change exit timeouts to timersPierre Ossman2018-11-092-79/+32
* | | | Merge branch 'vncserver' of https://github.com/CendioOssman/tigervncPierre Ossman2018-11-0910-532/+369
|\| | | | |_|/ |/| |
| * | Clean up headersPierre Ossman2018-11-092-10/+17
| * | Remove unused functions from server classesPierre Ossman2018-11-092-11/+0
| * | Make throwConnFailedException() protectedPierre Ossman2018-11-091-5/+5
| * | Remove writeConnFailedFromScratch()Pierre Ossman2018-11-093-18/+7
| * | Remove comments about self-deleting connectionsPierre Ossman2018-11-091-9/+2
| * | Move ListConnInfo to WinVNC directoryPierre Ossman2018-11-096-221/+2