index
:
~tjaalton/xserver
for-1.19
Unnamed repository; edit this file 'description' to name the repository.
tjaalton
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Xi
/
xichangehierarchy.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-12
Xi: fix wrong extra length check in ProcXIChangeHierarchy (CVE-2017-12178)
Nathan Kidd
1
-1
/
+1
2017-01-11
Xi: when creating a new master device, update barries for all clients
Peter Hutterer
1
-2
/
+4
2015-10-20
Xi: Silence some tautological warnings
Jeremy Huddleston Sequoia
1
-4
/
+2
2014-12-08
Xi: unvalidated lengths in Xinput extension [CVE-2014-8095]
Alan Coopersmith
1
-3
/
+32
2014-01-25
Check for calloc() failure in add_master()
Alan Coopersmith
1
-0
/
+4
2012-12-19
Merge remote-tracking branch 'yselkowitz/master'
Keith Packard
1
-1
/
+1
2012-12-19
Merge remote-tracking branch 'whot/barriers'
Keith Packard
1
-0
/
+5
2012-12-18
Xi: fix per-device barrier handling
Peter Hutterer
1
-0
/
+6
2012-12-18
Xi: don't use devices after removing them
Peter Hutterer
1
-4
/
+5
2012-12-05
Fix formatting of address operators
Yaakov Selkowitz
1
-1
/
+1
2012-06-07
Xi: drop forced unpairing when changing the hierarchy
Peter Hutterer
1
-6
/
+0
2012-03-21
Indentation: Change '& stuff' to '&stuff'
Daniel Stone
1
-1
/
+1
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-124
/
+93
2011-12-09
Change disable_clientpointer return type to void
Alan Coopersmith
1
-1
/
+1
2011-12-09
Xi: when removing a device, reset ClientPointers where needed
Peter Hutterer
1
-0
/
+15
2011-09-21
Use correct swap{l,s} (or none at all for CARD8)
Matt Turner
1
-1
/
+1
2011-09-21
Use internal temp variable for swap macros
Matt Turner
1
-7
/
+4
2011-05-05
input: Only release SD buttons for explicit floating/reattachment (#36146)
Peter Hutterer
1
-0
/
+2
2011-04-18
Xi: silence valgrind warning. (#36120)
Peter Hutterer
1
-0
/
+2
2011-02-23
Merge branch 'mi-cleanup' into next
Peter Hutterer
1
-2
/
+2
2011-02-22
input: Change a bunch of direct dev->u.master accesses to use GetMaster()
Peter Hutterer
1
-2
/
+2
2011-02-17
Check for OOM condition in XISendDeviceHierarchyEvent
Bryce Harrington
1
-0
/
+2
2010-11-09
Xi: if XTEST device creation fails, fail the master devices.
Peter Hutterer
1
-0
/
+4
2010-11-09
Xi: rename two variables from ptr to dev.
Peter Hutterer
1
-14
/
+14
2010-11-09
Xi: split hierarchy manipulation into static functions.
Peter Hutterer
1
-243
/
+275
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-6
/
+6
2009-08-27
Xext: rename Xtst* to XTest*
Peter Hutterer
1
-33
/
+33
2009-08-24
input: move CorePointer/KeyboardProc declarations into header.
Peter Hutterer
1
-4
/
+0
2009-08-05
dix: require PointerProc and KeyboardProc to be passed into AllocDevicePair.
Peter Hutterer
1
-1
/
+7
2009-07-14
Xi: use byte-counting macros instead of manual calculation.
Peter Hutterer
1
-1
/
+1
2009-07-01
input: store the master device's ID in the devPrivate for XTest devices.
Peter Hutterer
1
-60
/
+24
2009-07-01
input: abstract Xtst device lookup
Peter Hutterer
1
-23
/
+5
2009-06-23
Xi: fix up access modes for calls to dixLookupDevice().
Eamon Walsh
1
-5
/
+5
2009-06-19
Xi: fix 2 memory leaks.
Eamon Walsh
1
-0
/
+1
2009-06-18
input: bump to ints for deviceids - XI2 requires 16-bit deviceids.
Peter Hutterer
1
-35
/
+0
2009-06-17
Xi: namespace XI2 files.
Peter Hutterer
1
-0
/
+540