summaryrefslogtreecommitdiffstats
path: root/daemon/ls.c
Commit message (Expand)AuthorAgeFilesLines
* daemon: collect list of called external commandsOlaf Hering2012-08-301-2/+4
* guestfs_ls: Reimplement to avoid protocol limits.Richard W.M. Jones2012-08-171-43/+0
* New API: ls0 - List files, separated by \0 characters.Richard W.M. Jones2012-08-171-0/+64
* daemon: Implement a growable strings buffer type.Richard W.M. Jones2012-03-131-7/+8
* New API: llz: This runs ls -laZ and is useful for showing SELinux contexts.Richard W.M. Jones2012-02-091-0/+26
* Update FSF address.Matthew Booth2011-11-081-1/+1
* use STREQ, not strcmp: part 1Jim Meyering2009-11-091-1/+1
* Implement 'debug ls' and 'debug ll' commands.Richard Jones2009-08-181-3/+0
* generator.ml: use new "Pathname" designationJim Meyering2009-08-131-8/+2
* update all NEED_ROOT usesJim Meyering2009-08-131-1/+1
* update all uses of ABS_PATHJim Meyering2009-08-131-1/+1
* daemon/ls: make do_ll require root, like all the restJim Meyering2009-08-111-7/+10
* Make /sysroot path configurable.Richard Jones2009-07-181-4/+2
* remove trailing blanksJim Meyering2009-07-031-1/+1
* In the daemon, change all const char * parameters to char *.Richard Jones2009-06-101-2/+2
* Implement list-devices and list-partitions.Richard Jones2009-04-061-9/+1
* Implementations of 'cat', 'ls', and some cleanups.Richard Jones2009-04-061-6/+51
* Implement RString and RStringList return types.Richard Jones2009-04-041-0/+75