summaryrefslogtreecommitdiffstats
path: root/daemon/debug.c
Commit message (Expand)AuthorAgeFilesLines
* daemon: collect list of called external commandsOlaf Hering2012-08-301-9/+20
* debug: Add setenv debugging command.Richard W.M. Jones2012-05-221-0/+24
* debug: 'progress' (unsupported debug command) now checks argument is reasonab...Richard W.M. Jones2012-04-271-1/+5
* Use O_CLOEXEC / SOCK_CLOEXEC for almost all file descriptors.Richard W.M. Jones2012-03-141-3/+3
* Replace 'int' with 'size_t' passim.Richard W.M. Jones2012-03-131-34/+34
* daemon: debug: Close fd along error path (found by Coverity).Richard W.M. Jones2012-03-081-0/+1
* daemon: debug segv correct use of dereferencing NULL.Richard W.M. Jones2012-01-091-1/+7
* tests: Split regressions -> various subdirectories of tests/Richard W.M. Jones2011-12-221-2/+6
* Update FSF address.Matthew Booth2011-11-081-1/+1
* Fix debug help error message.Matthew Booth2011-10-311-1/+1
* Add regression test to catch missing libraries in the appliance.Richard W.M. Jones2011-08-021-0/+71
* Coverity: Remove unreachable code.Richard W.M. Jones2011-06-091-4/+0
* proto: Fix both-ends-cancel case.Richard W.M. Jones2011-03-181-1/+4
* daemon: Don't use ../src path to include generator_protocol.hRichard W.M. Jones2010-11-031-1/+1
* debug: Add qtrace <device> on|off to allow selective traces.Richard W.M. Jones2010-10-061-0/+91
* debug: Add 'debug progress' command.Richard Jones2010-09-011-0/+33
* debug: Arrange prototypes in alphabetical order.Richard Jones2010-09-011-1/+1
* daemon: Enable debug command by default.Richard Jones2010-09-011-25/+7
* Add a core_pattern debug commandMatthew Booth2010-08-261-0/+53
* New API: debug-upload (not a formal part of the API/ABI).Richard Jones2010-04-191-9/+82
* daemon: Don't need to prefix error messages with the command name.Richard Jones2010-02-121-1/+1
* use STREQ, not strcmp: part 1Jim Meyering2009-11-091-1/+1
* convert uses of strcasecmp to STRCASEEQJim Meyering2009-11-091-1/+1
* Implement 'debug ls' and 'debug ll' commands.Richard Jones2009-08-181-0/+64
* adjust const "**" pointers to avoid warningsJim Meyering2009-08-171-1/+1
* generator.ml: use new "Pathname" designationJim Meyering2009-08-131-1/+1
* build: daemon/do_debug: parameters aren't always unusedJim Meyering2009-08-101-1/+7
* build: avoid warnings in daemon/debug.cJim Meyering2009-08-101-1/+1
* Convert all TABs-as-indentation to spaces.Jim Meyering2009-08-031-5/+5
* 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