| Commit message (Expand) | Author | Age | Files | Lines |
* | dix: remove unused requestLogIndex | Ulrich Sibiller | 2019-05-29 | 1 | -9/+0 |
* | Fix uninitialized bytes | Ulrich Sibiller | 2018-12-18 | 1 | -1/+1 |
* | Lift dix to xorg-xserver-1.3.0.0 state | Ulrich Sibiller | 2018-02-26 | 1 | -5/+16 |
* | reduce usage of uninitialised bytes | Ulrich Sibiller | 2017-12-28 | 1 | -45/+35 |
* | Add CreatePixmap allocation hints. | Aaron Plattner | 2017-04-10 | 1 | -1/+1 |
* | Xserver: Support building against libXfont2 (v2) API and old libXfont(1) API ... | Mike Gabriel | 2017-04-10 | 1 | -0/+9 |
* | SetFontPath: set client->errorValue on failure. | Jamey Sharp | 2017-04-10 | 1 | -6/+1 |
* | Revert "regression fix for 52872a0: Keep index parameter in AddScreen() for n... | Mike Gabriel | 2017-04-10 | 1 | -3/+2 |
* | regression fix for 52872a0: Keep index parameter in AddScreen() for now. Requ... | Mike Gabriel | 2017-03-27 | 1 | -2/+3 |
* | Move AddScreen() comment where it actually belongs. Should be done in X.org, ... | Mike Gabriel | 2017-03-24 | 1 | -0/+7 |
* | dix: Move AddScreen() over into dispatch.c and introduce init_screen() | Mike Gabriel | 2017-03-24 | 1 | -0/+212 |
* | dix: Extend initial connection handshake for forwarding proxies | Adam Jackson | 2017-03-21 | 1 | -3/+9 |
* | os: Add facilities for client ID tracking. | Rami Ylimäki | 2017-03-21 | 1 | -0/+10 |
* | dix/os: backport various signal handling and smart scheduler changes from X.org | Mike Gabriel | 2017-03-21 | 1 | -5/+11 |
* | dix/os: Merge priority computation into SmartScheduleClient | Keith Packard | 2017-03-21 | 1 | -11/+14 |
* | replace (DE)ALLOCATE_LOCAL by malloc/free | Ulrich Sibiller | 2017-03-03 | 1 | -19/+19 |
* | Fix "uninitialised byte(s)" complaints from valgrind | Ulrich Sibiller | 2017-03-02 | 1 | -0/+2 |
* | Xserver/dix/atom.c (et al.): Constify atom name strings. | Mike Gabriel | 2017-03-02 | 1 | -1/+1 |
* | dix: fix incomplete commit | Ulrich Sibiller | 2017-02-24 | 1 | -41/+1 |
* | Naming change: Security*Access -> Dix*Access | Mike Gabriel | 2017-02-20 | 1 | -58/+58 |
* | The smart scheduler is not optional. | Mathieu Bérard | 2017-02-15 | 1 | -17/+0 |
* | xserver: adapt xkbsrc includes syntax to match upstream | Ulrich Sibiller | 2016-10-06 | 1 | -1/+1 |
* | xserver: remove define XKB_IN_SERVER | Ulrich Sibiller | 2016-10-06 | 1 | -1/+0 |
* | xserver: use own copy of XKBsrv.h header | Ulrich Sibiller | 2016-10-06 | 1 | -1/+1 |
* | VCS info lines: Remove ancient X.org / XFree86 VCS info line from code files. | Mike Gabriel | 2016-07-06 | 1 | -3/+0 |
* | Remove unneccesary casts from WriteToClient calls | Alan Coopersmith | 2016-07-05 | 1 | -8/+8 |
* | Set event sequence number in WriteEventsToClient instead of at callers. | Jamey Sharp | 2016-07-05 | 1 | -1/+0 |
* | Use internal temp variable for swap macros. Make swaps/swapl type safe (intro... | Mike Gabriel | 2016-07-04 | 1 | -1/+1 |
* | nx-X11/programs/Xserver: Drop {X,x}calloc() macros, use calloc() instead. | Mike Gabriel | 2016-07-02 | 1 | -1/+1 |
* | nx-X11/programs/Xserver: Drop {X,x}realloc() macros, use realloc() instead. | Mike Gabriel | 2016-07-02 | 1 | -1/+1 |
* | nx-X11/programs/Xserver: Drop {X,x}alloc() macros, use malloc() instead. | Mike Gabriel | 2016-07-02 | 1 | -5/+5 |
* | nx-X11/programs/Xserver: Drop {X,x}free() macros, use free() instead. | Mike Gabriel | 2016-07-02 | 1 | -6/+6 |
* | nxagent Xserver: Drop Kerberos code. Not used in nxagent. | Mike Gabriel | 2016-07-01 | 1 | -10/+0 |
* | hw/nxagent/NXdispatch.c: Shrink file, drop duplicate code that can identicall... | Mike Gabriel | 2016-06-25 | 1 | -1/+31 |
* | Move each screen's root-window pointer into ScreenRec. | Mike Gabriel | 2016-06-21 | 1 | -8/+8 |
* | LBX: Drop all Xserver code blocks that relate to removed LBX extension. | Mike Gabriel | 2016-06-01 | 1 | -50/+0 |
* | XAPPGROUP: Drop all Xserver code blocks that relate to removed XAPPGROUP exte... | Mike Gabriel | 2016-06-01 | 1 | -6/+0 |
* | Drop X11 extensions not shipped with recent X.Org server versions anymore: | Mike Gabriel | 2016-06-01 | 1 | -8/+2 |
* | Rename region macros to eliminate screen argument | Mike Gabriel | 2016-05-02 | 1 | -6/+6 |
* | Clear header file namespace separation (<X11/...> vs. <nx-X11/...>). | Mike Gabriel | 2015-12-28 | 1 | -3/+3 |
* | Replace 'pointer' type with 'void *' | Keith Packard | 2015-12-28 | 1 | -23/+23 |
* | Backport: xserver: Avoid sending uninitialized padding data over the network | Peter Åstrand | 2015-07-02 | 1 | -1/+19 |
* | dix: Allow zero-height PutImage requests (fix for X.Org's CVE-2015-3418). | Keith Packard | 2015-05-01 | 1 | -1/+1 |
* | dix: integer overflow in ProcPutImage() [CVE-2014-8092 1/4] | Alan Coopersmith | 2015-02-14 | 1 | -1/+3 |
* | Imported nx-X11-3.1.0-1.tar.gznx-X11/3.1.0-1 | Reinhard Tartler | 2011-10-10 | 1 | -0/+4035 |