summaryrefslogtreecommitdiffstats
path: root/daemon/stat.c
Commit message (Expand)AuthorAgeFilesLines
* guestfs_lstatlist, guestfs_lxattrlist: Reimplement to avoid protocol limits.Richard W.M. Jones2012-08-171-1/+1
* Use O_CLOEXEC / SOCK_CLOEXEC for almost all file descriptors.Richard W.M. Jones2012-03-141-1/+1
* Update FSF address.Matthew Booth2011-11-081-1/+1
* daemon: Don't use ../src path to include generator_protocol.hRichard W.M. Jones2010-11-031-1/+1
* daemon: Print failed path in stat command errors.Richard W.M. Jones2010-10-251-2/+2
* daemon: Don't need to prefix error messages with the command name.Richard Jones2010-02-121-1/+1
* daemon: Move statvfs code into separate file.Richard Jones2009-11-251-38/+0
* daemon/Win32: make some functions and fields optional.Richard Jones2009-11-201-0/+24
* New API calls: lstatlist, lxattrlist, readlinklist.Richard Jones2009-11-021-0/+68
* generator.ml: use new "Pathname" designationJim Meyering2009-08-131-12/+3
* update all NEED_ROOT usesJim Meyering2009-08-131-3/+3
* update all uses of ABS_PATHJim Meyering2009-08-131-3/+3
* remove trailing blanksJim Meyering2009-07-031-1/+1
* In the daemon, change all const char * parameters to char *.Richard Jones2009-06-101-3/+3
* Added stat, lstat, statvfs and associated stat structures.Richard Jones2009-04-151-0/+155