| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix memory leak in error return path. | Richard Jones | 2009-05-09 | 1 | -0/+1 |
* | Allow recovery from guest failure. | Richard Jones | 2009-05-08 | 1 | -7/+17 |
* | 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 |
* | 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 |
* | Added 'equal' command to compare files. | Richard W.M. Jones | 2009-05-01 | 1 | -0/+18 |
* | Added ping-daemon command. | Richard W.M. Jones | 2009-05-01 | 1 | -0/+10 |
* | Added dmesg command. | Richard W.M. Jones | 2009-05-01 | 1 | -0/+14 |
* | Added drop-caches command. | Richard W.M. Jones | 2009-05-01 | 1 | -0/+14 |
* | Add cp, cp-a and mv commands. | Richard W.M. Jones | 2009-05-01 | 1 | -0/+45 |
* | Add grub-install command. | Richard Jones | 2009-04-30 | 1 | -0/+9 |
* | Added notes to the 'fsck' command documentation. | Richard Jones | 2009-04-30 | 1 | -5/+22 |
* | Added 'zero' command to wipe partition tables and superblocks. | Richard Jones | 2009-04-30 | 1 | -2/+22 |
* | 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 |