aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/dix/dispatch.c
Commit message (Expand)AuthorAgeFilesLines
* dix/dispatch: fix a small memory leakUlrich Sibiller2019-06-221-0/+3
* NXdispatch.c: use upstream version of ProcSetSelectionOwnerUlrich Sibiller2019-06-111-2/+0
* dix: remove unused requestLogIndexUlrich Sibiller2019-05-291-9/+0
* Fix uninitialized bytesUlrich Sibiller2018-12-181-1/+1
* Lift dix to xorg-xserver-1.3.0.0 stateUlrich Sibiller2018-02-261-5/+16
* reduce usage of uninitialised bytesUlrich Sibiller2017-12-281-45/+35
* Add CreatePixmap allocation hints.Aaron Plattner2017-04-101-1/+1
* Xserver: Support building against libXfont2 (v2) API and old libXfont(1) API ...Mike Gabriel2017-04-101-0/+9
* SetFontPath: set client->errorValue on failure.Jamey Sharp2017-04-101-6/+1
* Revert "regression fix for 52872a0: Keep index parameter in AddScreen() for n...Mike Gabriel2017-04-101-3/+2
* regression fix for 52872a0: Keep index parameter in AddScreen() for now. Requ...Mike Gabriel2017-03-271-2/+3
* Move AddScreen() comment where it actually belongs. Should be done in X.org, ...Mike Gabriel2017-03-241-0/+7
* dix: Move AddScreen() over into dispatch.c and introduce init_screen()Mike Gabriel2017-03-241-0/+212
* dix: Extend initial connection handshake for forwarding proxiesAdam Jackson2017-03-211-3/+9
* os: Add facilities for client ID tracking.Rami Ylimäki2017-03-211-0/+10
* dix/os: backport various signal handling and smart scheduler changes from X.orgMike Gabriel2017-03-211-5/+11
* dix/os: Merge priority computation into SmartScheduleClientKeith Packard2017-03-211-11/+14
* replace (DE)ALLOCATE_LOCAL by malloc/freeUlrich Sibiller2017-03-031-19/+19
* Fix "uninitialised byte(s)" complaints from valgrindUlrich Sibiller2017-03-021-0/+2
* Xserver/dix/atom.c (et al.): Constify atom name strings.Mike Gabriel2017-03-021-1/+1
* dix: fix incomplete commitUlrich Sibiller2017-02-241-41/+1
* Naming change: Security*Access -> Dix*AccessMike Gabriel2017-02-201-58/+58
* The smart scheduler is not optional.Mathieu Bérard2017-02-151-17/+0
* xserver: adapt xkbsrc includes syntax to match upstreamUlrich Sibiller2016-10-061-1/+1
* xserver: remove define XKB_IN_SERVERUlrich Sibiller2016-10-061-1/+0
* xserver: use own copy of XKBsrv.h headerUlrich Sibiller2016-10-061-1/+1
* VCS info lines: Remove ancient X.org / XFree86 VCS info line from code files.Mike Gabriel2016-07-061-3/+0
* Remove unneccesary casts from WriteToClient callsAlan Coopersmith2016-07-051-8/+8
* Set event sequence number in WriteEventsToClient instead of at callers.Jamey Sharp2016-07-051-1/+0
* Use internal temp variable for swap macros. Make swaps/swapl type safe (intro...Mike Gabriel2016-07-041-1/+1
* nx-X11/programs/Xserver: Drop {X,x}calloc() macros, use calloc() instead.Mike Gabriel2016-07-021-1/+1
* nx-X11/programs/Xserver: Drop {X,x}realloc() macros, use realloc() instead.Mike Gabriel2016-07-021-1/+1
* nx-X11/programs/Xserver: Drop {X,x}alloc() macros, use malloc() instead.Mike Gabriel2016-07-021-5/+5
* nx-X11/programs/Xserver: Drop {X,x}free() macros, use free() instead.Mike Gabriel2016-07-021-6/+6
* nxagent Xserver: Drop Kerberos code. Not used in nxagent.Mike Gabriel2016-07-011-10/+0
* hw/nxagent/NXdispatch.c: Shrink file, drop duplicate code that can identicall...Mike Gabriel2016-06-251-1/+31
* Move each screen's root-window pointer into ScreenRec.Mike Gabriel2016-06-211-8/+8
* LBX: Drop all Xserver code blocks that relate to removed LBX extension.Mike Gabriel2016-06-011-50/+0
* XAPPGROUP: Drop all Xserver code blocks that relate to removed XAPPGROUP exte...Mike Gabriel2016-06-011-6/+0
* Drop X11 extensions not shipped with recent X.Org server versions anymore:Mike Gabriel2016-06-011-8/+2
* Rename region macros to eliminate screen argumentMike Gabriel2016-05-021-6/+6
* Clear header file namespace separation (<X11/...> vs. <nx-X11/...>).Mike Gabriel2015-12-281-3/+3
* Replace 'pointer' type with 'void *'Keith Packard2015-12-281-23/+23
* Backport: xserver: Avoid sending uninitialized padding data over the networkPeter Åstrand2015-07-021-1/+19
* dix: Allow zero-height PutImage requests (fix for X.Org's CVE-2015-3418).Keith Packard2015-05-011-1/+1
* dix: integer overflow in ProcPutImage() [CVE-2014-8092 1/4]Alan Coopersmith2015-02-141-1/+3
* Imported nx-X11-3.1.0-1.tar.gznx-X11/3.1.0-1Reinhard Tartler2011-10-101-0/+4035