summaryrefslogtreecommitdiffstats
path: root/daemon/file.c
Commit message (Collapse)AuthorAgeFilesLines
* Implement NEED_ROOT_OR_IS_DEVICE macro.Richard Jones2009-04-191-1/+1
|
* 'guestfish edit' commands and several bugfixes.Richard Jones2009-04-151-2/+2
|
* Fix 'file(1)' command to work on /dev devices.Richard Jones2009-04-141-10/+15
|
* Added file(1) command.Richard Jones2009-04-131-0/+49
|
* Added test suite.Richard Jones2009-04-111-0/+74
|
* New commands: rm rmdir rm-rf mkdir mkdir-p chmod chownRichard Jones2009-04-101-0/+60
|
* Definition and implementation of new guestfs_read_lines API call.Richard Jones2009-04-081-1/+53
|
* Implementations of 'cat', 'ls', and some cleanups.Richard Jones2009-04-061-9/+69
|
* Implement RString and RStringList return types.Richard Jones2009-04-041-0/+7
| | | | | - implement 'll' command. - outlines for 'ls' and 'cat' commands.
* Implemented 'mount' and 'touch' commands.Richard Jones2009-04-031-0/+63