aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/Xext/sync.c
Commit message (Expand)AuthorAgeFilesLines
* Use calloc to zero fill buffers being allocated for replies & eventsUlrich Sibiller2019-02-281-1/+1
* Lift Xext to xorg 1.4.2Ulrich Sibiller2018-11-091-12/+12
* Backport IDLETIME system counter to nx-X11 Xserver.Mike Gabriel2018-07-031-0/+159
* Xext: lift xvmain.c to xorg-xserver-7.1/1.1 stateUlrich Sibiller2018-02-071-1/+0
* Xext: lift sync.c to xorg-xserver-7.1/1.1 stateUlrich Sibiller2018-02-071-2/+11
* replace (DE)ALLOCATE_LOCAL by malloc/freeUlrich Sibiller2017-03-031-6/+6
* Naming change: Security*Access -> Dix*AccessMike Gabriel2017-02-201-8/+8
* drop platform support: unifdef Lynx.Mike Gabriel2017-02-081-1/+1
* Remove libcwrapper usage from xorg server modules. The libcwrapper is not use...Eric Anholt2016-12-041-4/+2
* Remove extmod from nx-X11/programs/Xserver/Xext/.Mike Gabriel2016-11-021-2/+0
* VCS info lines: Remove ancient X.org / XFree86 VCS info line from code files.Mike Gabriel2016-07-061-2/+0
* remove unreferenced NEED_EVENTS/NEED_REPLIESUlrich Sibiller2016-07-051-2/+0
* Remove unneccesary casts from WriteToClient callsAlan Coopersmith2016-07-051-6/+6
* Set event sequence number in WriteEventsToClient instead of at callers.Jamey Sharp2016-07-051-5/+0
* Make WriteEventsToClient/WriteToClient no-op on fake or dead clients.Jamey Sharp2016-07-051-6/+3
* Replace INITARGS with voidTomas Carnecky2016-07-051-1/+1
* Use internal temp variable for swap macros. Make swaps/swapl type safe (intro...Mike Gabriel2016-07-041-76/+56
* 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-6/+6
* nx-X11/programs/Xserver: Drop {X,x}free() macros, use free() instead.Mike Gabriel2016-07-021-14/+14
* Xserver/include/protocol-versions.h: Switch to having an Xserver-specific hea...Mike Gabriel2016-07-021-2/+3
* Clear header file namespace separation (<X11/...> vs. <nx-X11/...>).Mike Gabriel2015-12-281-5/+5
* Replace 'pointer' type with 'void *'Keith Packard2015-12-281-34/+34
* Backport: xserver: Avoid sending uninitialized padding data over the networkPeter Åstrand2015-07-021-0/+1
* Imported nx-X11-3.1.0-1.tar.gznx-X11/3.1.0-1Reinhard Tartler2011-10-101-0/+2513