| Commit message (Expand) | Author | Age | Files | Lines |
* | Improved checking, documentation of modes (RHBZ#582901, RHBZ#582929). | Richard Jones | 2010-04-17 | 1 | -0/+5 |
* | daemon: Don't need to prefix error messages with the command name. | Richard Jones | 2010-02-12 | 1 | -12/+12 |
* | Add 'filesize' call. | Richard Jones | 2010-01-25 | 1 | -0/+18 |
* | daemon: Use gnulib futimens module. | Richard Jones | 2009-11-25 | 1 | -4/+0 |
* | use STREQ, not strcmp: part 1 | Jim Meyering | 2009-11-09 | 1 | -2/+2 |
* | change strncmp() == 0 to STREQLEN() | Jim Meyering | 2009-11-09 | 1 | -1/+1 |
* | New API call: pread | Richard Jones | 2009-11-02 | 1 | -0/+52 |
* | New API calls: truncate, truncate_size, mkdir_mode, utimens, lchown. | Richard Jones | 2009-11-02 | 1 | -0/+17 |
* | generator.ml: finish adding Dev_or_Path support | Jim Meyering | 2009-08-13 | 1 | -2/+0 |
* | generator.ml: use new "Pathname" designation | Jim Meyering | 2009-08-13 | 1 | -45/+12 |
* | update all NEED_ROOT uses | Jim Meyering | 2009-08-13 | 1 | -11/+11 |
* | s/NEED_ROOT_OR_IS_DEVICE/REQUIRE_ROOT_OR_RESOLVE_DEVICE/ | Jim Meyering | 2009-08-13 | 1 | -1/+1 |
* | manually adjust ABS_PATH uses for new semantics | Jim Meyering | 2009-08-13 | 1 | -1/+1 |
* | update all uses of ABS_PATH | Jim Meyering | 2009-08-13 | 1 | -10/+10 |
* | change almost all uses: s/IS_DEVICE/RESOLVE_DEVICE/ | Jim Meyering | 2009-08-13 | 1 | -1/+1 |
* | daemon/file.c: remove duplicate absolute-path check | Jim Meyering | 2009-08-10 | 1 | -1/+0 |
* | Convert all TABs-as-indentation to spaces. | Jim Meyering | 2009-08-03 | 1 | -9/+9 |
* | Pass '-z' parameter to 'file' command so it looks inside compressed files. | Richard Jones | 2009-07-28 | 1 | -1/+1 |
* | Replace shell_quote function with %Q and %R printf specifiers. | Richard Jones | 2009-07-28 | 1 | -14/+10 |
* | Fix typo in error message. | Richard Jones | 2009-07-22 | 1 | -1/+1 |
* | Generator: Implement RBufferOut and "read-file" call. | Richard W.M. Jones | 2009-07-21 | 1 | -0/+59 |
* | Make /sysroot path configurable. | Richard Jones | 2009-07-18 | 1 | -6/+6 |
* | Implement new 'zfile' command, to show file type inside compressed files. | Richard Jones | 2009-07-13 | 1 | -0/+60 |
* | remove trailing blanks | Jim Meyering | 2009-07-03 | 1 | -1/+1 |
* | Check return value from close() call. | Richard Jones | 2009-06-22 | 1 | -1/+5 |
* | In the daemon, change all const char * parameters to char *. | Richard Jones | 2009-06-10 | 1 | -10/+10 |
* | Fix missing futimens bug. | Richard Jones | 2009-05-06 | 1 | -1/+7 |
* | Use AC_GNU_SOURCE in daemon. Don't need _GNU_SOURCE in C files any more. | Richard W.M. Jones | 2009-04-23 | 1 | -2/+0 |
* | Implement NEED_ROOT_OR_IS_DEVICE macro. | Richard Jones | 2009-04-19 | 1 | -1/+1 |
* | 'guestfish edit' commands and several bugfixes. | Richard Jones | 2009-04-15 | 1 | -2/+2 |
* | Fix 'file(1)' command to work on /dev devices. | Richard Jones | 2009-04-14 | 1 | -10/+15 |
* | Added file(1) command. | Richard Jones | 2009-04-13 | 1 | -0/+49 |
* | Added test suite. | Richard Jones | 2009-04-11 | 1 | -0/+74 |
* | New commands: rm rmdir rm-rf mkdir mkdir-p chmod chown | Richard Jones | 2009-04-10 | 1 | -0/+60 |
* | Definition and implementation of new guestfs_read_lines API call. | Richard Jones | 2009-04-08 | 1 | -1/+53 |
* | Implementations of 'cat', 'ls', and some cleanups. | Richard Jones | 2009-04-06 | 1 | -9/+69 |
* | Implement RString and RStringList return types. | Richard Jones | 2009-04-04 | 1 | -0/+7 |
* | Implemented 'mount' and 'touch' commands. | Richard Jones | 2009-04-03 | 1 | -0/+63 |