aboutsummaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* Move utility functions to core libraryPierre Ossman2025-02-136-14/+19
* Move basic data types to core libraryPierre Ossman2025-02-1312-34/+45
* Use initializer lists for basic data typesPierre Ossman2025-02-133-14/+14
* Move getHostAndPort() to network libraryPierre Ossman2025-02-131-2/+1
* Order libraries for Xvnc in dependency orderPierre Ossman2025-02-131-1/+1
* Reduce header #include:sPierre Ossman2025-02-1310-4/+22
* Fix argument parsing regression in x0vncserverPierre Ossman2025-01-231-1/+1
* Change development version to 1.15.80Pierre Ossman2025-01-141-1/+1
* Update visible copyright year to 2025Pierre Ossman2025-01-141-1/+1
* Always use lowercase "t" for TigerVNC teamPierre Ossman2025-01-141-1/+1
* Avoid fetching details of disabled pointerPierre Ossman2025-01-141-1/+1
* Avoid duplicate Xvnc bannersPierre Ossman2025-01-131-3/+1
* TIGERVNC_BUILDDIR default keeps dir relationsJoachim Falk2025-01-121-1/+1
* Removed obsolete syslog.target from service filesJoachim Falk2025-01-121-1/+1
* Fix some option dashes in man pages.Joachim Falk2025-01-121-1/+1
*-. Merge branches 'argparse', 'nothread' and 'config' of https://github.com/Cend...Pierre Ossman2025-01-1016-496/+575
|\ \
| | * Print Xvnc banner before all the usage optionsPierre Ossman2025-01-103-4/+10
| | * Describe multiple -Log entries in man pagesPierre Ossman2025-01-072-2/+2
| | * Document Xvnc "-SetPrimary" in man pagePierre Ossman2025-01-071-0/+5
| | * Sort parameters in -help and man pagesPierre Ossman2025-01-073-337/+337
| | * Prefer "PasswordFile" over "rfbauth"Pierre Ossman2025-01-072-2/+2
| | * Move -interface argument to correct sectionPierre Ossman2025-01-071-4/+4
| | * Use normal iterators for parametersPierre Ossman2025-01-071-6/+6
| | * Remove server and viewer config typesPierre Ossman2025-01-072-3/+0
| |/ |/|
| * Give better error message on bad argumentsPierre Ossman2025-01-103-7/+38
| * Make all user commands handle --help and --versionPierre Ossman2025-01-103-1/+24
| * Consolidate argument parsing in single functionPierre Ossman2025-01-105-33/+28
| * Separate parameter name and value in VNC extensionPierre Ossman2024-12-036-35/+57
| * Remove legacy X11 bitfield markersPierre Ossman2024-12-031-74/+74
|/
* Hook sprite functions instead to monitor cursorPierre Ossman2024-11-261-96/+194
* Handle "no cursor", not just "empty cursor"Pierre Ossman2024-11-261-5/+3
* Capitalize even more logging and exceptionsPierre Ossman2024-11-226-18/+18
* Merge branch 'master' of https://github.com/madnicendio/tigervncPierre Ossman2024-11-2212-21/+21
|\
| * Capitalize first letter in log, exception & errorMadeleine Nilsson2024-11-214-10/+10
| * Standardize on sentence case in titlesMadeleine (ThinLinc team)2024-11-119-11/+11
* | Merge branch 'mouse-button-support' of https://github.com/CendioHalim/tigervncPierre Ossman2024-11-185-9/+26
|\ \
| * | Add server support for forward/back mouse buttonsAdam Halim2024-10-225-9/+26
* | | Merge branch 'stdexcept' of github.com:CendioOssman/tigervncPierre Ossman2024-11-077-52/+52
|\ \ \
| * | | Use standard library naming for exceptionsPierre Ossman2024-11-063-3/+3
| * | | Use standard exception classesPierre Ossman2024-11-063-3/+4
| * | | Subclass exceptions from std::exceptionPierre Ossman2024-11-066-24/+23
| * | | Use what() to access exception descriptionPierre Ossman2024-11-065-22/+22
| * | | Use static string for exceptionsPierre Ossman2024-11-061-1/+1
* | | | Don't use login as a verb in Xvnc.manAlexander Zeijlon2024-11-041-2/+2
| |_|/ |/| |
* | | Fudge library path to work around dependency loopsPierre Ossman2024-10-311-5/+8
* | | Do proper top level window setup for selection windowPierre Ossman2024-10-221-1/+1
* | | Avoid invalid XFree for XClassHintPierre Ossman2024-10-221-0/+1
|/ /
* | Allow empty value for config valuesLinn Mattsson2024-10-091-1/+1
* | Merge branch 'errno' of github.com:CendioOssman/tigervncPierre Ossman2024-10-093-3/+3
|\ \
| * | Consistently use SocketException for socket errorsPierre Ossman2024-10-093-3/+3
| |/