summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-09-24xkb: Provide <X11/extensions/XKBgeom.h> ourselvesAdam Jackson4-4/+4
2019-08-06src/util/Makefile: explicitly reset LINK to not use libtoolRoss Burton1-1/+2
2019-06-17makekeys: Detach ourselves from X headers entirelyAdam Jackson1-1/+3
2019-06-09Use AC_SYS_LARGEFILEMatt Turner1-0/+4
2019-06-09Fix a leak in XCreateFontSetPavel Labath1-1/+1
2019-06-08Avoid using libtool wrapper for makekeysJon Turney1-1/+1
2019-06-08Use EXEEXT_FOR_BUILD for makekeysJon Turney2-2/+3
2019-06-08Remove makekeys dependency on X headersJon Turney2-5/+6
2019-05-14Protect colormap add/removal with display lockTapani Pälli3-9/+9
2019-04-30Add autoconf checks for headers we include for FIONREADJon Turney1-0/+7
2019-02-23Include reallocarray.h in tarballs so "make distcheck" passesAlan Coopersmith1-0/+1
2019-02-23XlibInt.c: include headers needed for ioctl(...FIONREAD...) on SolarisAlan Coopersmith1-0/+10
2019-01-16_XDefaultIOError: Do better at detecting explicit shutdownAdam Jackson1-1/+28
2019-01-16_XDefaultIOError: Reformat to be less uglyAdam Jackson1-13/+13
2019-01-01Fix implicit conversion warnings in _XlcCreateDefaultCharSetAlan Coopersmith1-2/+2
2019-01-01Remove no-longer-used name variable in _XGetAtomNameAlan Coopersmith1-1/+0
2018-12-29Fix out-of-tree builds after commit 8a62e26515e528bb47917ec4a55cc2b492419eebAlan Coopersmith1-0/+1
2018-12-08Convert src/xlibi18n to use reallocarray()Alan Coopersmith7-23/+31
2018-12-08Replace Xmalloc+strcpy pairs with strdup callsAlan Coopersmith1-4/+1
2018-12-08Replace _XkbTypedRealloc & _XkbClearElems with new _XkbResizeArrayAlan Coopersmith5-152/+67
2018-12-08Add some missing allocation failure checks in src/xcmsAlan Coopersmith3-0/+15
2018-12-08Convert src/xcms to use reallocarray()Alan Coopersmith3-4/+7
2018-12-08Convert src/XKB to use reallocarray()Alan Coopersmith2-2/+3
2018-12-08Convert main src directory to use reallocarray()Alan Coopersmith27-68/+89
2018-12-08Import reallocarray() from OpenBSDAlan Coopersmith3-0/+88
2018-09-28poll_for_event: Allow using xcb_poll_for_queued_eventMichel Dänzer1-6/+10
2018-09-25poll_for_response: Call poll_for_event again if xcb_poll_for_reply failsMichel Dänzer1-3/+12
2018-09-22XcmsLookupColor: fully initialize XColor structs passed to _XColor_to_XcmsRGBBhavi Dhingra1-1/+2
2018-08-21Fixed crash on invalid reply (CVE-2018-14598).Tobias Stoeckmann2-0/+10
2018-08-21Fixed out of boundary write (CVE-2018-14600).Tobias Stoeckmann2-4/+4
2018-08-21Fixed off-by-one writes (CVE-2018-14599).Tobias Stoeckmann3-21/+9
2018-07-17Validation of server response in XListHosts.Tobias Stoeckmann1-6/+13
2018-05-13Don't rebuild ks_tables.h if nothing changed.Martin Natano1-3/+1
2018-05-05Change fall through comment in lcDB.c to match gcc's requirementsAlan Coopersmith1-1/+1
2018-03-30Use size_t for buffer sizes in SetHints.cAlan Coopersmith1-2/+2
2018-03-24Fix possible memory leak in cmsProp.c:140Bhavi Dhingra1-0/+1
2018-03-07If XGetImage fails to create image, don't dereference it to bounds checkAlan Coopersmith1-7/+9
2017-09-03silence gcc warning assignment discards 'const' qualifier from pointer target...wharms2-2/+2
2017-08-20remove empty linewharms1-1/+0
2017-08-20add _X_UNUSED to avoid unused variable warningswharms1-2/+2
2017-08-20Fixes: warning: variable 'req' set but not,usedwalter harms16-16/+16
2017-08-20mark _XDefaultIOError as no_returnwalter harms1-1/+1
2017-08-14fix memleak in error pathwalter harms1-0/+1
2017-08-14fix memleak in error pathwalter harms1-0/+1
2017-08-14no need to check args for Xfree()walter harms1-41/+33
2017-08-14remove stray externwalter harms1-1/+1
2017-08-14no need to check argument for _XkbFree()walter harms1-5/+3
2017-08-14fix shadow char_sizewalter harms1-5/+5
2017-08-14_XIOError(dpy); will never return so remore deadwalter harms1-3/+1
2017-08-14fix shadow warningwalter harms1-5/+5