summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 Coopersmith2-1/+11
2019-02-23specs/XKB: Fix misprint in documentation of XkbFreeGeomOverlayKeys()Alan Coopersmith1-1/+1
2019-02-23specs/XKB: Fix misprint in documentation of XkbAllocGeomOverlayKeys()Alan Coopersmith1-2/+2
2019-02-23specs/XKB: Fix misprint in documentation of XkbAllocGeomOverlayRows()Alan Coopersmith1-2/+2
2019-02-23specs/XKB: Fix misprint in documentation of XkbGetNamedGeometry()Alan Coopersmith1-1/+1
2019-02-23XkbAllocGeomOverlayKey man page should be named XkbAllocGeomOverlayKeysAlan Coopersmith2-1/+1
2019-02-17Fix man page typo: XkbAllBellNotifyMask -> XkbAllBellEventsMaskAlan Coopersmith6-6/+6
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-01Avoid use-after-free in _XimProtoSetIMValues()Alan Coopersmith1-2/+0
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 Coopersmith2-7/+2
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 Coopersmith4-0/+89
2018-11-19Update README for gitlab migrationAlan Coopersmith3-40/+35
2018-11-12locale.dir: Add ast_ES.UTF-8Albert Astals Cid1-0/+1
2018-11-12compose.dir: Add ast_ES.UTF-8Albert Astals Cid1-0/+1
2018-11-10Remove documentation of obsolete B16 & B32 tags in specs/libX11Alan Coopersmith1-17/+6
2018-10-09libX11 1.6.7libX11-1.6.7Matt Turner1-1/+1
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-21libX11 1.6.6libX11-1.6.6Matthieu Herrb1-2/+2
2018-08-21Remove statement with no effect.Matthieu Herrb1-1/+1
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-06-13XkbOpenDisplay.3: fix typoSamuel Thibault1-1/+1
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-23Use flexible array member instead of fake size.Michal Srb1-4/+4
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-20no need to check XFree argumentswalter harms1-22/+10
2017-08-14fix memleak in error pathwalter harms1-0/+1