summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 1.14.4.1.14.4Richard W.M. Jones2011-11-2420-9757/+9795
* ubuntu: Add extra suppressions for libnl.1 leaks.Richard W.M. Jones2011-11-241-0/+14
* extra-tests: Include valgrind suppressions file.Richard W.M. Jones2011-11-243-1/+48
* regressions: Allow test-launch-race.pl to be skipped.Richard W.M. Jones2011-11-241-0/+3
* Add 'make extra-tests' rule and run extra tests.Richard W.M. Jones2011-11-246-1/+123
* lib: Fix memory leak when debugging enabled (found by valgrind).Richard W.M. Jones2011-11-241-0/+2
* test-tool: Fix multiple memory leaks found by valgrind.Richard W.M. Jones2011-11-241-4/+8
* filesystems: Fix memory leak found by valgrind.Richard W.M. Jones2011-11-241-1/+3
* part-disk: Change default alignment of this to 64K (128 sectors).Richard W.M. Jones2011-11-241-5/+6
* virt-alignment-scan: Add checks for when API calls return NULL.Richard W.M. Jones2011-11-241-0/+4
* NFC: Allow multiple config files in inspect_with_augeas in inspect_fs_unix.cMatthew Booth2011-11-241-19/+59
* NFC: Consolidate the error path in check_fstab in inspect_fs_unix.cMatthew Booth2011-11-241-14/+9
* NFC: Declare and use variables on the same line in inspect.cMatthew Booth2011-11-241-4/+2
* build: Nothing under images/ should be translatedMatthew Booth2011-11-241-0/+1
* run script: Don't overwrite LD_LIBRARY_PATH and PERL5LIBMatthew Booth2011-11-241-3/+13
* gnulib: Rebase to latest.Richard W.M. Jones2011-11-243-0/+7
* Don't rely on implicit promotion of float to double in printf args.Richard W.M. Jones2011-11-242-4/+6
* fish: In generated code, put function names on a new line.Richard W.M. Jones2011-11-241-5/+10
* Version 1.14.3.1.14.3Richard W.M. Jones2011-11-2221-560/+2904
* df, testing: Add notes on virt-df numbers (thanks Kashyap Chamarthy).Richard W.M. Jones2011-11-222-1/+49
* sparsify: Add auto-detection of .vdi files.Richard W.M. Jones2011-11-223-3/+23
* guestfs-testing: Link to libguestfs-test-tool.Richard W.M. Jones2011-11-221-0/+5
* out-of-tree build: rubyHilko Bengen2011-11-223-12/+12
* Add guestfs-testing(1) man page.Richard W.M. Jones2011-11-225-4/+314
* out of tree build: haskellHilko Bengen2011-11-221-6/+6
* java: out-of-tree build, don't build static libraryHilko Bengen2011-11-221-3/+4
* out of tree build: erlangHilko Bengen2011-11-221-1/+1
* 32 bit: Fix printf off_t.Richard Jones2011-11-221-2/+2
* 32 bit: Use %td for ptrdiff_t (difference between two pointers).Richard W.M. Jones2011-11-221-1/+1
* df: Disable part of virt-df test.Richard W.M. Jones2011-11-221-8/+10
* generator: Support testing the output of RHashtable functions.Richard W.M. Jones2011-11-223-0/+47
* daemon: Define safe ADD_ARG macro for constructing arg lists on the stack.Richard W.M. Jones2011-11-225-87/+102
* Version 1.14.2.1.14.2Richard W.M. Jones2011-11-1020-429/+1140
* ocaml: Fix bindings when a function takes more than 10 parameters.Richard W.M. Jones2011-11-091-4/+14
* tests: Fix bitmask parameter when testing optional arguments.Richard W.M. Jones2011-11-091-6/+7
* fish: More informative documentation of optargs.Richard W.M. Jones2011-11-091-2/+12
* ocaml: Compile OCaml bindings and tests with -warn-error.Richard W.M. Jones2011-11-091-12/+15
* ocaml: Catch EVENT_ENTER case in test.Richard W.M. Jones2011-11-091-1/+2
* Update FSF address.Matthew Booth2011-11-09299-307/+307
* daemon: Use a private copy of /etc/lvm so we don't modify the real config.Richard W.M. Jones2011-11-093-16/+101
* daemon: Don't use files with fixed names in /tmp (thanks Steve Kemp).Richard W.M. Jones2011-11-092-20/+46
* virt-sysprep: Don't use xmlstarlet.Richard W.M. Jones2011-11-093-16/+9
* Add virt-inspector --xpath to run XPath queries directly.Richard W.M. Jones2011-11-092-7/+146
* resize: Remove requirement for ocaml Pcre library.Richard W.M. Jones2011-11-096-34/+11
* resize: Add tests for some Utils functions.Richard W.M. Jones2011-11-094-2/+99
* python: Use sys.version_info[0] instead of sys.version_info.major.Richard W.M. Jones2011-11-091-2/+2
* python: Fixes for Python 3 (RHBZ#750889).Richard W.M. Jones2011-11-095-24/+123
* python: Pass $PYTHON environment variable to tests.Richard W.M. Jones2011-11-093-6/+7
* python: Include <config.h>.Richard W.M. Jones2011-11-091-0/+2
* python: Correctly check for Python major/minor.Richard W.M. Jones2011-11-091-1/+3