Pass '-z' parameter to 'file' command so it looks inside compressed files.
[libguestfs.git] / daemon / file.c
2009-07-28 Richard JonesPass '-z' parameter to 'file' command so it looks insid...
2009-07-28 Richard JonesReplace shell_quote function with %Q and %R printf...
2009-07-22 Richard JonesFix typo in error message.
2009-07-21 Richard W.M. JonesGenerator: Implement RBufferOut and "read-file" call.
2009-07-18 Richard JonesMake /sysroot path configurable.
2009-07-13 Richard JonesImplement new 'zfile' command, to show file type inside...
2009-07-03 Jim Meyeringremove trailing blanks
2009-06-22 Richard JonesCheck return value from close() call.
2009-06-10 Richard JonesIn the daemon, change all const char * parameters to...
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.