aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use nullptr in all C++ codePierre Ossman2024-06-24185-938/+979
* Make sure we use C++ 11Pierre Ossman2024-06-242-1/+4
* Fix Windows installer dependenciesPierre Ossman2024-06-241-2/+2
* Merge pull request #1767 from bphinz/ubuntu-nobleBrian Hinz2024-06-1922-73/+865
|\
| * Remove support for EoL operating systemsBrian P. Hinz2024-06-1918-929/+0
| * Ubuntu packaging updatesBrian P. Hinz2024-06-1922-25/+866
* | Merge branch 'xserver-cleanup' of github.com:CendioOssman/tigervncPierre Ossman2024-06-1930-1507/+32
|\ \
| * | Remove old Xorg configure argumentsPierre Ossman2024-06-193-9/+0
| * | Raise Xorg requirement to 1.20+Pierre Ossman2024-06-195-338/+1
| * | Remove Ubuntu 18.04 packagingPierre Ossman2024-06-1916-880/+0
| * | Avoid patching miinitext.c for XvncPierre Ossman2024-06-198-150/+12
| * | Stop explicitly including fbcmap_mi.cPierre Ossman2024-06-191-1/+1
| * | Stop linking to libX11Pierre Ossman2024-06-191-1/+1
| * | Clean up CPPFLAGS handling in xserverPierre Ossman2024-06-197-30/+17
| * | Remove unused NO_MODULE_EXTS definePierre Ossman2024-06-191-1/+1
| * | Actually use config.h in Xvnc/libvnc.soPierre Ossman2024-06-191-3/+6
| * | Simplify Xorg version handlingPierre Ossman2024-06-1910-111/+10
* | | Merge branch 'present' of github.com:CendioOssman/tigervncPierre Ossman2024-06-1936-170/+419
|\| | | |/ |/|
| * Slow down fake clock when no clientsPierre Ossman2024-06-191-11/+32
| * Keep frame clock running if waiting for frame tickPierre Ossman2024-06-194-5/+20
| * Restart the frame timer immediatelyPierre Ossman2024-06-191-3/+3
| * Add support for X Present extensionPierre Ossman2024-06-1912-8/+218
| * Add missing ErrorF() newlinesPierre Ossman2024-06-191-3/+3
| * Make SDesktop::start()/stop() optionalPierre Ossman2024-06-193-18/+2
| * Maintain a constant VNCServer/SDesktop connectionPierre Ossman2024-06-198-22/+37
| * Make it easier to change timer intervalPierre Ossman2024-06-193-6/+8
| * Explicitly request timer repetitionPierre Ossman2024-06-1918-73/+63
| * Fix up Timer commentsPierre Ossman2024-06-191-27/+34
| * Add safety check to getNextTimeout()Pierre Ossman2024-06-191-0/+6
| * Stop treating "0" as "no timeouts"Pierre Ossman2024-06-198-23/+18
| * Remove unneeded iterationPierre Ossman2024-06-191-3/+1
| * Detect conflicting timer reschedulingPierre Ossman2024-06-191-2/+8
* | Add support for PKCS11 jar signingBrian P. Hinz2024-06-152-10/+37
* | Merge branch 'pam_env' of github.com:CendioOssman/tigervncPierre Ossman2024-05-309-84/+134
|\ \
| * | Create common recursive mkdir()Pierre Ossman2024-05-305-65/+87
| * | Use $XDG_STATE_HOME for known hosts storagePierre Ossman2024-05-303-4/+8
| * | Only do restorecon() for legacy directoryPierre Ossman2024-05-301-12/+12
| * | Fix late vncsession loggingPierre Ossman2024-05-301-0/+7
| * | Respect PAM modules for $XDG_STATE_HOMEPierre Ossman2024-05-301-3/+16
| * | Add comment that PAM configuration is an examplePierre Ossman2024-05-201-0/+4
|/ /
* | Merge branch 'casantos-rhbz_2180903' of https://github.com/casantos/tigervncPierre Ossman2024-05-2036-159/+238
|\ \
| * | vncconfig: add option to force view-only remote client connectionsCarlos Santos2024-04-2617-29/+49
| * | Remove the network::SocketServer interface.Carlos Santos2024-04-2611-72/+75
| * | Move the AccessRights type and constants to the rfb namespaceCarlos Santos2024-04-2317-60/+116
* | | Don't check pointers for zero length buffersPierre Ossman2024-05-202-4/+4
* | | Merge pull request #1737 from 62832/fix-1195Samuel Mannehed (ThinLinc team)2024-05-0730-167/+380
|\ \ \
| * | | Implement XDG Base Directory paths, deprecate ~/.vnc902024-04-2628-174/+292
| * | | 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