aboutsummaryrefslogtreecommitdiffstats
path: root/unix/x0vncserver
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Add support for RSA-AES security typespdlan2022-09-011-2/+12
|/
* Improve logging around screen resizingPierre Ossman2022-01-251-6/+0
* Be consistent in including config.hPierre Ossman2021-12-309-0/+36
* Fix formatting of -rfbport in man pagesPierre Ossman2021-11-091-2/+2
* Merge branch 'x0-interface-option' of https://github.com/sotho/tigervncPierre Ossman2021-07-232-2/+14
|\
| * Add -interface option to x0vncserverAlexander Elbs2021-07-232-2/+14
* | Fix build on systems without HOST_NAME_MAXAlex Richardson2021-07-151-13/+9
|/
* Correctly handle screen layout with offsetPierre Ossman2021-06-171-5/+8
* Use <user>@<hostname> as the default desktop namePierre Ossman2021-06-132-1/+41
* Don't list clipboard parameters for x0vncserverPierre Ossman2021-06-112-8/+5
* Maintain static screen DPI on resizePierre Ossman2021-04-081-9/+9
* Add support for notifying clients about pointer movementslhchavez2021-03-021-1/+1
* Added the ability to listen on both Unix socket and TCP port.Jocelyn Le Sage2021-02-042-3/+6
* Merge branch 'noblock' of https://github.com/CendioOssman/tigervncPierre Ossman2021-01-193-11/+13
|\
| * Change streams to be asynchronousPierre Ossman2020-05-212-8/+0
| * Handle clients lost during queryingPierre Ossman2020-05-211-2/+12
| * Check buffer usage with a simply booleanPierre Ossman2020-05-211-1/+1
* | Update keycode maps to latest versionPierre Ossman2020-11-162-10/+14
|/
* 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