2011-06-13 |
Richard W.M... | daemon: Keep Coverity happy by ignoring some return... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Richard W.M... | Coverity: Don't return freed pointers from command... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Richard W.M... | Coverity: Missing return on error path. |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Richard W.M... | Coverity: Ensure fp is closed along all error paths. |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Richard W.M... | Coverity: Close directory handle along error paths. |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Richard W.M... | Coverity: Don't leak argv arrays. |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Richard W.M... | Coverity: Don't leak error strings. |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Richard W.M... | Coverity: Check return value of sysroot_path. |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Richard W.M... | Coverity: Check return value of malloc. |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Richard W.M... | Coverity: Don't close fd_cwd if fd_cwd == -1. |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Richard W.M... | Coverity: Avoid calling sort_strings (NULL, 0) on empty... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Richard W.M... | Coverity: Don't call free_strings (NULL). |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Richard W.M... | Coverity: Remove unreachable code. |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Richard W.M... | init: Remove timeout in udevadm settle command. |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Richard W.M... | protocol: Enhance "unexpected end of file when reading... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Richard W.M... | Only include date, not time, in BUGS file. |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Richard W.M... | virt-ls: Refactor mode selection code. |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Richard W.M... | virt-ls: Small fix for output of --help option. |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Richard W.M... | Ubuntu: Fix compilation of virt-resize if old libguestf... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Nikita A Menkovich | daemon: Fix error message. |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Nikita A Menkovich | debian: Add build dependencies: dpkg-dev, devscripts... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Richard W.M... | daemon: Make sysroot_len be size_t instead of int. |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Richard W.M... | guestfs-examples(3): Remove link to OCaml homepage. |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Richard W.M... | Document that guestfs_file output depends on file(1... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Richard W.M... | fuse: Add note about allowing other users to see filesy... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Richard W.M... | generator: Mark sfdisk functions as deprecated. |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Richard W.M... | generator: Mark mount as deprecated. |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Richard W.M... | generator: Mark wait_ready as deprecated. |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Richard W.M... | generator: Check the flags fields. |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Richard W.M... | fish: fuse: Remove redundant -DGUESTFS_DEFAULT_PATH. |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Richard W.M... | lib: Add GCC version macro to the header file. |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Richard W.M... | lib: Add vertical space between each function in <guest... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Richard W.M... | appliance: Use qemu -machine option where available... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Richard W.M... | debian: Note that libconfig-dev ought to be required. |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Richard W.M... | debian: Include debian/ directory in tarball. |
commit | commitdiff | tree | snapshot |
2011-05-18 |
Richard W.M... | Version 1.10.3. 1.10.3 |
commit | commitdiff | tree | snapshot |
2011-05-18 |
Richard W.M... | build: Sort EXTRA_DIST into lexicographic order. |
commit | commitdiff | tree | snapshot |
2011-05-18 |
Richard W.M... | daemon: Remove some less useful debugging messages. |
commit | commitdiff | tree | snapshot |
2011-05-18 |
Richard W.M... | Fix guestfs___rollback_cmdline when pos == 0. |
commit | commitdiff | tree | snapshot |
2011-05-18 |
Richard W.M... | configure: Sort output files in AC_CONFIG_FILES section. |
commit | commitdiff | tree | snapshot |
2011-05-18 |
Richard W.M... | doc: Use I<-...> for cross-references to command line... |
commit | commitdiff | tree | snapshot |
2011-05-18 |
Richard W.M... | df: Refresh virt-df(1) man page. |
commit | commitdiff | tree | snapshot |
2011-05-18 |
Richard W.M... | guestfs(3): Note that host file size limits affect... |
commit | commitdiff | tree | snapshot |
2011-05-18 |
Richard W.M... | guestfs(3): Refresh documentation for private data... |
commit | commitdiff | tree | snapshot |
2011-05-18 |
Richard W.M... | guestfs(3): Referenced section is above, not below. |
commit | commitdiff | tree | snapshot |
2011-05-18 |
Richard W.M... | guestfs(3): Refresh autosync gotcha documentation. |
commit | commitdiff | tree | snapshot |
2011-05-18 |
Richard W.M... | guestfs(3): Writing to a file descriptor, not just... |
commit | commitdiff | tree | snapshot |
2011-05-18 |
Richard W.M... | guestfs(3): Refresh documentation for guestfs_create... |
commit | commitdiff | tree | snapshot |
2011-05-18 |
Richard W.M... | internal: Use size_t instead of int for command line... |
commit | commitdiff | tree | snapshot |
2011-05-18 |
Richard W.M... | guestfs_close: Move local variables close to code that... |
commit | commitdiff | tree | snapshot |
2011-05-18 |
Richard W.M... | guestfs_close: Remove unused local variable. |
commit | commitdiff | tree | snapshot |
2011-05-18 |
Richard W.M... | guestfs(3): Document limits. |
commit | commitdiff | tree | snapshot |
2011-05-18 |
Richard W.M... | zero: Disable file test because of bug in file command. |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Richard W.M... | Version 1.10.2. 1.10.2 |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Richard W.M... | python: Rearrange C files for bindings. |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Richard W.M... | perl: Decrement refcount in $g->delete_event_callback. |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Richard W.M... | inspect: Look for %systemroot%/system32 for Windows... |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Richard W.M... | list-applications: If software hive is missing, this... |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Richard W.M... | inspect: "centos" and "scientificlinux" are now separat... |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Richard W.M... | Version 1.10.1 1.10.1 |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Richard W.M... | python: Release Python GIL while running libguestfs... |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Richard W.M... | fish: --rw option will be mandatory in 1.12 not 1.10. |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Richard W.M... | fish: Fix typo in guestfish man page (--format option). |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Richard W.M... | inspector: Refresh the virt-inspector(1) manpage. |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Richard W.M... | run script: Don't depend on libtool being installed. |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Richard W.M... | Remove local LIBGUESTFS_PATH detection from guestfish... |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Richard W.M... | Remove ad-hoc run*locally scripts, replace with '.... |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Richard W.M... | inspector: Handle write failures when creating example... |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Richard W.M... | Delete file so db_load doesn't run incrementally. |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Richard W.M... | inspector: Include <hostname> in output. |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Richard W.M... | inspect: Abstract out db_dump code for listing RPM... |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Richard W.M... | inspect: Split code into separate files. |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Richard W.M... | inspect: Move shared PCRE match functions to separate... |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Richard W.M... | inspect: Cache downloaded files in the handle g->tmpdir. |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Richard W.M... | Remove temporary directory containing arbitrary files. |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Jim Meyering | Include string.h and libintl.h, as needed. |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Jim Meyering | Add more missing include directives. |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Nikita A Menkovich | debian: Add dependency on libpcre-ocaml-dev. |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Jim Meyering | Add missing include directives. |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Jim Meyering | Avoid warning about implicit declaration of strlen. |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Richard W.M... | debian: libguestfs-test-tool-helper no longer exists. |
commit | commitdiff | tree | snapshot |
2011-04-18 |
Richard W.M... | resize: Include stamp file for manpage in CLEANFILES. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Richard W.M... | Version 1.10.0. 1.10.0 |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Richard W.M... | Update RELEASE-NOTES for 1.10 release. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Richard W.M... | Update ROADMAP for 1.12 and beyond. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Richard W.M... | README: virtio-serial is required. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Richard W.M... | guestfs(3): Fix documentation for drive letters. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Richard W.M... | inspect: Fix some small memory leaks in Windows inspection. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Richard W.M... | fish: Allows win:... paths to work with drives mounted... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Richard W.M... | todo: guestfish drive letters. |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Richard W.M... | resize: Update dependencies. |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Richard W.M... | resize: Don't build this directory in parallel. |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Richard W.M... | resize: Consistent use of 'part' in help output. |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Richard W.M... | resize: Missing \n after version. |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Richard W.M... | resize: Link with local copy of guestfs. |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Richard W.M... | Version 1.9.18. 1.9.18 |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Richard W.M... | Update POT file. |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Richard W.M... | Include po/Makefile.in.in in git, to avoid needing... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Richard W.M... | build: virt-resize manpage. |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Richard W.M... | Rewrite virt-resize in OCaml. |
commit | commitdiff | tree | snapshot |
next |