aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Fix non-functional MaxDisconnectionTimePierre Ossman2020-06-181-5/+5
* Merge branch 'regions' of https://github.com/CendioOssman/tigervncPierre Ossman2020-06-1511-2218/+61
|\
| * Get rid of magical assignment to RegionPierre Ossman2020-05-183-36/+2
| * Switch region code to pixmanPierre Ossman2020-05-0110-2189/+66
* | Remove unused variablePierre Ossman2020-05-311-1/+0
* | Fix JpegCompressor::overrun() type changePierre Ossman2020-05-311-1/+1
* | Send response for refused SetDesktopSizematt3356722020-05-291-3/+4
* | Reject too large screen resize requestsPierre Ossman2020-05-231-0/+5
|/
* Merge branch 'systemd' of https://github.com/CendioOssman/tigervncPierre Ossman2020-04-025-24/+6
|\
| * Make PAM mandatoryPierre Ossman2020-03-125-24/+6
* | Include error code in getaddrinfo() exceptionsPierre Ossman2020-03-261-1/+10
* | Avoid using insecure variable length arraysPierre Ossman2020-03-261-1/+2
* | Merge branch 'unicode_translation' of https://github.com/CendioAlex/tigervncPierre Ossman2020-03-173-35/+38
|\ \ | |/ |/|
| * Throw GAIException() for getaddrinfo errorsAlex Tanskanen2020-03-173-8/+28
| * Fix typo in SocketException messageAlex Tanskanen2020-03-121-1/+1
| * Make system error messeges in Windows 10 use UTF-8Alex Tanskanen2020-03-121-26/+9
* | Fix error check for zlib callsPierre Ossman2020-02-272-3/+3
|/
* Use sys/time.h on Windows as wellPierre Ossman2020-01-161-4/+0
* Allow XK_Scroll_Lock when LED state isn't supportedPierre Ossman2020-01-031-9/+1
* Remove unneeded memory checksPierre Ossman2019-12-301-4/+0
* Fix saving of bad server certificatesPierre Ossman2019-12-301-2/+3
* 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