aboutsummaryrefslogtreecommitdiff
path: root/nx-X11
Commit message (Expand)AuthorAgeFilesLines
* _XDefaultError: set XlibDisplayIOError flag before calling exitpatches_up_to_libX11_HEAD_2017-03-26Arthur Huillet2017-03-261-0/+10
* Fix wrong Xfree in XListFonts failure pathpatches_up_to_libX11_1.6.5Julien Cristau2017-03-261-2/+4
* os: Remove the useless -x optionAdam Jackson2017-03-212-13/+0
* os: FatalError if -displayfd writes fail AND Clear the -displayfd option afte...Keith Packard2017-03-211-2/+6
* Use unique logfile names when starting server with -displayfdAlan Coopersmith2017-03-213-29/+100
* os: -displayfd should check ports up to 65535Jon TURNEY2017-03-211-1/+1
* os: Use NotifyFd interface for listen descriptorsKeith Packard2017-03-213-74/+53
* Handle -displayfd and an explicit display number sensiblyJon TURNEY2017-03-214-8/+9
* Xserver/os/utils.c: Add NXAGENT_SERVER specific -nolisten parameter: ANY.Mike Gabriel2017-03-212-0/+6
* os: Add a mechanism to prevent creating any listen socketsKristian Høgsberg2017-03-213-5/+9
* os: Add -displayfd optionChase Douglas2017-03-215-26/+69
* os: Use NotifyFd for ErrorConnMaxKeith Packard2017-03-212-18/+19
* Move SIGUSR1 notification as late as possible.Adam Jackson2017-03-213-38/+53
* dix: Extend initial connection handshake for forwarding proxiesAdam Jackson2017-03-212-8/+14
* dix: Pull client-is-local flag up to the ClientRecAdam Jackson2017-03-216-14/+5
* os: always check if client is local when connection is acceptedPauli Nieminen2017-03-213-3/+19
* os: Add facilities for client ID tracking.Rami Ylimäki2017-03-218-0/+485
* dix/os: backport various signal handling and smart scheduler changes from X.orgMike Gabriel2017-03-2113-152/+159
* dix/os: Merge priority computation into SmartScheduleClientKeith Packard2017-03-212-48/+18
* os: Fix a memory leakPauli Nieminen2017-03-211-4/+6
* Rework local client id finding code to be more uniformAlan Coopersmith2017-03-214-69/+160
* AUDIT messages should contain uid for local accesses (X.org bug #1997)Alan Coopersmith2017-03-211-5/+16
* LBX clean-up: Drop forgotten passage in Xserver/os/connection.c.Mike Gabriel2017-03-211-4/+0
* Xserver/os/: Drop not-used-anymore MNX_TCPCONN macro.Mike Gabriel2017-03-212-10/+9
* Xserver/os/Imakefile: Introduce the NULL variable and line-wrap various varia...Mike Gabriel2017-03-211-32/+91
* Don't crash on unconfigured interfaces. (X.org bug #5218, Andrei Barbu)Adam Jackson2017-03-201-0/+2
* Set padding bytes to 0 in WriteToClientAlan Coopersmith2017-03-201-1/+5
* os: Return BadLength instead of disconnecting BigReq clients (#4565)Aaron Plattner2017-03-202-3/+41
* Fix overflow of ConnectionOutput->size and ->countPeter Harris2017-03-201-3/+4
* dix: Pass ClientPtr to FlushCallbackMichel Dänzer2017-03-202-3/+6
* Xserver/os/io.c: Bail out early from FlushClient if nothing needs to be written.Keith Packard2017-03-191-0/+4
* os: Immediately queue initial WriteToClientChris Wilson2017-03-191-1/+1
* os/xdmcp: Remove dead 'restart' codeMike Gabriel2017-03-191-10/+0
* Keystroke.c: ignore CapsLock and NumLock most of the timeUlrich Sibiller2017-03-193-3/+32
* os: Initialize NotifyFds earlier in startupMike Gabriel2017-03-171-1/+5
* os: Implement support for NotifyFd X_NOTIFY_WRITE and removal of AddEnabledDe...Keith Packard2017-03-175-56/+69
* Move the code for resetting the DPMS mode in response to input events, from W...Fredrik Höglund2017-03-172-4/+14
* nxagent: Use SetNotifyFd to receive events.Mike Gabriel2017-03-174-3/+12
* os: Add NotifyFd interfacesKeith Packard2017-03-155-0/+118
* Xserver/include/list.h: Add list.h from X.org (from X.org commit 63f83d1).Mike Gabriel2017-03-152-0/+495
* os/xdmcp: Just send XDMCP keepalive packets once every three minuteKeith Packard2017-03-151-22/+2
* Keystroke.c: remove unneeded capital keys for default keystrokesUlrich Sibiller2017-03-131-11/+0
* Keystroke.c: add new keystroke to reread keystroke configUlrich Sibiller2017-03-132-6/+34
* Keystroke.c: simplify parse_keystroke_fileUlrich Sibiller2017-03-131-36/+15
* Keystroke.c: fix formattingUlrich Sibiller2017-03-131-1/+1
* Keystroke.c: use an own environment variable for X2GoUlrich Sibiller2017-03-131-3/+10
* Keystroke.c: make nxagentKeystrokeFileParsed localUlrich Sibiller2017-03-131-4/+5
* Keystroke.c: add missing Mod5 modifierUlrich Sibiller2017-03-131-0/+1
* Keystroke.c: fix code orderUlrich Sibiller2017-03-131-1/+3
* Keystroke.h: sane struct initUlrich Sibiller2017-03-131-0/+1