Generated code for 'glob-expand'.
[libguestfs.git] / daemon / file.c
2009-06-10 Richard JonesIn the daemon, change all const char * parameters to...
2009-05-06 Richard JonesFix missing futimens bug.
2009-04-23 Richard W.M. JonesUse AC_GNU_SOURCE in daemon. Don't need _GNU_SOURCE...
2009-04-19 Richard JonesImplement NEED_ROOT_OR_IS_DEVICE macro.
2009-04-15 Richard Jones'guestfish edit' commands and several bugfixes.
2009-04-14 Richard JonesFix 'file(1)' command to work on /dev devices.
2009-04-13 Richard JonesAdded file(1) command.
2009-04-11 Richard JonesAdded test suite.
2009-04-10 Richard JonesNew commands: rm rmdir rm-rf mkdir mkdir-p chmod chown
2009-04-08 Richard JonesDefinition and implementation of new guestfs_read_lines...
2009-04-06 Richard JonesImplementations of 'cat', 'ls', and some cleanups.
2009-04-04 Richard JonesImplement RString and RStringList return types.
2009-04-03 Richard JonesImplemented 'mount' and 'touch' commands.