aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Begin work on XDGBDS compliance and overrideable configs902024-03-159-56/+151
| | |/ | |/|
* | | Add .gitignore for SELinux filesPierre Ossman2024-04-261-0/+2
* | | Don't trigger build from install targetPierre Ossman2024-04-261-1/+1
* | | Clean up temporary SELinux directoryPierre Ossman2024-04-261-0/+1
* | | Overwrite vncsession.pp.bz2 each timePierre Ossman2024-04-261-1/+1
| |/ |/|
* | Use XQueryPointer() instead to detect zaphodPierre Ossman2024-04-101-4/+8
* | Correctly set socket write notificationPierre Ossman2024-04-091-2/+0
* | Update github actions to latest versionsPierre Ossman2024-04-021-11/+11
* | Merge pull request #1742 from TigerVNC/issue843Brian Hinz2024-03-301-18/+15
|\ \ | |/ |/|
| * Fix for issue 843Brian P. Hinz2024-03-301-18/+15
|/
* Don't link gcrypt for static GnuTLSPierre Ossman2024-03-151-5/+0
* Properly propagate CursorWarpedTo()Pierre Ossman2024-03-141-0/+5
* Clarify AcceptPointerEvents settingPierre Ossman2024-02-063-3/+3
* Fix shared memory leakAdam Halim2024-01-261-1/+1
* Increase time required to override pointerClientSamuel Mannehed2024-01-261-1/+1
* Break long lines in new pointerEvent logicSamuel Mannehed2024-01-261-3/+4
* Fix bad variable reference in file loggerPierre Ossman2024-01-251-1/+1
* Merge pull request #1718 from MikeLooijmans/server-mousebuttonowner-timeoutlinma (ThinLinc team)2024-01-252-2/+8
|\
| * VNCServerST: Add a timeout to pointer button ownershipMike Looijmans2024-01-222-2/+8
* | Set all HAVE_ macros on the top levelPierre Ossman2024-01-244-9/+18
* | Remove superfluous X11_FOUND checkPierre Ossman2024-01-241-4/+4
* | Merge branch 'systemd' of https://github.com/CendioOssman/tigervncPierre Ossman2024-01-245-3/+64
|\ \ | |/ |/|
| * Document optional libsystemd requirementPierre Ossman2024-01-241-0/+3
| * Allow combining socket activation and extra portsPierre Ossman2024-01-242-36/+50
| * Log when sd_listen_fds() failsPierre Ossman2024-01-241-0/+5
| * Use SD_LISTEN_FDS_START constantPierre Ossman2024-01-241-4/+2
| * Make systemd detection more robustPierre Ossman2024-01-241-1/+6
| * x0vncserver: Add support for systemd socket activationMike Looijmans2024-01-124-29/+65
* | VNCSConnectionST: Release mouse button(s) on closeMike Looijmans2024-01-151-0/+3
|/
* Set Pixmap depths after creating visualsPierre Ossman2024-01-101-2/+2
* Update copyright year to 2024Samuel Mannehed2024-01-099-10/+10
* Xvnc: do not use dup2() to create a file descriptor for -inetd optionJan Grulich2024-01-081-2/+4
* Merge branch 'master' of https://github.com/zmudc/tigervncPierre Ossman2023-12-282-9/+39
|\
| * Add option to run vncsession without forking and detachingChuck Zmudzinski2023-11-202-9/+39
* | Merge branch 'master' of https://github.com/LMattsson/tigervncPierre Ossman2023-12-281-11/+14
|\ \
| * | Update server configure example to RHEL 9Linn Mattsson2023-12-221-8/+5
| * | Remove unnecessary step from building the serverLinn Mattsson2023-12-221-1/+0
| * | Clarify details about requirements in BUILDING.txtLinn Mattsson2023-12-221-1/+5
| * | Add missing requirements to BUILDING.txtLinn Mattsson2023-12-221-1/+4
* | | Prevent incorrect cmake usagePierre Ossman2023-12-284-0/+16
* | | Merge branch 'keysym' of github.com:CendioOssman/tigervncPierre Ossman2023-12-1314-2442/+7259
|\ \ \
| * | | Automatically generate keyucsmap.hPierre Ossman2023-12-132-54/+109
| * | | Move Keysym/Unicode mapping table to separate filePierre Ossman2023-12-132-789/+800
| * | | Move dead/combining keys to separate tablePierre Ossman2023-12-131-39/+82
| * | | Update keysym header filesPierre Ossman2023-11-162-1594/+2772
| * | | Add own keysym to name functionPierre Ossman2023-11-169-22/+3552
| | |/ | |/|
* | | Fix logging when no working VeNCrypt typesPierre Ossman2023-12-121-3/+3
| |/ |/|
* | Replace INITARGS with void in function parameter listFlorian Weimer2023-11-221-2/+2
* | Merge branch 'zrlee-compression-level' of https://github.com/adamhalim/tigerv...Pierre Ossman2023-11-204-14/+17
|\ \ | |/ |/|
| * Use compressionLevel in ZRLEEncoderAdam Halim2023-11-204-14/+17