| Commit message (Expand) | Author | Age | Files | Lines |
* | os: fix BigReq ignoring when another request is pending | Ulrich Sibiller | 2019-06-11 | 1 | -2/+0 |
* | Die XTESTEXT1, die! | Ulrich Sibiller | 2019-05-10 | 1 | -19/+1 |
* | nxagent: Fix an excessive request size limitation that broke big-requests. | Ulrich Sibiller | 2018-10-06 | 1 | -1/+3 |
* | Use min() [defined in include/misc.h] instead of MIN() [not defined in any Xo... | Alan Coopersmith | 2018-08-21 | 1 | -3/+3 |
* | [PATCH] os: XDMCP options like -query etc. should imply -listen tcp | Mihai Moldovan | 2018-07-18 | 1 | -0/+17 |
* | os/io.c: fix unitialised bytes | Ulrich Sibiller | 2018-07-03 | 1 | -1/+6 |
* | nx-X11/programs/Xserver/{,os/}Imakefile: implement libtirpc forcing via UseTI... | Mihai Moldovan | 2018-03-15 | 1 | -0/+8 |
* | os: hide ttyxx option | Ulrich Sibiller | 2018-02-28 | 1 | -0/+6 |
* | Lift os to XORG-7_1 state - non-functional changes only | Ulrich Sibiller | 2018-02-27 | 1 | -0/+1 |
* | Lift os to XORG-7_1 state | Ulrich Sibiller | 2018-02-27 | 3 | -9/+6 |
* | hw/nxagent/: Stop using non-portable '__progname', set up our own 'nxagentPro... | Mike Gabriel | 2018-02-26 | 1 | -2/+2 |
* | nxagent: Print correct application in usage message. | Simon Matter | 2018-02-26 | 1 | -0/+5 |
* | Lift dix to xorg-xserver-1.3.0.0 state | Ulrich Sibiller | 2018-02-26 | 1 | -2/+0 |
* | Xext: lift DPMS extension to xorg-xserver-7.1/1.1 state | Ulrich Sibiller | 2018-02-07 | 1 | -91/+102 |
* | nx-X11/programs/Xserver/os/xprintf.c: completely drop NX-related changes. | Mihai Moldovan | 2017-12-13 | 1 | -9/+0 |
* | Xserver/os/xprintf.c: Drop NoMachine's own implementation of Xvasprintf(). Us... | Mike Gabriel | 2017-12-11 | 1 | -50/+1 |
* | nx-X11/programs/Xserver/os/xprintf.c: remove doubly-defined Xscnprintf functi... | Mihai Moldovan | 2017-12-11 | 1 | -22/+2 |
* | os/xprintf: add Xvscnprintf and Xscnprintf | Daniel Kurtz | 2017-12-10 | 1 | -0/+44 |
* | Typo in xserver Xvasprintf() | Colin Harrison | 2017-12-10 | 1 | -2/+2 |
* | Add asprintf() implementation for platforms without it | Alan Coopersmith | 2017-12-10 | 1 | -44/+193 |
* | Reintroduce -co as no-op | Ulrich Sibiller | 2017-12-07 | 1 | -0/+11 |
* | nx-X11/programs/Xserver/os/connection.c: compact display autodetection code. | Mihai Moldovan | 2017-04-20 | 1 | -4/+2 |
* | Xserver/os/connection.c: If -displayfd and an explicit display port number ar... | Mike Gabriel | 2017-04-20 | 1 | -0/+11 |
* | Xserver/os/connection.c: Accompany display number with some human-readable (m... | Mike Gabriel | 2017-04-20 | 1 | -0/+9 |
* | Clearing comments from $XFree86$ (et al.) header lines. | Mike Gabriel | 2017-04-19 | 2 | -7/+0 |
* | Regression fix for added libXfont2 API support: | Mike Gabriel | 2017-04-10 | 1 | -1/+1 |
* | Xserver: Support building against libXfont2 (v2) API and old libXfont(1) API ... | Mike Gabriel | 2017-04-10 | 2 | -1/+10 |
* | os: Remove the useless -x option | Adam Jackson | 2017-03-21 | 1 | -9/+0 |
* | os: FatalError if -displayfd writes fail AND Clear the -displayfd option afte... | Keith Packard | 2017-03-21 | 1 | -2/+6 |
* | Use unique logfile names when starting server with -displayfd | Alan Coopersmith | 2017-03-21 | 2 | -29/+99 |
* | os: -displayfd should check ports up to 65535 | Jon TURNEY | 2017-03-21 | 1 | -1/+1 |
* | os: Use NotifyFd interface for listen descriptors | Keith Packard | 2017-03-21 | 2 | -70/+53 |
* | Handle -displayfd and an explicit display number sensibly | Jon TURNEY | 2017-03-21 | 2 | -7/+6 |
* | Xserver/os/utils.c: Add NXAGENT_SERVER specific -nolisten parameter: ANY. | Mike Gabriel | 2017-03-21 | 2 | -0/+6 |
* | os: Add a mechanism to prevent creating any listen sockets | Kristian Høgsberg | 2017-03-21 | 2 | -4/+8 |
* | os: Add -displayfd option | Chase Douglas | 2017-03-21 | 2 | -26/+60 |
* | os: Use NotifyFd for ErrorConnMax | Keith Packard | 2017-03-21 | 2 | -18/+19 |
* | Move SIGUSR1 notification as late as possible. | Adam Jackson | 2017-03-21 | 1 | -38/+49 |
* | dix: Extend initial connection handshake for forwarding proxies | Adam Jackson | 2017-03-21 | 1 | -5/+5 |
* | dix: Pull client-is-local flag up to the ClientRec | Adam Jackson | 2017-03-21 | 3 | -10/+2 |
* | os: always check if client is local when connection is accepted | Pauli Nieminen | 2017-03-21 | 3 | -3/+19 |
* | os: Add facilities for client ID tracking. | Rami Ylimäki | 2017-03-21 | 2 | -0/+399 |
* | dix/os: backport various signal handling and smart scheduler changes from X.org | Mike Gabriel | 2017-03-21 | 4 | -105/+105 |
* | dix/os: Merge priority computation into SmartScheduleClient | Keith Packard | 2017-03-21 | 1 | -37/+4 |
* | os: Fix a memory leak | Pauli Nieminen | 2017-03-21 | 1 | -4/+6 |
* | Rework local client id finding code to be more uniform | Alan Coopersmith | 2017-03-21 | 3 | -69/+142 |
* | AUDIT messages should contain uid for local accesses (X.org bug #1997) | Alan Coopersmith | 2017-03-21 | 1 | -5/+16 |
* | LBX clean-up: Drop forgotten passage in Xserver/os/connection.c. | Mike Gabriel | 2017-03-21 | 1 | -4/+0 |
* | Xserver/os/: Drop not-used-anymore MNX_TCPCONN macro. | Mike Gabriel | 2017-03-21 | 2 | -10/+9 |
* | Xserver/os/Imakefile: Introduce the NULL variable and line-wrap various varia... | Mike Gabriel | 2017-03-21 | 1 | -32/+91 |