| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Added blockdev_* calls. RInt64 type. Enhanced tests. | Richard Jones | 2009-04-15 | 3 | -19/+322 |
| * | Be strict about commands which don't test themselves, warn about missing tests. | Richard Jones | 2009-04-15 | 2 | -1/+87 |
| * | Version 0.9.2.0.9.2 | Richard Jones | 2009-04-15 | 1 | -1/+1 |
| * | Display ext2/3 details, and some bug fixes. | Richard Jones | 2009-04-15 | 1 | -4/+34 |
| * | Correctly free memory in RHashtable binding for OCaml & Python. | Richard Jones | 2009-04-15 | 3 | -2/+6 |
| * | Generated code for tune2fs-l command and RHashtable return type. | Richard Jones | 2009-04-15 | 21 | -1/+368 |
| * | Added tune2fs-l command and RHashtable return type. | Richard Jones | 2009-04-15 | 3 | -48/+268 |
| * | Added to-xml program. | Richard Jones | 2009-04-15 | 4 | -3/+172 |
| * | Remove 'df' program from examples - didn't ever work. | Richard Jones | 2009-04-15 | 2 | -35/+2 |
| * | Generated code for stat/lstat/statvfs changes. | Richard Jones | 2009-04-15 | 20 | -349/+1540 |
| * | Added stat, lstat, statvfs and associated stat structures. | Richard Jones | 2009-04-15 | 3 | -53/+518 |
| * | Quoting in guestfish. | Richard Jones | 2009-04-14 | 3 | -25/+126 |
| * | Version 0.9.10.9.1 | Richard Jones | 2009-04-14 | 1 | -1/+1 |
| * | Added bindings for GNU readline. | Richard Jones | 2009-04-14 | 9 | -10/+367 |
| * | Better handling of trailing \n problem. | Richard Jones | 2009-04-14 | 1 | -4/+4 |
| * | Typos and documentation updates. | Richard Jones | 2009-04-14 | 5 | -13/+13 |
| * | Generated changes to perl XS bindings. | Richard Jones | 2009-04-14 | 1 | -56/+28 |
| * | Add 'command' and 'command-lines'. Fix args freeing in Perl bindings. | Richard Jones | 2009-04-14 | 20 | -99/+938 |
| * | 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 | 18 | -48/+532 |
| * | Added file(1) command. | Richard Jones | 2009-04-13 | 3 | -1/+69 |
| * | Note a bug. | Richard Jones | 2009-04-13 | 1 | -2/+1 |
| * | guestfs -> GuestFS0.9 | Richard Jones | 2009-04-13 | 4 | -4/+4 |
| * | Python files. Add $QUICK_RPMBUILD flag to avoid running tests. | Richard Jones | 2009-04-13 | 1 | -1/+12 |
| * | Install guestfs.py | Richard Jones | 2009-04-13 | 1 | -0/+2 |
| * | Missing dependency. | Richard Jones | 2009-04-13 | 1 | -3/+3 |
| * | Describe all available bindings. | Richard Jones | 2009-04-13 | 3 | -4/+9 |
| * | Need to package generator.ml -- oops. | Richard Jones | 2009-04-13 | 1 | -0/+2 |
| * | Prepare for 0.9 release. | Richard Jones | 2009-04-13 | 1 | -1/+1 |
| * | Extra CLEANFILES. | Richard Jones | 2009-04-13 | 2 | -2/+2 |
| * | Additional test programs for Perl, Python, OCaml bindings. | Richard Jones | 2009-04-13 | 9 | -13/+133 |
| * | Lots, mainly Python bindings. | Richard Jones | 2009-04-13 | 20 | -261/+2904 |
| * | Stricter checks on short descriptions. | Richard Jones | 2009-04-13 | 3 | -4/+14 |
| * | OCaml bindings build using the installed, not built, library. | Richard Jones | 2009-04-13 | 1 | -3/+3 |
| * | Old versions of augeas lack aug_load, aug_defvar, aug_node. Check for those ... | Richard Jones | 2009-04-13 | 3 | -2/+20 |
| * | Version 0.8.10.8.1 | Richard Jones | 2009-04-13 | 1 | -1/+1 |
| * | Distribute TODO file. | Richard Jones | 2009-04-12 | 2 | -2/+2 |
| * | Fix looping bug in parse_string_list, and remove debug message. | Richard Jones | 2009-04-12 | 1 | -3/+1 |
| * | More BuildRequires. | Richard Jones | 2009-04-12 | 1 | -1/+2 |
| * | More TODO items. | Richard Jones | 2009-04-12 | 1 | -0/+11 |
| * | Add BR qemu (required to run the tests). | Richard Jones | 2009-04-12 | 1 | -0/+1 |
| * | Added some ideas in TODO file. | Richard Jones | 2009-04-12 | 1 | -0/+32 |
| * | Minor adjustments for 0.8 release.0.8 | Richard Jones | 2009-04-11 | 3 | -7/+9 |
| * | Don't delete examples/Makefile. | Richard Jones | 2009-04-11 | 1 | -4/+8 |
| * | Added test suite. | Richard Jones | 2009-04-11 | 33 | -325/+8670 |
| * | Added test framework, no tests implemented yet. | Richard Jones | 2009-04-10 | 4 | -30/+326 |
| * | Need to set LD_LIBRARY_PATH so we pick up the right C library. | Richard Jones | 2009-04-10 | 1 | -0/+1 |
| * | Generated files for previous commands. | Richard Jones | 2009-04-10 | 15 | -1/+1422 |
| * | New commands: rm rmdir rm-rf mkdir mkdir-p chmod chown | Richard Jones | 2009-04-10 | 4 | -0/+278 |
| * | CHROOT_OUT must preserve errno. | Richard Jones | 2009-04-10 | 1 | -3/+7 |