index
:
xorg/lib/libXext
CYGWIN
DAMAGE-XFIXES
IPv6-REVIEW
XACE-SELINUX
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
libXext-1.0-branch
master
xge
Common X Extensions library (mirrored from https://gitlab.freedesktop.org/xorg/lib/libxext)
krh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-19
unifdef NULL_NOT_ZERO
HEAD
master
Alan Coopersmith
1
-16
/
+1
2024-02-19
unifdef ATTSHAREDLIB
Alan Coopersmith
1
-14
/
+0
2024-02-04
libXext 1.3.6
libXext-1.3.6
Alan Coopersmith
1
-1
/
+1
2023-11-07
XEVI: fix -Walloc-size
Sam James
1
-1
/
+1
2023-10-08
_xgeDpyClose: handle NULL return from _xgeFindDisplay
Alan Coopersmith
1
-1
/
+1
2023-10-08
Check for malloc failure in _xgeGetExtensionVersion
Alan Coopersmith
1
-2
/
+4
2023-10-08
_xgeGetExtensionVersion should not free info on failure
Alan Coopersmith
1
-1
/
+0
2023-03-04
configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
Alan Coopersmith
1
-2
/
+2
2023-02-16
configure: raise minimum autoconf requirement to 2.70
Alan Coopersmith
2
-5
/
+6
2022-11-20
Wrap Xext*CheckExtension() in do { ... } while(0)
Alan Coopersmith
1
-4
/
+6
2022-10-28
libXext 1.3.5
libXext-1.3.5
Alan Coopersmith
1
-2
/
+2
2022-10-17
COPYING: Add info for Xge.* and reallocarray.* files
Alan Coopersmith
1
-1
/
+16
2022-10-17
Remove "All rights reserved" from Oracle copyright notices.
Alan Coopersmith
15
-15
/
+14
2022-07-17
configure: Use AC_USE_SYSTEM_EXTENSIONS to set GNU_SOURCE & other defines
Alan Coopersmith
1
-0
/
+5
2022-06-11
Convert calls to Xmalloc arrays to use Xmallocarray instead
Alan Coopersmith
3
-4
/
+7
2022-06-11
Import reallocarray() from libX11
Alan Coopersmith
4
-2
/
+91
2022-06-10
Use calloc instead of malloc if we may not initialize all the bytes
Alan Coopersmith
5
-6
/
+6
2022-06-10
Remove unnecessary (char *) casts from Xfree() arguments
Alan Coopersmith
5
-12
/
+12
2022-06-10
Remove unnecessary casts of malloc/calloc results
Alan Coopersmith
8
-15
/
+13
2022-06-10
Add extutilP.h header for xgeExtRegister() prototype
Alan Coopersmith
4
-3
/
+50
2022-06-10
Xge.c, Xge.h: convert from ISO-8859-1 to UTF-8
Alan Coopersmith
2
-2
/
+2
2022-06-10
gitlab CI: add a basic build test
Alan Coopersmith
1
-0
/
+99
2022-06-10
Fix spelling/wording issues
Alan Coopersmith
15
-18
/
+18
2022-06-10
Build xz tarballs instead of bzip2
Alan Coopersmith
1
-1
/
+1
2019-08-03
add ACLOCAL_AMFLAGS = -I m4 to make aclocal pick ax_gcc_builtin.m4
Matthieu Herrb
1
-0
/
+2
2019-03-16
libXext 1.3.4
libXext-1.3.4
Alan Coopersmith
1
-1
/
+1
2019-03-16
Add description of libXext to README.md
Alan Coopersmith
1
-0
/
+3
2019-03-16
Update configure.ac bug URL for gitlab migration
Alan Coopersmith
1
-1
/
+1
2018-11-19
Update README for gitlab migration
Alan Coopersmith
3
-29
/
+24
2017-01-26
autogen: add default patch prefix
Mihail Konev
1
-0
/
+3
2017-01-26
autogen.sh: use quoted string variables
Emil Velikov
1
-4
/
+4
2017-01-26
autogen.sh: use exec instead of waiting for configure to finish
Peter Hutterer
1
-1
/
+1
2016-03-03
Use __builtin_popcountl if available to replace Ones() in XSecurity.c
Alan Coopersmith
3
-2
/
+182
2016-03-03
Fix typos in man pages
Alan Coopersmith
2
-2
/
+2
2016-03-03
Assert that values buffer has enough room for provided values
Alan Coopersmith
1
-0
/
+5
2016-03-03
XSecurityGenerateAuthorization: Allocate enough space in values buffer
Rob Wu
1
-1
/
+1
2014-07-24
libXext 1.3.3
libXext-1.3.3
Peter Hutterer
1
-1
/
+1
2014-03-17
Xge: remove warning messages about missing Xge extension event translations
Keith Packard
1
-7
/
+0
2014-03-08
XeviGetVisualInfo: Free & clear *evi_return, not evi_return pointer
Alan Coopersmith
1
-2
/
+4
2014-01-20
Stricter event error checking
Nathan Kidd
1
-11
/
+17
2013-11-07
Remove fallback for _XEatDataWords, require libX11 1.6 for it
Alan Coopersmith
10
-55
/
+1
2013-06-24
Require ANSI C89 pre-processor, drop pre-C89 token pasting support
Alan Coopersmith
3
-18
/
+0
2013-06-22
Replace sprintf with snprintf when looking up extension error strings
Alan Coopersmith
2
-2
/
+2
2013-05-31
libXext 1.3.2
libXext-1.3.2
Alan Coopersmith
1
-1
/
+1
2013-05-02
integer overflow in XSyncListSystemCounters() [CVE-2013-1982 6/6]
Alan Coopersmith
1
-7
/
+25
2013-05-02
integer overflow in XShapeGetRectangles() [CVE-2013-1982 5/6]
Alan Coopersmith
1
-10
/
+14
2013-04-26
integer overflow in XeviGetVisualInfo() [CVE-2013-1982 4/6]
Alan Coopersmith
1
-7
/
+18
2013-04-26
several integer overflows in XdbeGetVisualInfo() [CVE-2013-1982 3/6]
Alan Coopersmith
1
-10
/
+17
2013-04-26
integer overflow in XcupStoreColors() [CVE-2013-1982 2/6]
Alan Coopersmith
1
-14
/
+11
2013-04-26
integer overflow in XcupGetReservedColormapEntries() [CVE-2013-1982 1/6]
Alan Coopersmith
1
-7
/
+12
[next]