aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
...
* | Correctly calculate rects with no CopyRect supportPierre Ossman2019-12-091-1/+3
|/
* Merge branch 'fix-mistake' of https://github.com/gschwind/tigervncPierre Ossman2019-10-141-2/+2
|\
| * fix to early remove of iterator in VNCServerST::removeSocketBenoit Gschwind2019-08-241-2/+2
* | Fix bad PixelBuffer reference in VNCServerST::setPixelBuffer()Pierre Ossman2019-10-041-1/+1
* | Fix length checks in string conversion functionsPierre Ossman2019-09-251-16/+16
|/
* Merge branch 'exclipboard' of https://github.com/CendioOssman/tigervncPierre Ossman2019-07-0131-88/+1629
|\
| * Support extended clipboard transfersPierre Ossman2019-07-0122-37/+807
| * Use UTF-8 in clipboard APIPierre Ossman2019-07-014-4/+234
| * Improved clipboard APIPierre Ossman2019-07-0110-49/+342
| * Add UTF-8 to/from ISO 8859-1 conversion routinesPierre Ossman2019-07-012-0/+175
| * Clean up internal clipboard handlingPierre Ossman2019-07-0113-25/+30
| * Make sure clipboard uses \n line endingsPierre Ossman2019-07-017-6/+74
* | Remove max area parameter from Region::get_rects()Pierre Ossman2019-06-242-12/+5
* | Merge branch 'master' of https://github.com/lprylli/tigervncPierre Ossman2019-05-091-1/+1
|\ \ | |/ |/|
| * Fix wrap-aware isAfter function in Congestion.cxxLoic Prylli2019-04-271-1/+1
* | 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