summaryrefslogtreecommitdiffstats
path: root/daemon/file.c
Commit message (Expand)AuthorAgeFilesLines
* daemon: Don't use ../src path to include generator_protocol.hRichard W.M. Jones2010-11-031-1/+1
* New API: pread-device, partial read for devices.Richard W.M. Jones2010-09-271-15/+38
* pread: Check count and offset parameters are not negative.Richard W.M. Jones2010-09-271-0/+10
* New API: pwrite-deviceRichard W.M. Jones2010-09-261-9/+35
* pwrite: Check offset is not negative.Richard W.M. Jones2010-09-261-0/+5
* daemon: Move 'exists', 'is-file' and 'is-dir' to separate file.Richard Jones2010-09-091-34/+0
* file: Fix file command on /dev/VG/LV paths (RHBZ#582484).Richard Jones2010-06-081-1/+6
* file: Restrict to regular files (RHBZ#582484).Richard Jones2010-06-041-11/+35
* touch: Restrict touch to regular files only (RHBZ#582484).Richard Jones2010-06-041-0/+20
* daemon: Rearrange code in 'file' command.Richard Jones2010-06-041-16/+15
* daemon: write-file: Check range of size parameter (RHBZ#597135).Richard Jones2010-06-021-1/+22
* New API: Implement pwrite system call (partial fix for RHBZ#592883).Richard Jones2010-05-201-0/+31
* New API: write for creating files with fixed content (RHBZ#501889).Richard Jones2010-05-201-0/+28
* daemon: Fix read-file so it fails gracefully for large files (RHBZ#589039).Richard Jones2010-05-071-4/+10
* Improved checking, documentation of modes (RHBZ#582901, RHBZ#582929).Richard Jones2010-04-171-0/+5
* daemon: Don't need to prefix error messages with the command name.Richard Jones2010-02-121-12/+12
* Add 'filesize' call.Richard Jones2010-01-251-0/+18
* daemon: Use gnulib futimens module.Richard Jones2009-11-251-4/+0
* use STREQ, not strcmp: part 1Jim Meyering2009-11-091-2/+2
* change strncmp() == 0 to STREQLEN()Jim Meyering2009-11-091-1/+1
* New API call: preadRichard Jones2009-11-021-0/+52
* New API calls: truncate, truncate_size, mkdir_mode, utimens, lchown.Richard Jones2009-11-021-0/+17
* generator.ml: finish adding Dev_or_Path supportJim Meyering2009-08-131-2/+0
* generator.ml: use new "Pathname" designationJim Meyering2009-08-131-45/+12
* update all NEED_ROOT usesJim Meyering2009-08-131-11/+11
* s/NEED_ROOT_OR_IS_DEVICE/REQUIRE_ROOT_OR_RESOLVE_DEVICE/Jim Meyering2009-08-131-1/+1
* manually adjust ABS_PATH uses for new semanticsJim Meyering2009-08-131-1/+1
* update all uses of ABS_PATHJim Meyering2009-08-131-10/+10
* change almost all uses: s/IS_DEVICE/RESOLVE_DEVICE/Jim Meyering2009-08-131-1/+1
* daemon/file.c: remove duplicate absolute-path checkJim Meyering2009-08-101-1/+0
* Convert all TABs-as-indentation to spaces.Jim Meyering2009-08-031-9/+9
* Pass '-z' parameter to 'file' command so it looks inside compressed files.Richard Jones2009-07-281-1/+1
* Replace shell_quote function with %Q and %R printf specifiers.Richard Jones2009-07-281-14/+10
* Fix typo in error message.Richard Jones2009-07-221-1/+1
* Generator: Implement RBufferOut and "read-file" call.Richard W.M. Jones2009-07-211-0/+59
* Make /sysroot path configurable.Richard Jones2009-07-181-6/+6
* Implement new 'zfile' command, to show file type inside compressed files.Richard Jones2009-07-131-0/+60
* remove trailing blanksJim Meyering2009-07-031-1/+1
* Check return value from close() call.Richard Jones2009-06-221-1/+5
* In the daemon, change all const char * parameters to char *.Richard Jones2009-06-101-10/+10
* Fix missing futimens bug.Richard Jones2009-05-061-1/+7
* Use AC_GNU_SOURCE in daemon. Don't need _GNU_SOURCE in C files any more.Richard W.M. Jones2009-04-231-2/+0
* 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