| Commit message (Expand) | Author | Age | Files | Lines |
* | Rewrite of main loop impl, start of FileIn/FileOut support. | Richard Jones | 2009-04-18 | 3 | -5/+61 |
* | Ruby bindings. | Richard Jones | 2009-04-16 | 1 | -1/+1 |
* | Missing free() on return path (thanks: Steve Grubb). | Richard Jones | 2009-04-16 | 1 | -0/+3 |
* | 'guestfish edit' commands and several bugfixes. | Richard Jones | 2009-04-15 | 1 | -2/+2 |
* | Generated code for blockdev_* calls, RInt64, enhanced tests. | Richard Jones | 2009-04-15 | 2 | -0/+292 |
* | Added blockdev_* calls. RInt64 type. Enhanced tests. | Richard Jones | 2009-04-15 | 2 | -0/+145 |
* | Generated code for tune2fs-l command and RHashtable return type. | Richard Jones | 2009-04-15 | 2 | -0/+32 |
* | Added tune2fs-l command and RHashtable return type. | Richard Jones | 2009-04-15 | 2 | -0/+120 |
* | Generated code for stat/lstat/statvfs changes. | Richard Jones | 2009-04-15 | 2 | -0/+93 |
* | Added stat, lstat, statvfs and associated stat structures. | Richard Jones | 2009-04-15 | 2 | -0/+156 |
* | Better handling of trailing \n problem. | Richard Jones | 2009-04-14 | 1 | -4/+4 |
* | Add 'command' and 'command-lines'. Fix args freeing in Perl bindings. | Richard Jones | 2009-04-14 | 4 | -0/+169 |
* | Fix 'file(1)' command to work on /dev devices. | Richard Jones | 2009-04-14 | 1 | -10/+15 |
* | Generated files for file(1) command. | Richard Jones | 2009-04-13 | 2 | -0/+31 |
* | Added file(1) command. | Richard Jones | 2009-04-13 | 1 | -0/+49 |
* | Old versions of augeas lack aug_load, aug_defvar, aug_node. Check for those ... | Richard Jones | 2009-04-13 | 2 | -1/+19 |
* | Added test suite. | Richard Jones | 2009-04-11 | 11 | -111/+987 |
* | Generated files for previous commands. | Richard Jones | 2009-04-10 | 2 | -0/+188 |
* | New commands: rm rmdir rm-rf mkdir mkdir-p chmod chown | Richard Jones | 2009-04-10 | 3 | -0/+228 |
* | CHROOT_OUT must preserve errno. | Richard Jones | 2009-04-10 | 1 | -3/+7 |
* | Fix off-by-one error in Augeas wrapper code. | Richard Jones | 2009-04-10 | 1 | -1/+1 |
* | Remove *~ files when doing 'make clean'. | Richard Jones | 2009-04-09 | 1 | -1/+3 |
* | Added aug-ls (generated code). | Richard Jones | 2009-04-09 | 2 | -0/+30 |
* | Add aug-ls command (non-generated code). | Richard Jones | 2009-04-09 | 1 | -0/+43 |
* | Added Augeas support. | Richard Jones | 2009-04-09 | 5 | -19/+613 |
* | Generated code for new guestfs_read_lines API call. | Richard Jones | 2009-04-08 | 2 | -0/+30 |
* | Definition and implementation of new guestfs_read_lines API call. | Richard Jones | 2009-04-08 | 1 | -1/+53 |
* | Bug fix: Trailing whitespace from 'pvs' command. | Richard Jones | 2009-04-08 | 1 | -0/+6 |
* | Implement simple lvs/vgs/pvs commands. | Richard Jones | 2009-04-07 | 3 | -0/+175 |
* | Rename pvs -> pvs-full (etc), so we can add simple pvs (etc) commands. | Richard Jones | 2009-04-07 | 3 | -30/+30 |
* | pvs/vgs/lvs commands working now. | Richard Jones | 2009-04-07 | 6 | -1/+1051 |
* | Implement list-devices and list-partitions. | Richard Jones | 2009-04-06 | 7 | -65/+257 |
* | Implementations of 'cat', 'ls', and some cleanups. | Richard Jones | 2009-04-06 | 4 | -17/+165 |
* | Implement RString and RStringList return types. | Richard Jones | 2009-04-04 | 7 | -8/+195 |
* | Implemented 'mount' and 'touch' commands. | Richard Jones | 2009-04-03 | 5 | -22/+334 |
* | Parses return values and returned errors properly. | Richard Jones | 2009-04-03 | 1 | -2/+1 |
* | Makes a series of non-trivial calls. | Richard Jones | 2009-04-03 | 4 | -4/+224 |
* | Daemon and library are mostly talking to each other now. | Richard Jones | 2009-04-03 | 7 | -9/+186 |
* | Lots more auto-generation. | Richard Jones | 2009-04-03 | 2 | -0/+105 |
* | Add the first version of the guestfsd daemon. | Richard Jones | 2009-04-03 | 2 | -1/+211 |
* | Various fixes to the build system, add 'make test-boot-image' target. | Richard Jones | 2009-04-01 | 2 | -0/+4 |
* | Moved .cvsignore -> .gitignore. | Richard Jones | 2009-04-01 | 1 | -13/+0 |
* | Now using febootstrap. | rjones | 2009-03-24 | 3 | -13/+4 |
* | Final fixes to build environment, and added autogen.sh. | rjones | 2009-03-03 | 1 | -1/+1 |
* | Build environment set up for libguestfs. | rjones | 2009-03-03 | 5 | -0/+759 |