aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb
Commit message (Expand)AuthorAgeFilesLines
...
* Remove single cpu decoder shortcutPierre Ossman2021-11-041-27/+1
* Merge branch 'master' of https://github.com/twhitehead/tigervncPierre Ossman2021-10-141-1/+1
|\
| * System certificate load returns number loaded not GNUTLS_E_SUCCESSTyson Whitehead2021-10-071-1/+1
* | Don't fail on user CA/CRL problemsPierre Ossman2021-10-141-2/+2
|/
* Keep ownership of second selection when first is lostPierre Ossman2021-07-201-4/+3
* Fix priority string when using newer GnuTLSJan Grulich2021-07-162-2/+6
* Merge branch 'utilize-system-wide-crypto' of https://github.com/grulja/tigervncPierre Ossman2021-07-143-29/+105
|\
| * Utilize system-wide crypto policiesJan Grulich2021-07-143-29/+105
* | Merge branch 'master' of https://github.com/jasonsikes/tigervncPierre Ossman2021-06-162-4/+41
|\ \
| * | Use RFC7919-2048 group in GnuTLS for FIPS compliance.JASON SIKES2021-06-122-4/+41
* | | Avoid some variable aliasingPierre Ossman2021-06-142-2/+2
* | | Remove unnecessary header includePierre Ossman2021-06-131-1/+0
* | | Clean up default value for X509 parametersPierre Ossman2021-06-136-42/+23
* | | Keep own memory for duplicate config valuePierre Ossman2021-06-112-6/+11
* | | Remove unused LogParameter::setDefault()Pierre Ossman2021-06-112-14/+0
|/ /
* | Don't wait for TLS close responsePierre Ossman2021-06-112-2/+6
* | Handle GnuTLS shutdown on dead sessionPierre Ossman2021-06-113-11/+16
* | Properly clean up client VeNCrypt handlingPierre Ossman2021-06-111-0/+1
* | Remove unneeded NULL checksPierre Ossman2021-06-114-15/+6
* | CharArray: pre-fill empty array with zeroesJan Grulich2021-06-071-0/+1
|/
*-. Merge branches 'vmware-cursor-position' and 'vmware-cursor-position-vncviewer...Pierre Ossman2021-03-1114-9/+115
|\ \
| | * Support the VMware Cursor Position extension on vncviewerlhchavez2021-03-117-3/+30
| |/ |/|
| * 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