libguestfs.git
2009-07-02 Richard W.M... Improve virtio-blk performance (RHBZ#509383).
2009-07-02 Richard W.M... Add ./configure --with-drive-if=(ide|scsi|virtio)
2009-07-02 Richard W.M... Add the guestfish 'time' command.
2009-07-02 Richard W.M... Add list of function_names to the daemon.
2009-07-02 Richard W.M... In verbose mode, daemon will display the time elapsed...
2009-07-02 Richard W.M... Ignore generated file appliance/debian/debirf.conf
2009-07-02 Guido GüntherBuild Debian based appliance using debirf
2009-07-02 Guido Güntheradd debirf files
2009-07-02 Guido Güntherunconditionally load dm module
2009-07-02 Guido Güntheradd missing module
2009-07-02 Jim Meyeringavoid automake failure
2009-07-02 Jim Meyeringarrange to build some generated sources
2009-07-02 Richard W.M... Re-add src/MAX_PROC_NR (generated file).
2009-07-02 Richard W.M... Memoize the output of pod2text function in the generator.
2009-07-02 Richard W.M... Updated PO files.
2009-07-02 Richard W.M... Remove generated code from git.
2009-07-02 Richard W.M... Generator now runs automatically when it has changed.
2009-07-02 Richard W.M... Add 'readdir' call.
2009-07-01 Jim Meyeringfish: handle some out-of-memory conditions
2009-07-01 Richard W.M... Call 'udevadm settle' after operations which add/remove...
2009-07-01 Richard W.M... All instances of 'pclose' now check for return value...
2009-07-01 Richard W.M... Fix error handling of external sfdisk command.
2009-07-01 Richard W.M... Generated code for the virtio_blk change.
2009-07-01 Richard W.M... Change to use virtio_blk (virtio block device) by default.
2009-07-01 Jim MeyeringDon't dereference or free undefined "msg" upon OOM.
2009-07-01 Richard W.M... Add libguestfs(3) as an alias manpage for guestfs(3).
2009-07-01 Richard W.M... Updated PO files.
2009-07-01 Richard W.M... Reorder the environment variables alphabetically in...
2009-07-01 Richard W.M... Document the $PAGER environment variable.
2009-07-01 Richard W.M... Document the LIBGUESTFS_MEMSIZE environment variable.
2009-06-30 Richard W.M... Change statvfs test so it doesn't depend on device...
2009-06-30 Richard W.M... Clean up the output of the C API test code.
2009-06-30 Richard W.M... Todo: getfattr, setfattr.
2009-06-30 Guido GüntherWhitelist kernel modules for hardware emulated by QEMU
2009-06-30 Richard W.M... Generated code for mknod, mkfifo, mknod_b, mknod_c...
2009-06-30 Richard W.M... New commands: mknod, mkfifo, mknod_b, mknod_c and umask.
2009-06-30 Richard W.M... Use octal numbers for modes in the test suite.
2009-06-30 Richard W.M... Generated code for 'set_memsize'/'get_memsize' calls.
2009-06-30 Richard W.M... Add 'set_memsize'/'get_memsize' calls.
2009-06-30 Guido GüntherUse udev if available (Guido Gunter).
2009-06-30 Guido Güntherdefine REDHAT and DEBIAN
2009-06-29 Richard W.M... Todo: Suggest an environment variable for memsize confi...
2009-06-29 Richard W.M... Generated code for the 'mkswap*' commands.
2009-06-29 Richard W.M... Implement 'mkswap', 'mkswap_L' and 'mkswap_U' commands.
2009-06-29 Richard W.M... Todo: Allow memsize to be configured.
2009-06-29 Richard W.M... Todo: Investigations into 'binarch' command.
2009-06-29 Richard W.M... Rearrange guestfish commands in the manpage.
2009-06-29 Richard W.M... Add missing documentation for new 'more' and 'less...
2009-06-29 Richard W.M... Version 1.0.54 1.0.54
2009-06-29 Richard W.M... Check for XML::Writer dependency for virt-inspector.
2009-06-29 Richard W.M... Remove generated files in make clean.
2009-06-29 Matthew BoothMerge commit 'et/master'
2009-06-29 Richard W.M... Fix for 'broken pipe' error when qemu dies (RHBZ#508713).
2009-06-29 Richard W.M... Generated code for mount-loop command.
2009-06-29 Richard W.M... Add mount-loop command (RHBZ#508668).
2009-06-29 Richard W.M... Fix memory leak in daemon/mount.c:do_mount_vfs.
2009-06-29 Matthew BoothOutput the config filename containing a modprobe alias...
2009-06-29 Richard W.M... Todo list: More suggestions.
2009-06-29 Richard W.M... Generated code for 'initrd-list'.
2009-06-29 Richard W.M... Add 'initrd-list' command to list contents of initrd...
2009-06-29 Matthew BoothAdd a comment to device naming heuristic
2009-06-29 Richard W.M... Generated code for 'du' command.
2009-06-29 Richard W.M... Added 'du' command.
2009-06-29 Richard W.M... Generated code for df / df-h.
2009-06-29 Richard W.M... Add 'df' and 'df-h' commands.
2009-06-29 Richard W.M... Todo: Removed suggestion for short form for pipes.
2009-06-29 Richard W.M... Implement "more" and "less" commands in guestfish.
2009-06-29 Richard W.M... Todo list: Pipes now implemented, so remove from list.
2009-06-29 Richard W.M... Generated code for head/tail commands.
2009-06-29 Richard W.M... Implement "head", "head-n", "tail", "tail-n" commands.
2009-06-29 Richard W.M... Prevent 'n' being used as a parameter name.
2009-06-29 Richard W.M... Generated code for 'wc_*' commands.
2009-06-29 Richard W.M... Todo: wc command done.
2009-06-29 Richard W.M... Implementation of 'wc_c', 'wc_w' and 'wc_l' commands.
2009-06-29 Richard W.M... Implement TEST_ONLY environment variable to run selecte...
2009-06-29 Richard W.M... Add large test files with standard content for the...
2009-06-29 Richard W.M... Todo: RUN_ONLY_FOR
2009-06-29 Richard W.M... Todo: 'wc' command.
2009-06-28 Richard W.M... Guestfish pipes.
2009-06-28 Richard W.M... Haskell bindings: Implement bindtests.
2009-06-28 Richard W.M... Haskell bindings: Int and Int64 return types.
2009-06-28 Richard W.M... Merge branch 'master' of git+ssh://g-rjones@et.redhat...
2009-06-28 Richard W.M... Haskell bindings: fix boolean arguments.
2009-06-28 Richard W.M... Haskell bindings: Fix integer arguments.
2009-06-27 Matthew BoothClean up XML output
2009-06-25 Matthew BoothMake virt-inspector look in more places for module...
2009-06-25 Matthew BoothAdd yaml output for virt-inspector
2009-06-25 Matthew BoothMake run-inspector-locally try to work out where it...
2009-06-24 Richard W.M... More TODO items for future work.
2009-06-24 Richard W.M... Allow guestfish -i / virt-inspector on live domains...
2009-06-24 Richard W.M... Fix detection of optional libvirt support in virt-inspe...
2009-06-24 Richard W.M... Document the guestfish --version option in the manual...
2009-06-24 Richard W.M... Clarify documentation for mkdtemp.
2009-06-24 Richard W.M... Generated code for 'mkdtemp' command.
2009-06-24 Richard W.M... Add mkdtemp command.
2009-06-24 Richard W.M... Version 1.0.53. 1.0.53
2009-06-24 Richard W.M... Fix libvirt integration in virt-inspector.
2009-06-24 Richard W.M... Fix permissions on generated scripts in the appliance...
2009-06-24 Richard W.M... Version 1.0.52. 1.0.52
2009-06-24 Richard W.M... Quote command line arguments to virt-inspector.
next