libguestfs.git
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.10.7. 1.10.7
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... 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.10.6. 1.10.6
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-27 Richard W.M... virt-df: Re-add documentation for --csv option.
2011-07-27 Richard W.M... test-tool: Print FEBOOTSTRAP_* environment variables...
2011-07-27 Richard W.M... perl: Fix CCFLAGS for Perl 5.14.
2011-07-27 Richard W.M... build: Redirect ./configure errors in general to config...
2011-07-27 Richard W.M... build: Send failed Perl test configure output to config...
2011-07-27 Richard W.M... build: Allow 'make quickcheck' test-tool args to be...
2011-07-27 Richard W.M... blkid: Use -c /dev/null option to kill the cache.
2011-07-27 Richard W.M... blkid: Detect when value not found and return empty...
2011-07-27 Richard W.M... appliance: Capture stderr from qemu to the event system.
2011-07-27 Richard W.M... appliance: Document pipe fds.
2011-07-27 Richard W.M... Partially revert d82438431c1551610eb7d9945fa76d6387534582.
2011-07-27 Richard W.M... build: Fix virtio-serial test for qemu 0.15.
2011-07-27 Richard W.M... Add missing reference to guestfs-perl(3) to guestfs(3).
2011-07-27 Richard W.M... fish: Add is_interactive flag.
2011-07-27 Richard W.M... guestfs.h: Add missing extern keyword before event...
2011-07-27 Richard W.M... mkfs: Don't die if mke2fs is not available.
2011-07-13 Richard W.M... Version 1.10.5. 1.10.5
2011-07-13 Richard W.M... appliance: Add systemd to get /sbin/reboot for virt...
2011-07-13 Richard W.M... part-get-bootable: Fix when partitions are missing...
2011-07-13 Richard W.M... Document that ntfsresize cannot be used multiple times...
2011-07-13 Richard W.M... protocol: Force optargs_bitmask to be passed as 0 for...
2011-07-13 Richard W.M... capitests: Allow tests to properly test optional arguments.
2011-07-13 Richard W.M... Add caution subdirectory containing safety and liveness...
2011-07-13 Richard W.M... Change download_to_tmp so it can work with multi-root...
2011-07-13 Richard W.M... generator: Fix functions with both RBufferOut and optio...
2011-07-13 Richard W.M... inspector: Fix comment in virt-inspector.rng.
2011-07-13 Richard W.M... Revert "Lib.pm: unknown filesystem label SWAP-sda2...
2011-07-13 Richard W.M... trace: Print empty list correctly.
2011-07-13 Richard W.M... perl: Ignore MYMETA.yml.
2011-07-13 Richard W.M... perl: Don't use qw() as parentheses.
2011-06-13 Richard W.M... Version 1.10.4. 1.10.4
2011-06-13 Richard W.M... generator: Rewrite UUIDs that begin with zero byte.
2011-06-13 Jim Meyeringbuild: include <string.h> for src/match.c's use of...
2011-06-13 Richard W.M... daemon: Keep Coverity happy by ignoring some return...
2011-06-13 Richard W.M... Coverity: Don't return freed pointers from command...
2011-06-13 Richard W.M... Coverity: Missing return on error path.
2011-06-13 Richard W.M... Coverity: Ensure fp is closed along all error paths.
2011-06-13 Richard W.M... Coverity: Close directory handle along error paths.
2011-06-13 Richard W.M... Coverity: Don't leak argv arrays.
2011-06-13 Richard W.M... Coverity: Don't leak error strings.
2011-06-13 Richard W.M... Coverity: Check return value of sysroot_path.
2011-06-13 Richard W.M... Coverity: Check return value of malloc.
2011-06-13 Richard W.M... Coverity: Don't close fd_cwd if fd_cwd == -1.
2011-06-13 Richard W.M... Coverity: Avoid calling sort_strings (NULL, 0) on empty...
2011-06-13 Richard W.M... Coverity: Don't call free_strings (NULL).
2011-06-13 Richard W.M... Coverity: Remove unreachable code.
2011-06-13 Richard W.M... init: Remove timeout in udevadm settle command.
2011-06-13 Richard W.M... protocol: Enhance "unexpected end of file when reading...
2011-06-13 Richard W.M... Only include date, not time, in BUGS file.
2011-06-13 Richard W.M... virt-ls: Refactor mode selection code.
2011-06-13 Richard W.M... virt-ls: Small fix for output of --help option.
2011-06-13 Richard W.M... Ubuntu: Fix compilation of virt-resize if old libguestf...
2011-06-13 Nikita A Menkovichdaemon: Fix error message.
2011-06-13 Nikita A Menkovichdebian: Add build dependencies: dpkg-dev, devscripts...
2011-06-13 Richard W.M... daemon: Make sysroot_len be size_t instead of int.
2011-06-13 Richard W.M... guestfs-examples(3): Remove link to OCaml homepage.
2011-06-13 Richard W.M... Document that guestfs_file output depends on file(1...
2011-06-13 Richard W.M... fuse: Add note about allowing other users to see filesy...
2011-06-13 Richard W.M... generator: Mark sfdisk functions as deprecated.
2011-06-13 Richard W.M... generator: Mark mount as deprecated.
2011-06-13 Richard W.M... generator: Mark wait_ready as deprecated.
2011-06-13 Richard W.M... generator: Check the flags fields.
2011-06-13 Richard W.M... fish: fuse: Remove redundant -DGUESTFS_DEFAULT_PATH.
2011-06-13 Richard W.M... lib: Add GCC version macro to the header file.
2011-06-13 Richard W.M... lib: Add vertical space between each function in <guest...
2011-06-13 Richard W.M... appliance: Use qemu -machine option where available...
2011-06-13 Richard W.M... debian: Note that libconfig-dev ought to be required.
2011-06-13 Richard W.M... debian: Include debian/ directory in tarball.
2011-05-18 Richard W.M... Version 1.10.3. 1.10.3
2011-05-18 Richard W.M... build: Sort EXTRA_DIST into lexicographic order.
2011-05-18 Richard W.M... daemon: Remove some less useful debugging messages.
2011-05-18 Richard W.M... Fix guestfs___rollback_cmdline when pos == 0.
2011-05-18 Richard W.M... configure: Sort output files in AC_CONFIG_FILES section.
2011-05-18 Richard W.M... doc: Use I<-...> for cross-references to command line...
2011-05-18 Richard W.M... df: Refresh virt-df(1) man page.
2011-05-18 Richard W.M... guestfs(3): Note that host file size limits affect...
2011-05-18 Richard W.M... guestfs(3): Refresh documentation for private data...
2011-05-18 Richard W.M... guestfs(3): Referenced section is above, not below.
2011-05-18 Richard W.M... guestfs(3): Refresh autosync gotcha documentation.
2011-05-18 Richard W.M... guestfs(3): Writing to a file descriptor, not just...
2011-05-18 Richard W.M... guestfs(3): Refresh documentation for guestfs_create...
2011-05-18 Richard W.M... internal: Use size_t instead of int for command line...
2011-05-18 Richard W.M... guestfs_close: Move local variables close to code that...
2011-05-18 Richard W.M... guestfs_close: Remove unused local variable.
2011-05-18 Richard W.M... guestfs(3): Document limits.
2011-05-18 Richard W.M... zero: Disable file test because of bug in file command.
next