summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ruby: Check Ruby callback exists before we call it (RHBZ#733297).Richard W.M. Jones2011-08-261-6/+14
* ruby: Use a regular C array to pass the arguments through rb_rescue.Richard W.M. Jones2011-08-251-18/+17
* ruby: Append newline character after printing exception in callback.Richard W.M. Jones2011-08-251-1/+1
* python: Newer versions want parentheses around arguments of "print"Hilko Bengen2011-08-241-2/+2
* python: Don't build static libraryHilko Bengen2011-08-241-1/+1
* Version 1.13.7.1.13.7Richard W.M. Jones2011-08-2318-363/+393
* php: Fix bug in PHP tests.Richard W.M. Jones2011-08-231-2/+2
* Coverity: fix memory leak along error path.Richard W.M. Jones2011-08-231-0/+12
* Coverity: Initialize msg buffer.Richard W.M. Jones2011-08-231-0/+2
* Coverity: fix memory leak in guestfish.Richard W.M. Jones2011-08-231-2/+1
* Coverity: in daemon, free struct in RStruct, RStructList functions.Richard W.M. Jones2011-08-231-0/+2
* pclose: Fix other places where we only tested pclose == -1.Richard W.M. Jones2011-08-234-4/+4
* test_qemu: Improve the error message.Richard W.M. Jones2011-08-231-1/+2
* test_qemu: pclose may return any != 0 on error.Richard W.M. Jones2011-08-231-1/+1
* qemu detection: Free up previous qemu help/version strings if they exist.Richard W.M. Jones2011-08-231-0/+5
* Coverity: test_qemu: Ensure FILE * is not leaked along error paths.Richard W.M. Jones2011-08-231-15/+21
* Coverity: Check guestfs_inspect_get_product_name() != NULL before using.Richard W.M. Jones2011-08-231-1/+1
* rescue: Ignore errno after guestfs_launch.Richard W.M. Jones2011-08-231-10/+0
* Coverity: Ignore return value from guestfs_launch in virt-rescue.Richard W.M. Jones2011-08-231-1/+4
* Coverity: Check return value from sscanf in bindtests calls.Richard W.M. Jones2011-08-231-5/+22
* autobuild: Only add last 100 lines of the log file.Richard W.M. Jones2011-08-201-4/+13
* New autobuild script.Richard W.M. Jones2011-08-203-96/+104
* configure: Add --with-extra flag to allow setting the extra version string.Richard W.M. Jones2011-08-191-9/+19
* Version 1.13.6.1.13.6Richard W.M. Jones2011-08-1918-341/+344
* protocol: Fix case where download can fail for small files.Richard W.M. Jones2011-08-182-6/+26
* Escape special/non-printing characters in debug output (RHBZ#731744).Richard W.M. Jones2011-08-181-12/+42
* Remove guestfs___print_timestamped_argv.Richard W.M. Jones2011-08-183-48/+90
* out-of-tree build: generate ./run from template, fix image checksHilko Bengen2011-08-188-23/+23
* Version 1.13.51.13.5Richard W.M. Jones2011-08-1721-9317/+9487
* fish: Add fish-cmds.h to generator_built.Richard W.M. Jones2011-08-171-0/+1
* out-of-tree build: fix make and make installHilko Bengen2011-08-171-2/+2
* out-of-tree build: fix documentation generation IIHilko Bengen2011-08-171-2/+2
* out-of-tree build: remove unneeded explicit pathsHilko Bengen2011-08-173-7/+7
* Improve zeroing and detection of zeroes.Richard W.M. Jones2011-08-162-21/+70
* recipes: Remove two C file dependencies which are not actually used in the POD.Richard W.M. Jones2011-08-151-1/+1
* out-of-tree build: fix building libraryHilko Bengen2011-08-151-3/+3
* out-of-tree build: Fix up OCaml bindings and generatorHilko Bengen2011-08-152-15/+15
* out-of-tree build: fix applianceHilko Bengen2011-08-151-0/+1
* out-of-tree build: fix documentation generationHilko Bengen2011-08-1520-65/+66
* ruby: Fix typo in Ruby bindings file.Richard W.M. Jones2011-08-141-2/+2
* Note that additional memory may be required to typecheck Augeas lenses (RHBZ#...Richard W.M. Jones2011-08-121-1/+6
* fish: Document that remote run in cmd substitution context hangs.Richard W.M. Jones2011-08-121-0/+11
* Version 1.13.4.1.13.4Richard W.M. Jones2011-08-1118-434/+332
* Fix 'unknown filesystem' warnings in old inspection code (RHBZ#678231 RHBZ#66...Richard W.M. Jones2011-08-111-14/+20
* inspection: Better checking for Windows root disks (RHBZ#729075).Richard W.M. Jones2011-08-083-30/+75
* build: Set TMPDIR for local testing.Richard W.M. Jones2011-08-0818-17/+44
* Version 1.13.3.1.13.3Richard W.M. Jones2011-08-0720-10956/+11709
* daemon: Don't include .gitignore in EXTRA_DIST.Richard W.M. Jones2011-08-071-2/+1
* fish: Add setenv and unsetenv commands.Richard W.M. Jones2011-08-074-0/+88
* fish: Declare run_* functions in a generated header file.Richard W.M. Jones2011-08-074-41/+24