summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libguestfs: Added gnulib includes from builddir, as suggested by the Gnulib d...Hilko Bengen2011-12-023-2/+3
* ocaml: Fix OCaml dependencies.Richard W.M. Jones2011-12-021-2/+2
* python: Memory leak: Free roots array along handle close path.Richard W.M. Jones2011-12-021-0/+1
* perl: Memory leak: Free roots array along handle close path.Richard W.M. Jones2011-12-021-0/+1
* ruby: Memory leak: Free roots array along handle close path.Richard W.M. Jones2011-12-021-0/+1
* extra tests: Add comments about what is not tested here.Richard W.M. Jones2011-12-021-8/+25
* extra tests: Absolute path for 'run' command.Richard W.M. Jones2011-12-021-1/+1
* extra tests: Split up and reorder tests more logically.Richard W.M. Jones2011-12-021-9/+15
* extra tests: Test virt-sparsify.Richard W.M. Jones2011-12-024-5/+23
* extra tests: Test virt-resize.Richard W.M. Jones2011-12-024-5/+23
* ocaml: Load test should call Gc.compact to flag memory errors.Richard W.M. Jones2011-12-021-0/+2
* ocaml: Fix memory leak in bindings for functions that return buffers.Richard W.M. Jones2011-12-021-0/+1
* extra tests: Run C API tests under valgrind.Richard W.M. Jones2011-12-021-0/+5
* protocol: Memory leak: Free temporary buffer along recv_discard path.Richard W.M. Jones2011-12-021-0/+1
* extra tests: Run OCaml tests under valgrind.Richard W.M. Jones2011-12-022-2/+41
* extra tests: Split VG variable into VG / RUN_VG.Richard W.M. Jones2011-12-021-33/+33
* ocaml: Memory leak: Free roots array along handle close path.Richard W.M. Jones2011-12-021-0/+1
* fish: When -m option fails, canonicalize device names that are printed.Richard W.M. Jones2011-12-021-0/+15
* fish: Rearrange code for displaying mountpoints when -m option fails.Richard W.M. Jones2011-12-021-12/+33
* 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