aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Avoid absolute path for vncserver.usersPierre Ossman2021-05-031-3/+3
* Reflow HOWTO.md to 72 columnsPierre Ossman2021-05-031-51/+55
* Validate translations during buildPierre Ossman2021-04-261-1/+1
* Update Greek translationVangelis Skarmoutsos2021-04-261-559/+688
* Maintain static screen DPI on resizePierre Ossman2021-04-082-13/+16
* Update Finnish translationLauri Nurmi2021-03-241-302/+360
* Fix typo in READMESamuel Mannehed2021-03-221-1/+1
* Create VNC homedir if it doesn't already existBrian P. Hinz2021-03-111-3/+8
* Fix for issue 1215Brian P. Hinz2021-03-111-13/+14
* Fix for issue 1216Brian P. Hinz2021-03-111-3/+4
*-. Merge branches 'vmware-cursor-position' and 'vmware-cursor-position-vncviewer...Pierre Ossman2021-03-1127-12/+212
|\ \
| | * Support the VMware Cursor Position extension on vncviewerlhchavez2021-03-1113-3/+82
| |/ |/|
* | Fix logging in daemonized tl-sessionPierre Ossman2021-03-111-17/+17
| * Add support for notifying clients about pointer movementslhchavez2021-03-0217-10/+149
|/
* Specify HOWTO.md in spec filesPierre Ossman2021-03-022-0/+2
* Revert "Support TCP_NOPUSH as alternative to TCP_CORK"Pierre Ossman2021-03-021-4/+0
* Merge branch 'documentation' of https://github.com/grulja/tigervncPierre Ossman2021-03-022-0/+120
|\
| * Add documentation to the new systemd supportJan Grulich2021-03-022-0/+120
* | Fix some incorrect data waitsPierre Ossman2021-03-022-17/+17
* | Support TCP_NOPUSH as alternative to TCP_CORKPierre Ossman2021-03-021-0/+4
* | Add missing headers for TCP_CORKPierre Ossman2021-03-021-0/+2
* | Drop other selection on ownership changePierre Ossman2021-03-011-0/+7
|/
* Add Hebrew translationYaron Shahrabani2021-02-112-0/+722
* Merge branch 'allow-tcp-and-unix' of https://github.com/jlesage/tigervncPierre Ossman2021-02-094-7/+17
|\
| * Added the ability to listen on both Unix socket and TCP port.Jocelyn Le Sage2021-02-044-7/+17
* | Merge branch 'autoclip' of https://github.com/CendioOssman/tigervncPierre Ossman2021-02-0312-31/+209
|\ \
| * | 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
| * | Improve clipboard debug logging in viewerPierre Ossman2021-01-041-5/+7
| * | Handle unsolicited clipboard transfersPierre Ossman2021-01-048-10/+86
| * | Log client/server clipboard capabilitiesPierre Ossman2021-01-042-0/+85
* | | Fix overloaded function signaturePierre Ossman2021-01-262-2/+2
* | | Remove unused attributesPierre Ossman2021-01-261-3/+0
* | | Update copyright year to 2021Pierre Ossman2021-01-259-10/+10
| |/ |/|
* | Heavily reduce window for bandwidth estimatePierre Ossman2021-01-191-5/+9
* | Merge branch 'noblock' of https://github.com/CendioOssman/tigervncPierre Ossman2021-01-1997-1364/+1978
|\ \
| * | Better error messages when terminatingPierre Ossman2020-05-214-23/+49
| * | Change streams to be asynchronousPierre Ossman2020-05-2169-571/+1106
| * | 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-214-77/+36
| * | Make direct stream API a bit saferPierre Ossman2020-05-217-38/+42
| * | Make sure TLS is allowed to terminate gracefullyPierre Ossman2020-05-216-17/+41
| * | Log I/O errors from TLS streamsPierre Ossman2020-05-212-1/+10
| * | Handle clients lost during queryingPierre Ossman2020-05-211-2/+12
| * | Separate query and authentication handlingPierre Ossman2020-05-211-6/+6
| * | Check buffer usage with a simply booleanPierre Ossman2020-05-215-14/+16
| * | Dynamically allocate stream buffersPierre Ossman2020-05-214-28/+132