aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
...
| * | Add stream avail() methodsPierre Ossman2020-05-2113-22/+38
| * | Remove OutStream::skip()Pierre Ossman2020-05-212-9/+1
| * | Remove unused stream methodsPierre Ossman2020-05-213-35/+1
| * | Throw more descriptive error on decode errorPierre Ossman2020-05-211-2/+7
| * | Use proper constants for socket shutdown()Pierre Ossman2020-05-211-2/+5
| * | Flush data on closePierre Ossman2020-05-211-0/+11
| * | Fix connection close logPierre Ossman2020-05-192-2/+4
| * | Move auth failure delay to SConnectionPierre Ossman2020-05-194-46/+54
| * | Support calling methods from timersPierre Ossman2020-05-191-0/+15
* | | Fix handling of bad update requestsPierre Ossman2021-01-141-1/+1
| |/ |/|
* | Correctly clear out output UTF-16 bufferPierre Ossman2020-10-051-1/+1
* | Correctly handle invalid UTF-16 code pointsPierre Ossman2020-10-051-1/+1
* | Fix conversion of latin-1 to UTF-8Pierre Ossman2020-10-051-2/+2
* | Fix UTF-16 encoding/decoding of high code pointsPierre Ossman2020-10-051-3/+4
* | Return the correct number of consumed UTF-8 bytesPierre Ossman2020-10-051-0/+2
* | Merge branch 'tlstofu' of https://github.com/CendioOssman/tigervncPierre Ossman2020-09-081-90/+73
|\ \
| * | Properly store certificate exceptionsPierre Ossman2020-05-211-90/+73
| |/
* | Hide base SConnection methods from VNCServerSTPierre Ossman2020-08-212-2/+4
* | Call correct wrappers for clipboard handlingPierre Ossman2020-08-211-3/+3
* | Merge branch 'master-improve-ComparingUpdateTracker' of https://github.com/Ma...Pierre Ossman2020-08-191-4/+80
|\ \
| * | Enhanced ComparingUpdateTracker to crop changed blocksMark Mielke2020-07-221-4/+80
* | | Free memory from getaddrinfo()Pierre Ossman2020-08-171-0/+2
|/ /
* | Merge branch 'master' of https://github.com/ayoder770/tigervncPierre Ossman2020-07-161-1/+1
|\ \
| * | Correction to socket error connection messageAndrew Yoder2020-07-151-1/+1
* | | Fix division by zero exception in SSecurityPlain.Mark Mielke2020-07-071-2/+11
|/ /
* | 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