summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-05-17Avoid double free of client.conn if HandleClientRequest detects disconnectAlan Coopersmith1-1/+3
2013-05-10Use strsignal(3) which is more standard than sig2str()Matthieu Herrb1-3/+4
2013-05-05Make query extension replies static, instead of pointers to stack buffersAlan Coopersmith1-5/+13
2013-05-01Send SIGHUP to server at end of xcb testAlan Coopersmith1-0/+4
2013-05-01Allow xcb tests to end with connection errorsAlan Coopersmith1-2/+4
2013-04-28Allow tests to repeat a data packet a specified number of timesAlan Coopersmith1-4/+10
2013-04-27Allow test programs to provide responses to selected QueryExtension callsAlan Coopersmith1-7/+21
2013-04-27Install custom XIOError handler to abort on IO errorAlan Coopersmith1-0/+15
2013-03-30Allow requests to return a chain of multiple repliesAlan Coopersmith1-12/+24
2013-03-30Expose sequence number setting "extension" to test programsAlan Coopersmith4-20/+54
2013-03-30Add alarm() call to kill processes after 5 minutesAlan Coopersmith1-0/+4
2013-03-30Switch xtrans from X11_t to XSERV_t to avoid conflicts with pre-xcb XlibAlan Coopersmith4-17/+38
2013-03-30Allow building without xcb for testing on older systemsAlan Coopersmith1-1/+4
2013-03-30Create initial frameworkAlan Coopersmith6-0/+1016