libguestfs.git
2009-04-14 Richard JonesAdd 'command' and 'command-lines'. Fix args freeing...
2009-04-14 Richard JonesFix 'file(1)' command to work on /dev devices.
2009-04-13 Richard JonesGenerated files for file(1) command.
2009-04-13 Richard JonesAdded file(1) command.
2009-04-13 Richard JonesNote a bug.
2009-04-13 Richard Jonesguestfs -> GuestFS 0.9
2009-04-13 Richard JonesPython files. Add $QUICK_RPMBUILD flag to avoid runnin...
2009-04-13 Richard JonesInstall guestfs.py
2009-04-13 Richard JonesMissing dependency.
2009-04-13 Richard JonesDescribe all available bindings.
2009-04-13 Richard JonesNeed to package generator.ml -- oops.
2009-04-13 Richard JonesPrepare for 0.9 release.
2009-04-13 Richard JonesExtra CLEANFILES.
2009-04-13 Richard JonesAdditional test programs for Perl, Python, OCaml bindings.
2009-04-13 Richard JonesLots, mainly Python bindings.
2009-04-13 Richard JonesStricter checks on short descriptions.
2009-04-13 Richard JonesOCaml bindings build using the installed, not built...
2009-04-12 Richard JonesOld versions of augeas lack aug_load, aug_defvar, aug_n...
2009-04-12 Richard JonesVersion 0.8.1 0.8.1
2009-04-12 Richard JonesDistribute TODO file.
2009-04-12 Richard JonesFix looping bug in parse_string_list, and remove debug...
2009-04-12 Richard JonesMore BuildRequires.
2009-04-12 Richard JonesMore TODO items.
2009-04-12 Richard JonesAdd BR qemu (required to run the tests).
2009-04-12 Richard JonesAdded some ideas in TODO file.
2009-04-11 Richard JonesMinor adjustments for 0.8 release. 0.8
2009-04-11 Richard JonesDon't delete examples/Makefile.
2009-04-11 Richard JonesAdded test suite.
2009-04-10 Richard JonesAdded test framework, no tests implemented yet.
2009-04-10 Richard JonesNeed to set LD_LIBRARY_PATH so we pick up the right...
2009-04-10 Richard JonesGenerated files for previous commands.
2009-04-10 Richard JonesNew commands: rm rmdir rm-rf mkdir mkdir-p chmod chown
2009-04-10 Richard JonesCHROOT_OUT must preserve errno.
2009-04-10 Richard JonesFix off-by-one error in Augeas wrapper code.
2009-04-10 Richard JonesChange Err -> RErr for consistency with other return...
2009-04-10 Richard JonesDocumentation fix.
2009-04-10 Richard JonesCode cleanup.
2009-04-10 Richard JonesAdd more function checking.
2009-04-10 Richard JonesJust use plain lists for argument representation.
2009-04-10 Richard JonesDocumentation fixes.
2009-04-10 Richard JonesCorrection in the aug-ls documentation.
2009-04-09 Richard JonesRemove *~ files when doing 'make clean'.
2009-04-09 Richard JonesDocumentation update.
2009-04-09 Richard JonesBumped version number.
2009-04-09 Richard JonesAdded aug-ls (generated code).
2009-04-09 Richard JonesAdd aug-ls command (non-generated code).
2009-04-09 Richard JonesNo need for mirror, add HTML docs to subpackages. 0.7
2009-04-09 Richard JonesDistribute the pod.css file.
2009-04-09 Richard JonesGenerate webpages.
2009-04-09 Richard JonesAdded Augeas support.
2009-04-09 Richard JonesUpdated HACKING notes about debugging.
2009-04-08 Richard JonesGenerated code for new guestfs_read_lines API call.
2009-04-08 Richard JonesDefinition and implementation of new guestfs_read_lines...
2009-04-08 Richard JonesVersion 0.6 0.6
2009-04-08 Richard JonesAdded OCaml examples.
2009-04-08 Richard JonesOCaml bindings compile.
2009-04-08 Richard JonesMany non-daemon functions are now auto-generated.
2009-04-08 Richard JonesVersion 0.5: Numerous small fixes to make rpmbuild... 0.5
2009-04-08 Richard JonesAdded more Perl bindings tests.
2009-04-08 Richard JonesBug fix: Trailing whitespace from 'pvs' command.
2009-04-08 Richard JonesFixed Perl bindings, they now work properly.
2009-04-08 Richard JonesIgnore perl/Guestfs.bs file.
2009-04-08 Richard JonesUpdated generated files.
2009-04-08 Richard JonesMention OCaml & Perl bindings in introduction. Error...
2009-04-08 Richard JonesFile was removed, updated dependencies.
2009-04-08 Richard JonesNeed to distribute OCaml bits even if OCaml not found.
2009-04-08 Richard JonesFirst version of Perl bindings, compiled but not tested.
2009-04-08 Richard JonesAdded a note that I'm not going to do Python bindings...
2009-04-07 Richard JonesOutline OCaml bindings.
2009-04-07 Richard JonesAdded guestfish(1) manpage.
2009-04-07 Richard JonesFix: "aclocal: couldn't open directory `m4': No such...
2009-04-07 Richard JonesAdded framework for the language bindings.
2009-04-07 Richard JonesNew header file. 0.4
2009-04-07 Richard JonesRemove unnecessary kernel drivers. Big reduction in...
2009-04-07 Richard JonesFix incorrect realloc size which was causing 'ls' comma...
2009-04-07 Richard JonesImplement simple lvs/vgs/pvs commands.
2009-04-07 Richard JonesRename pvs -> pvs-full (etc), so we can add simple...
2009-04-07 Richard Jonespvs/vgs/lvs commands working now.
2009-04-06 Richard JonesImplement list-devices and list-partitions.
2009-04-06 Richard JonesImplementations of 'cat', 'ls', and some cleanups.
2009-04-06 Richard JonesDebugging tips.
2009-04-04 Richard JonesFix incorrect short description of 'cat' command
2009-04-04 Richard JonesImplement RString and RStringList return types.
2009-04-04 Richard JonesImplement the alloc shell command.
2009-04-04 Richard Jonesguest_add_{drive,cdrom} now test if the files exist.
2009-04-04 Richard JonesAdd %post and %postun.
2009-04-04 Richard JonesFix parsing of paths with more than one element.
2009-04-04 Richard JonesLIBGUESTFS_PATH implementation.
2009-04-04 Richard JonesDocument --add and --mount options.
2009-04-04 Richard JonesMostly working spec file.
2009-04-04 Richard JonesImplemented autosync, make it the default for guestfish.
2009-04-04 Richard JonesGenerate actions section in guestfs.3 man page.
2009-04-04 Richard JonesImplemented running actions in guestfish.
2009-04-04 Richard JonesMore tidy up of messages.
2009-04-04 Richard JonesCommand line, help.
2009-04-03 Richard JonesCommand line and interactive shell parsing, prompts...
2009-04-03 Richard JonesAdded outline of shell command, added generator support.
2009-04-03 Richard JonesSmall updates to the generator.
2009-04-03 Richard JonesImplemented 'mount' and 'touch' commands.
2009-04-03 Richard JonesAdded a HACKING file.
next