libguestfs.git
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.
2011-04-24 Richard W.M... Version 1.10.2. 1.10.2
2011-04-24 Richard W.M... python: Rearrange C files for bindings.
2011-04-24 Richard W.M... perl: Decrement refcount in $g->delete_event_callback.
2011-04-24 Richard W.M... inspect: Look for %systemroot%/system32 for Windows...
2011-04-24 Richard W.M... list-applications: If software hive is missing, this...
2011-04-24 Richard W.M... inspect: "centos" and "scientificlinux" are now separat...
2011-04-18 Richard W.M... Version 1.10.1 1.10.1
2011-04-18 Richard W.M... python: Release Python GIL while running libguestfs...
2011-04-18 Richard W.M... fish: --rw option will be mandatory in 1.12 not 1.10.
2011-04-18 Richard W.M... fish: Fix typo in guestfish man page (--format option).
2011-04-18 Richard W.M... inspector: Refresh the virt-inspector(1) manpage.
2011-04-18 Richard W.M... run script: Don't depend on libtool being installed.
2011-04-18 Richard W.M... Remove local LIBGUESTFS_PATH detection from guestfish...
2011-04-18 Richard W.M... Remove ad-hoc run*locally scripts, replace with '....
2011-04-18 Richard W.M... inspector: Handle write failures when creating example...
2011-04-18 Richard W.M... Delete file so db_load doesn't run incrementally.
2011-04-18 Richard W.M... inspector: Include <hostname> in output.
2011-04-18 Richard W.M... inspect: Abstract out db_dump code for listing RPM...
2011-04-18 Richard W.M... inspect: Split code into separate files.
2011-04-18 Richard W.M... inspect: Move shared PCRE match functions to separate...
2011-04-18 Richard W.M... inspect: Cache downloaded files in the handle g->tmpdir.
2011-04-18 Richard W.M... Remove temporary directory containing arbitrary files.
2011-04-18 Jim MeyeringInclude string.h and libintl.h, as needed.
2011-04-18 Jim MeyeringAdd more missing include directives.
2011-04-18 Nikita A Menkovichdebian: Add dependency on libpcre-ocaml-dev.
2011-04-18 Jim MeyeringAdd missing include directives.
2011-04-18 Jim MeyeringAvoid warning about implicit declaration of strlen.
2011-04-18 Richard W.M... debian: libguestfs-test-tool-helper no longer exists.
2011-04-18 Richard W.M... resize: Include stamp file for manpage in CLEANFILES.
2011-04-12 Richard W.M... Version 1.10.0. 1.10.0
2011-04-12 Richard W.M... Update RELEASE-NOTES for 1.10 release.
2011-04-12 Richard W.M... Update ROADMAP for 1.12 and beyond.
2011-04-12 Richard W.M... README: virtio-serial is required.
2011-04-12 Richard W.M... guestfs(3): Fix documentation for drive letters.
2011-04-12 Richard W.M... inspect: Fix some small memory leaks in Windows inspection.
2011-04-12 Richard W.M... fish: Allows win:... paths to work with drives mounted...
2011-04-11 Richard W.M... todo: guestfish drive letters.
2011-04-10 Richard W.M... resize: Update dependencies.
2011-04-10 Richard W.M... resize: Don't build this directory in parallel.
2011-04-10 Richard W.M... resize: Consistent use of 'part' in help output.
2011-04-10 Richard W.M... resize: Missing \n after version.
2011-04-09 Richard W.M... resize: Link with local copy of guestfs.
2011-04-09 Richard W.M... Version 1.9.18. 1.9.18
2011-04-09 Richard W.M... Update POT file.
next