| Commit message (Expand) | Author | Age | Files | Lines |
* | VCS info lines: Remove ancient X.org / XFree86 VCS info line from code files. | Mike Gabriel | 2016-07-06 | 11 | -24/+0 |
* | Per-file copyright notices: Update copyright information in file headers that... | Mike Gabriel | 2016-07-06 | 5 | -94/+117 |
* | remove unreferenced NEED_EVENTS/NEED_REPLIES | Ulrich Sibiller | 2016-07-05 | 1 | -1/+0 |
* | Remove unneccesary casts from WriteToClient calls | Alan Coopersmith | 2016-07-05 | 1 | -1/+1 |
* | Make WriteToClient take a const void * like any decent IO write function. | Kristian Høgsberg | 2016-07-05 | 2 | -4/+6 |
* | Make WriteEventsToClient/WriteToClient no-op on fake or dead clients. | Jamey Sharp | 2016-07-05 | 1 | -3/+5 |
* | Xserver/os/xdmauth.c: Avoid compiler warnings due to -Wswitch being enabled. ... | Mike Gabriel | 2016-07-05 | 1 | -6/+2 |
* | Xserver/os/log.c: Make sure strlcpy is defined in log.c. Immitate what is don... | Mike Gabriel | 2016-07-05 | 1 | -0/+1 |
* | Restore compression of duplicate log file entries. | Adam Jackson | 2016-07-05 | 1 | -10/+0 |
* | os: Make sure that writing our pid to the lock file actually worked | Keith Packard | 2016-07-05 | 1 | -1/+3 |
* | Xserver/os/connection.c: Drop unused variable 'restore_trans_conn' from Clien... | Mike Gabriel | 2016-07-05 | 1 | -1/+0 |
* | Xserver/os/connection.c: Only define XSERV_t, TRANS_SERVER and TRANS_REOPEN i... | Mike Gabriel | 2016-07-05 | 1 | -3/+9 |
* | Use internal temp variable for swap macros. Make swaps/swapl type safe (intro... | Mike Gabriel | 2016-07-04 | 2 | -7/+5 |
* | os: Remove deprecated malloc/free wrappers, clean {X,XNF}{alloc,calloc,reallo... | Mike Gabriel | 2016-07-02 | 1 | -132/+17 |
* | nx-X11/programs/Xserver: Drop {X,x}realloc() macros, use realloc() instead. | Mike Gabriel | 2016-07-02 | 2 | -5/+5 |
* | nx-X11/programs/Xserver: Drop {X,x}alloc() macros, use malloc() instead. | Mike Gabriel | 2016-07-02 | 14 | -876/+40 |
* | nx-X11/programs/Xserver: Drop {X,x}free() macros, use free() instead. | Mike Gabriel | 2016-07-02 | 11 | -63/+63 |
* | nxagent Xserver: Drop Kerberos code. Not used in nxagent. | Mike Gabriel | 2016-07-01 | 6 | -882/+5 |
* | noRRXineramaExtension: Make Boolean configurable via new cmdline switch (+|-r... | Mike Gabriel | 2016-06-18 | 1 | -2/+15 |
* | nx-X11/programs/Xserver: Include nxcomp{,ext,shad} headers like one would do ... | Mike Gabriel | 2016-06-13 | 2 | -3/+3 |
* | XF86MISC: Drop all Xserver code blocks that relate to removed XF86MISC extens... | Mike Gabriel | 2016-06-01 | 1 | -3/+0 |
* | MITMISC: Drop all Xserver code blocks that relate to removed MITMISC extension. | Mike Gabriel | 2016-06-01 | 1 | -3/+0 |
* | XF86VIDMODE: Drop all Xserver code blocks that relate to removed XF86VIDMODE ... | Mike Gabriel | 2016-06-01 | 1 | -3/+0 |
* | MULTIBUFFER: Drop all Xserver code blocks that relate to removed MULTIBUFFER ... | Mike Gabriel | 2016-06-01 | 1 | -3/+0 |
* | LBX: Drop all Xserver code blocks that relate to removed LBX extension. | Mike Gabriel | 2016-06-01 | 5 | -280/+0 |
* | EVI: Drop all Xserver code blocks that relate to removed EVI extension. | Mike Gabriel | 2016-06-01 | 1 | -3/+0 |
* | FONTCACHE: Drop all Xserver code blocks that relate to removed FONTCACHE exte... | Mike Gabriel | 2016-06-01 | 1 | -3/+0 |
* | XEVIE: Drop all Xserver code blocks that relate to removed XEVIE extension. | Mike Gabriel | 2016-06-01 | 1 | -5/+0 |
* | XFree86DGA: Drop all Xserver code blocks that relate to removed XFree86DGA ex... | Mike Gabriel | 2016-06-01 | 1 | -3/+0 |
* | TOGCUP: Drop all Xserver code blocks that relate to removed TOGCUP extension. | Mike Gabriel | 2016-06-01 | 1 | -3/+0 |
* | XAPPGROUP: Drop all Xserver code blocks that relate to removed XAPPGROUP exte... | Mike Gabriel | 2016-06-01 | 2 | -10/+0 |
* | Adapt API for MakeAtom() and CopyISOLatin1Lowered to latest changes in X.org. | Mike Gabriel | 2016-05-02 | 1 | -5/+5 |
* | pixman-devel: Build against shared library pkg-config(pixman-1). | Mike Gabriel | 2016-05-02 | 1 | -1/+2 |
* | Xserver help: Document -disablexineramaextension cmdline option. | Mike Gabriel | 2015-12-30 | 1 | -0/+1 |
* | Clear header file namespace separation (<X11/...> vs. <nx-X11/...>). | Mike Gabriel | 2015-12-28 | 17 | -60/+60 |
* | Replace 'pointer' type with 'void *' | Keith Packard | 2015-12-28 | 11 | -109/+109 |
* | imake cleanup: Drop references to X11 build-logic that is not present in nx-X11. | Mike Gabriel | 2015-04-28 | 2 | -569/+3 |
* | library clean-up: Don't build and link libXfont.a anymore. Use system's libXf...pr/libxfont-cleanup | Mike Gabriel | 2015-04-22 | 1 | -1/+1 |
* | imake cleanup: Drop all references to XprtServer and BuildXprint*. | Mike Gabriel | 2015-04-04 | 2 | -14/+1 |
* | dix: integer overflow in GetHosts() [CVE-2014-8092 2/4] | Alan Coopersmith | 2015-02-16 | 1 | -0/+6 |
* | Revert "dix: integer overflow in GetHosts() [CVE-2014-8092 2/4]" | Mihai Moldovan | 2015-02-16 | 1 | -6/+0 |
* | dix: integer overflow in GetHosts() [CVE-2014-8092 2/4] | Alan Coopersmith | 2015-02-14 | 1 | -0/+6 |
* | unchecked malloc may allow unauthed client to crash Xserver [CVE-2014-8091] | Alan Coopersmith | 2015-02-14 | 1 | -0/+4 |
* | Fix CVE-2011-4028: File disclosure vulnerability. upstream xorg/xserver commi... | Mike DePaulo | 2015-02-14 | 1 | -1/+1 |
* | Unbrand NX Agent Startup Screen / Brand X2Go Agent Startup Screen (999_nxagen... | Oleksandr Shneyder | 2015-02-13 | 1 | -1/+13 |
* | Be compliant with POS36-C: Observe correct revocation order while relinquishi... | Orion Poplawski | 2015-02-13 | 1 | -0/+7 |
* | FHS path fix for rgb file | Marcelo Boveto Shima | 2015-02-10 | 1 | -1/+1 |
* | Fix -Werror=format-security errors (056_nx-X11_Werror-format-security.full.pa... | Orion Poplawski | 2015-02-09 | 1 | -2/+2 |
* | drop .original files from the current code base | Mike Gabriel | 2015-02-02 | 18 | -16364/+0 |
* | Revert "release 3.5.0.19" | Mike Gabriel | 2013-03-28 | 1 | -1/+1 |