summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 1.10.9.1.10.9Richard W.M. Jones2011-09-1619-6988/+7095
* Version 1.10.9.Richard W.M. Jones2011-09-161-1/+1
* Add an optional group ("grub") for the guestfs_grub_install API.Richard W.M. Jones2011-09-162-6/+35
* Remove old regression test that mainly tested a buggy API.Richard W.M. Jones2011-09-162-44/+0
* daemon: Factor out name of virtio serial channel.Richard W.M. Jones2011-09-161-3/+5
* Create /sys directory if it doesn't exist already.Richard W.M. Jones2011-09-161-0/+1
* ruby: Check Ruby callback exists before we call it (RHBZ#733297).Richard W.M. Jones2011-09-161-6/+14
* ruby: Use a regular C array to pass the arguments through rb_rescue.Richard W.M. Jones2011-09-161-18/+17
* ruby: Append newline character after printing exception in callback.Richard W.M. Jones2011-09-161-1/+1
* python: Newer versions want parentheses around arguments of "print"Hilko Bengen2011-09-161-2/+2
* php: Fix bug in PHP tests.Richard W.M. Jones2011-09-161-2/+2
* Coverity: fix memory leak along error path.Richard W.M. Jones2011-09-161-0/+12
* Coverity: Initialize msg buffer.Richard W.M. Jones2011-09-161-0/+2
* Coverity: fix memory leak in guestfish.Richard W.M. Jones2011-09-161-2/+1
* Coverity: in daemon, free struct in RStruct, RStructList functions.Richard W.M. Jones2011-09-161-0/+2
* pclose: Fix other places where we only tested pclose == -1.Richard W.M. Jones2011-09-164-4/+4
* test_qemu: pclose may return any != 0 on error.Richard W.M. Jones2011-09-161-1/+1
* qemu detection: Free up previous qemu help/version strings if they exist.Richard W.M. Jones2011-09-161-0/+5
* Coverity: test_qemu: Ensure FILE * is not leaked along error paths.Richard W.M. Jones2011-09-161-15/+22
* Coverity: Check guestfs_inspect_get_product_name() != NULL before using.Richard W.M. Jones2011-09-161-1/+1
* rescue: Ignore errno after guestfs_launch.Richard W.M. Jones2011-09-161-10/+0
* Coverity: Ignore return value from guestfs_launch in virt-rescue.Richard W.M. Jones2011-09-161-1/+4
* Coverity: Check return value from sscanf in bindtests calls.Richard W.M. Jones2011-09-161-5/+22
* configure: Add --with-extra flag to allow setting the extra version string.Richard W.M. Jones2011-09-161-9/+19
* protocol: Fix case where download can fail for small files.Richard W.M. Jones2011-09-162-6/+26
* Escape special/non-printing characters in debug output (RHBZ#731744).Richard W.M. Jones2011-09-161-12/+42
* Vesion 1.10.8.1.10.8Richard W.M. Jones2011-08-1719-16984/+17017
* ruby: Fix typo in Ruby bindings file.Richard W.M. Jones2011-08-171-2/+2
* Note that additional memory may be required to typecheck Augeas lenses (RHBZ#...Richard W.M. Jones2011-08-171-1/+6
* fish: Document that remote run in cmd substitution context hangs.Richard W.M. Jones2011-08-171-0/+11
* Fix 'unknown filesystem' warnings in old inspection code (RHBZ#678231 RHBZ#66...Richard W.M. Jones2011-08-171-14/+20
* inspection: Better checking for Windows root disks (RHBZ#729075).Richard W.M. Jones2011-08-173-30/+75
* build: Set TMPDIR for local testing.Richard W.M. Jones2011-08-1717-14/+40
* fish: Add fish-cmds.h to generator_built.Richard W.M. Jones2011-08-171-0/+1
* fish: Declare run_* functions in a generated header file.Richard W.M. Jones2011-08-174-38/+24
* Version 1.10.7.1.10.7Richard W.M. Jones2011-08-0719-156/+381
* docs: Fix function names in deprecation notices.Richard W.M. Jones2011-08-072-4/+4
* docs: guestfs_set_out_of_memory_handler returns void, not int.Richard W.M. Jones2011-08-071-2/+2
* debian: bash is required to run libtool replacement script.Richard W.M. Jones2011-08-071-1/+1
* configure: Fix info about virt-resize when OCaml bindings are disabled.Richard W.M. Jones2011-08-071-1/+1
* debian: Add gawk to packagelist.Richard W.M. Jones2011-08-071-0/+1
* virt-tar test: Stable ordering of test output.Richard W.M. Jones2011-08-071-1/+1
* Change link, since PostgreSQL switched to using git.Richard W.M. Jones2011-08-071-1/+1
* Don't fail if HOSTNAME field is missing on Red Hat guests (RHBZ#726739).Richard W.M. Jones2011-08-071-3/+10
* Version 1.10.6.1.10.6Richard W.M. Jones2011-07-2719-915/+785
* perl: Fix another place where qw() was used as parentheses.Richard W.M. Jones2011-07-271-4/+4
* ocaml: Fix locking in event callbacks.Richard W.M. Jones2011-07-271-9/+27
* virt-df: Re-add documentation for --csv option.Richard W.M. Jones2011-07-271-0/+6
* test-tool: Print FEBOOTSTRAP_* environment variables (RHBZ#671082).Richard W.M. Jones2011-07-271-0/+3
* perl: Fix CCFLAGS for Perl 5.14.Richard W.M. Jones2011-07-271-2/+3