| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added guestfish(1) manpage. | Richard Jones | 2009-04-07 | 6 | -2/+452 |
| * | Fix: "aclocal: couldn't open directory `m4': No such file or directory" | Richard Jones | 2009-04-07 | 1 | -0/+1 |
| * | Added framework for the language bindings. | Richard Jones | 2009-04-07 | 10 | -6/+356 |
| * | New header file.0.4 | Richard Jones | 2009-04-07 | 1 | -0/+1 |
| * | Remove unnecessary kernel drivers. Big reduction in image size. | Richard Jones | 2009-04-07 | 1 | -2/+5 |
| * | 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 | 11 | -17/+628 |
| * | Rename pvs -> pvs-full (etc), so we can add simple pvs (etc) commands. | Richard Jones | 2009-04-07 | 11 | -133/+153 |
| * | pvs/vgs/lvs commands working now. | Richard Jones | 2009-04-07 | 22 | -22/+2610 |
| * | Implement list-devices and list-partitions. | Richard Jones | 2009-04-06 | 15 | -300/+842 |
| * | Implementations of 'cat', 'ls', and some cleanups. | Richard Jones | 2009-04-06 | 7 | -22/+182 |
| * | Debugging tips. | Richard Jones | 2009-04-06 | 1 | -0/+11 |
| * | Fix incorrect short description of 'cat' command | Richard Jones | 2009-04-04 | 2 | -3/+3 |
| * | Implement RString and RStringList return types. | Richard Jones | 2009-04-04 | 17 | -71/+880 |
| * | Implement the alloc shell command. | Richard Jones | 2009-04-04 | 2 | -6/+128 |
| * | guest_add_{drive,cdrom} now test if the files exist. | Richard Jones | 2009-04-04 | 1 | -0/+10 |
| * | Add %post and %postun. | Richard Jones | 2009-04-04 | 1 | -0/+4 |
| * | 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 | 8 | -25/+164 |
| * | Document --add and --mount options. | Richard Jones | 2009-04-04 | 1 | -8/+8 |
| * | Mostly working spec file. | Richard Jones | 2009-04-04 | 5 | -5/+137 |
| * | Implemented autosync, make it the default for guestfish. | Richard Jones | 2009-04-04 | 4 | -0/+44 |
| * | Generate actions section in guestfs.3 man page. | Richard Jones | 2009-04-04 | 4 | -10/+28 |
| * | Implemented running actions in guestfish. | Richard Jones | 2009-04-04 | 2 | -5/+95 |
| * | More tidy up of messages. | Richard Jones | 2009-04-04 | 3 | -16/+17 |
| * | Command line, help. | Richard Jones | 2009-04-04 | 4 | -29/+143 |
| * | 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 | 9 | -5/+300 |
| * | Small updates to the generator. | Richard Jones | 2009-04-03 | 3 | -3/+6 |
| * | Implemented 'mount' and 'touch' commands. | Richard Jones | 2009-04-03 | 9 | -23/+390 |
| * | Added a HACKING file. | Richard Jones | 2009-04-03 | 1 | -0/+28 |
| * | Added images/ directory for test images, and one image. | Richard Jones | 2009-04-03 | 1 | -0/+0 |
| * | Parses return values and returned errors properly. | Richard Jones | 2009-04-03 | 4 | -47/+151 |
| * | Make the partition configurable. | Richard Jones | 2009-04-03 | 1 | -4/+8 |
| * | Added README file for examples directory. | Richard Jones | 2009-04-03 | 1 | -0/+8 |
| * | No verbose. User can enable by setting LIBGUESTFS_DEBUG=1 if they want. | Richard Jones | 2009-04-03 | 2 | -2/+0 |
| * | 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 | 10 | -13/+270 |
| * | Daemon and library are mostly talking to each other now. | Richard Jones | 2009-04-03 | 18 | -60/+760 |
| * | Remove initramfs/fakelog.root if make-initramfs fails. | Richard Jones | 2009-04-03 | 1 | -1/+1 |
| * | Remove NFS support - we will probably use FTP instead. | Richard Jones | 2009-04-03 | 3 | -32/+57 |
| * | Lots more auto-generation. | Richard Jones | 2009-04-03 | 9 | -38/+572 |
| * | Set up ethernet interface. | Richard Jones | 2009-04-03 | 1 | -1/+8 |
| * | Start the generated code and code generator. | Richard Jones | 2009-04-03 | 6 | -41/+236 |
| * | Add the first version of the guestfsd daemon. | Richard Jones | 2009-04-03 | 3 | -1/+212 |
| * | Add update-initramfs.sh.in so we don't need to rebuild initramfs for | Richard Jones | 2009-04-03 | 5 | -11/+56 |
| * | Updated to newer GPLv2 document. | Richard Jones | 2009-04-03 | 1 | -14/+14 |
| * | Correctly handle the case when select runs out of filehandles. | Richard Jones | 2009-04-02 | 2 | -5/+14 |
| * | Code to handle the daemon communications socket. | Richard Jones | 2009-04-02 | 3 | -8/+123 |
| * | Guest boots, and basic select/callbacks work. | Richard Jones | 2009-04-02 | 7 | -303/+703 |