libguestfs.git
2011-06-13 Richard W.M... Version 1.8.8. 1.8.8
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: Small fix for output of --help option.
2011-06-13 Nikita A Menkovichdaemon: Fix error message.
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-05-18 Richard W.M... Version 1.8.7. 1.8.7
2011-05-18 Richard W.M... inspect: Look for %systemroot%/system32 for Windows...
2011-05-18 Richard W.M... list-applications: If software hive is missing, this...
2011-05-18 Richard W.M... zero: Disable file test because of bug in file command.
2011-04-18 Richard W.M... Version 1.8.6. 1.8.6
2011-04-18 Richard W.M... python: Release Python GIL while running libguestfs...
2011-04-18 Richard W.M... fish: Fix typo in guestfish man page (--format option).
2011-04-18 Richard W.M... inspector: Handle write failures when creating example...
2011-04-18 Richard W.M... inspector: Include <hostname> in output.
2011-04-11 Richard W.M... Version 1.8.5. 1.8.5
2011-04-11 Matthew BoothCompile rpcgen-generated files with -fno-strict-aliasing
2011-04-11 Richard W.M... Rename resolve_windows_path_silently to case_sensitive_...
2011-04-11 Richard W.M... edit: Move 'exit 0' to end of file.
2011-04-11 Richard W.M... edit: Let $root == $roots[0].
2011-04-11 Richard W.M... cat, edit: Reference guestfish equivalent commands...
2011-04-11 Richard W.M... python: Convert any iterable argument to a list (RHBZ...
2011-04-11 Richard W.M... daemon: When running commands, restart select if we...
2011-04-11 Richard W.M... daemon: Reset SIGPIPE to default before running subproc...
2011-04-11 Richard W.M... Add prototype for timeval_diff.
2011-04-11 Richard W.M... docs: Progress messages don't necessarily reach 100...
2011-04-11 Richard W.M... examples: Use WARN_CFLAGS, WERROR_CFLAGS macros instead...
2011-04-11 Richard W.M... examples: size_t-correctness change in inspect_vm.c
2011-04-11 Richard W.M... contrib: Fix URLs in README file.
2011-04-11 Richard W.M... rescue: Add -w|--rw option.
2011-04-11 Richard W.M... fuse: Document -w flag in --help output.
2011-04-11 Richard W.M... Exclude po-docs directory completely if po4a not available.
2011-04-11 Richard W.M... tests: Don't fail when compiled without support for...
2011-03-29 Richard W.M... Version 1.8.4. 1.8.4
2011-03-29 Richard W.M... perl: Canonicalize /dev/vd* paths in old inspection...
2011-03-29 Richard W.M... README: Note that getfacl, getfattr are optional depend...
2011-03-29 Richard W.M... fuse: Fix getxattr, listxattr calls and add a regressio...
2011-03-29 Richard W.M... RHEL 5: Use mke4fs on RHEL 5 as replacement for mke2fs.
2011-03-29 Richard W.M... mkfs: Force mke2fs to create a filesystem even on raw...
2011-03-29 Richard W.M... Rename $tmpdir/sock to $tmpdir/guestfsd.sock.
2011-03-29 Richard W.M... fish: Add better quick help to --help output.
2011-03-29 Richard W.M... fish: Add -w|--rw option to --help output.
2011-03-29 Richard W.M... inspect: Don't fail for Windows guests with multiple...
2011-03-29 Richard W.M... inspect: Simplify Windows root heuristic code.
2011-03-21 Richard W.M... Version 1.8.3. 1.8.3
2011-03-21 Richard W.M... guestfs(3): 'kernel' -> 'supermin appliance'.
2011-03-21 Richard W.M... guestfs(3): Indent line to keep code together.
2011-03-21 Richard W.M... fish: Add all stamp-*.pod files to CLEANFILES.
2011-03-21 Richard W.M... proto: Fix both-ends-cancel case.
2011-03-21 Richard W.M... proto: Fix FileIn ops that abort during the chunk uploa...
2011-03-21 Richard Jonesproto: Don't drop outgoing message when daemon cancels...
2011-03-21 Richard W.M... regressions: Enable both tests for bug 576879 (not...
2011-03-21 Richard W.M... haskell: Small fixes for ghc 7.
2011-03-21 Richard W.M... regressions: Rename the file we are uploading too.
2011-03-21 Richard W.M... regressions: Split the test rhbz576879.sh into two...
2011-03-21 Angus Salkeldcheck the pid is > 0 before calling waitpid()
2011-03-21 Angus Salkeldcheck the pid is > 0 before calling waitpid()
2011-03-21 Richard W.M... RHEL5: Old pod2man didn't have --stderr or -u options.
2011-03-21 Richard W.M... configure: Remove unnecessary variable assignment.
2011-03-21 Richard W.M... RHEL5: Make use of 'futimens' function optional.
2011-03-08 Richard W.M... Version 1.8.2. 1.8.2
2011-03-08 Richard W.M... Detect Red Hat Desktop as 'rhel' distro (RHBZ#682979).
2011-03-08 Richard W.M... Include <locale.h> in compilation units that use setloc...
2011-03-08 Richard W.M... generator: Introduce error code (errcode) concept.
2011-03-08 Richard W.M... debian: Rename nilfs2-tools to nilfs-tools.
2011-03-08 Richard W.M... virt-make-fs: Round disk size to integer, fix for qemu...
2011-03-08 Richard W.M... virt-make-fs: In debug mode, print qemu-img command...
2011-03-08 Richard W.M... Fix inspection code when PCRE or hivex is missing.
2011-03-08 Richard W.M... java: Add a test of g.list_filesystems (a function...
2011-03-08 Richard W.M... java: Fix generated functions that return RHashtable.
2011-03-08 Richard W.M... java: Return Map<String,String> for RHashtable functions.
2011-03-08 Richard W.M... java: Fix a minor whitespace error in generated code.
2011-03-08 Richard W.M... java: Remove old test file if one was left around.
2011-03-08 Richard W.M... java: Enable assertions when doing 'make check'.
2011-03-08 Richard W.M... daemon: Ignore return value from chdir.
2011-03-08 Richard W.M... daemon: change to root directory
2011-03-08 Richard W.M... lib: Move appliance launching to separate function.
2011-03-08 Richard W.M... php: Ignore another generated file in php/extension...
2011-03-08 Richard W.M... virt-make-fs: Fix typo in man page.
2011-03-08 Richard W.M... perl: Ignore internal_* functions in POD coverage test.
2011-03-08 Richard W.M... lib: Fix use-after-free bug in XPath parsing code.
2011-03-08 Richard W.M... daemon: Add perror to two exit paths to make errors...
2011-03-08 Richard W.M... debian: Include actual shared libraries in python-guest...
2011-03-08 Nikita A Menkovichmkfs-opts: Add a note about blocksize param and UFS...
2011-03-08 Richard W.M... generator: Fix generation of library-side stubs with...
next