| Commit message (Expand) | Author | Age | Files | Lines |
* | Begin to add the upload and download commands. | Richard Jones | 2009-04-18 | 2 | -0/+48 |
* | Separate out the high-level API actions. | Richard Jones | 2009-04-18 | 2 | -0/+110 |
* | Rewrite of main loop impl, start of FileIn/FileOut support. | Richard Jones | 2009-04-18 | 1 | -1/+1 |
* | 'guestfish edit' commands and several bugfixes. | Richard Jones | 2009-04-15 | 5 | -6/+220 |
* | Move guestfish 'alloc' command to a separate file. | Richard Jones | 2009-04-15 | 4 | -82/+117 |
* | Generated code for blockdev_* calls, RInt64, enhanced tests. | Richard Jones | 2009-04-15 | 2 | -2/+234 |
* | Generated code for tune2fs-l command and RHashtable return type. | Richard Jones | 2009-04-15 | 4 | -0/+35 |
* | Generated code for stat/lstat/statvfs changes. | Richard Jones | 2009-04-15 | 2 | -0/+107 |
* | Quoting in guestfish. | Richard Jones | 2009-04-14 | 1 | -17/+110 |
* | Added bindings for GNU readline. | Richard Jones | 2009-04-14 | 4 | -8/+251 |
* | Typos and documentation updates. | Richard Jones | 2009-04-14 | 1 | -1/+1 |
* | Add 'command' and 'command-lines'. Fix args freeing in Perl bindings. | Richard Jones | 2009-04-14 | 1 | -0/+48 |
* | Generated files for file(1) command. | Richard Jones | 2009-04-13 | 1 | -0/+24 |
* | Stricter checks on short descriptions. | Richard Jones | 2009-04-13 | 1 | -2/+2 |
* | Fix looping bug in parse_string_list, and remove debug message. | Richard Jones | 2009-04-12 | 1 | -3/+1 |
* | Added test suite. | Richard Jones | 2009-04-11 | 3 | -2/+332 |
* | Generated files for previous commands. | Richard Jones | 2009-04-10 | 1 | -0/+153 |
* | Correction in the aug-ls documentation. | Richard Jones | 2009-04-10 | 1 | -1/+1 |
* | Remove *~ files when doing 'make clean'. | Richard Jones | 2009-04-09 | 1 | -0/+2 |
* | Added aug-ls (generated code). | Richard Jones | 2009-04-09 | 1 | -0/+24 |
* | Generate webpages. | Richard Jones | 2009-04-09 | 1 | -1/+1 |
* | Added Augeas support. | Richard Jones | 2009-04-09 | 1 | -0/+276 |
* | Generated code for new guestfs_read_lines API call. | Richard Jones | 2009-04-08 | 1 | -0/+24 |
* | Many non-daemon functions are now auto-generated. | Richard Jones | 2009-04-08 | 3 | -51/+250 |
* | Updated generated files. | Richard Jones | 2009-04-08 | 1 | -8/+8 |
* | Implement simple lvs/vgs/pvs commands. | Richard Jones | 2009-04-07 | 1 | -3/+69 |
* | Rename pvs -> pvs-full (etc), so we can add simple pvs (etc) commands. | Richard Jones | 2009-04-07 | 1 | -21/+21 |
* | pvs/vgs/lvs commands working now. | Richard Jones | 2009-04-07 | 2 | -1/+171 |
* | Implement list-devices and list-partitions. | Richard Jones | 2009-04-06 | 1 | -43/+87 |
* | Implementations of 'cat', 'ls', and some cleanups. | Richard Jones | 2009-04-06 | 1 | -2/+2 |
* | Fix incorrect short description of 'cat' command | Richard Jones | 2009-04-04 | 1 | -2/+2 |
* | Implement RString and RStringList return types. | Richard Jones | 2009-04-04 | 3 | -0/+93 |
* | Implement the alloc shell command. | Richard Jones | 2009-04-04 | 1 | -5/+124 |
* | LIBGUESTFS_PATH implementation. | Richard Jones | 2009-04-04 | 2 | -1/+11 |
* | Document --add and --mount options. | Richard Jones | 2009-04-04 | 1 | -8/+8 |
* | Implemented autosync, make it the default for guestfish. | Richard Jones | 2009-04-04 | 1 | -0/+8 |
* | Implemented running actions in guestfish. | Richard Jones | 2009-04-04 | 1 | -3/+45 |
* | More tidy up of messages. | Richard Jones | 2009-04-04 | 2 | -12/+13 |
* | Command line, help. | Richard Jones | 2009-04-04 | 3 | -24/+123 |
* | Command line and interactive shell parsing, prompts etc. | Richard Jones | 2009-04-04 | 2 | -17/+210 |
* | Added outline of shell command, added generator support. | Richard Jones | 2009-04-03 | 4 | -0/+232 |