summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-12-20xserver: usecs are usecs, not millisPeter Hutterer1-1/+1
2012-12-14process: if the wait fails because the child is still running, reset errnoPeter Hutterer1-1/+5
2012-12-14process: drop a few SCOPED_TRACEPeter Hutterer1-6/+3
2012-12-14Add support for starting a process through valgrindPeter Hutterer1-1/+10
2012-11-09xserver: install default X error handlerPeter Hutterer1-0/+44
2012-11-07xserver: ignore SIGUSR1 in the parent after server startupPeter Hutterer1-0/+4
2012-11-07Make default log path configurablePeter Hutterer1-1/+1
2012-11-07Move default log/config setting back to environmentPeter Hutterer2-10/+10
2012-11-07xserver: add RemoveOptionPeter Hutterer1-0/+4
2012-11-06Expand on the default 'failed to open connection to display' errorPeter Hutterer1-2/+9
2012-10-29xorg-gtest-main: fix trailing whitespacePeter Hutterer1-1/+1
2012-10-29xserver: shut up compiler warningPeter Hutterer1-0/+1
2012-10-29xserver: add XORG_GTEST_XSERVER_KEEPALIVE environment variablePeter Hutterer1-0/+11
2012-10-29xserver: use new fork handling for signal masksPeter Hutterer1-28/+46
2012-10-29process: split Fork() and Start() into (optionally) two callsPeter Hutterer1-3/+14
2012-10-29xserver: increase timout to 3 secondsPeter Hutterer1-1/+1
2012-10-23Merge branch 'xlib-io-error-handler2'Peter Hutterer1-0/+17
2012-10-17xserver: add default X IO error handlerPeter Hutterer1-0/+17
2012-10-16xserver: query device list before waitingPeter Hutterer1-0/+9
2012-10-16xserver: set the hierarchy mask before WaitForDevicePeter Hutterer1-4/+96
2012-10-10process: wait for SIGCHLD instead of busy loopingPeter Hutterer1-16/+31
2012-10-10process: on termination, check if the process exited and set the error codePeter Hutterer1-5/+12
2012-10-10xserver: don't throw exceptions on failed startupPeter Hutterer1-7/+11
2012-10-10process: if termination fails, the state must not be TERMINATEDPeter Hutterer1-4/+7
2012-10-10Fix up build system to use the googletest import buildPeter Hutterer1-2/+4
2012-10-04Deprecate WaitForConnections()Daniel Martin2-31/+0
2012-10-04xserver: use SIGUSR1 to wait for XServer startupDaniel Martin1-0/+31
2012-09-27process: fix compiler warningPeter Hutterer1-1/+1
2012-09-27xserver: don't sleep for a second, 100us is enoughPeter Hutterer1-2/+2
2012-09-27process: return if waitpid() failsPeter Hutterer1-0/+2
2012-09-27process: reduce wait time for process terminationPeter Hutterer1-2/+2
2012-09-25Remove mention of "dummy" where it's not true anymorePeter Hutterer2-9/+8
2012-08-29device: use inotify to wait for the device to appearPeter Hutterer1-1/+58
2012-08-29device: if the device node is still empty when we need it, re-guessPeter Hutterer1-2/+5
2012-08-29device: If we can't open the device, it's not the one we wantPeter Hutterer1-0/+3
2012-08-29device: split device comparison into a helper functionPeter Hutterer1-15/+23
2012-08-29device: only strcmp if EVIOCGNAME succeedsPeter Hutterer1-2/+2
2012-08-29device: move "device not found error down"Peter Hutterer1-6/+4
2012-08-17process: terminate the child if the parent diesPeter Hutterer1-0/+5
2012-08-17xserver: add RemoveLogFile()Peter Hutterer1-0/+6
2012-08-17process: add state enum and GetState()Peter Hutterer1-0/+36
2012-08-17process: require NULL as last argument to Start()Peter Hutterer1-6/+9
2012-08-17xserver: don't push the program name into the argument listPeter Hutterer1-1/+0
2012-08-17xserver: if the logfile was created by TestStartup, remove it againPeter Hutterer1-2/+12
2012-08-17xserver: use temporary variable for log file tooPeter Hutterer1-14/+7
2012-08-16process: add XORG_GTEST_CHILD_STDOUT environment variablePeter Hutterer1-2/+4
2012-08-16Add Red Hat copyright noticesPeter Hutterer3-0/+3
2012-08-13xserver: add destructor to tear down the serverPeter Hutterer1-0/+6
2012-08-13xserver: add getters and setters for config and log filePeter Hutterer1-0/+8
2012-08-08xserver: add GetVersion() to retrieve server versionPeter Hutterer1-0/+31