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 |
2010-09-01 |
Richard Jones | daemon: Enable debug command by default. |
tree | commitdiff |
2010-09-01 |
Richard Jones | Add progress messages to download command. |
tree | commitdiff |
2010-09-01 |
Richard Jones | Add progress messages to zero-device command. |
tree | commitdiff |
2010-09-01 |
Richard Jones | Add progress messages to zero command. |
tree | commitdiff |
2010-09-01 |
Richard Jones | Add progress messages to fill-pattern command. |
tree | commitdiff |
2010-09-01 |
Richard Jones | Add progress messages to fill command. |
tree | commitdiff |
2010-08-31 |
Richard Jones | Add progress messages to copy-size command. |
tree | commitdiff |
2010-08-31 |
Richard Jones | Implement progress messages in the daemon and library. |
tree | commitdiff |
2010-08-27 |
Richard Jones | daemon: Set O_CLOEXEC flag on the virtio-serial file... |
tree | commitdiff |
2010-08-26 |
Matthew Booth | Add a core_pattern debug command |
tree | commitdiff |
2010-08-24 |
Richard Jones | Change protocol to send Linux errno from daemon to... |
tree | commitdiff |
2010-08-24 |
Richard Jones | Use virtio-serial, remove other vmchannel methods. |
tree | commitdiff |
2010-08-23 |
Richard Jones | Change to using ext2-based, cached supermin appliance. |
tree | commitdiff |
2010-08-17 |
Richard Jones | New APIs: findfs-label and findfs-uuid |
tree | commitdiff |
2010-07-30 |
Richard Jones | New API: is-lv: check if a block device is a logical... |
tree | commitdiff |
2010-07-22 |
Richard Jones | New APIs: Support for creating LUKS and managing keys. |
tree | commitdiff |
2010-07-21 |
Richard Jones | New APIs: Support for opening LUKS-encrypted disks. |
tree | commitdiff |
2010-07-16 |
Richard Jones | New APIs: lvm-set-filter and lvm-clear-filter. |
tree | commitdiff |
2010-06-08 |
Richard Jones | file: Fix file command on /dev/VG/LV paths (RHBZ#582484). |
tree | commitdiff |
2010-06-04 |
Richard Jones | file: Restrict to regular files (RHBZ#582484). |
tree | commitdiff |
2010-06-04 |
Richard Jones | touch: Restrict touch to regular files only (RHBZ#582484). |
tree | commitdiff |
2010-06-04 |
Richard Jones | daemon: Rearrange code in 'file' command. |
tree | commitdiff |
2010-06-04 |
Richard Jones | Update to latest gnulib. |
tree | commitdiff |
2010-06-03 |
Richard Jones | mkfs-b: Map block size to cluster size for VFAT and... |
tree | commitdiff |
2010-06-03 |
Richard Jones | mkfs-b: Check that blocksize parameter is > 0 and a... |
tree | commitdiff |
2010-06-02 |
Richard Jones | parted: Check partition number >= 1 in several calls. |
tree | commitdiff |
2010-06-02 |
Richard Jones | daemon: Parse output of old parted which didn't support... |
tree | commitdiff |
2010-06-02 |
Richard Jones | daemon: count_strings function returns size_t |
tree | commitdiff |
2010-06-02 |
Richard Jones | base64-in: Ignore garbage characters in input. |
tree | commitdiff |
next |