summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 1.12.7.1.12.7Richard W.M. Jones2011-09-1620-7999/+8819
* inspection: Handle /dev/root in /etc/fstab.Richard W.M. Jones2011-09-161-0/+3
* Add an optional group ("grub") for the guestfs_grub_install API.Richard W.M. Jones2011-09-162-6/+35
* test-tool: Display TMPDIR.Richard Jones2011-09-161-0/+1
* test-tool: Refresh libguestfs-test-tool man page.Richard Jones2011-09-161-12/+24
* test-tool: Make the default timeout be 600 seconds (10 minutes).Richard Jones2011-09-162-4/+3
* test-tool: Document the -t command line option.Richard Jones2011-09-161-0/+2
* test-tool: Use B<...> for command line options in man page.Richard Jones2011-09-161-4/+4
* po-docs: Make podfiles sort stable.Richard Jones2011-09-161-1/+1
* Stable OCaml dependencies.Richard Jones2011-09-164-8/+15
* docs: Add a section explaining the appliance boot process.Richard W.M. Jones2011-09-161-0/+93
* Version 1.12.6.1.12.6Richard W.M. Jones2011-09-0120-72/+72
* Remove old regression test that mainly tested a buggy API.Richard W.M. Jones2011-09-012-44/+0
* debian: Missing build dependency on db4.8-util.Richard W.M. Jones2011-09-011-1/+3
* debian: Build libguestfs-ocaml and libguestfs-ocaml-dev subpackages.Richard W.M. Jones2011-09-017-2/+65
* daemon: Factor out name of virtio serial channel.Richard W.M. Jones2011-09-011-3/+5
* Create /sys directory if it doesn't exist already.Richard W.M. Jones2011-09-011-0/+1
* cat: Small documentation correction.Richard W.M. Jones2011-09-011-2/+1
* Version 1.12.5.1.12.5Richard W.M. Jones2011-08-2821-1703/+1870
* inspector: Use xmlstarlet instead of xpath in examples.Richard W.M. Jones2011-08-281-8/+12
* man pages: Add a standard EXIT STATUS section to most pages.Richard W.M. Jones2011-08-2810-2/+42
* progress: Make default UTF-8 progress bar less black.Richard W.M. Jones2011-08-281-1/+1
* resize: Add --machine-readable option for machine friendly output.Richard W.M. Jones2011-08-282-0/+47
* fish: Make progress bars into a mini library.Richard W.M. Jones2011-08-286-165/+207
* fish: clarify comment: shared source files are used by virt tools too.Richard W.M. Jones2011-08-281-3/+3
* ruby: Check Ruby callback exists before we call it (RHBZ#733297).Richard W.M. Jones2011-08-281-6/+14
* ruby: Use a regular C array to pass the arguments through rb_rescue.Richard W.M. Jones2011-08-281-18/+17
* ruby: Append newline character after printing exception in callback.Richard W.M. Jones2011-08-281-1/+1
* python: Newer versions want parentheses around arguments of "print"Hilko Bengen2011-08-281-2/+2
* php: Fix bug in PHP tests.Richard W.M. Jones2011-08-281-2/+2
* Coverity: fix memory leak along error path.Richard W.M. Jones2011-08-281-0/+12
* Coverity: Initialize msg buffer.Richard W.M. Jones2011-08-281-0/+2
* Coverity: fix memory leak in guestfish.Richard W.M. Jones2011-08-281-2/+1
* Coverity: in daemon, free struct in RStruct, RStructList functions.Richard W.M. Jones2011-08-281-0/+2
* pclose: Fix other places where we only tested pclose == -1.Richard W.M. Jones2011-08-284-4/+4
* test_qemu: Improve the error message.Richard W.M. Jones2011-08-281-1/+2
* test_qemu: pclose may return any != 0 on error.Richard W.M. Jones2011-08-281-1/+1
* qemu detection: Free up previous qemu help/version strings if they exist.Richard W.M. Jones2011-08-281-0/+5
* Coverity: test_qemu: Ensure FILE * is not leaked along error paths.Richard W.M. Jones2011-08-281-15/+21
* Coverity: Check guestfs_inspect_get_product_name() != NULL before using.Richard W.M. Jones2011-08-281-1/+1
* rescue: Ignore errno after guestfs_launch.Richard W.M. Jones2011-08-281-10/+0
* Coverity: Ignore return value from guestfs_launch in virt-rescue.Richard W.M. Jones2011-08-281-1/+4
* Coverity: Check return value from sscanf in bindtests calls.Richard W.M. Jones2011-08-281-5/+22
* autobuild: Only add last 100 lines of the log file.Richard W.M. Jones2011-08-281-4/+13
* New autobuild script.Richard W.M. Jones2011-08-283-96/+104
* configure: Add --with-extra flag to allow setting the extra version string.Richard W.M. Jones2011-08-281-9/+19
* protocol: Fix case where download can fail for small files.Richard W.M. Jones2011-08-282-6/+26
* Escape special/non-printing characters in debug output (RHBZ#731744).Richard W.M. Jones2011-08-281-12/+42
* Remove guestfs___print_timestamped_argv.Richard W.M. Jones2011-08-283-48/+90
* out-of-tree build: generate ./run from template, fix image checksHilko Bengen2011-08-288-23/+23
OSZAR »