summaryrefslogtreecommitdiffstats
path: root/daemon/find.c
Commit message (Expand)AuthorAgeFilesLines
* daemon: Remove some less useful debugging messages.Richard W.M. Jones2011-05-081-7/+1
* daemon: Don't use ../src path to include generator_protocol.hRichard W.M. Jones2010-11-031-1/+1
* daemon: Don't need to prefix error messages with the command name.Richard Jones2010-02-121-1/+1
* daemon: Missing #includes revealed by cross-compiling.Richard Jones2009-11-201-0/+1
* Tab to space fixes, now passes 'make syntax-check'Richard Jones2009-10-201-5/+4
* guestfs_find: Fix memory leak of sysrootdir.Richard Jones2009-10-201-0/+1
* New API: find0 (unlimited version of find)Richard Jones2009-10-201-0/+99
* generator.ml: use new "Pathname" designationJim Meyering2009-08-131-4/+1
* update all NEED_ROOT usesJim Meyering2009-08-131-1/+1
* update all uses of ABS_PATHJim Meyering2009-08-131-1/+1
* Replace shell_quote function with %Q and %R printf specifiers.Richard Jones2009-07-281-9/+2
* Make /sysroot path configurable.Richard Jones2009-07-181-2/+10
* remove trailing blanksJim Meyering2009-07-031-1/+1
* All instances of 'pclose' now check for return value != 0.Richard W.M. Jones2009-07-011-1/+1
* Check return value from pclose.Richard W.M. Jones2009-06-201-1/+5
* In the daemon, change all const char * parameters to char *.Richard Jones2009-06-101-1/+1
* Added 'find' command.Richard Jones2009-05-191-0/+129