aboutsummaryrefslogtreecommitdiffstats
path: root/unix/x0vncserver/x0vncserver.cxx
Commit message (Expand)AuthorAgeFilesLines
* Stop treating "0" as "no timeouts"Pierre Ossman2024-06-191-2/+5
* Set all HAVE_ macros on the top levelPierre Ossman2024-01-241-3/+3
* Allow combining socket activation and extra portsPierre Ossman2024-01-241-33/+46
* 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-121-27/+54
* More graceful handling of disabled listenersPierre Ossman2023-09-081-5/+16
* Only set up TCP filter for TCP connectionsPierre Ossman2023-09-081-7/+7
* Use StringParameters directlyPierre Ossman2023-02-041-7/+4
* Fix incorrect typesPierre Ossman2023-01-051-2/+2
* Explicitly mark unused parametersPierre Ossman2023-01-041-1/+1
* Be consistent in including config.hPierre Ossman2021-12-301-0/+4
* Merge branch 'x0-interface-option' of https://github.com/sotho/tigervncPierre Ossman2021-07-231-2/+10
|\
| * Add -interface option to x0vncserverAlexander Elbs2021-07-231-2/+10
* | Fix build on systems without HOST_NAME_MAXAlex Richardson2021-07-151-13/+9
|/
* Use <user>@<hostname> as the default desktop namePierre Ossman2021-06-131-1/+36
* Don't list clipboard parameters for x0vncserverPierre Ossman2021-06-111-0/+5
* Added the ability to listen on both Unix socket and TCP port.Jocelyn Le Sage2021-02-041-1/+3
* Change streams to be asynchronousPierre Ossman2020-05-211-1/+0
* Check buffer usage with a simply booleanPierre Ossman2020-05-211-1/+1
* Add x0vncserver option to only allow localhost connectionsPierre Ossman2019-01-161-1/+7
* Allow -AcceptSetDesktopSize in x0vncserverPierre Ossman2018-11-261-3/+0
* Merge branch 'exittimer' of https://github.com/CendioOssman/tigervncPierre Ossman2018-11-091-2/+2
|\
| * Get rid of SocketServer::checkTimeouts()Pierre Ossman2018-11-091-2/+2
* | Merge branch 'vncserver' of https://github.com/CendioOssman/tigervncPierre Ossman2018-11-091-52/+0
|\|
| * Remove QueryConnectionHandlerPierre Ossman2018-10-101-50/+0
| * Force common flow of connection queriesPierre Ossman2018-10-091-6/+4
* | Run listener destructors before terminatingPeter Åstrand (astrand)2018-10-231-0/+7
|/
* Unix socket support in x0vncserverPierre Ossman2018-05-291-2/+10
* Use abstract SocketListener classPierre Ossman2018-05-041-4/+4
* Move XDesktop specific parameters in to same filePierre Ossman2017-11-081-5/+0
* x0vncserver does not support SetDesktopSize; remove -AcceptSetDesktopSizePeter Åstrand (astrand)2017-11-081-0/+3
* Removed IRIX/Solaris overlay supportPeter Åstrand (astrand)2017-11-081-2/+0
* Remove support for Lynx/OSPeter Åstrand (astrand)2017-11-081-5/+0
* Move XDesktop to separate filePeter Åstrand (astrand)2017-11-081-419/+1
* Get rid of getFbSize()/getDesktopSize() in commonPierre Ossman2017-09-221-4/+0
* Handle unknown keysyms properly in x0vncserverPierre Ossman2017-09-151-1/+1
* Handle XKB groups properly in x0vncserverPierre Ossman2017-09-151-2/+5
* Update mouse cursor position in x0vncserverPierre Ossman2017-09-151-0/+8
* Only select XFixes event oncePierre Ossman2017-09-151-11/+4
* Merge branch 'cursor' of https://github.com/alanc/tigervncPierre Ossman2017-09-151-2/+86
|\
| * x0vncserver: Use Xfixes to display cursors if availableAlan Coopersmith2017-08-051-12/+99
* | Merge branch 'x0vncshift' of https://github.com/CendioOssman/tigervncPierre Ossman2017-09-151-4/+52
|\ \
| * | Respect modifiers in x0vncserverPierre Ossman2017-08-211-4/+55
| |/
* | x0vncserver: keyEvent(): use scancodes if availablePeter Korsgaard2017-09-111-2/+49
* | Basic support for QEMU Extended Key EventsPierre Ossman2017-08-281-2/+2
* | x0vncserver: add support for led state notificationsPeter Korsgaard2017-08-281-15/+77
|/
* Use non-blocking sockets in x0vnserverPierre Ossman2016-04-291-2/+9
* Fix timeout handling in x0vncserverPierre Ossman2016-04-291-10/+11
* Move socket write event handling in to the RFB corePierre Ossman2016-04-291-1/+1