| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added Python documentation. | Richard Jones | 2009-04-16 | 1 | -10/+150 |
| * | 'guestfish edit' commands and several bugfixes. | Richard Jones | 2009-04-15 | 1 | -6/+18 |
| * | Added blockdev_* calls. RInt64 type. Enhanced tests. | Richard Jones | 2009-04-15 | 1 | -19/+177 |
| * | Be strict about commands which don't test themselves, warn about missing tests. | Richard Jones | 2009-04-15 | 1 | -1/+45 |
| * | Correctly free memory in RHashtable binding for OCaml & Python. | Richard Jones | 2009-04-15 | 1 | -1/+3 |
| * | Added tune2fs-l command and RHashtable return type. | Richard Jones | 2009-04-15 | 1 | -48/+148 |
| * | Added stat, lstat, statvfs and associated stat structures. | Richard Jones | 2009-04-15 | 1 | -53/+362 |
| * | Added bindings for GNU readline. | Richard Jones | 2009-04-14 | 1 | -0/+85 |
| * | Typos and documentation updates. | Richard Jones | 2009-04-14 | 1 | -3/+3 |
| * | Add 'command' and 'command-lines'. Fix args freeing in Perl bindings. | Richard Jones | 2009-04-14 | 1 | -21/+51 |
| * | Added file(1) command. | Richard Jones | 2009-04-13 | 1 | -0/+19 |
| * | guestfs -> GuestFS0.9 | Richard Jones | 2009-04-13 | 1 | -1/+1 |
| * | Lots, mainly Python bindings. | Richard Jones | 2009-04-13 | 1 | -84/+429 |
| * | Stricter checks on short descriptions. | Richard Jones | 2009-04-13 | 1 | -1/+11 |
| * | Added test suite. | Richard Jones | 2009-04-11 | 1 | -137/+909 |
| * | Added test framework, no tests implemented yet. | Richard Jones | 2009-04-10 | 1 | -30/+283 |
| * | New commands: rm rmdir rm-rf mkdir mkdir-p chmod chown | Richard Jones | 2009-04-10 | 1 | -0/+50 |
| * | Change Err -> RErr for consistency with other return types. | Richard Jones | 2009-04-10 | 1 | -39/+39 |
| * | Documentation fix. | Richard Jones | 2009-04-10 | 1 | -4/+4 |
| * | Code cleanup. | Richard Jones | 2009-04-10 | 1 | -10/+22 |
| * | Add more function checking. | Richard Jones | 2009-04-10 | 1 | -4/+55 |
| * | Just use plain lists for argument representation. | Richard Jones | 2009-04-10 | 1 | -93/+66 |
| * | Documentation fixes. | Richard Jones | 2009-04-10 | 1 | -3/+11 |
| * | Documentation update. | Richard Jones | 2009-04-09 | 1 | -1/+1 |
| * | Add aug-ls command (non-generated code). | Richard Jones | 2009-04-09 | 1 | -0/+6 |
| * | Generate webpages. | Richard Jones | 2009-04-09 | 1 | -6/+6 |
| * | Added Augeas support. | Richard Jones | 2009-04-09 | 1 | -79/+331 |
| * | Definition and implementation of new guestfs_read_lines API call. | Richard Jones | 2009-04-08 | 1 | -0/+13 |
| * | OCaml bindings compile. | Richard Jones | 2009-04-08 | 1 | -11/+167 |
| * | Many non-daemon functions are now auto-generated. | Richard Jones | 2009-04-08 | 1 | -231/+338 |
| * | Fixed Perl bindings, they now work properly. | Richard Jones | 2009-04-08 | 1 | -10/+159 |
| * | First version of Perl bindings, compiled but not tested. | Richard Jones | 2009-04-08 | 1 | -11/+384 |
| * | Outline OCaml bindings. | Richard Jones | 2009-04-07 | 1 | -1/+157 |
| * | Added guestfish(1) manpage. | Richard Jones | 2009-04-07 | 1 | -0/+20 |
| * | Fix incorrect realloc size which was causing 'ls' command to fail on large di... | Richard Jones | 2009-04-07 | 1 | -1/+4 |
| * | Implement simple lvs/vgs/pvs commands. | Richard Jones | 2009-04-07 | 1 | -11/+24 |
| * | Rename pvs -> pvs-full (etc), so we can add simple pvs (etc) commands. | Richard Jones | 2009-04-07 | 1 | -0/+20 |
| * | pvs/vgs/lvs commands working now. | Richard Jones | 2009-04-07 | 1 | -11/+498 |
| * | Implement list-devices and list-partitions. | Richard Jones | 2009-04-06 | 1 | -40/+113 |
| * | Implementations of 'cat', 'ls', and some cleanups. | Richard Jones | 2009-04-06 | 1 | -2/+8 |
| * | Fix incorrect short description of 'cat' command | Richard Jones | 2009-04-04 | 1 | -1/+1 |
| * | Implement RString and RStringList return types. | Richard Jones | 2009-04-04 | 1 | -60/+159 |
| * | Implemented running actions in guestfish. | Richard Jones | 2009-04-04 | 1 | -2/+50 |
| * | More tidy up of messages. | Richard Jones | 2009-04-04 | 1 | -4/+4 |
| * | Command line, help. | Richard Jones | 2009-04-04 | 1 | -5/+20 |
| * | Added outline of shell command, added generator support. | Richard Jones | 2009-04-03 | 1 | -1/+63 |
| * | Small updates to the generator. | Richard Jones | 2009-04-03 | 1 | -1/+0 |
| * | Implemented 'mount' and 'touch' commands. | Richard Jones | 2009-04-03 | 1 | -1/+7 |
| * | Parses return values and returned errors properly. | Richard Jones | 2009-04-03 | 1 | -12/+37 |
| * | Makes a series of non-trivial calls. | Richard Jones | 2009-04-03 | 1 | -2/+10 |