| Commit message (Expand) | Author | Age | Files | Lines |
| * | Generated code for 'add_drive_ro' call. | Richard Jones | 2009-06-02 | 1 | -0/+1 |
| * | Add 'add_drive_ro' call. Fix up documentation. Plus a couple of minor code im... | Richard Jones | 2009-06-02 | 2 | -5/+56 |
| * | Correctly handle malloc/realloc(0) | Richard W.M. Jones | 2009-05-29 | 1 | -2/+2 |
| * | Use a squashfs attached as /dev/sdd during the C API tests. | Richard W.M. Jones | 2009-05-29 | 1 | -3/+15 |
| * | Fix mkdir-p if directory exists (RHBZ#503133). | Richard W.M. Jones | 2009-05-29 | 1 | -1/+8 |
| * | Fix path to COPYING.LIB | Richard W.M. Jones | 2009-05-28 | 1 | -2/+2 |
| * | To-do: Note that we need to finish the bindings tests. | Richard W.M. Jones | 2009-05-28 | 1 | -0/+2 |
| * | Add tests for bindings parameters, fix several broken bindings. | Richard W.M. Jones | 2009-05-28 | 2 | -11/+274 |
| * | Add the test0* functions, used to test language bindings. | Richard W.M. Jones | 2009-05-28 | 4 | -113/+722 |
| * | Move C API tests out of root build dir into 'capitests' subdir. | Richard W.M. Jones | 2009-05-28 | 1 | -5/+2 |
| * | Move the appliance and build scripts into new appliance/ subdirectory. | Richard W.M. Jones | 2009-05-28 | 1 | -1/+1 |
| * | Improve javadoc (RHBZ#501883). | Richard Jones | 2009-05-27 | 1 | -1/+6 |
| * | Guestfish built-in commands auto-complete (RHBZ#501878). | Richard Jones | 2009-05-27 | 1 | -2/+4 |
| * | Individual tests can be skipped by setting SKIP_TEST_<CMD>[_<N>]=1 | Richard Jones | 2009-05-21 | 1 | -37/+62 |
| * | Generated code for e2fsck-f command. | Richard Jones | 2009-05-21 | 5 | -1/+112 |
| * | Add e2fsck_f command, and modify lvresize test to use it (RHBZ 502018). | Richard Jones | 2009-05-21 | 1 | -1/+19 |
| * | Fix pvremove, vgremove, lvremove tests (RHBZ 502007). | Richard Jones | 2009-05-21 | 1 | -19/+27 |
| * | Gettextize the source, make library strings translatable. | Richard Jones | 2009-05-21 | 3 | -59/+343 |
| * | Skip 'zerofree' test if the command doesn't exist in the appliance. | Richard Jones | 2009-05-19 | 1 | -1/+1 |
| * | Generated code for 'find' command. | Richard Jones | 2009-05-19 | 5 | -1/+147 |
| * | Added 'find' command. | Richard Jones | 2009-05-19 | 1 | -0/+39 |
| * | Generated code for lvresize, resize2fs. | Richard Jones | 2009-05-18 | 5 | -1/+229 |
| * | Add: lvresize, resize2fs commands. | Richard Jones | 2009-05-18 | 1 | -7/+33 |
| * | Add vg-activate{,-all} commands, and resize recipe. | Richard Jones | 2009-05-18 | 6 | -1/+261 |
| * | Add: pvresize, sfdisk-N, sfdisk-l, sfdisk-kernel-geomtry, sfdisk-disk-geometr... | Richard W.M. Jones | 2009-05-15 | 6 | -4/+768 |
| * | Add support for zerofree command. | Richard W.M. Jones | 2009-05-14 | 6 | -1/+135 |
| * | Enable run-time conditional test prerequisites. | Richard W.M. Jones | 2009-05-14 | 1 | -24/+55 |
| * | Add test prerequisites. | Richard W.M. Jones | 2009-05-14 | 1 | -295/+317 |
| * | Don't stash strings in the handle. | Richard W.M. Jones | 2009-05-13 | 2 | -26/+36 |
| * | Add 'append', LIBGUESTFS_APPEND to set additional kernel options. | Richard W.M. Jones | 2009-05-13 | 3 | -2/+48 |
| * | Increase the wait time for vmchannel socket to appear (fix for slow / heavily... | Richard Jones | 2009-05-13 | 1 | -3/+3 |
| * | Test the 'command' and 'command_lines' functions thoroughly. | Richard Jones | 2009-05-12 | 1 | -5/+105 |
| * | Perl bindings fix: Not enough memory was allocated for array params. | Richard Jones | 2009-05-11 | 1 | -1/+1 |
| * | Partial Haskell bindings. | Richard Jones | 2009-05-10 | 1 | -2/+209 |
| * | Handle EINTR, EAGAIN in select main loop. | Richard Jones | 2009-05-10 | 1 | -0/+2 |
| * | Fix four memory leaks in guestfs.c revealed by valgrind. | Richard Jones | 2009-05-09 | 1 | -0/+7 |
| * | Fix memory leak in error return path. | Richard Jones | 2009-05-09 | 2 | -0/+97 |
| * | Generated code to support last 3 commits. | Richard Jones | 2009-05-08 | 2 | -486/+487 |
| * | Allow recovery from guest failure. | Richard Jones | 2009-05-08 | 2 | -35/+74 |
| * | Generated code to support previous 2 commits. | Richard Jones | 2009-05-08 | 5 | -1/+433 |
| * | Implement 'strings' and 'hexdump' commands. | Richard Jones | 2009-05-08 | 1 | -0/+37 |
| * | Bug: write_file doesn't work with strings containing ASCII NUL. | Richard Jones | 2009-05-08 | 1 | -1/+7 |
| * | Change memory calculation to choose a generous amount of memory. | Richard Jones | 2009-05-08 | 1 | -33/+7 |
| * | Force qemu quit when kernel panics (Charles Duffy). | Richard Jones | 2009-05-08 | 1 | -1/+2 |
| * | Use unsigned type for lengths. | Richard Jones | 2009-05-07 | 1 | -9/+12 |
| * | Handle EINTR and EAGAIN in reads. | Richard Jones | 2009-05-07 | 1 | -4/+11 |
| * | Specify prototyping behaviour for Perl XSUBs. | Richard Jones | 2009-05-07 | 1 | -0/+2 |
| * | Misc changes to make tests pass in RHEL 5. | Richard Jones | 2009-05-07 | 1 | -19/+78 |
| * | RARRAY_LEN macro for Ruby < 1.9. Small strictness fix for OCaml < 3.10. | Richard Jones | 2009-05-06 | 1 | -1/+6 |
| * | Typo in documentation. | Richard W.M. Jones | 2009-05-01 | 1 | -1/+1 |