| Commit message (Expand) | Author | Age | Files | Lines |
* | Ruby bindings didn't NULL-terminate an array, resulting in segfault.1.0.12 | Richard Jones | 2009-04-24 | 1 | -0/+1 |
* | Don't allocate file chunks on the stack. | Richard W.M. Jones | 2009-04-24 | 1 | -19/+25 |
* | Don't use large message buffer on the stack (fixes Java/i386 segfault). | Richard W.M. Jones | 2009-04-24 | 1 | -9/+23 |
* | Fix 64 bit memsize overhead.1.0.11 | Richard Jones | 2009-04-23 | 1 | -2/+2 |
* | Reduce the amount of memory allocated to guests based on some testing. | Richard W.M. Jones | 2009-04-23 | 1 | -2/+42 |
* | 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 |
* | Generated code for debug command. | Richard W.M. Jones | 2009-04-23 | 5 | -1/+142 |
* | 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 |
* | Generated code for new mount_* commands. | Richard Jones | 2009-04-22 | 5 | -1/+349 |
* | Add mount_ro, mount_options, mount_vfs. Fix small bug in OCaml generator. | Richard Jones | 2009-04-22 | 1 | -0/+33 |
* | Force a specific network NIC model (allows to work with latest qemu from SVN). | Richard Jones | 2009-04-22 | 1 | -1/+1 |
* | 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 | 3 | -5/+52 |
* | Allow selection of qemu using --with-qemu | Richard Jones | 2009-04-22 | 1 | -1/+1 |
* | 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 |
* | Various fixes to build and test in Koji.1.0.4 | Richard Jones | 2009-04-20 | 1 | -0/+2 |
* | Include the __cplusplus header magic so API really callable from C++. | Richard Jones | 2009-04-20 | 1 | -0/+8 |
* | Added tar-in, tar-out, tgz-in, tgz-out commands. | Richard Jones | 2009-04-20 | 6 | -36/+530 |
* | Make daemon cancellation really work. | Richard Jones | 2009-04-20 | 1 | -3/+14 |
* | 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 | 2 | -68/+3 |
* | Generated code for 'checksum' command. | Richard Jones | 2009-04-20 | 5 | -1/+138 |
* | Add 'checksum' command. | Richard Jones | 2009-04-20 | 1 | -0/+67 |
* | Implement upload and download commands. | Richard Jones | 2009-04-20 | 7 | -233/+993 |
* | 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 | 4 | -1404/+386 |
* | Begin to add the upload and download commands. | Richard Jones | 2009-04-18 | 8 | -349/+529 |
* | Split out send and reply operations into separate callbacks. | Richard Jones | 2009-04-18 | 4 | -1535/+3205 |
* | guestfs_send -> guestfs__send, in case we want a future command called "send". | Richard Jones | 2009-04-18 | 4 | -69/+69 |
* | Separate out the high-level API actions. | Richard Jones | 2009-04-18 | 9 | -1733/+1246 |
* | Rewrite of main loop impl, start of FileIn/FileOut support. | Richard Jones | 2009-04-18 | 7 | -1588/+2435 |
* | 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 |
* | Generated code for blockdev_* calls, RInt64, enhanced tests. | Richard Jones | 2009-04-15 | 5 | -1/+1067 |
* | 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 |
* | Generated code for tune2fs-l command and RHashtable return type. | Richard Jones | 2009-04-15 | 5 | -1/+128 |
* | Added tune2fs-l command and RHashtable return type. | Richard Jones | 2009-04-15 | 1 | -48/+148 |
* | Generated code for stat/lstat/statvfs changes. | Richard Jones | 2009-04-15 | 6 | -1/+521 |
* | 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 | 6 | -22/+308 |
* | Generated files for file(1) command. | Richard Jones | 2009-04-13 | 5 | -1/+120 |