libguestfs.git
2011-12-06 Richard W.M... Version 1.14.6. 1.14.6
2011-12-06 Hilko BengenFix rpcgen post-processing for out-of-tree builds
2011-12-06 Richard W.M... ruby: Use RSTRING_PTR, RSTRING_LEN for compat with...
2011-12-06 Richard W.M... daemon: Use pkg-config to locate Augeas CFLAGS / libraries.
2011-12-06 Richard W.M... extra tests: Test that valgrind and libtool are installed.
2011-12-06 Matthew Boothbuild: Add more suppressions for valgrind tests
2011-12-06 Wanlong Gaomkfs: enable to make xfs filesystems when the device...
2011-12-02 Richard W.M... Version 1.14.5. 1.14.5
2011-12-02 Hilko Bengenlibguestfs: Added gnulib includes from builddir, as...
2011-12-02 Richard W.M... ocaml: Fix OCaml dependencies.
2011-12-02 Richard W.M... python: Memory leak: Free roots array along handle...
2011-12-02 Richard W.M... perl: Memory leak: Free roots array along handle close...
2011-12-02 Richard W.M... ruby: Memory leak: Free roots array along handle close...
2011-12-02 Richard W.M... extra tests: Add comments about what is not tested...
2011-12-02 Richard W.M... extra tests: Absolute path for 'run' command.
2011-12-02 Richard W.M... extra tests: Split up and reorder tests more logically.
2011-12-02 Richard W.M... extra tests: Test virt-sparsify.
2011-12-02 Richard W.M... extra tests: Test virt-resize.
2011-12-02 Richard W.M... ocaml: Load test should call Gc.compact to flag memory...
2011-12-02 Richard W.M... ocaml: Fix memory leak in bindings for functions that...
2011-12-02 Richard W.M... extra tests: Run C API tests under valgrind.
2011-12-02 Richard W.M... protocol: Memory leak: Free temporary buffer along...
2011-12-02 Richard W.M... extra tests: Run OCaml tests under valgrind.
2011-12-02 Richard W.M... extra tests: Split VG variable into VG / RUN_VG.
2011-12-02 Richard W.M... ocaml: Memory leak: Free roots array along handle close...
2011-12-02 Richard W.M... fish: When -m option fails, canonicalize device names...
2011-12-02 Richard W.M... fish: Rearrange code for displaying mountpoints when...
2011-11-24 Richard W.M... Version 1.14.4. 1.14.4
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...
next