Fix networking in the appliance.
[libguestfs.git] / daemon / debug.c
2010-10-06 Richard W.M. Jonesdebug: Add qtrace <device> on|off to allow selective...
2010-09-01 Richard Jonesdebug: Add 'debug progress' command.
2010-09-01 Richard Jonesdebug: Arrange prototypes in alphabetical order.
2010-09-01 Richard Jonesdaemon: Enable debug command by default.
2010-08-26 Matthew BoothAdd a core_pattern debug command
2010-04-19 Richard JonesNew API: debug-upload (not a formal part of the API...
2010-02-12 Richard Jonesdaemon: Don't need to prefix error messages with the...
2009-11-09 Jim Meyeringuse STREQ, not strcmp: part 1
2009-11-09 Jim Meyeringconvert uses of strcasecmp to STRCASEEQ
2009-08-18 Richard JonesImplement 'debug ls' and 'debug ll' commands.
2009-08-17 Jim Meyeringadjust const "**" pointers to avoid warnings
2009-08-13 Jim Meyeringgenerator.ml: use new "Pathname" designation
2009-08-10 Jim Meyeringbuild: daemon/do_debug: parameters aren't always unused
2009-08-10 Jim Meyeringbuild: avoid warnings in daemon/debug.c
2009-08-03 Jim MeyeringConvert all TABs-as-indentation to spaces.
2009-07-03 Jim Meyeringremove trailing blanks
2009-06-22 Richard JonesThe 'debug sh' command now uses a real shell.
2009-06-10 Richard JonesIn the daemon, change all const char * parameters to...
2009-06-10 Richard JonesIn the daemon, change all const char * parameters to...
2009-05-22 Richard JonesAdd 'debug env' command to print environment.
2009-05-08 Richard JonesGenerated code to support last 3 commits.
2009-04-23 Richard W.M. Jonescatsprintf leaks, use open_memstream instead.
2009-04-23 Richard W.M. JonesRemove the 'debug mem' command, it's never going to...
2009-04-23 Richard W.M. JonesImplement 'debug sh' and 'debug fds' commands.
2009-04-23 Richard W.M. JonesAdd outline of 'debug' command.