summaryrefslogtreecommitdiffstats
path: root/daemon/link.c
Commit message (Expand)AuthorAgeFilesLines
* daemon: collect list of called external commandsOlaf Hering2012-08-301-2/+4
* guestfs_readlinklist: 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
* daemon: Implement a growable strings buffer type.Richard W.M. Jones2012-03-131-5/+4
* Update FSF address.Matthew Booth2011-11-081-1/+1
* Coverity: Don't call free_strings (NULL).Richard W.M. Jones2011-06-091-1/+0
* daemon: Don't need to prefix error messages with the command name.Richard Jones2010-02-121-1/+1
* New API calls: lstatlist, lxattrlist, readlinklist.Richard Jones2009-11-021-0/+51
* generator.ml: use new "Pathname" designationJim Meyering2009-08-131-12/+5
* update all NEED_ROOT usesJim Meyering2009-08-131-2/+2
* update all uses of ABS_PATHJim Meyering2009-08-131-2/+2
* Convert all TABs-as-indentation to spaces.Jim Meyering2009-08-031-7/+7
* New commands: 'ln', 'ln-f', 'ln-s', 'ln-sf' and 'readlink'.Richard W.M. Jones2009-07-311-0/+137