daemon: Print failed path in stat command errors.
[libguestfs.git] / daemon / find.c
2010-02-12 Richard Jonesdaemon: Don't need to prefix error messages with the...
2009-11-20 Richard Jonesdaemon: Missing #includes revealed by cross-compiling.
2009-10-20 Richard JonesTab to space fixes, now passes 'make syntax-check'
2009-10-20 Richard Jonesguestfs_find: Fix memory leak of sysrootdir.
2009-10-20 Richard JonesNew API: find0 (unlimited version of find)
2009-08-13 Jim Meyeringgenerator.ml: use new "Pathname" designation
2009-08-13 Jim Meyeringupdate all NEED_ROOT uses
2009-08-13 Jim Meyeringupdate all uses of ABS_PATH
2009-07-28 Richard JonesReplace shell_quote function with %Q and %R printf...
2009-07-18 Richard JonesMake /sysroot path configurable.
2009-07-03 Jim Meyeringremove trailing blanks
2009-07-01 Richard W.M. JonesAll instances of 'pclose' now check for return value...
2009-06-20 Richard W.M. JonesCheck return value from pclose.
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-19 Richard JonesAdded 'find' command.