summaryrefslogtreecommitdiffstats
path: root/daemon/debug.c
Commit message (Collapse)AuthorAgeFilesLines
* remove trailing blanksJim Meyering2009-07-031-1/+1
|
* The 'debug sh' command now uses a real shell.Richard Jones2009-06-221-9/+33
|
* In the daemon, change all const char * parameters to char *.Richard Jones2009-06-101-1/+1
|
* Add 'debug env' command to print environment.Richard Jones2009-05-221-1/+23
|
* Generated code to support last 3 commits.Richard Jones2009-05-081-0/+10
|
* catsprintf leaks, use open_memstream instead.Richard W.M. Jones2009-04-231-10/+16
|
* Remove the 'debug mem' command, it's never going to work.Richard W.M. Jones2009-04-231-30/+0
|
* Implement 'debug sh' and 'debug fds' commands.Richard W.M. Jones2009-04-231-15/+101
|
* Add outline of 'debug' command.Richard W.M. Jones2009-04-231-0/+138