index
:
xorg/test/xhiv
master
Xhiv test suite for testing how X client libraries handle data from the X server (mirrored from https://gitlab.freedesktop.org/xorg/test/xhiv)
alanc
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-03
Remove "All rights reserved" from Oracle copyright notices
Alan Coopersmith
5
-5
/
+5
2022-12-11
AddResponseToBuffer: Copy respose data as well to avoid use after scope
Jeremy Huddleston Sequoia
1
-2
/
+6
2013-05-17
Avoid double free of client.conn if HandleClientRequest detects disconnect
Alan Coopersmith
1
-1
/
+3
2013-05-10
Use strsignal(3) which is more standard than sig2str()
Matthieu Herrb
1
-3
/
+4
2013-05-05
Make query extension replies static, instead of pointers to stack buffers
Alan Coopersmith
1
-5
/
+13
2013-05-01
Send SIGHUP to server at end of xcb test
Alan Coopersmith
1
-0
/
+4
2013-05-01
Allow xcb tests to end with connection errors
Alan Coopersmith
1
-2
/
+4
2013-04-28
Allow tests to repeat a data packet a specified number of times
Alan Coopersmith
1
-4
/
+10
2013-04-27
Allow test programs to provide responses to selected QueryExtension calls
Alan Coopersmith
1
-7
/
+21
2013-04-27
Install custom XIOError handler to abort on IO error
Alan Coopersmith
1
-0
/
+15
2013-03-30
Allow requests to return a chain of multiple replies
Alan Coopersmith
1
-12
/
+24
2013-03-30
Expose sequence number setting "extension" to test programs
Alan Coopersmith
4
-20
/
+54
2013-03-30
Add alarm() call to kill processes after 5 minutes
Alan Coopersmith
1
-0
/
+4
2013-03-30
Switch xtrans from X11_t to XSERV_t to avoid conflicts with pre-xcb Xlib
Alan Coopersmith
4
-17
/
+38
2013-03-30
Allow building without xcb for testing on older systems
Alan Coopersmith
1
-1
/
+4
2013-03-30
Create initial framework
Alan Coopersmith
6
-0
/
+1016