2011-07-14 |
Richard W.M. Jones | New API: write-append |
tree | commitdiff |
2011-07-14 |
Richard W.M. Jones | build: Add ./configure --enable-install-daemon |
tree | commitdiff |
2011-07-14 |
Richard W.M. Jones | New API: btrfs-filesystem-resize (RHBZ#721160). |
tree | commitdiff |
2011-07-14 |
Richard W.M. Jones | mkfs: Don't die if mke2fs is not available. |
tree | commitdiff |
2011-07-12 |
Richard W.M. Jones | part-get-bootable: Fix when partitions are missing... |
tree | commitdiff |
2011-07-12 |
Richard W.M. Jones | New API: ntfsresize-opts (RHBZ#685009). |
tree | commitdiff |
2011-07-12 |
Richard W.M. Jones | New API: list-dm-devices (RHBZ#688062). |
tree | commitdiff |
2011-07-12 |
Richard W.M. Jones | list-9p: Avoid double free along error path. |
tree | commitdiff |
2011-07-06 |
Nikita A Menkovich | mkfs-opts: Add optional sectorsize parameter. |
tree | commitdiff |
2011-07-04 |
Nikita A Menkovich | Implement inode option to mkfs_opts command. |
tree | commitdiff |
2011-06-22 |
Richard W.M. Jones | New API: mount-9p lets you mount 9p filesystems (RHBZ... |
tree | commitdiff |
2011-06-22 |
Richard W.M. Jones | New API: list-9p lists 9p filesystem mount tags (RHBZ... |
tree | commitdiff |
2011-06-10 |
Jim Meyering | build: update to latest gnulib |
tree | commitdiff |
2011-06-09 |
Richard W.M. Jones | daemon: Keep Coverity happy by ignoring some return... |
tree | commitdiff |
2011-06-09 |
Richard W.M. Jones | Coverity: Don't return freed pointers from command... |
tree | commitdiff |
2011-06-09 |
Richard W.M. Jones | Coverity: Missing return on error path. |
tree | commitdiff |
2011-06-09 |
Richard W.M. Jones | Coverity: Ensure fp is closed along all error paths. |
tree | commitdiff |
2011-06-09 |
Richard W.M. Jones | Coverity: Close directory handle along error paths. |
tree | commitdiff |
2011-06-09 |
Richard W.M. Jones | Coverity: Don't leak argv arrays. |
tree | commitdiff |
2011-06-09 |
Richard W.M. Jones | Coverity: Don't leak error strings. |
tree | commitdiff |
2011-06-09 |
Richard W.M. Jones | Coverity: Check return value of sysroot_path. |
tree | commitdiff |
2011-06-09 |
Richard W.M. Jones | Coverity: Check return value of malloc. |
tree | commitdiff |
2011-06-09 |
Richard W.M. Jones | Coverity: Don't close fd_cwd if fd_cwd == -1. |
tree | commitdiff |
2011-06-09 |
Richard W.M. Jones | Coverity: Avoid calling sort_strings (NULL, 0) on empty... |
tree | commitdiff |
2011-06-09 |
Richard W.M. Jones | Coverity: Don't call free_strings (NULL). |
tree | commitdiff |
2011-06-09 |
Richard W.M. Jones | Coverity: Remove unreachable code. |
tree | commitdiff |
2011-05-20 |
Nikita A Menkovich | daemon: Fix error message. |
tree | commitdiff |
2011-05-19 |
Richard W.M. Jones | daemon: Make sysroot_len be size_t instead of int. |
tree | commitdiff |
2011-05-17 |
Richard W.M. Jones | New APIs: is-zero and is-zero-device, to test if file... |
tree | commitdiff |
2011-05-08 |
Richard W.M. Jones | daemon: Remove some less useful debugging messages. |
tree | commitdiff |
2011-04-07 |
Matthew Booth | Compile rpcgen-generated files with -fno-strict-aliasing |
tree | commitdiff |
2011-04-05 |
Richard W.M. Jones | daemon: Reimplement 'mounts' and 'mountpoints' commands. |
tree | commitdiff |
2011-04-01 |
Richard W.M. Jones | du: Add pulse mode progress messages. |
tree | commitdiff |
2011-04-01 |
Richard W.M. Jones | cpmv: Add pulse mode progress messages. |
tree | commitdiff |
2011-04-01 |
Richard W.M. Jones | checksum: Add pulse mode progress messages. |
tree | commitdiff |
2011-04-01 |
Richard W.M. Jones | daemon: Introduce "pulse mode" progress events. |
tree | commitdiff |
2011-04-01 |
Richard W.M. Jones | daemon: When running commands, restart select if we... |
tree | commitdiff |
2011-04-01 |
Richard W.M. Jones | daemon: Reset SIGPIPE to default before running subproc... |
tree | commitdiff |
2011-03-25 |
Richard W.M. Jones | RHEL 5: Use mke4fs on RHEL 5 as replacement for mke2fs. |
tree | commitdiff |
2011-03-25 |
Richard W.M. Jones | mkfs: Force mke2fs to create a filesystem even on raw... |
tree | commitdiff |
2011-03-22 |
Richard W.M. Jones | umount-all: Use /proc/mounts instead of output of ... |
tree | commitdiff |
2011-03-18 |
Richard W.M. Jones | proto: Fix both-ends-cancel case. |
tree | commitdiff |
2011-03-18 |
Richard W.M. Jones | proto: Fix FileIn ops that abort during the chunk uploa... |
tree | commitdiff |
2011-03-18 |
Richard Jones | daemon: Improve protocol debug messages. |
tree | commitdiff |
2011-03-18 |
Richard W.M. Jones | daemon: Print error for invalid chunk.cancel field. |
tree | commitdiff |
2011-03-18 |
Richard W.M. Jones | proto: Improve debug messages. |
tree | commitdiff |
2011-02-03 |
Richard W.M. Jones | daemon: Ignore return value from chdir. |
tree | commitdiff |
2011-02-03 |
Richard W.M. Jones | daemon: Remove -f (don't fork) option. |
tree | commitdiff |
2011-02-03 |
Richard W.M. Jones | daemon: Allow -r option to run daemon standalone. |
tree | commitdiff |
2011-02-03 |
Richard W.M. Jones | daemon: change to root directory |
tree | commitdiff |
2011-02-03 |
Richard W.M. Jones | daemon: Parse /proc/mounts instead of /etc/mtab |
tree | commitdiff |
2011-01-28 |
Richard W.M. Jones | Add a new internal-autosync API to perform autosync. |
tree | commitdiff |
2011-01-27 |
Richard W.M. Jones | daemon: Replace root_mounted global with intelligence. |
tree | commitdiff |
2011-01-27 |
Richard W.M. Jones | daemon: Add perror to two exit paths to make errors... |
tree | commitdiff |
2011-01-26 |
Nikita A Menkovich | mkfs-opts: Add optional "features" parameter. |
tree | commitdiff |
2011-01-14 |
Nikita A Menkovich | New API: resize2fs-M to resize ext2/3/4 to minimum... |
tree | commitdiff |
2010-12-19 |
Richard W.M. Jones | docs: Obsolete HACKING file, move content into guestfs... |
tree | commitdiff |
2010-12-16 |
Richard W.M. Jones | New APIs: getxattr and lgetxattr to get single extended... |
tree | commitdiff |
2010-12-10 |
Richard W.M. Jones | daemon: Use prog_exists to check for features. |
tree | commitdiff |
2010-12-10 |
Richard W.M. Jones | Remove several unused local variables. |
tree | commitdiff |
2010-12-07 |
Richard W.M. Jones | ubuntu: deactivate LVs and VGs before removing them. |
tree | commitdiff |
2010-12-07 |
Richard W.M. Jones | Revert "umount-all: Add udev_settle after unmounting... |
tree | commitdiff |
2010-12-07 |
Richard W.M. Jones | debian: Fix ntfs3g available API on Debian. |
tree | commitdiff |
2010-12-07 |
Richard W.M. Jones | umount-all: Add udev_settle after unmounting disks. |
tree | commitdiff |
2010-12-06 |
Richard W.M. Jones | build: Don't emit warnings about stack protector failures. |
tree | commitdiff |
2010-12-02 |
Richard W.M. Jones | New API: mkfs_opts, mkfs with optional arguments. |
tree | commitdiff |
2010-12-02 |
Richard W.M. Jones | generator: Code to handle optional arguments in daemon... |
tree | commitdiff |
2010-12-01 |
Richard W.M. Jones | Add progress notification messages to upload and upload... |
tree | commitdiff |
2010-12-01 |
Richard W.M. Jones | protocol: Handle progress notification messages during... |
tree | commitdiff |
2010-12-01 |
Richard W.M. Jones | protocol: Upload progress messages and optional arguments. |
tree | commitdiff |
2010-11-26 |
Richard W.M. Jones | daemon: Close leaked file descriptor along checksum... |
tree | commitdiff |
2010-11-24 |
Richard W.M. Jones | daemon: blkid cache is at a different location on Debian. |
tree | commitdiff |
2010-11-23 |
Richard W.M. Jones | daemon: In sfdisk call blockdev --rereadpt with device... |
tree | commitdiff |
2010-11-16 |
Richard W.M. Jones | daemon: findfs-uuid and findfs-label should not return... |
tree | commitdiff |
2010-11-03 |
Richard W.M. Jones | lib: Expose errno through new API guestfs_last_errno. |
tree | commitdiff |
2010-11-03 |
Richard W.M. Jones | daemon: Send back the errno as a string. |
tree | commitdiff |
2010-11-03 |
Richard W.M. Jones | daemon: Don't use ../src path to include generator_prot... |
tree | commitdiff |
2010-11-02 |
Richard W.M. Jones | daemon: Tolerate failure of blockdev --rereadpt after... |
tree | commitdiff |
2010-10-28 |
Richard W.M. Jones | daemon: Fix /dev/mapper paths from mounts and mountpoin... |
tree | commitdiff |
2010-10-27 |
Richard W.M. Jones | New API: lvm-canonical-lv-name: make LV name canonical. |
tree | commitdiff |
2010-10-25 |
Richard W.M. Jones | daemon: Print failed path in stat command errors. |
tree | commitdiff |
2010-10-22 |
Richard W.M. Jones | daemon: Use stdint UINT64_C instead of <const>ULL. |
tree | commitdiff |
2010-10-18 |
Richard W.M. Jones | parted: Don't return "loop" for non-partitioned devices... |
tree | commitdiff |
2010-10-06 |
Richard W.M. Jones | debug: Add qtrace <device> on|off to allow selective... |
tree | commitdiff |
2010-10-06 |
Richard W.M. Jones | part-disk: Align whole disk partition to 64 sectors. |
tree | commitdiff |
2010-09-27 |
Richard W.M. Jones | New API: pread-device, partial read for devices. |
tree | commitdiff |
2010-09-27 |
Richard W.M. Jones | pread: Check count and offset parameters are not negative. |
tree | commitdiff |
2010-09-26 |
Richard W.M. Jones | New API: pwrite-device |
tree | commitdiff |
2010-09-26 |
Richard W.M. Jones | pwrite: Check offset is not negative. |
tree | commitdiff |
2010-09-24 |
Richard W.M. Jones | Call blockdev --rereadpt then udev_settle after sfdisk... |
tree | commitdiff |
2010-09-22 |
Richard W.M. Jones | Call blockdev --rereadpt after sfdisk commands. |
tree | commitdiff |
2010-09-21 |
Richard W.M. Jones | New APIs: upload-offset and download-offset |
tree | commitdiff |
2010-09-15 |
Richard Jones | New API: part-to-dev: Convert partition name to device... |
tree | commitdiff |
2010-09-11 |
Richard Jones | Split generator into separate source files. |
tree | commitdiff |
2010-09-10 |
Richard Jones | syntax: Remove unused c-ctype.h header. |
tree | commitdiff |
2010-09-09 |
Richard Jones | New APIs: is-chardev, is-blockdev, is-fifo, is-symlink... |
tree | commitdiff |
2010-09-09 |
Richard Jones | daemon: Move 'exists', 'is-file' and 'is-dir' to separa... |
tree | commitdiff |
2010-09-06 |
Richard Jones | daemon: Don't warn about 'long long' usage. |
tree | commitdiff |
2010-09-01 |
Richard Jones | debug: Add 'debug progress' command. |
tree | commitdiff |
2010-09-01 |
Richard Jones | debug: Arrange prototypes in alphabetical order. |
tree | commitdiff |
next |