aboutsummaryrefslogtreecommitdiffstats
path: root/unix/xserver/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'RHEL-34880' of github.com:casantos/tigervncPierre Ossman13 days3-5/+18
|\
| * Make Xvnc and x0vncserver pass the display name to PAM modules.Carlos Santos2025-06-133-0/+14
| * xvnc.c: faster handling of the display argument in ddxProcessArgument()Carlos Santos2025-06-131-5/+4
* | Gracefully shut down connectionsPierre Ossman2025-06-181-10/+28
|/
* Remove Xvnc manual bool param checkPierre Ossman2025-06-113-30/+0
* xvnc.c: remove unnecessary test of function return valueCarlos Santos2025-06-081-7/+1
* core::Configuration: add a size() methodCarlos Santos2025-06-081-7/+1
* Merge branch 'cleanrelease' of github.com:CendioOssman/tigervncPierre Ossman2025-05-051-1/+1
|\
| * Be consistent in copyright and team descriptionPierre Ossman2025-03-131-1/+1
* | Don't print Xvnc banner before parsing argsPierre Ossman2025-04-081-4/+5
* | Fix accidental old style functionPierre Ossman2025-03-301-1/+1
* | Avoid mixing declarations and codePierre Ossman2025-03-301-2/+3
* | Exclude old Xorg stuff when not neededPierre Ossman2025-03-301-0/+6
* | Convert AllowOverride to StringListParameterPierre Ossman2025-03-131-30/+8
* | Make use of IntParameter range validationPierre Ossman2025-03-062-3/+5
|/
* Stop relying on "using namespace"Pierre Ossman2025-02-252-27/+24
* Use absolute paths for librariesPierre Ossman2025-02-251-2/+2
* Revert Xvnc double slash hackPierre Ossman2025-02-251-8/+5
* Move concurrency abstration layer to corePierre Ossman2025-02-251-1/+1
* Rename core/util to core/stringPierre Ossman2025-02-251-1/+1
* Move timers to core libraryPierre Ossman2025-02-252-6/+7
* Move logging to core libraryPierre Ossman2025-02-253-26/+22
* Move configuration to core libraryPierre Ossman2025-02-253-50/+63
* Move utility functions to core libraryPierre Ossman2025-02-131-5/+7
* Move basic data types to core libraryPierre Ossman2025-02-134-13/+18
* Use initializer lists for basic data typesPierre Ossman2025-02-132-8/+8
* 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-133-1/+6
* 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
*-. Merge branches 'argparse', 'nothread' and 'config' of https://github.com/Cend...Pierre Ossman2025-01-107-201/+216
|\ \
| | * Print Xvnc banner before all the usage optionsPierre Ossman2025-01-101-2/+8
| | * Describe multiple -Log entries in man pagesPierre Ossman2025-01-071-1/+1
| | * Document Xvnc "-SetPrimary" in man pagePierre Ossman2025-01-071-0/+5
| | * Sort parameters in -help and man pagesPierre Ossman2025-01-071-163/+163
| | * Prefer "PasswordFile" over "rfbauth"Pierre Ossman2025-01-071-1/+1
| | * 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-071-1/+0
| |/ |/|
| * Consolidate argument parsing in single functionPierre Ossman2025-01-103-12/+11
| * Separate parameter name and value in VNC extensionPierre Ossman2024-12-033-15/+21
|/
* 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-223-7/+7
* Merge branch 'master' of https://github.com/madnicendio/tigervncPierre Ossman2024-11-224-10/+10
|\