libguestfs.git
2011-08-28 Richard W.M... ruby: Append newline character after printing exception...
2011-08-28 Hilko Bengenpython: Newer versions want parentheses around argument...
2011-08-28 Richard W.M... php: Fix bug in PHP tests.
2011-08-28 Richard W.M... Coverity: fix memory leak along error path.
2011-08-28 Richard W.M... Coverity: Initialize msg buffer.
2011-08-28 Richard W.M... Coverity: fix memory leak in guestfish.
2011-08-28 Richard W.M... Coverity: in daemon, free struct in RStruct, RStructLis...
2011-08-28 Richard W.M... pclose: Fix other places where we only tested pclose...
2011-08-28 Richard W.M... test_qemu: Improve the error message.
2011-08-28 Richard W.M... test_qemu: pclose may return any != 0 on error.
2011-08-28 Richard W.M... qemu detection: Free up previous qemu help/version...
2011-08-28 Richard W.M... Coverity: test_qemu: Ensure FILE * is not leaked along...
2011-08-28 Richard W.M... Coverity: Check guestfs_inspect_get_product_name()...
2011-08-28 Richard W.M... rescue: Ignore errno after guestfs_launch.
2011-08-28 Richard W.M... Coverity: Ignore return value from guestfs_launch in...
2011-08-28 Richard W.M... Coverity: Check return value from sscanf in bindtests...
2011-08-28 Richard W.M... autobuild: Only add last 100 lines of the log file.
2011-08-28 Richard W.M... New autobuild script.
2011-08-28 Richard W.M... configure: Add --with-extra flag to allow setting the...
2011-08-28 Richard W.M... protocol: Fix case where download can fail for small...
2011-08-28 Richard W.M... Escape special/non-printing characters in debug output...
2011-08-28 Richard W.M... Remove guestfs___print_timestamped_argv.
2011-08-28 Hilko Bengenout-of-tree build: generate ./run from template, fix...
2011-08-28 Richard W.M... fish: Add fish-cmds.h to generator_built.
2011-08-28 Hilko Bengenout-of-tree build: fix make and make install
2011-08-28 Hilko Bengenout-of-tree build: fix documentation generation II
2011-08-28 Hilko Bengenout-of-tree build: remove unneeded explicit paths
2011-08-28 Richard W.M... Improve zeroing and detection of zeroes.
2011-08-28 Richard W.M... recipes: Remove two C file dependencies which are not...
2011-08-28 Hilko Bengenout-of-tree build: fix building library
2011-08-28 Hilko Bengenout-of-tree build: Fix up OCaml bindings and generator
2011-08-28 Hilko Bengenout-of-tree build: fix appliance
2011-08-28 Hilko Bengenout-of-tree build: fix documentation generation
2011-08-17 Richard W.M... Version 1.12.4. 1.12.4
2011-08-17 Richard W.M... ruby: Fix typo in Ruby bindings file.
2011-08-17 Richard W.M... Note that additional memory may be required to typechec...
2011-08-17 Richard W.M... fish: Document that remote run in cmd substitution...
2011-08-17 Richard W.M... Fix 'unknown filesystem' warnings in old inspection...
2011-08-17 Richard W.M... inspection: Better checking for Windows root disks...
2011-08-17 Richard W.M... build: Set TMPDIR for local testing.
2011-08-17 Richard W.M... fish: Add fish-cmds.h to generator_built.
2011-08-17 Richard W.M... fish: Declare run_* functions in a generated header...
2011-08-07 Richard W.M... Version 1.12.3. 1.12.3
2011-08-07 Richard W.M... docs: Fix function names in deprecation notices.
2011-08-07 Richard W.M... docs: guestfs_set_out_of_memory_handler returns void...
2011-08-07 Richard W.M... debian: bash is required to run libtool replacement...
2011-08-07 Richard W.M... configure: Fix info about virt-resize when OCaml bindin...
2011-08-07 Richard W.M... python: Don't name extension with .so.0.0 and symlinks...
2011-08-07 Richard W.M... debian: Add gawk to packagelist.
2011-08-07 Richard W.M... virt-tar test: Stable ordering of test output.
2011-08-07 Richard W.M... Change link, since PostgreSQL switched to using git.
2011-08-07 Richard W.M... Don't fail if HOSTNAME field is missing on Red Hat...
2011-07-27 Richard W.M... Version 1.12.2. 1.12.2
2011-07-27 Richard W.M... perl: Fix another place where qw() was used as parentheses.
2011-07-27 Richard W.M... ocaml: Fix locking in event callbacks.
2011-07-26 Richard W.M... Version 1.12.1. 1.12.1
2011-07-26 Richard W.M... virt-df: Re-add documentation for --csv option.
2011-07-26 Richard W.M... test-tool: Print FEBOOTSTRAP_* environment variables...
2011-07-26 Richard W.M... test-tool: Display state of pgroup flag from the handle.
2011-07-26 Richard W.M... launch: Add qemu_supports_re function.
2011-07-26 Richard W.M... Require PCRE library.
2011-07-26 Richard W.M... docs: Document FEBOOTSTRAP_KERNEL, FEBOOTSTRAP_MODULES...
2011-07-26 Richard W.M... perl: Fix CCFLAGS for Perl 5.14.
2011-07-26 Richard W.M... build: Redirect ./configure errors in general to config...
2011-07-26 Richard W.M... build: Send failed Perl test configure output to config...
2011-07-26 Richard W.M... build: Allow 'make quickcheck' test-tool args to be...
2011-07-20 Richard W.M... Version 1.12.0. 1.12.0
2011-07-20 Richard W.M... Finalize release notes for 1.12 release.
2011-07-20 Richard W.M... blkid: Use -c /dev/null option to kill the cache.
2011-07-20 Richard W.M... blkid: Detect when value not found and return empty...
2011-07-20 Richard W.M... docs: Update stable release instructions.
2011-07-20 Richard W.M... configure: Remove -Wmissing-noreturn warning.
2011-07-20 Richard W.M... po-docs: Fix generation of 'podfiles'.
2011-07-20 Richard W.M... appliance: Capture stderr from qemu to the event system.
2011-07-20 Richard W.M... appliance: Document pipe fds.
2011-07-20 Richard W.M... Partially revert d82438431c1551610eb7d9945fa76d6387534582.
2011-07-19 Richard W.M... build: Fix virtio-serial test for qemu 0.15.
2011-07-19 Richard W.M... Version 1.11.20. 1.11.20
2011-07-19 Richard W.M... Update release notes.
2011-07-19 Richard W.M... java: Add guestfs-java(3) man page.
2011-07-19 Richard W.M... Add missing reference to guestfs-perl(3) to guestfs(3).
2011-07-19 Richard W.M... java: Tidy up the generated C bindings file.
2011-07-19 Richard W.M... java: Fix optional arguments in calls.
2011-07-19 Richard W.M... java: Enable warnings when compiling C bindings code.
2011-07-18 Nikita A Menkovichdebian: Fix misspelling in debian/control.
2011-07-18 Nikita A Menkovichdebian: Add debian/guestfsd.* to the tarball.
2011-07-18 Nikita A Menkovichdebian: Fix misspelling in debian/control.
2011-07-18 Richard W.M... Version 1.11.19. 1.11.19
2011-07-18 Richard W.M... po-docs: Include source (POD files) in EXTRA_DIST.
2011-07-18 Richard W.M... po-docs: Remove empty Spanish translation file.
2011-07-18 Richard W.M... po-docs: Fix UTF-8 encoding problem.
2011-07-17 Richard W.M... po-docs: Update the list of output manpages.
2011-07-17 Richard W.M... po-docs: Generate list of *.pod files.
2011-07-17 Richard W.M... Add notes on making a libguestfs stable release.
2011-07-17 Richard W.M... Pull latest translations from Transifex.
2011-07-17 Richard W.M... Add tx pull wrapper script.
2011-07-17 Richard W.M... ocaml: Generate ocamldoc.
2011-07-16 Richard W.M... ocaml: Bind guestfs_last_errno.
2011-07-16 Richard W.M... Update API support.
2011-07-16 Richard W.M... Update ROADMAP file.
next