Allow qemu binary to be overridden at runtime.
[libguestfs.git] / src / generator.ml
2009-04-22 Richard JonesAllow qemu binary to be overridden at runtime.
2009-04-21 Richard JonesTesting the Java bindings.
2009-04-21 Richard JonesJava bindings compile, not tested.
2009-04-20 Richard JonesAdded tar-in, tar-out, tgz-in, tgz-out commands.
2009-04-20 Richard JonesAdd tests for the upload and download commands.
2009-04-20 Richard JonesAvoid warning: Don't generate read_reply label unless...
2009-04-20 Richard JonesAdd 'checksum' command.
2009-04-19 Richard JonesImplement upload and download commands.
2009-04-19 Richard JonesDocument the internal protocol.
2009-04-19 Richard JonesImplement _send_sync, _send_file_sync and _receive_file...
2009-04-18 Richard JonesBegin to add the upload and download commands.
2009-04-18 Richard JonesSplit out send and reply operations into separate callb...
2009-04-18 Richard Jonesguestfs_send -> guestfs__send, in case we want a future...
2009-04-18 Richard JonesSeparate out the high-level API actions.
2009-04-18 Richard JonesRewrite of main loop impl, start of FileIn/FileOut...
2009-04-16 Richard JonesRuby bindings.
2009-04-16 Richard JonesMissing free() on return path (thanks: Steve Grubb).
2009-04-16 Richard JonesAdded Python documentation.
2009-04-15 Richard Jones'guestfish edit' commands and several bugfixes.
2009-04-15 Richard JonesAdded blockdev_* calls. RInt64 type. Enhanced tests.
2009-04-15 Richard JonesBe strict about commands which don't test themselves...
2009-04-15 Richard JonesCorrectly free memory in RHashtable binding for OCaml...
2009-04-15 Richard JonesAdded tune2fs-l command and RHashtable return type.
2009-04-15 Richard JonesAdded stat, lstat, statvfs and associated stat structures.
2009-04-14 Richard JonesAdded bindings for GNU readline.
2009-04-14 Richard JonesTypos and documentation updates.
2009-04-14 Richard JonesAdd 'command' and 'command-lines'. Fix args freeing...
2009-04-13 Richard JonesAdded file(1) command.
2009-04-13 Richard Jonesguestfs -> GuestFS 0.9
2009-04-13 Richard JonesLots, mainly Python bindings.
2009-04-13 Richard JonesStricter checks on short descriptions.
2009-04-11 Richard JonesAdded test suite.
2009-04-10 Richard JonesAdded test framework, no tests implemented yet.
2009-04-10 Richard JonesNew commands: rm rmdir rm-rf mkdir mkdir-p chmod chown
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-09 Richard JonesDocumentation update.
2009-04-09 Richard JonesAdd aug-ls command (non-generated code).
2009-04-09 Richard JonesGenerate webpages.
2009-04-09 Richard JonesAdded Augeas support.
2009-04-08 Richard JonesDefinition and implementation of new guestfs_read_lines...
2009-04-08 Richard JonesOCaml bindings compile.
2009-04-08 Richard JonesMany non-daemon functions are now auto-generated.
2009-04-08 Richard JonesFixed Perl bindings, they now work properly.
2009-04-08 Richard JonesFirst version of Perl bindings, compiled but not tested.
2009-04-07 Richard JonesOutline OCaml bindings.
2009-04-07 Richard JonesAdded guestfish(1) manpage.
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-04 Richard JonesFix incorrect short description of 'cat' command
2009-04-04 Richard JonesImplement RString and RStringList return types.
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 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 JonesParses return values and returned errors properly.
2009-04-03 Richard JonesMakes a series of non-trivial calls.
2009-04-03 Richard JonesDaemon and library are mostly talking to each other...
2009-04-03 Richard JonesLots more auto-generation.
2009-04-03 Richard JonesStart the generated code and code generator.