aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/os/io.c
Commit message (Expand)AuthorAgeFilesLines
* os: unifdef WIN32Ulrich Sibiller2020-01-061-35/+0
* os: unifdef __SCO__Ulrich Sibiller2020-01-061-1/+1
* os: fix BigReq ignoring when another request is pendingUlrich Sibiller2019-06-111-2/+0
* nxagent: Fix an excessive request size limitation that broke big-requests.Ulrich Sibiller2018-10-061-1/+3
* os/io.c: fix unitialised bytesUlrich Sibiller2018-07-031-1/+6
* dix/os: backport various signal handling and smart scheduler changes from X.orgMike Gabriel2017-03-211-11/+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-201-3/+40
* Fix overflow of ConnectionOutput->size and ->countPeter Harris2017-03-201-3/+4
* dix: Pass ClientPtr to FlushCallbackMichel Dänzer2017-03-201-3/+3
* 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: Implement support for NotifyFd X_NOTIFY_WRITE and removal of AddEnabledDe...Keith Packard2017-03-171-4/+5
* The smart scheduler is not optional.Mathieu Bérard2017-02-151-6/+0
* drop platform support: unifdef Lynx.Mike Gabriel2017-02-081-4/+0
* drop platform support: unifdef __UNIXOS2__.Mike Gabriel2017-02-081-5/+1
* replace transport.c link by xstrans.cUlrich Sibiller2016-10-061-0/+3
* 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-1/+0
* Make WriteToClient take a const void * like any decent IO write function.Kristian Høgsberg2016-07-051-3/+5
* Make WriteEventsToClient/WriteToClient no-op on fake or dead clients.Jamey Sharp2016-07-051-3/+5
* Use internal temp variable for swap macros. Make swaps/swapl type safe (intro...Mike Gabriel2016-07-041-4/+2
* nx-X11/programs/Xserver: Drop {X,x}realloc() macros, use realloc() instead.Mike Gabriel2016-07-021-4/+4
* nx-X11/programs/Xserver: Drop {X,x}alloc() macros, use malloc() instead.Mike Gabriel2016-07-021-4/+4
* nx-X11/programs/Xserver: Drop {X,x}free() macros, use free() instead.Mike Gabriel2016-07-021-16/+16
* LBX: Drop all Xserver code blocks that relate to removed LBX extension.Mike Gabriel2016-06-011-80/+0
* Clear header file namespace separation (<X11/...> vs. <nx-X11/...>).Mike Gabriel2015-12-281-7/+7
* Replace 'pointer' type with 'void *'Keith Packard2015-12-281-3/+3
* Imported nx-X11-3.1.0-1.tar.gznx-X11/3.1.0-1Reinhard Tartler2011-10-101-0/+1347