Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-06 | Add experimental support for reading a previously recorded file | Alan Coopersmith | 1 | -0/+5 | |
If you run "xscope -r -v0 > xscope.raw", then you can later run "xscope -f xscope.raw" to decode the data. Mainly adding this to aid in testing decoding of new extensions, so I don't have to re-run the commands over and over, just replay a log file. (Which may or may not have been edited to include additional request data for further testing of types & formats that clients may not make it easy to generate.) Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2012-09-06 | Add -I command line flag to enter interactive mode at startup | Alan Coopersmith | 1 | -2/+7 | |
Avoids having to try to time a ^C after the signal handler is set up but before any data is handled. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2011-01-13 | config: move man pages into their own directory | Gaetan Nadon | 2 | -0/+209 | |
Use services provided by XORG_MANPAGE_SECTIONS. Use standard Makefile for man pages. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> |