libguestfs.git
2010-11-16 Richard W.M... inspect: Abstract the wrapper that sets up Augeas.
2010-11-15 Richard W.M... Version 1.7.8. 1.7.8
2010-11-15 Richard W.M... inspector: Replace code for listing applications with...
2010-11-15 Richard W.M... New API: inspect-list-applications.
2010-11-15 Richard W.M... inspect: Centralize all file downloads through a single...
2010-11-15 Richard Jonesinspect: Add support for Linux Mint and Mandriva.
2010-11-15 Richard Jonesdocs: Put list of distros in alphabetical order.
2010-11-15 Richard Jonesdocs: Debian and Ubuntu are now separate distros.
2010-11-15 Richard W.M... todo: live CD inspection
2010-11-15 Richard W.M... Version 1.7.7. 1.7.7
2010-11-14 Maxim Koltsovbuild: Missing backslash again.
2010-11-13 Richard W.M... Version 1.7.6. 1.7.6
2010-11-13 Richard W.M... filearch: Refuse to download initrd if it is huge.
2010-11-13 Richard W.M... inspect: Fix error out path if minor_version parsing...
2010-11-13 Richard W.M... inspect: Refuse to download software hive if it is...
2010-11-13 Richard W.M... inspect: Refuse to parse /etc/fstab if it is huge.
2010-11-13 Richard W.M... lib: Make some error strings localizable.
2010-11-13 Richard W.M... inspect: Inspection support for FreeBSD.
2010-11-13 Richard W.M... inspect: Optimize root filesystem check.
2010-11-13 Richard W.M... lib: Add match3 function.
2010-11-13 Richard W.M... lib: Add safe_asprintf function.
2010-11-13 Richard W.M... docs: Add a section on security.
2010-11-13 Richard W.M... docs: Rearrange guestfs(3) sections.
2010-11-13 Richard W.M... static: Use correct libraries for static binaries.
2010-11-13 Richard W.M... Version 1.7.5. 1.7.5
2010-11-12 Richard W.M... ruby: Add 'make install' rule for ruby bindings (RHBZ...
2010-11-12 Richard W.M... todo: Notes on parsing.
2010-11-12 Richard JonesNew APIs: inspect-get-package-format, inspect-get-packa...
2010-11-11 Richard W.M... capitests: Remove warning about dead definitions.
2010-11-11 Richard W.M... Check that just including <guestfs.h> on its own works.
2010-11-11 Richard W.M... Don't need to include XDR headers in <guestfs.h>.
2010-11-11 Richard W.M... Be less verbose in the macros defending typedefs in...
2010-11-11 Richard W.M... perl: Ignore debug functions in Test::Pod::Coverage.
2010-11-11 Richard W.M... Version 1.7.4. 1.7.4
2010-11-11 Richard W.M... build: xml-light is no longer required (thanks Maxim...
2010-11-11 Richard W.M... Rewrite virt-cat in C.
2010-11-11 Richard W.M... Generate a dummy 'Fedora' fedora.img in images director...
2010-11-11 Richard W.M... Defend all typedefs in <guestfs.h> with #ifdefs.
2010-11-11 Richard W.M... lib: Make <guestfs.h> be completely generated.
2010-11-11 Richard W.M... Fix small typo in a comment in src/Makefile.am.
2010-11-11 Richard W.M... capitests: Add the code to test (proposed) add-libvirt...
2010-11-11 Richard Jonesfish: Use core add-domain API to implement '-d' option.
2010-11-11 Richard JonesNew API: add-domain
2010-11-10 Richard Jonesgenerator: Add Pointer parameter type to the generator.
2010-11-10 Richard W.M... New API: debug-cmdline for printing QEMU command line...
2010-11-10 Richard JonesAdd internal facility to checkpoint and roll back the...
2010-11-10 Richard Joneslib: Make pcre, libmagic and hivex libraries optional.
2010-11-10 Richard W.M... Don't include debug* commands in the documentation.
2010-11-10 Richard W.M... capitests: Add whitespace in Makefile.
2010-11-10 Richard Jonesinspect: win64 regexp was dead code.
2010-11-10 Richard Joneslib: Augeas (client side) is not needed by the library.
2010-11-09 Richard Jonesocaml: Error on compiler warnings.
2010-11-09 Richard Jonesruby: Remove extra space before parenthesis.
2010-11-08 Richard JonesRevert "autogen: Touch ocaml/.depend"
2010-11-08 Richard JonesRevert "Remove ocaml/.depend from git."
2010-11-08 Richard W.M... Version 1.7.3. 1.7.3
2010-11-08 Richard W.M... build: Create an AUTHORS file.
2010-11-08 Maxim Koltsovbuild: Don't try to rebuild po-docs/<lang> if no po4a.
2010-11-08 Maxim Koltsovbuild: Add ./configure --disable-php option.
2010-11-08 Richard W.M... build: Test for virt tools Perl libraries conditionally.
2010-11-08 Maxim Koltsovbuild: Add ./configure --disable-haskell option.
2010-11-08 Maxim Koltsovbuild: Add ./configure --disable-ruby option.
2010-11-08 Maxim Koltsovbuild: Warn if Python include or site-packages not...
2010-11-08 Maxim Koltsovbuild: Add ./configure --disable-python option.
2010-11-08 Maxim Koltsovbuild: Add ./configure --disable-perl option.
2010-11-08 Richard W.M... ocaml: Remove the old OCaml viewer program.
2010-11-08 Maxim Koltsovbuild: Add ./configure --disable-ocaml option.
2010-11-08 Maxim Koltsovbuild: Add ./configure --disable-fuse option.
2010-11-08 Richard W.M... supermin: If disabled, don't compile in supermin code...
2010-11-08 Richard W.M... fish: Add --rw option (does nothing yet).
2010-11-07 Richard W.M... Add missing generated files to the tarball (thanks...
2010-11-05 Richard W.M... fish: Add --listen --csh to for csh, tcsh compatibility.
2010-11-05 Richard W.M... fish: Suggest safer form of eval.
2010-11-05 Richard W.M... fish: More portable export sh statment.
2010-11-05 Richard W.M... New API: inspect-get-roots to return roots from last...
2010-11-05 Richard W.M... generator: Don't die if an API call isn't listed in...
2010-11-05 Richard W.M... Version 1.7.2. 1.7.2
2010-11-05 Guido Güntherconfigure: Test for 'kvm' binary.
2010-11-05 Guido GüntherInclude <stdarg.h> in public header.
2010-11-05 Richard W.M... Don't print out key material in trace output.
2010-11-05 Richard W.M... fish: '-i' option automatically handles whole-disk...
2010-11-04 Richard W.M... docs: Fix API support script.
2010-11-04 Richard W.M... fish: Fix missing guestfish commands in HTML docs.
2010-11-04 Richard W.M... fish: Make the 'help' command more helpful.
2010-11-04 Richard W.M... docs: Which API calls were first supported in which...
2010-11-03 Richard W.M... virt-win-reg: Current is the control set Windows choose...
2010-11-03 Richard W.M... HACKING: Mention PHP bindings.
2010-11-03 Richard W.M... docs: Indent *_va and *_argv functions correctly.
2010-11-03 Richard W.M... Version 1.7.1. 1.7.1
2010-11-03 Richard W.M... fish: Use a perfect hash for faster command lookups.
2010-11-03 Richard W.M... generator: Properly lay out and indent multi-line C...
2010-11-03 Richard W.M... docs: Clarify no additional error available from guestf...
2010-11-03 Richard W.M... docs: Clarify default error handler.
2010-11-03 Richard W.M... docs: Error strings are in fact localized, documentatio...
2010-11-03 Richard W.M... docs: Clarify, not every function that returns int...
2010-11-03 Richard W.M... capitests: Test guestfs_last_errno call.
2010-11-03 Richard W.M... fuse: Use guestfs_last_errno instead of errno-reversal...
2010-11-03 Richard W.M... lib: Expose errno through new API guestfs_last_errno.
2010-11-03 Richard W.M... daemon: Send back the errno as a string.
2010-11-03 Richard W.M... capitests: Test guestfs_add_drive_opts with optional...
next