summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libX11 1.6.6libX11-1.6.6Matthieu Herrb2018-08-211-2/+2
* Remove statement with no effect.Matthieu Herrb2018-08-211-1/+1
* Fixed crash on invalid reply (CVE-2018-14598).Tobias Stoeckmann2018-08-212-0/+10
* Fixed out of boundary write (CVE-2018-14600).Tobias Stoeckmann2018-08-212-4/+4
* Fixed off-by-one writes (CVE-2018-14599).Tobias Stoeckmann2018-08-213-21/+9
* Validation of server response in XListHosts.Tobias Stoeckmann2018-07-171-6/+13
* XkbOpenDisplay.3: fix typoSamuel Thibault2018-06-131-1/+1
* Don't rebuild ks_tables.h if nothing changed.Martin Natano2018-05-131-3/+1
* Change fall through comment in lcDB.c to match gcc's requirementsAlan Coopersmith2018-05-051-1/+1
* Use size_t for buffer sizes in SetHints.cAlan Coopersmith2018-03-301-2/+2
* Fix possible memory leak in cmsProp.c:140Bhavi Dhingra2018-03-241-0/+1
* Use flexible array member instead of fake size.Michal Srb2018-03-231-4/+4
* If XGetImage fails to create image, don't dereference it to bounds checkAlan Coopersmith2018-03-071-7/+9
* silence gcc warning assignment discards 'const' qualifier from pointer target...wharms2017-09-032-2/+2
* remove empty linewharms2017-08-201-1/+0
* add _X_UNUSED to avoid unused variable warningswharms2017-08-201-2/+2
* Fixes: warning: variable 'req' set but not,usedwalter harms2017-08-2016-16/+16
* mark _XDefaultIOError as no_returnwalter harms2017-08-201-1/+1
* no need to check XFree argumentswalter harms2017-08-201-22/+10
* fix memleak in error pathwalter harms2017-08-141-0/+1
* fix memleak in error pathwalter harms2017-08-141-0/+1
* no need to check args for Xfree()walter harms2017-08-141-41/+33
* remove stray externwalter harms2017-08-141-1/+1
* no need to check argument for _XkbFree()walter harms2017-08-141-5/+3
* fix more shadow warningwalter harms2017-08-142-6/+6
* fix shadow char_sizewalter harms2017-08-141-5/+5
* remove argument check for free() adjust one indenwalter harms2017-08-141-29/+28
* _XIOError(dpy); will never return so remore deadwalter harms2017-08-141-3/+1
* fix shadow warningwalter harms2017-08-141-5/+5
* Valgrind fix for XStoreColor and XStoreColors.Ryan C. Gordon2017-08-062-0/+2
* Improve table formatting in XkbChangeControls & XkbKeyNumGroups man pagesAlan Coopersmith2017-04-072-74/+91
* Clarify state parameter to XkbSetNamedDeviceIndicatorAlan Coopersmith2017-03-242-7/+12
* Make Xkb{Get,Set}NamedIndicator spec & manpages match codeAlan Coopersmith2017-03-246-45/+390
* _XDefaultError: set XlibDisplayIOError flag before calling exitArthur Huillet2017-03-071-0/+10
* libX11 1.6.5libX11-1.6.5Matt Turner2017-02-251-1/+1
* Revert "Compose sequences for rouble sign"Adam Jackson2017-02-141-20/+0
* Compose sequences for rouble signMihail Konev2017-02-141-0/+20
* Revert cs_CZ.UTF-8 XLC_LOCALE to en_US.UTF-8Petr Písař2017-01-271-2/+1
* autogen: add default patch prefixMihail Konev2017-01-261-0/+3
* autogen.sh: use quoted string variablesEmil Velikov2017-01-261-4/+4
* autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer2017-01-261-1/+1
* Fix wrong Xfree in XListFonts failure pathJulien Cristau2017-01-091-2/+4
* specs/libX11: Update Portability Considerations for the 21st centuryAlan Coopersmith2017-01-031-6/+15
* specs/libX11: Fix broken synopsis for Data/Data16/Data32Alan Coopersmith2017-01-011-4/+17
* specs/libX11: Add missing parameter types for XGetWindowProperty()Alan Coopersmith2017-01-011-12/+12
* specs/libX11: Make paramdef spacing more consistentAlan Coopersmith2017-01-0116-1798/+1798
* specs/libX11: Fix paramdef entries listing multiple parametersAlan Coopersmith2017-01-0111-71/+150
* specs/libX11: More synopsis fixesAlan Coopersmith2017-01-015-202/+414
* Typos in "Xlib - C Language X Interface" document - Chapter 02Lucien Gentis2017-01-011-24/+15
* Plug a memory leakEmilio Pozuelo Monfort2016-10-261-0/+2