libguestfs.git
2011-06-10 Jim Meyeringbuild: include <string.h> for src/match.c's use of...
2011-06-10 Jim Meyeringbootstrap: use --libtool
2011-06-10 Jim Meyeringbuild: update to latest gnulib
2011-06-09 Richard W.M... daemon: Keep Coverity happy by ignoring some return...
2011-06-09 Richard W.M... Coverity: Don't return freed pointers from command...
2011-06-09 Richard W.M... Coverity: Missing return on error path.
2011-06-09 Richard W.M... Coverity: Ensure fp is closed along all error paths.
2011-06-09 Richard W.M... Coverity: Close directory handle along error paths.
2011-06-09 Richard W.M... Coverity: Don't leak argv arrays.
2011-06-09 Richard W.M... Coverity: Don't leak error strings.
2011-06-09 Richard W.M... Coverity: Check return value of sysroot_path.
2011-06-09 Richard W.M... Coverity: Check return value of malloc.
2011-06-09 Richard W.M... Coverity: Don't close fd_cwd if fd_cwd == -1.
2011-06-09 Richard W.M... Coverity: Avoid calling sort_strings (NULL, 0) on empty...
2011-06-09 Richard W.M... Coverity: Don't call free_strings (NULL).
2011-06-09 Richard W.M... Coverity: Remove unreachable code.
2011-06-08 Richard W.M... init: Remove timeout in udevadm settle command.
2011-06-07 Richard W.M... protocol: Enhance "unexpected end of file when reading...
2011-06-04 Richard W.M... Version 1.11.9. 1.11.9
2011-06-04 Richard W.M... Only include date, not time, in BUGS file.
2011-06-04 Richard W.M... Remove dependency diagram, since it is very out of...
2011-06-04 Richard W.M... virt-ls: Add virt-ls -lR option for complex file iteration.
2011-06-04 Richard W.M... virt-ls: Refactor mode selection code.
2011-06-04 Richard W.M... virt-ls: Small fix for output of --help option.
2011-06-04 Richard W.M... Ubuntu: Fix compilation of virt-resize if old libguestf...
2011-06-03 Richard W.M... recipes: in tr command \000 should be \0
2011-05-20 Nikita A Menkovichdaemon: Fix error message.
2011-05-20 Richard W.M... todo: Document thoughts on visiting files.
2011-05-20 Nikita A Menkovichdebian: Add build dependencies: dpkg-dev, devscripts...
2011-05-19 Richard W.M... daemon: Make sysroot_len be size_t instead of int.
2011-05-18 Richard W.M... todo: Remove event log parsing - done.
2011-05-18 Richard W.M... build: Install guestfs-recipes.1.html on website.
2011-05-18 Richard W.M... Add new guestfs-rescue(1) man page with recipes.
2011-05-18 Richard W.M... Remove guestfish recipes.
2011-05-18 Richard W.M... guestfs-examples(3): Remove link to OCaml homepage.
2011-05-18 Richard W.M... Version 1.11.8. 1.11.8
2011-05-18 Richard W.M... zero: Disable file test because of bug in file command.
2011-05-17 Richard W.M... virt-win-reg: Win XP paths can contain %systemdrive%.
2011-05-17 Richard W.M... virt-win-reg: systemroot macro should be replaced case...
2011-05-17 Richard W.M... New APIs: is-zero and is-zero-device, to test if file...
2011-05-17 Richard W.M... Document that guestfs_file output depends on file(1...
2011-05-17 Richard W.M... fuse: Add note about allowing other users to see filesy...
2011-05-17 Richard W.M... Version 1.11.7. 1.11.7
2011-05-17 Richard W.M... generator: Mark sfdisk functions as deprecated.
2011-05-17 Richard W.M... generator: Mark mount as deprecated.
2011-05-17 Richard W.M... generator: Mark wait_ready as deprecated.
2011-05-17 Richard W.M... generator: Check the flags fields.
2011-05-17 Richard W.M... Enable deprecation warnings on all C programs.
2011-05-17 Richard W.M... fish: fuse: Remove redundant -DGUESTFS_DEFAULT_PATH.
2011-05-17 Richard W.M... lib: Warn about deprecated functions (enable with ...
2011-05-17 Richard W.M... lib: Add GCC version macro to the header file.
2011-05-17 Richard W.M... lib: Add vertical space between each function in <guest...
2011-05-17 Richard W.M... appliance: Use qemu -machine option where available...
2011-05-17 Richard W.M... virt-win-reg: Support HKEY_USERS keys.
2011-05-17 Richard W.M... virt-win-reg: Don't use implicit $_ in map_path_to_hive...
2011-05-17 Richard W.M... virt-win-reg: Don't hard-code the relationship between...
2011-05-17 Richard W.M... virt-win-reg: Add --unsafe-printable-strings option.
2011-05-16 Richard W.M... todo: See if qemu -machine option can be used to select...
2011-05-12 Richard W.M... Version 1.11.6. 1.11.6
2011-05-12 Richard W.M... debian: Note that libconfig-dev ought to be required.
2011-05-12 Richard W.M... debian: Include debian/ directory in tarball.
2011-05-12 Richard W.M... build: Sort EXTRA_DIST into lexicographic order.
2011-05-09 Richard W.M... configure: Use Python platform-dependent site-packages.
2011-05-09 Richard W.M... Version 1.11.5. 1.11.5
2011-05-09 Richard W.M... edit: Reorganize options alphabetically.
2011-05-09 Richard W.M... edit: Fix reference to virt-cat in the documentation.
2011-05-09 Richard W.M... Use Python distutils to determine include and site...
2011-05-09 Richard W.M... Rewrite virt-edit in C.
2011-05-08 Richard W.M... daemon: Remove some less useful debugging messages.
2011-05-08 Richard W.M... Version 1.11.4. 1.11.4
2011-05-08 Richard W.M... Fix guestfs___rollback_cmdline when pos == 0.
2011-05-06 Richard W.M... configure: Sort output files in AC_CONFIG_FILES section.
2011-05-06 Richard W.M... fish: Allow -d UUID (specify libvirt domains by UUID).
2011-05-06 Richard W.M... add-domain: Add allowuuid flag to allow UUIDs to be...
2011-05-06 Richard W.M... add-domain: Suppress libvirt errors on stderr.
2011-05-01 Richard W.M... doc: Use I<-...> for cross-references to command line...
2011-05-01 Richard W.M... df: Refresh virt-df(1) man page.
2011-05-01 Richard W.M... guestfs(3): Note that host file size limits affect...
2011-04-30 Richard W.M... guestfs(3): Refresh documentation for private data...
2011-04-30 Richard W.M... guestfs(3): Document that old callback functions still...
2011-04-30 Richard W.M... guestfs(3): Referenced section is above, not below.
2011-04-30 Richard W.M... guestfs(3): Refresh autosync gotcha documentation.
2011-04-30 Richard W.M... guestfs(3): Writing to a file descriptor, not just...
2011-04-30 Richard W.M... guestfs(3): Refresh documentation for guestfs_create...
2011-04-30 Richard W.M... Add a trace message to guestfs_close.
2011-04-30 Richard W.M... internal: Use size_t instead of int for command line...
2011-04-30 Richard W.M... guestfs_close: Move local variables close to code that...
2011-04-30 Richard W.M... guestfs_close: Remove unused local variable.
2011-04-27 Richard W.M... guestfs(3): Document limits.
2011-04-26 Richard W.M... todo: Integrate with CMDBs (thanks Quinten Laureijs).
2011-04-22 Richard W.M... python: Ensure Python GIL state is correct during callback.
2011-04-22 Richard W.M... Version 1.11.3. 1.11.3
2011-04-22 Richard W.M... python: Implement new event API.
2011-04-22 Richard W.M... python: Rearrange C files for bindings.
2011-04-22 Richard W.M... perl: Decrement refcount in $g->delete_event_callback.
2011-04-21 Richard W.M... inspect: Look for %systemroot%/system32 for Windows...
2011-04-21 Richard W.M... list-applications: If software hive is missing, this...
2011-04-21 Richard W.M... inspect: "centos" and "scientificlinux" are now separat...
2011-04-21 Richard W.M... Update TODO.
2011-04-18 Richard W.M... Version 1.11.2. 1.11.2
next