| Commit message (Expand) | Author | Age | Files | Lines |
* | Use O_CLOEXEC / SOCK_CLOEXEC for almost all file descriptors. | Richard W.M. Jones | 2012-03-14 | 1 | -10/+10 |
* | Replace 'int' with 'size_t' passim. | Richard W.M. Jones | 2012-03-13 | 1 | -2/+3 |
* | daemon: Implement a growable strings buffer type. | Richard W.M. Jones | 2012-03-13 | 1 | -6/+5 |
* | comment: Note time-of-check to time-of-use race found by Coverity. | Richard W.M. Jones | 2012-03-08 | 1 | -0/+6 |
* | Revert "daemon: Run udev_settle after pwrite-device finishes." | Richard W.M. Jones | 2012-02-06 | 1 | -15/+3 |
* | daemon: Run udev_settle after pwrite-device finishes. | Richard W.M. Jones | 2012-01-19 | 1 | -3/+15 |
* | daemon: pwrite/pread: Don't double close on error path. | Richard W.M. Jones | 2012-01-19 | 1 | -2/+0 |
* | Tempus fugit. | Richard W.M. Jones | 2012-01-18 | 1 | -1/+1 |
* | Update FSF address. | Matthew Booth | 2011-11-08 | 1 | -1/+1 |
* | New API: write-append | Richard W.M. Jones | 2011-07-14 | 1 | -1/+29 |
* | daemon: Don't use ../src path to include generator_protocol.h | Richard W.M. Jones | 2010-11-03 | 1 | -1/+1 |
* | New API: pread-device, partial read for devices. | Richard W.M. Jones | 2010-09-27 | 1 | -15/+38 |
* | pread: Check count and offset parameters are not negative. | Richard W.M. Jones | 2010-09-27 | 1 | -0/+10 |
* | New API: pwrite-device | Richard W.M. Jones | 2010-09-26 | 1 | -9/+35 |
* | pwrite: Check offset is not negative. | Richard W.M. Jones | 2010-09-26 | 1 | -0/+5 |
* | daemon: Move 'exists', 'is-file' and 'is-dir' to separate file. | Richard Jones | 2010-09-09 | 1 | -34/+0 |
* | file: Fix file command on /dev/VG/LV paths (RHBZ#582484). | Richard Jones | 2010-06-08 | 1 | -1/+6 |
* | file: Restrict to regular files (RHBZ#582484). | Richard Jones | 2010-06-04 | 1 | -11/+35 |
* | touch: Restrict touch to regular files only (RHBZ#582484). | Richard Jones | 2010-06-04 | 1 | -0/+20 |
* | daemon: Rearrange code in 'file' command. | Richard Jones | 2010-06-04 | 1 | -16/+15 |
* | daemon: write-file: Check range of size parameter (RHBZ#597135). | Richard Jones | 2010-06-02 | 1 | -1/+22 |
* | New API: Implement pwrite system call (partial fix for RHBZ#592883). | Richard Jones | 2010-05-20 | 1 | -0/+31 |
* | New API: write for creating files with fixed content (RHBZ#501889). | Richard Jones | 2010-05-20 | 1 | -0/+28 |
* | daemon: Fix read-file so it fails gracefully for large files (RHBZ#589039). | Richard Jones | 2010-05-07 | 1 | -4/+10 |
* | 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 |