| Commit message (Expand) | Author | Age | Files | Lines |
* | NEW API:ext:mke2fs | Wanlong Gao | 2012-09-24 | 1 | -1/+368 |
* | generator: xdr: Re-code procedure table. | Richard W.M. Jones | 2012-09-24 | 1 | -1/+1 |
* | New API: rm-f: remove a file, ignoring errors if it doesn't exist. | Richard W.M. Jones | 2012-09-17 | 1 | -0/+18 |
* | Fix multiple errors where jump skips variable initialization. | Richard W.M. Jones | 2012-09-17 | 1 | -3/+7 |
* | syntax: Remove definitions of O_CLOEXEC, except in examples (thanks Jim Meyer... | Richard W.M. Jones | 2012-09-17 | 1 | -4/+0 |
* | syntax: xfs: Rewrite split_strdup function to avoid use of strncpy. | Richard W.M. Jones | 2012-09-15 | 1 | -6/+8 |
* | syntax: Remove gnulib "ignore-value.h" in files that don't use it. | Richard W.M. Jones | 2012-09-15 | 1 | -1/+0 |
* | syntax: Remove include <dirent.h> in files that don't use it. | Richard W.M. Jones | 2012-09-15 | 2 | -2/+0 |
* | syntax: xfs: Remove useless if before free. | Richard W.M. Jones | 2012-09-15 | 1 | -4/+4 |
* | daemon: provide list of checksum commands | Olaf Hering | 2012-09-03 | 1 | -7/+14 |
* | daemon: remove call to obsolete udevsettle | Olaf Hering | 2012-09-03 | 1 | -8/+0 |
* | daemon: collect list of called external commands | Olaf Hering | 2012-08-30 | 50 | -202/+350 |
* | daemon: Remove e2prog hack (only needed for RHEL 5). | Richard W.M. Jones | 2012-08-30 | 4 | -110/+18 |
* | NEW API:xfs:xfs_repair | Wanlong Gao | 2012-08-30 | 1 | -0/+122 |
* | New APIs: hivex_* | Richard W.M. Jones | 2012-08-29 | 2 | -1/+515 |
* | Modified API: mkswap now takes optional arguments. | Richard W.M. Jones | 2012-08-28 | 1 | -23/+47 |
* | xfs_growfs: drop the unstructed output | Wanlong Gao | 2012-08-21 | 1 | -7/+6 |
* | New API: xfs: xfs_admin | Wanlong Gao | 2012-08-21 | 1 | -0/+69 |
* | New API: fill-dir: Fill a directory with files (for testing). | Richard W.M. Jones | 2012-08-17 | 1 | -0/+28 |
* | guestfs_ls: Reimplement to avoid protocol limits. | Richard W.M. Jones | 2012-08-17 | 1 | -43/+0 |
* | New API: ls0 - List files, separated by \0 characters. | Richard W.M. Jones | 2012-08-17 | 1 | -0/+64 |
* | guestfs_readlinklist: Reimplement to avoid protocol limits. | Richard W.M. Jones | 2012-08-17 | 1 | -1/+1 |
* | guestfs_lstatlist, guestfs_lxattrlist: Reimplement to avoid protocol limits. | Richard W.M. Jones | 2012-08-17 | 2 | -3/+3 |
* | guestfs_write, guestfs_write_append: Reimplement to avoid protocol limits. | Richard W.M. Jones | 2012-08-17 | 1 | -2/+2 |
* | guestfs_read_lines: Reimplement to avoid protocol limits. | Richard W.M. Jones | 2012-08-17 | 1 | -48/+0 |
* | guestfs_read_file: Reimplement to avoid protocol limits. | Richard W.M. Jones | 2012-08-17 | 1 | -59/+0 |
* | guestfs_find: Reimplement to avoid protocol limits. | Richard W.M. Jones | 2012-08-17 | 1 | -83/+0 |
* | guestfs_cat: Reimplement to avoid protocol limits. | Richard W.M. Jones | 2012-08-17 | 1 | -69/+0 |
* | tar-out: Add list of excluded patterns (--exclude=...) (RHBZ#847881). | Richard W.M. Jones | 2012-08-14 | 1 | -5/+59 |
* | daemon: New utility functions 'join_strings', 'concat_strings'. | Richard W.M. Jones | 2012-08-14 | 2 | -0/+48 |
* | tar-out: Add optional numericowner flag (RHBZ#847880). | Richard W.M. Jones | 2012-08-14 | 1 | -5/+9 |
* | Add optional compress flag to tar-in, tar-out APIs. | Richard W.M. Jones | 2012-08-14 | 1 | -25/+56 |
* | xfs: fix a possible memory leak | Wanlong Gao | 2012-08-11 | 1 | -0/+1 |
* | New APIs: rsync, rsync-in, rsync-out | Richard W.M. Jones | 2012-08-11 | 2 | -0/+152 |
* | grep: Add optargs to grep API and deprecate fgrep etc. | Richard W.M. Jones | 2012-08-02 | 1 | -17/+54 |
* | xfs: add new api xfs-growfs | Wanlong Gao | 2012-08-02 | 1 | -0/+111 |
* | New API: utsname | Richard W.M. Jones | 2012-07-30 | 2 | -0/+64 |
* | New APIs: pvchange-uuid, pvchange-uuid-all, vgchange-uuid, vgchange-uuid-all. | Richard W.M. Jones | 2012-07-25 | 1 | -0/+84 |
* | umount: use Dev_or_Path for the argument type | Wanlong Gao | 2012-07-24 | 1 | -3/+0 |
* | xfs_info: resolve device when doing xfs_info on a device | Wanlong Gao | 2012-07-24 | 1 | -13/+8 |
* | umount: add force umount and lazy umount | Wanlong Gao | 2012-07-24 | 1 | -5/+26 |
* | build: Rename most C files that contain underscore with dash. | Richard W.M. Jones | 2012-07-19 | 2 | -6/+6 |
* | tar-in: Add --no-same-owner flag to tar command when target filesystem doesn'... | Richard W.M. Jones | 2012-07-18 | 1 | -3/+54 |
* | daemon: Make 'random_name' into a utility function. | Richard W.M. Jones | 2012-07-18 | 3 | -30/+51 |
* | New API: add new api xfs_info | Wanlong Gao | 2012-07-18 | 2 | -0/+356 |
* | augeas: make functions as noreturn | Wanlong Gao | 2012-07-18 | 1 | -14/+14 |
* | case_sensitive_path: Allow trailing path element to be missing (RHBZ#840115). | Richard W.M. Jones | 2012-07-17 | 1 | -15/+21 |
* | case_sensitive_path: Move variables to top of function. | Richard W.M. Jones | 2012-07-17 | 1 | -6/+8 |
* | generator: Rename 'ntfsresize_opts' API to 'ntfsresize'. | Richard W.M. Jones | 2012-07-14 | 1 | -11/+5 |
* | generator: Rename 'mkfs_opts' API to 'mkfs'. | Richard W.M. Jones | 2012-07-14 | 1 | -15/+8 |