aboutsummaryrefslogtreecommitdiffstats
path: root/unix/x0vncserver
Commit message (Expand)AuthorAgeFilesLines
* Add server support for forward/back mouse buttonsAdam Halim2024-10-222-6/+6
* Better type for pointer button maskPierre Ossman2024-08-122-3/+3
* Remove InputHandler interfacePierre Ossman2024-08-122-4/+0
* Improve x0vncserver key allocation log linePierre Ossman2024-08-061-1/+2
* Merge branch 'fix-unknown-keysym' of https://github.com/gujjwal00/tigervncPierre Ossman2024-08-062-16/+60
|\
| * Improve unknown keysym handlingGaurav Ujjwal2024-06-302-16/+60
* | Fix x0vncserver handling of timersPierre Ossman2024-07-051-3/+3
|/
* Avoid redundant argumentsPierre Ossman2024-06-242-14/+14
* Simplify code using range-based for loopsPierre Ossman2024-06-241-18/+9
* Prefer std::find() over manual searchPierre Ossman2024-06-241-6/+6
* Mark overridden virtual functionsPierre Ossman2024-06-244-21/+21
* Use nullptr in all C++ codePierre Ossman2024-06-246-53/+54
* Merge branch 'present' of github.com:CendioOssman/tigervncPierre Ossman2024-06-193-7/+13
|\
| * Maintain a constant VNCServer/SDesktop connectionPierre Ossman2024-06-192-5/+8
| * Stop treating "0" as "no timeouts"Pierre Ossman2024-06-191-2/+5
* | Remove the network::SocketServer interface.Carlos Santos2024-04-261-0/+2
|/
* Clarify AcceptPointerEvents settingPierre Ossman2024-02-061-1/+1
* Fix shared memory leakAdam Halim2024-01-261-1/+1
* Set all HAVE_ macros on the top levelPierre Ossman2024-01-242-8/+3
* Remove superfluous X11_FOUND checkPierre Ossman2024-01-241-4/+4
* 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
* x0vncserver: Add support for systemd socket activationMike Looijmans2024-01-123-29/+62
* Merge branch 'zrlee-compression-level' of https://github.com/adamhalim/tigerv...Pierre Ossman2023-11-201-6/+0
|\
| * Use compressionLevel in ZRLEEncoderAdam Halim2023-11-201-6/+0
* | Fix description of "%u" in manual pages.Carlos Santos2023-10-041-2/+1
* | Support the "%u" username alias in PlainUsersCarlos Santos2023-10-031-2/+3
* | More graceful handling of disabled listenersPierre Ossman2023-09-081-5/+16
* | Only set up TCP filter for TCP connectionsPierre Ossman2023-09-081-7/+7
|/
* Fix missing XRandR buildPierre Ossman2023-06-141-1/+4
* Fix missing XFixes buildPierre Ossman2023-06-142-0/+4
* Fix missing XTest buildPierre Ossman2023-06-142-5/+18
* Remove unneeded "using namespace"Pierre Ossman2023-06-141-1/+0
* Prefer target_include_directories()Pierre Ossman2023-03-311-6/+5
* Merge branch 'types' of https://github.com/CendioOssman/tigervncPierre Ossman2023-03-026-21/+20
|\
| * Remove unneeded header from SDesktop.hPierre Ossman2023-02-041-0/+1
| * Use std::string instead of CharArrayPierre Ossman2023-02-042-0/+3
| * Return static char buffer from some methodsPierre Ossman2023-02-041-2/+2
| * Use StringParameters directlyPierre Ossman2023-02-042-10/+5
| * Use stdint typesPierre Ossman2023-02-013-9/+9
* | Sanity check when cleaning up keymap changesPierre Ossman2023-02-091-0/+4
|/
* Fix incorrect typesPierre Ossman2023-01-051-2/+2
* Explicitly mark unused parametersPierre Ossman2023-01-044-3/+6
* Mark system include paths correctlyPierre Ossman2023-01-041-1/+1
*-. Merge branches 'x0vncserver-keyboard' and 'zaphod-fixes' of https://github.co...Pierre Ossman2022-12-012-10/+175
|\ \
| | * x0vncserver: update/display cursor only on correct screen in zaphod modeJan Grulich2022-08-241-7/+53
| * | x0vncserver: add new keysym in case we don't find a matching keycodeJan Grulich2022-12-012-3/+122
|/ /
* | Don't enable RSA-AES by default in serversPierre Ossman2022-10-141-1/+1
* | Fix SecurityTypes default value in man pagesPierre Ossman2022-09-011-1/+1