| Commit message (Expand) | Author | Age | Files | Lines |
* | Added 'fsck' command. | Richard Jones | 2009-04-30 | 1 | -0/+15 |
* | Autosync now runs umount-all; sync | Richard Jones | 2009-04-30 | 1 | -2/+6 |
* | Fix umount_all command so it unmounts filesystems in the correct order. | Richard Jones | 2009-04-30 | 1 | -0/+14 |
* | Updated the generator so it only overwrites files if they've changed. | Richard Jones | 2009-04-30 | 1 | -2/+18 |
* | Correction to 366a86fb6097ab0f704443f0a6ae2addbc3745d5: | Richard Jones | 2009-04-30 | 1 | -1/+1 |
* | Use safe_malloc and/or check returns from malloc (Jim Meyering). | Richard Jones | 2009-04-30 | 1 | -6/+8 |
* | Check return value from realloc call (Jim Meyering). | Richard Jones | 2009-04-30 | 1 | -3/+8 |
* | Functions for getting and setting the ext2 UUID and label. | Richard Jones | 2009-04-27 | 1 | -0/+49 |
* | Check for multiple callback in RPC code. | Richard Jones | 2009-04-26 | 1 | -4/+10 |
* | Implement lvremove, vgremove, pvremove. | Richard Jones | 2009-04-25 | 1 | -3/+89 |
* | Ruby bindings didn't NULL-terminate an array, resulting in segfault.1.0.12 | Richard Jones | 2009-04-24 | 1 | -0/+1 |
* | Use AC_GNU_SOURCE in daemon. Don't need _GNU_SOURCE in C files any more. | Richard W.M. Jones | 2009-04-23 | 1 | -1/+1 |
* | Add outline of 'debug' command. | Richard W.M. Jones | 2009-04-23 | 1 | -0/+12 |
* | Substitute '-' in command names in guestfish documentation. | Richard W.M. Jones | 2009-04-23 | 1 | -1/+12 |
* | Avoid a cast warning on 32 bit. | Richard Jones | 2009-04-23 | 1 | -3/+3 |
* | Add mount_ro, mount_options, mount_vfs. Fix small bug in OCaml generator. | Richard Jones | 2009-04-22 | 1 | -0/+33 |
* | Fix quoting of list args in guestfish manpage. | Richard Jones | 2009-04-22 | 1 | -1/+1 |
* | Allow qemu binary to be overridden at runtime. | Richard Jones | 2009-04-22 | 1 | -0/+26 |
* | Testing the Java bindings. | Richard Jones | 2009-04-21 | 1 | -1/+1 |
* | Java bindings compile, not tested. | Richard Jones | 2009-04-21 | 1 | -0/+538 |
* | Added tar-in, tar-out, tgz-in, tgz-out commands. | Richard Jones | 2009-04-20 | 1 | -35/+73 |
* | Add tests for the upload and download commands. | Richard Jones | 2009-04-20 | 1 | -2/+10 |
* | Avoid warning: Don't generate read_reply label unless needed. | Richard Jones | 2009-04-20 | 1 | -1/+3 |
* | Add 'checksum' command. | Richard Jones | 2009-04-20 | 1 | -0/+67 |
* | Implement upload and download commands. | Richard Jones | 2009-04-20 | 1 | -6/+46 |
* | Document the internal protocol. | Richard Jones | 2009-04-19 | 1 | -30/+8 |
* | Implement _send_sync, _send_file_sync and _receive_file_sync. | Richard Jones | 2009-04-19 | 1 | -28/+7 |
* | Begin to add the upload and download commands. | Richard Jones | 2009-04-18 | 1 | -10/+7 |
* | Split out send and reply operations into separate callbacks. | Richard Jones | 2009-04-18 | 1 | -33/+63 |
* | guestfs_send -> guestfs__send, in case we want a future command called "send". | Richard Jones | 2009-04-18 | 1 | -2/+2 |
* | Separate out the high-level API actions. | Richard Jones | 2009-04-18 | 1 | -34/+132 |
* | Rewrite of main loop impl, start of FileIn/FileOut support. | Richard Jones | 2009-04-18 | 1 | -108/+252 |
* | Ruby bindings. | Richard Jones | 2009-04-16 | 1 | -0/+240 |
* | Missing free() on return path (thanks: Steve Grubb). | Richard Jones | 2009-04-16 | 1 | -0/+1 |
* | Added Python documentation. | Richard Jones | 2009-04-16 | 1 | -10/+150 |
* | 'guestfish edit' commands and several bugfixes. | Richard Jones | 2009-04-15 | 1 | -6/+18 |
* | Added blockdev_* calls. RInt64 type. Enhanced tests. | Richard Jones | 2009-04-15 | 1 | -19/+177 |
* | Be strict about commands which don't test themselves, warn about missing tests. | Richard Jones | 2009-04-15 | 1 | -1/+45 |
* | Correctly free memory in RHashtable binding for OCaml & Python. | Richard Jones | 2009-04-15 | 1 | -1/+3 |
* | Added tune2fs-l command and RHashtable return type. | Richard Jones | 2009-04-15 | 1 | -48/+148 |
* | Added stat, lstat, statvfs and associated stat structures. | Richard Jones | 2009-04-15 | 1 | -53/+362 |
* | Added bindings for GNU readline. | Richard Jones | 2009-04-14 | 1 | -0/+85 |
* | Typos and documentation updates. | Richard Jones | 2009-04-14 | 1 | -3/+3 |
* | Add 'command' and 'command-lines'. Fix args freeing in Perl bindings. | Richard Jones | 2009-04-14 | 1 | -21/+51 |
* | Added file(1) command. | Richard Jones | 2009-04-13 | 1 | -0/+19 |
* | guestfs -> GuestFS0.9 | Richard Jones | 2009-04-13 | 1 | -1/+1 |
* | Lots, mainly Python bindings. | Richard Jones | 2009-04-13 | 1 | -84/+429 |
* | Stricter checks on short descriptions. | Richard Jones | 2009-04-13 | 1 | -1/+11 |
* | Added test suite. | Richard Jones | 2009-04-11 | 1 | -137/+909 |
* | Added test framework, no tests implemented yet. | Richard Jones | 2009-04-10 | 1 | -30/+283 |