libguestfs.git
2011-11-24 Richard W.M... ubuntu: Add extra suppressions for libnl.1 leaks.
2011-11-24 Richard W.M... extra-tests: Include valgrind suppressions file.
2011-11-24 Richard W.M... regressions: Allow test-launch-race.pl to be skipped.
2011-11-24 Richard W.M... Add 'make extra-tests' rule and run extra tests.
2011-11-24 Richard W.M... lib: Fix memory leak when debugging enabled (found...
2011-11-24 Richard W.M... test-tool: Fix multiple memory leaks found by valgrind.
2011-11-24 Richard W.M... filesystems: Fix memory leak found by valgrind.
2011-11-24 Richard W.M... part-disk: Change default alignment of this to 64K...
2011-11-24 Richard W.M... virt-alignment-scan: Add checks for when API calls...
2011-11-24 Matthew BoothNFC: Allow multiple config files in inspect_with_augeas...
2011-11-24 Matthew BoothNFC: Consolidate the error path in check_fstab in inspe...
2011-11-24 Matthew BoothNFC: Declare and use variables on the same line in...
2011-11-24 Matthew Boothbuild: Nothing under images/ should be translated
2011-11-24 Matthew Boothrun script: Don't overwrite LD_LIBRARY_PATH and PERL5LIB
2011-11-24 Richard W.M... gnulib: Rebase to latest.
2011-11-24 Richard W.M... Don't rely on implicit promotion of float to double...
2011-11-24 Richard W.M... fish: In generated code, put function names on a new...
2011-11-22 Richard W.M... Version 1.14.3. 1.14.3
2011-11-22 Richard W.M... df, testing: Add notes on virt-df numbers (thanks Kashy...
2011-11-22 Richard W.M... sparsify: Add auto-detection of .vdi files.
2011-11-22 Richard W.M... guestfs-testing: Link to libguestfs-test-tool.
2011-11-22 Hilko Bengenout-of-tree build: ruby
2011-11-22 Richard W.M... Add guestfs-testing(1) man page.
2011-11-22 Hilko Bengenout of tree build: haskell
2011-11-22 Hilko Bengenjava: out-of-tree build, don't build static library
2011-11-22 Hilko Bengenout of tree build: erlang
2011-11-22 Richard Jones32 bit: Fix printf off_t.
2011-11-22 Richard W.M... 32 bit: Use %td for ptrdiff_t (difference between two...
2011-11-22 Richard W.M... df: Disable part of virt-df test.
2011-11-22 Richard W.M... generator: Support testing the output of RHashtable...
2011-11-22 Richard W.M... daemon: Define safe ADD_ARG macro for constructing...
2011-11-10 Richard W.M... Version 1.14.2. 1.14.2
2011-11-09 Richard W.M... ocaml: Fix bindings when a function takes more than...
2011-11-09 Richard W.M... tests: Fix bitmask parameter when testing optional...
2011-11-09 Richard W.M... fish: More informative documentation of optargs.
2011-11-09 Richard W.M... ocaml: Compile OCaml bindings and tests with -warn...
2011-11-09 Richard W.M... ocaml: Catch EVENT_ENTER case in test.
2011-11-09 Matthew BoothUpdate FSF address.
2011-11-09 Richard W.M... daemon: Use a private copy of /etc/lvm so we don't...
2011-11-09 Richard W.M... daemon: Don't use files with fixed names in /tmp (thank...
2011-11-09 Richard W.M... virt-sysprep: Don't use xmlstarlet.
2011-11-09 Richard W.M... Add virt-inspector --xpath to run XPath queries directly.
2011-11-09 Richard W.M... resize: Remove requirement for ocaml Pcre library.
2011-11-09 Richard W.M... resize: Add tests for some Utils functions.
2011-11-09 Richard W.M... python: Use sys.version_info[0] instead of sys.version_...
2011-11-09 Richard W.M... python: Fixes for Python 3 (RHBZ#750889).
2011-11-09 Richard W.M... python: Pass $PYTHON environment variable to tests.
2011-11-09 Richard W.M... python: Include <config.h>.
2011-11-09 Richard W.M... python: Correctly check for Python major/minor.
2011-11-09 Richard W.M... fish: Use size_t instead of int when counting strings.
2011-11-09 Matthew BoothFix debug help error message.
2011-11-09 Richard W.M... appliance: Add 'mdadm' package.
2011-10-31 Richard W.M... Version 1.14.1. 1.14.1
2011-10-31 Richard W.M... perl: Add %guestfs_introspection hash with introspectio...
2011-10-27 Richard W.M... Version 1.14.0. 1.14.0
2011-10-27 Richard W.M... Pull latest translations from Transifex.
2011-10-27 Richard W.M... generator: Remove DangerWillRobinson.
2011-10-27 Richard W.M... fuse: Skip guestmount test if setfacl is not installed.
2011-10-27 Richard W.M... virt-sysprep: Skip test if xmlstarlet is not installed.
2011-10-27 Richard W.M... virt-alignment-scan: Add additional data for 4K sector...
2011-10-27 Richard W.M... test-virt-sparsify: Relax size_after constraint (for...
2011-10-27 Richard W.M... Update RELEASE-NOTES for 1.14 release.
2011-10-27 Richard W.M... Update ROADMAP for 1.14 release.
2011-10-26 Richard W.M... Update API support.
2011-10-26 Richard W.M... Version 1.13.26. 1.13.26
2011-10-26 Richard W.M... guestmount: Fix --live option (RHBZ#744795).
2011-10-26 Richard W.M... fish and other tools: -d option uses readonlydisk=...
2011-10-26 Richard W.M... add-domain: Add readonlydisk optional argument (RHBZ...
2011-10-26 Richard W.M... libvirt: Detect if a disk has the <readonly/> flag.
2011-10-26 Richard W.M... test-user-cancel: Make this test choose smaller cancell...
2011-10-26 Richard W.M... Version 1.13.25. 1.13.25
2011-10-26 Richard W.M... virt-resize: Be much more conservative about moving...
2011-10-26 Richard W.M... Flush stdout for progress bars used by guestfish, virt...
2011-10-26 Richard W.M... virt-resize: Handle extended and logical partitions...
2011-10-26 Richard W.M... resize: Get the partition table type of the source...
2011-10-26 Richard W.M... New APIs: copy-{file,device}-to-{file,device}.
2011-10-25 Richard W.M... ocaml: Make sure virt-resize, virt-sparsify are rebuilt...
2011-10-25 Richard W.M... virt-filesystems: Add MBR partition type byte to the...
2011-10-25 Richard W.M... New API: part-to-partnum
2011-10-25 Richard W.M... virt-cat: Handle Windows paths and drive letters (RHBZ...
2011-10-24 Richard W.M... Version 1.13.24. 1.13.24
2011-10-24 Richard W.M... Add test for qemu broken -machine option (RHBZ#748266).
2011-10-24 Richard W.M... Revert "out-of-tree build: daemon"
2011-10-22 Richard W.M... virt-win-reg: Document syntax for deleting keys and...
2011-10-22 Richard W.M... virt-make-fs: Refresh man page.
2011-10-21 Richard W.M... Fix ./configure --disable-erlang.
2011-10-21 Hilko Bengenout-of-tree build: fixed bindtests and inspector
2011-10-21 Hilko Bengenout-of-tree build: fix HAVE_OCAML=false case
2011-10-21 Hilko Bengenout-of-tree build: daemon
2011-10-21 Richard W.M... add-drive-opts: Correctly handle unreadable and unwrita...
2011-10-21 Richard W.M... virt-make-fs: Set MBR partition type byte correctly...
2011-10-21 Richard W.M... lib: Common code for formatting the qemu -drive parameter.
2011-10-21 Richard W.M... Allow compilation without hivex (RHBZ#723474).
2011-10-21 Richard W.M... po-docs: Force make update-po on first build from git.
2011-10-20 Richard W.M... Version 1.13.23. 1.13.23
2011-10-20 Richard W.M... appliance: udev-174 moves udevd to /lib/udev/udevd...
2011-10-20 Richard W.M... resize: Add --align-first auto|never|always option.
2011-10-20 Richard W.M... resize: Add --alignment flag to allow partition alignme...
2011-10-20 Richard W.M... resize: Refactor the code for creating target partitions.
2011-10-20 Richard W.M... resize: Remove p_size field from partitions structure.
next