| Commit message (Expand) | Author | Age | Files | Lines |
* | Added test suite. | Richard Jones | 2009-04-11 | 6 | -138/+2271 |
* | Added test framework, no tests implemented yet. | Richard Jones | 2009-04-10 | 1 | -30/+283 |
* | Generated files for previous commands. | Richard Jones | 2009-04-10 | 5 | -1/+670 |
* | 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 |
* | Remove *~ files when doing 'make clean'. | Richard Jones | 2009-04-09 | 1 | -1/+3 |
* | Documentation update. | Richard Jones | 2009-04-09 | 1 | -1/+1 |
* | Added aug-ls (generated code). | Richard Jones | 2009-04-09 | 5 | -1/+128 |
* | 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 | 9 | -110/+1576 |
* | Generated code for new guestfs_read_lines API call. | Richard Jones | 2009-04-08 | 5 | -1/+130 |
* | 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 | 4 | -253/+358 |
* | 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 |
* | Added framework for the language bindings. | Richard Jones | 2009-04-07 | 1 | -1/+1 |
* | Fix incorrect realloc size which was causing 'ls' command to fail on large di... | Richard Jones | 2009-04-07 | 2 | -7/+16 |
* | Implement simple lvs/vgs/pvs commands. | Richard Jones | 2009-04-07 | 6 | -11/+333 |
* | Rename pvs -> pvs-full (etc), so we can add simple pvs (etc) commands. | Richard Jones | 2009-04-07 | 6 | -76/+96 |
* | pvs/vgs/lvs commands working now. | Richard Jones | 2009-04-07 | 10 | -15/+1259 |
* | Implement list-devices and list-partitions. | Richard Jones | 2009-04-06 | 6 | -185/+464 |
* | 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 | 6 | -60/+545 |
* | guest_add_{drive,cdrom} now test if the files exist. | Richard Jones | 2009-04-04 | 1 | -0/+10 |
* | Fix parsing of paths with more than one element. | Richard Jones | 2009-04-04 | 1 | -3/+4 |
* | LIBGUESTFS_PATH implementation. | Richard Jones | 2009-04-04 | 3 | -18/+90 |
* | Mostly working spec file. | Richard Jones | 2009-04-04 | 1 | -2/+7 |
* | Implemented autosync, make it the default for guestfish. | Richard Jones | 2009-04-04 | 2 | -0/+20 |
* | 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 | 2 | -3/+0 |
* | Implemented 'mount' and 'touch' commands. | Richard Jones | 2009-04-03 | 2 | -1/+52 |
* | Parses return values and returned errors properly. | Richard Jones | 2009-04-03 | 3 | -45/+150 |
* | Pass -no-kqemu parameter to avoid warning about kqemu. | Richard Jones | 2009-04-03 | 1 | -1/+2 |
* | Makes a series of non-trivial calls. | Richard Jones | 2009-04-03 | 6 | -9/+46 |
* | Daemon and library are mostly talking to each other now. | Richard Jones | 2009-04-03 | 7 | -45/+530 |
* | Lots more auto-generation. | Richard Jones | 2009-04-03 | 5 | -36/+452 |
* | Start the generated code and code generator. | Richard Jones | 2009-04-03 | 3 | -8/+198 |