summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Stricter checks on short descriptions.Richard Jones2009-04-131-1/+11
* Added test suite.Richard Jones2009-04-116-138/+2271
* Added test framework, no tests implemented yet.Richard Jones2009-04-101-30/+283
* Generated files for previous commands.Richard Jones2009-04-105-1/+670
* New commands: rm rmdir rm-rf mkdir mkdir-p chmod chownRichard Jones2009-04-101-0/+50
* Change Err -> RErr for consistency with other return types.Richard Jones2009-04-101-39/+39
* Documentation fix.Richard Jones2009-04-101-4/+4
* Code cleanup.Richard Jones2009-04-101-10/+22
* Add more function checking.Richard Jones2009-04-101-4/+55
* Just use plain lists for argument representation.Richard Jones2009-04-101-93/+66
* Documentation fixes.Richard Jones2009-04-101-3/+11
* Remove *~ files when doing 'make clean'.Richard Jones2009-04-091-1/+3
* Documentation update.Richard Jones2009-04-091-1/+1
* Added aug-ls (generated code).Richard Jones2009-04-095-1/+128
* Add aug-ls command (non-generated code).Richard Jones2009-04-091-0/+6
* Generate webpages.Richard Jones2009-04-091-6/+6
* Added Augeas support.Richard Jones2009-04-099-110/+1576
* Generated code for new guestfs_read_lines API call.Richard Jones2009-04-085-1/+130
* Definition and implementation of new guestfs_read_lines API call.Richard Jones2009-04-081-0/+13
* OCaml bindings compile.Richard Jones2009-04-081-11/+167
* Many non-daemon functions are now auto-generated.Richard Jones2009-04-084-253/+358
* Fixed Perl bindings, they now work properly.Richard Jones2009-04-081-10/+159
* First version of Perl bindings, compiled but not tested.Richard Jones2009-04-081-11/+384
* Outline OCaml bindings.Richard Jones2009-04-071-1/+157
* Added guestfish(1) manpage.Richard Jones2009-04-071-0/+20
* Added framework for the language bindings.Richard Jones2009-04-071-1/+1
* Fix incorrect realloc size which was causing 'ls' command to fail on large di...Richard Jones2009-04-072-7/+16
* Implement simple lvs/vgs/pvs commands.Richard Jones2009-04-076-11/+333
* Rename pvs -> pvs-full (etc), so we can add simple pvs (etc) commands.Richard Jones2009-04-076-76/+96
* pvs/vgs/lvs commands working now.Richard Jones2009-04-0710-15/+1259
* Implement list-devices and list-partitions.Richard Jones2009-04-066-185/+464
* Implementations of 'cat', 'ls', and some cleanups.Richard Jones2009-04-061-2/+8
* Fix incorrect short description of 'cat' commandRichard Jones2009-04-041-1/+1
* Implement RString and RStringList return types.Richard Jones2009-04-046-60/+545
* guest_add_{drive,cdrom} now test if the files exist.Richard Jones2009-04-041-0/+10
* Fix parsing of paths with more than one element.Richard Jones2009-04-041-3/+4
* LIBGUESTFS_PATH implementation.Richard Jones2009-04-043-18/+90
* Mostly working spec file.Richard Jones2009-04-041-2/+7
* Implemented autosync, make it the default for guestfish.Richard Jones2009-04-042-0/+20
* Implemented running actions in guestfish.Richard Jones2009-04-041-2/+50
* More tidy up of messages.Richard Jones2009-04-041-4/+4
* Command line, help.Richard Jones2009-04-041-5/+20
* Added outline of shell command, added generator support.Richard Jones2009-04-031-1/+63
* Small updates to the generator.Richard Jones2009-04-032-3/+0
* Implemented 'mount' and 'touch' commands.Richard Jones2009-04-032-1/+52
* Parses return values and returned errors properly.Richard Jones2009-04-033-45/+150
* Pass -no-kqemu parameter to avoid warning about kqemu.Richard Jones2009-04-031-1/+2
* Makes a series of non-trivial calls.Richard Jones2009-04-036-9/+46
* Daemon and library are mostly talking to each other now.Richard Jones2009-04-037-45/+530
* Lots more auto-generation.Richard Jones2009-04-035-36/+452