Code cleanup.
[libguestfs.git] / src / generator.ml
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.