summaryrefslogtreecommitdiffstats
path: root/common/rfb
Commit message (Expand)AuthorAgeFilesLines
...
| * Add support for notifying clients about pointer movementslhchavez2021-03-0210-7/+104
|/
* Fix some incorrect data waitsPierre Ossman2021-03-022-17/+17
* Merge branch 'autoclip' of https://github.com/CendioOssman/tigervncPierre Ossman2021-02-0311-26/+202
|\
| * Update desktop if clipboard client goes awayPierre Ossman2021-01-051-1/+1
| * Add debug logging for ignored clipboard eventsPierre Ossman2021-01-053-7/+21
| * Fix clipboard state tracking in serverPierre Ossman2021-01-051-2/+7
| * Handle clipboard peek with missing dataPierre Ossman2021-01-052-6/+2
| * Handle unsolicited clipboard transfersPierre Ossman2021-01-048-10/+86
| * Log client/server clipboard capabilitiesPierre Ossman2021-01-042-0/+85
* | Merge branch 'noblock' of https://github.com/CendioOssman/tigervncPierre Ossman2021-01-1945-425/+1021
|\ \
| * | Change streams to be asynchronousPierre Ossman2020-05-2137-318/+844
| * | Remove readString()/writeString()Pierre Ossman2020-05-215-19/+37
| * | Don't read invalid TLS auth reasonPierre Ossman2020-05-211-9/+2
| * | Make direct stream API a bit saferPierre Ossman2020-05-211-7/+7
| * | Make sure TLS is allowed to terminate gracefullyPierre Ossman2020-05-215-17/+39
| * | Separate query and authentication handlingPierre Ossman2020-05-211-6/+6
| * | Check buffer usage with a simply booleanPierre Ossman2020-05-211-4/+4
| * | Generalise corking to all output streamsPierre Ossman2020-05-212-6/+8
| * | Remove unused bufSize argument from streamsPierre Ossman2020-05-211-1/+1
| * | Remove special functions from JPEG compressorPierre Ossman2020-05-212-7/+1
| * | Simplify stream availability handlingPierre Ossman2020-05-212-3/+3
| * | Add stream avail() methodsPierre Ossman2020-05-211-2/+2
| * | Remove OutStream::skip()Pierre Ossman2020-05-211-1/+1
| * | Throw more descriptive error on decode errorPierre Ossman2020-05-211-2/+7
| * | 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
* | Enhanced ComparingUpdateTracker to crop changed blocksMark Mielke2020-07-221-4/+80
* | Fix non-functional MaxDisconnectionTimePierre Ossman2020-06-181-5/+5
* | Merge branch 'regions' of https://github.com/CendioOssman/tigervncPierre Ossman2020-06-154-143/+60
|\ \
| * | Get rid of magical assignment to RegionPierre Ossman2020-05-183-36/+2
| * | Switch region code to pixmanPierre Ossman2020-05-013-114/+65
| |/
* | 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
|/
* Make PAM mandatoryPierre Ossman2020-03-125-24/+6
* 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