index
:
xorg/lib/libXi
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
input-hotplug
libXi-1.1-branch
libXi-1.2-branch
libXi-1.3-branch
libXi-1.4-branch
libXi-1.6-branch
libxi-1.0-branch
master
mpx
X.org libXi Client library for XInput. (mirrored from https://gitlab.freedesktop.org/xorg/lib/libxi)
daniels
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-05
Fix double alignment on 32bits machines with strict constraints
HEAD
master
Matthieu Herrb
1
-6
/
+10
2023-05-02
Initialize a few stack vars to zero
Peter Hutterer
1
-7
/
+7
2022-08-25
XInput_find_display: Don't dereference NULL dpyinfo
Alan Coopersmith
1
-1
/
+1
2021-05-30
Fix compile error that slipped through
Povilas Kanapickas
1
-2
/
+2
2020-10-10
Update the list of supported XI versions
Povilas Kanapickas
1
-1
/
+3
2020-10-10
Add support for XI 2.4 gesture events
Povilas Kanapickas
3
-1
/
+243
2019-06-19
Replace open-coded FP3232_TO_DOUBLE
Matt Turner
1
-2
/
+1
2019-06-17
Fix the FIXME in XIValuatorClass case of copy_classes function in XExtInt.c
Alexander Bersenev
1
-6
/
+5
2018-02-06
_XIPassiveGrabDevice needs to set time value
Jeff Smith
1
-6
/
+8
2016-12-29
Fix possible free of uninitialized pointer
Emilio Pozuelo Monfort
1
-1
/
+1
2016-10-26
Check that allocating a buffer succeeded
Emilio Pozuelo Monfort
1
-3
/
+4
2016-10-26
Plug a memory leak
Emilio Pozuelo Monfort
1
-0
/
+2
2016-10-13
XListInputDevices: don't touch ndevices in case of error
Peter Hutterer
1
-9
/
+12
2016-10-13
SizeClassInfo can return 0 even without an error
Niels Ole Salscheider
1
-11
/
+13
2016-09-25
Properly validate server responses.
Tobias Stoeckmann
10
-23
/
+99
2015-11-03
Fix const compiler warnings
Javier Pello
1
-3
/
+3
2015-10-19
Don't use raw serial numbers in XIEvents
Peter Hutterer
1
-8
/
+8
2015-02-24
Fix version check in _XIAllowEvents
Cosimo Cecchi
1
-1
/
+1
2014-11-04
XIGrabDevice: Unlock display in error path.
Michal Srb
1
-2
/
+9
2014-11-03
Refactor XGetExtensionVersion.
Michal Srb
3
-19
/
+12
2014-11-03
Fix logic in _XIAllowEvents and prevent double unlock.
Michal Srb
1
-2
/
+2
2014-11-03
XIGetClientPointer: Return False on error.
Michal Srb
1
-1
/
+1
2014-11-03
Do not return NoSuchExtension casted to pointer as an error.
Michal Srb
8
-8
/
+8
2014-11-03
XIChangeHierarchy: Add missing unlock.
Michal Srb
1
-5
/
+9
2014-11-03
Fix double unlock when _XiCheckExtInit return -1.
Michal Srb
5
-7
/
+16
2014-10-28
Advance the request buffer by the right amount in XIChangeHierarchy
Julien Cristau
1
-1
/
+1
2014-07-14
Fix locking bugs with XIAllowTouchEvents() and XIUngrabTouchBegin()
Owen W. Taylor
2
-6
/
+2
2014-07-10
XIPassiveGrab: Fix completely broken locking in XIGrabTouchBegin
Jasper St. Pierre
1
-0
/
+1
2014-07-10
XIPassiveGrab: Fix display locking inside _XIPassiveGrabDevice for error paths
Jasper St. Pierre
1
-9
/
+9
2013-11-25
Remove fallback for _XEatDataWords, require libX11 1.6 for it
Michael Joost
1
-13
/
+0
2013-06-28
Remove check that can never be true.
Thomas Klausner
1
-3
/
+0
2013-06-27
Include limits.h to prevent build error: missing INT_MAX
Peter Hutterer
2
-0
/
+2
2013-06-27
If the XGetDeviceDontPropagateList reply has an invalid length, return 0
Peter Hutterer
1
-1
/
+3
2013-06-27
Change size += to size = in XGetDeviceControl
Peter Hutterer
1
-5
/
+5
2013-06-27
Fix potential corruption in mask_len handling
Peter Hutterer
3
-12
/
+45
2013-05-24
Don't overwrite the cookies serial number
Peter Hutterer
1
-1
/
+0
2013-05-23
sign extension issue in XListInputDevices() [CVE-2013-1995]
Alan Coopersmith
1
-6
/
+10
2013-05-23
Avoid integer overflow in XListInputDevices() [CVE-2013-1984 8/8]
Alan Coopersmith
1
-4
/
+6
2013-05-23
Avoid integer overflow in XGetDeviceProperties() [CVE-2013-1984 7/8]
Alan Coopersmith
1
-24
/
+37
2013-05-23
integer overflow in XIGetSelectedEvents() [CVE-2013-1984 6/8]
Alan Coopersmith
1
-6
/
+19
2013-05-23
integer overflow in XIGetProperty() [CVE-2013-1984 5/8]
Alan Coopersmith
1
-4
/
+7
2013-05-23
integer overflow in XGetDeviceMotionEvents() [CVE-2013-1984 4/8]
Alan Coopersmith
1
-5
/
+17
2013-05-23
integer overflow in XGetDeviceDontPropagateList() [CVE-2013-1984 3/8]
Alan Coopersmith
1
-3
/
+5
2013-05-23
integer overflow in XGetFeedbackControl() [CVE-2013-1984 2/8]
Alan Coopersmith
1
-5
/
+19
2013-05-23
integer overflow in XGetDeviceControl() [CVE-2013-1984 1/8]
Alan Coopersmith
1
-7
/
+24
2013-05-23
unvalidated lengths in XQueryDeviceState() [CVE-2013-1998 3/3]
Alan Coopersmith
1
-5
/
+12
2013-05-23
memory corruption in _XIPassiveGrabDevice() [CVE-2013-1998 2/3]
Alan Coopersmith
1
-1
/
+1
2013-05-23
Stack buffer overflow in XGetDeviceButtonMapping() [CVE-2013-1998 1/3]
Alan Coopersmith
1
-8
/
+13
2013-05-23
Use _XEatDataWords to avoid overflow of rep.length bit shifting
Alan Coopersmith
14
-20
/
+30
2013-05-20
Copy the sequence number into the target event too (#64687)
Peter Hutterer
1
-0
/
+9
[next]