aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'secfix' of https://github.com/CendioOssman/tigervncPierre Ossman2019-12-2041-338/+398
|\
| * Handle pixel formats with odd shift valuesPierre Ossman2019-11-151-0/+6
| * Be defensive about overflows in stream objectsPierre Ossman2019-11-1513-48/+75
| * Use size_t for lengths in stream objectsPierre Ossman2019-11-1529-171/+173
| * Remove unused FixedMemOutStreamPierre Ossman2019-11-151-52/+0
| * Add sanity checks for PixelFormat shift valuesPierre Ossman2019-11-151-0/+7
| * Fix depth sanity test in PixelFormatPierre Ossman2019-11-151-1/+1
| * Add unit test for PixelFormat sanity checksPierre Ossman2019-11-151-1/+2
| * Handle empty Tight gradient rectsPierre Ossman2019-11-151-16/+21
| * Add write protection to OffsetPixelBufferPierre Ossman2019-11-152-0/+9
| * Restrict PixelBuffer dimensions to safe valuesPierre Ossman2019-11-151-0/+22
| * Encapsulate PixelBuffer internal detailsPierre Ossman2019-11-154-50/+78
| * Make ZlibInStream more robust against failuresPierre Ossman2019-11-156-11/+16
* | Handle pending data in TLS buffersPierre Ossman2019-12-091-3/+5
* | 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