summaryrefslogtreecommitdiffstats
path: root/daemon/debug.c
Commit message (Collapse)AuthorAgeFilesLines
* Convert all TABs-as-indentation to spaces.Jim Meyering2009-08-031-5/+5
| | | | | | | | | | | Do it by running this command: [exempted files are matched via .x-sc_TAB_in_indentation] git ls-files \ | pcregrep -vf .x-sc_TAB_in_indentation \ | xargs pcregrep -l '^ *\t' \ | xargs perl -MText::Tabs -ni -le \ '$m=/^( *\t[ \t]*)(.*)/; print $m ? expand($1) . $2 : $_'
* 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