aboutsummaryrefslogtreecommitdiffstats
path: root/unix/x0vncserver
Commit message (Expand)AuthorAgeFilesLines
* Use standard install dir variable namesPierre Ossman2020-03-121-2/+2
* Encapsulate PixelBuffer internal detailsPierre Ossman2019-11-151-7/+2
* Clean up internal clipboard handlingPierre Ossman2019-07-012-2/+2
* Allow blacklist to be disabledPierre Ossman2019-03-251-0/+5
* Add x0vncserver option to only allow localhost connectionsPierre Ossman2019-01-162-1/+12
* Merge branch 'connparams' of https://github.com/CendioOssman/tigervncPierre Ossman2018-12-101-0/+19
|\
| * Make sure we always have a valid screen layoutPierre Ossman2018-12-101-0/+5
| * Respect geometry setting in screen layoutPierre Ossman2018-11-011-0/+14
* | Document -AcceptSetDesktopSize in x0vncserver.manPierre Ossman2018-11-261-0/+4
* | Allow -AcceptSetDesktopSize in x0vncserverPierre Ossman2018-11-261-3/+0
* | Merge branch 'exittimer' of https://github.com/CendioOssman/tigervncPierre Ossman2018-11-093-2/+9
|\ \
| * | Get rid of SocketServer::checkTimeouts()Pierre Ossman2018-11-091-2/+2
| * | Properly terminate server on timeoutsPierre Ossman2018-11-092-0/+7
* | | Merge branch 'vncserver' of https://github.com/CendioOssman/tigervncPierre Ossman2018-11-093-56/+67
|\| |
| * | Inherit SocketServer directly from VNCServerPierre Ossman2018-10-262-3/+3
| * | Encapsulate client handling in VNCServerSTPierre Ossman2018-10-261-0/+2
| * | Remove QueryConnectionHandlerPierre Ossman2018-10-103-51/+62
| * | Force common flow of connection queriesPierre Ossman2018-10-091-6/+4
* | | Adjust XDamage tracking to geometryPierre Ossman2018-11-051-0/+2
| |/ |/|
* | Merge branch 'x0vncserver-run-destructors' of https://github.com/x11clone/x11...Pierre Ossman2018-10-261-0/+7
|\ \
| * | Run listener destructors before terminatingPeter Åstrand (astrand)2018-10-231-0/+7
| |/
* / Change to https for tigervnc URLPierre Ossman2018-10-191-1/+1
|/
* Fix bad color of cursor with x0vncserverPierre Ossman2018-09-181-6/+5
* Explicitly check screen layout after changePierre Ossman2018-09-111-4/+7
* Adjust cursor position according to geometryPierre Ossman2018-09-101-0/+2
* Add debug output for x0vncserver key eventsPierre Ossman2018-07-251-1/+5
* Handle Shift+Tab (ISO_Left_Tab) in x0vncserverPierre Ossman2018-07-251-4/+10
* Add a basic gitignoreLauri Kasanen2018-07-111-0/+1
* Merge branch 'unix' of https://github.com/CendioOssman/tigervncPierre Ossman2018-05-292-6/+23
|\
| * Unix socket support in x0vncserverPierre Ossman2018-05-292-2/+19
| * Use abstract SocketListener classPierre Ossman2018-05-041-4/+4
* | x0vncserver: Make sure rotation for new outputs is set to RR_Rotate_0Peter Åstrand (astrand)2018-05-081-0/+1
|/
* Add RandR support for x0vncserverPeter Åstrand (astrand)2018-04-096-6/+828
* Fix indentation in XDesktop.cxxPierre Ossman2018-03-071-257/+257
* Unset pixel buffer when x0vncserver client disconnects.Michal Srb2018-03-071-1/+5
* Check for TrueColor support in x0vncserverPierre Ossman2018-02-273-9/+12
* Add overlooked parameters to Xvnc and x0vncserver man pagesPierre Ossman2018-02-051-0/+20
* Sync x0vncserver and Xvnc man pagesPierre Ossman2018-02-051-67/+82
* Remove DeferUpdate from man pagesPierre Ossman2018-02-051-16/+0
* Use XShmGetImage for large readsPeter Åstrand (astrand)2018-01-151-2/+7
* Move XDesktop specific parameters in to same filePierre Ossman2017-11-082-7/+5
* x0vncserver does not support SetDesktopSize; remove -AcceptSetDesktopSizePeter Åstrand (astrand)2017-11-081-0/+3
* Removed IRIX/Solaris overlay supportPeter Åstrand (astrand)2017-11-085-289/+4
* Remove support for Lynx/OSPeter Åstrand (astrand)2017-11-082-10/+0
* Added my/Cendio copyright where relevantPeter Åstrand (astrand)2017-11-082-0/+2
* Set the correct cursor when startingPeter Åstrand (astrand)2017-11-082-6/+16
* Move XDesktop to separate filePeter Åstrand (astrand)2017-11-084-419/+499
* Using namespace rfb in header files is a bad ideaPeter Åstrand (astrand)2017-11-075-17/+15
* Build with support for MIT-SHMPeter Åstrand (astrand)2017-11-072-11/+1
* Get rid of getFbSize()/getDesktopSize() in commonPierre Ossman2017-09-221-4/+0