po-docs: Remove virt-inspector.pl reference from Makefile.am.
[libguestfs.git] / daemon / file.c
2010-11-03 Richard W.M. Jonesdaemon: Don't use ../src path to include generator_prot...
2010-09-27 Richard W.M. JonesNew API: pread-device, partial read for devices.
2010-09-27 Richard W.M. Jonespread: Check count and offset parameters are not negative.
2010-09-26 Richard W.M. JonesNew API: pwrite-device
2010-09-26 Richard W.M. Jonespwrite: Check offset is not negative.
2010-09-09 Richard Jonesdaemon: Move 'exists', 'is-file' and 'is-dir' to separa...
2010-06-08 Richard Jonesfile: Fix file command on /dev/VG/LV paths (RHBZ#582484).
2010-06-04 Richard Jonesfile: Restrict to regular files (RHBZ#582484).
2010-06-04 Richard Jonestouch: Restrict touch to regular files only (RHBZ#582484).
2010-06-04 Richard Jonesdaemon: Rearrange code in 'file' command.
2010-06-02 Richard Jonesdaemon: write-file: Check range of size parameter ...
2010-05-20 Richard JonesNew API: Implement pwrite system call (partial fix...
2010-05-20 Richard JonesNew API: write for creating files with fixed content...
2010-05-07 Richard Jonesdaemon: Fix read-file so it fails gracefully for large...
2010-04-17 Richard JonesImproved checking, documentation of modes (RHBZ#582901...
2010-02-12 Richard Jonesdaemon: Don't need to prefix error messages with the...
2010-01-25 Richard JonesAdd 'filesize' call.
2009-11-25 Richard Jonesdaemon: Use gnulib futimens module.
2009-11-09 Jim Meyeringuse STREQ, not strcmp: part 1
2009-11-09 Jim Meyeringchange strncmp() == 0 to STREQLEN()
2009-11-02 Richard JonesNew API call: pread
2009-11-02 Richard JonesNew API calls: truncate, truncate_size, mkdir_mode...
2009-08-13 Jim Meyeringgenerator.ml: finish adding Dev_or_Path support
2009-08-13 Jim Meyeringgenerator.ml: use new "Pathname" designation
2009-08-13 Jim Meyeringupdate all NEED_ROOT uses
2009-08-13 Jim Meyerings/NEED_ROOT_OR_IS_DEVICE/REQUIRE_ROOT_OR_RESOLVE_DEVICE/
2009-08-13 Jim Meyeringmanually adjust ABS_PATH uses for new semantics
2009-08-13 Jim Meyeringupdate all uses of ABS_PATH
2009-08-13 Jim Meyeringchange almost all uses: s/IS_DEVICE/RESOLVE_DEVICE/
2009-08-10 Jim Meyeringdaemon/file.c: remove duplicate absolute-path check
2009-08-03 Jim MeyeringConvert all TABs-as-indentation to spaces.
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.