summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove "All rights reserved" from Oracle copyright notices.Alan Coopersmith2022-10-171-1/+1
* Convert calls to Xmalloc arrays to use Xmallocarray insteadAlan Coopersmith2022-06-113-4/+7
* Import reallocarray() from libX11Alan Coopersmith2022-06-113-2/+90
* Use calloc instead of malloc if we may not initialize all the bytesAlan Coopersmith2022-06-105-6/+6
* Remove unnecessary (char *) casts from Xfree() argumentsAlan Coopersmith2022-06-105-12/+12
* Remove unnecessary casts of malloc/calloc resultsAlan Coopersmith2022-06-108-15/+13
* Add extutilP.h header for xgeExtRegister() prototypeAlan Coopersmith2022-06-104-3/+50
* Xge.c, Xge.h: convert from ISO-8859-1 to UTF-8Alan Coopersmith2022-06-101-1/+1
* Fix spelling/wording issuesAlan Coopersmith2022-06-102-3/+3
* Use __builtin_popcountl if available to replace Ones() in XSecurity.cAlan Coopersmith2016-03-031-2/+11
* Assert that values buffer has enough room for provided valuesAlan Coopersmith2016-03-031-0/+5
* XSecurityGenerateAuthorization: Allocate enough space in values bufferRob Wu2016-03-031-1/+1
* Xge: remove warning messages about missing Xge extension event translationsKeith Packard2014-03-171-7/+0
* XeviGetVisualInfo: Free & clear *evi_return, not evi_return pointerAlan Coopersmith2014-03-081-2/+4
* Stricter event error checkingNathan Kidd2014-01-201-11/+17
* Remove fallback for _XEatDataWords, require libX11 1.6 for itAlan Coopersmith2013-11-079-48/+0
* Require ANSI C89 pre-processor, drop pre-C89 token pasting supportAlan Coopersmith2013-06-242-12/+0
* Replace sprintf with snprintf when looking up extension error stringsAlan Coopersmith2013-06-221-1/+1
* integer overflow in XSyncListSystemCounters() [CVE-2013-1982 6/6]Alan Coopersmith2013-05-021-7/+25
* integer overflow in XShapeGetRectangles() [CVE-2013-1982 5/6]Alan Coopersmith2013-05-021-10/+14
* integer overflow in XeviGetVisualInfo() [CVE-2013-1982 4/6]Alan Coopersmith2013-04-261-7/+18
* several integer overflows in XdbeGetVisualInfo() [CVE-2013-1982 3/6]Alan Coopersmith2013-04-261-10/+17
* integer overflow in XcupStoreColors() [CVE-2013-1982 2/6]Alan Coopersmith2013-04-261-14/+11
* integer overflow in XcupGetReservedColormapEntries() [CVE-2013-1982 1/6]Alan Coopersmith2013-04-261-7/+12
* Use _XEatDataWords to avoid overflow of rep.length bit shiftingAlan Coopersmith2013-04-138-8/+56
* Avoid having macros expand code to be: ((f) ? (f)->m1 : NULL)->m2Thomas Klausner2012-07-301-2/+2
* Destroy generic event extension after last display is removedChase Douglas2012-04-231-1/+9
* Add const attributes to fix gcc -Wwrite-strings warningsAlan Coopersmith2011-10-1414-20/+20
* Strip trailing whitespaceAlan Coopersmith2011-09-1614-96/+96
* Correct XShm return values.Peter Hutterer2011-04-121-4/+4
* Add _X_HIDDEN to xgeExtRegister to fix build problems on 64bitAlan Hourihane2011-02-251-1/+1
* Add XSyncAwaitFence()James Jones2010-12-031-0/+21
* Add XSyncQueryFence()James Jones2010-12-031-0/+29
* Initial Fence Sync Object supportJames Jones2010-12-031-0/+85
* Backwards compat for newer XSync + older serversJames Jones2010-12-031-27/+96
* Purge cvs tags.Jesse Adkins2010-10-0615-31/+0
* Purge macros NEED_EVENTS and NEED_REPLIESFernando Carrijo2010-07-0713-26/+2
* Remove headers for functions found in liblbxutilAlan Coopersmith2010-06-111-3/+0
* XAllocID must only be called with the Display lock held.Jamey Sharp2010-04-091-4/+1
* Revert "Don't smash the event_vec if num_events differs between lib and server."Julien Cristau2010-02-081-46/+1
* Don't smash the event_vec if num_events differs between lib and server.Peter Hutterer2009-12-031-1/+46
* Don't export xgeExtRegisterJulien Cristau2009-11-301-1/+1
* Fix CFLAGS/CPPFLAGS so lint works properlyAlan Coopersmith2009-11-061-1/+3
* XAllocID must only be called with the Display lock held.Jamey Sharp2009-10-071-2/+1
* Remove XTest header, belongs to libXtst.Peter Hutterer2009-07-202-2/+0
* Fix DPMS/MBUF/SECURITY for new header namesAdam Jackson2009-07-163-3/+3
* Move libXext library headers from xextproto to libXext.Peter Hutterer2009-07-1513-28/+43
* Don't export extra symbolsPaul TBBle Hampson2009-06-151-5/+5
* Silence "Generic Event Extension missing on display" warning.Peter Hutterer2009-02-201-2/+1
* patch to avoid gcc warning in libXextPaulo Cesar Pereira de Andrade2009-01-292-8/+7