aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
...
| * | Change streams to be asynchronousPierre Ossman2020-05-2158-516/+1037
| * | Remove readString()/writeString()Pierre Ossman2020-05-219-76/+37
| * | Don't read invalid TLS auth reasonPierre Ossman2020-05-211-9/+2
| * | Improved bandwidth monitoringPierre Ossman2020-05-212-60/+2
| * | Make direct stream API a bit saferPierre Ossman2020-05-217-38/+42
| * | Make sure TLS is allowed to terminate gracefullyPierre Ossman2020-05-215-17/+39
| * | Log I/O errors from TLS streamsPierre Ossman2020-05-212-1/+10
| * | Separate query and authentication handlingPierre Ossman2020-05-211-6/+6
| * | Check buffer usage with a simply booleanPierre Ossman2020-05-213-12/+14
| * | Dynamically allocate stream buffersPierre Ossman2020-05-214-28/+132
| * | Don't shuffle input buffer unless actually neededPierre Ossman2020-05-211-4/+6
| * | Generalise corking to all output streamsPierre Ossman2020-05-2116-51/+78
| * | Remove unused bufSize argument from streamsPierre Ossman2020-05-2117-35/+28
| * | Remove special functions from JPEG compressorPierre Ossman2020-05-212-7/+1
| * | Simplify stream availability handlingPierre Ossman2020-05-2119-116/+66
| * | Create common base classes for buffered streamsPierre Ossman2020-05-2119-397/+413
| * | 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
|\