summaryrefslogtreecommitdiff
path: root/src/XlibInt.c
Commit message (Expand)AuthorAgeFilesLines
* Don't leave dangling pointers in Free functionsAlan Coopersmith2020-11-181-2/+1
* Avoid recursing through _XError due to sequence adjustmentKeith Packard2020-11-151-3/+11
* Add XSetIOErrorExitHandler() functionCarlos Garnacho2020-10-151-2/+16
* Prepare for _XIOError() possibly returningCarlos Garnacho2020-10-151-0/+2
* Avoid the use of "register" keyword in public headers.Maya Rashish2020-08-281-2/+2
* Fix spelling/wording issuesAlan Coopersmith2020-07-221-1/+1
* reduce gcc-normal warnings using casts (no object change)Thomas E. Dickey2020-04-211-3/+3
* Fix lockup in _XReply() caused by recursive synchronizationDmitry Osipenko2019-10-091-1/+3
* Add autoconf checks for headers we include for FIONREADJon Turney2019-04-301-0/+7
* XlibInt.c: include headers needed for ioctl(...FIONREAD...) on SolarisAlan Coopersmith2019-02-231-0/+10
* _XDefaultIOError: Do better at detecting explicit shutdownAdam Jackson2019-01-161-1/+28
* _XDefaultIOError: Reformat to be less uglyAdam Jackson2019-01-161-13/+13
* Convert main src directory to use reallocarray()Alan Coopersmith2018-12-081-4/+5
* Fixes: warning: variable 'req' set but not,usedwalter harms2017-08-201-1/+1
* mark _XDefaultIOError as no_returnwalter harms2017-08-201-1/+1
* _XDefaultError: set XlibDisplayIOError flag before calling exitArthur Huillet2017-03-071-0/+10
* fix for Xlib 32-bit request number issuesChristian Linhart2015-09-211-13/+18
* Do not return() after exit().Thomas Klausner2015-07-191-2/+2
* Remove redundant null checks before freewalter harms2014-06-061-6/+6
* Remove unused ETEST & ESZTEST macros from XlibInt.cAlan Coopersmith2014-01-051-33/+0
* libX11: check size of GetReqExtra after XFlushKees Cook2013-07-221-0/+8
* Check for symbol existence with #ifdef, not #ifThomas Klausner2013-07-081-1/+1
* Remove more unnecessary casts from Xmalloc/calloc callsAlan Coopersmith2013-05-091-11/+9
* unifdef WORD64Alan Coopersmith2013-03-031-236/+0
* Convert more sprintf calls to snprintfAlan Coopersmith2013-02-161-4/+4
* Preserve constness in casting arguments through the Data*() routinesAlan Coopersmith2013-02-161-6/+6
* Typo fixPeter Hutterer2012-04-301-1/+1
* Add _XGetRequest as substitute for GetReq/GetReqExtraPeter Hutterer2011-11-081-0/+31
* Call _XErrorFunction without holding the Display lock.Jamey Sharp2011-03-151-1/+13
* XlibInt: Use strncpy+zero termination instead of strcpy to enforce buffer sizeErkki Seppälä2011-02-011-3/+4
* XlibInt: info_list->watch_data was reallocated, but result was discardedAnder Conselvan de Oliveira2011-02-011-0/+1
* Using freed pointer "e"Erkki Seppälä2011-01-311-2/+2
* Initialize event typePauli Nieminen2011-01-031-0/+2
* Purge macros NEED_EVENTS and NEED_REPLIESFernando Carrijo2010-07-071-2/+0
* Remove support for building without XCBJosh Triplett2010-06-031-1538/+2
* Merge branch 'xlib-xcb-thread-fixes'Jamey Sharp2010-05-101-10/+1
|\
| * Use InternalLockDisplay on code paths called from LockDisplay.Jamey Sharp2010-04-181-10/+1
* | Fix various build warningsJeremy Huddleston2010-04-231-0/+4
|/
* Stop returning an int from _XIDHandler and _XSeqSyncFunctionJosh Triplett2010-04-151-4/+2
* Move XID and sync handling from SyncHandle to LockDisplay to fix races.Jamey Sharp2010-04-151-12/+25
* Run the user's synchandler as well as any internal synchandlers.Jamey Sharp2010-04-121-0/+2
* Purge CVS/RCS id tagsAlan Coopersmith2010-01-141-2/+0
* Fix compiler warning 'unused variable qelt'Peter Hutterer2009-07-291-1/+0
* Add generic event cookie handling to libX11.Peter Hutterer2009-07-121-2/+182
* Drop ancient USG SysV #ifdefsAlan Coopersmith2009-06-161-1/+1
* Fix a several sparse warnings: Using plain integer as NULL pointerAlan Coopersmith2009-04-061-1/+1
* Bug 6820: Xlib shouldn't handle EAGAIN as a fatal IO errorAlan Coopersmith2009-03-121-7/+3
* WORD64 compile fix. This bug catched on a overview of the code.Paulo Cesar Pereira de Andrade2009-02-021-1/+1
* Janitor: ansification, make distcheck, compiler warnings.Paulo Cesar Pereira de Andrade2009-01-281-7/+2
* Support multiple independent internal sync handlersJamey Sharp2008-11-041-38/+47