Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Testing the Java bindings. | Richard Jones | 2009-04-21 | 6 | -95/+209 |
| | |||||
* | Java bindings compile, not tested. | Richard Jones | 2009-04-21 | 14 | -2/+5122 |
| | |||||
* | Add summary message, fix libruby detection. | Richard Jones | 2009-04-21 | 1 | -3/+30 |
| | |||||
* | More notes in the TODO list. | Richard Jones | 2009-04-21 | 1 | -0/+9 |
| | |||||
* | Basic Java build environment. | Richard Jones | 2009-04-21 | 5 | -2/+206 |
| | |||||
* | Various fixes to build and test in Koji.1.0.4 | Richard Jones | 2009-04-20 | 2 | -0/+6 |
| | |||||
* | Fixes for CDPATH being set. | Richard Jones | 2009-04-20 | 3 | -2/+4 |
| | |||||
* | Use standard names for the OCaml/Perl/Python/Ruby subpackages. | Richard Jones | 2009-04-20 | 2 | -29/+53 |
| | |||||
* | Ruby also supported | Richard Jones | 2009-04-20 | 2 | -2/+2 |
| | |||||
* | Include the __cplusplus header magic so API really callable from C++. | Richard Jones | 2009-04-20 | 1 | -0/+8 |
| | |||||
* | Version 1.0.3.1.0.3 | Richard Jones | 2009-04-20 | 1 | -1/+1 |
| | |||||
* | Removed TODO item, now implemented. | Richard Jones | 2009-04-20 | 1 | -22/+0 |
| | |||||
* | Added tar-in, tar-out, tgz-in, tgz-out commands. | Richard Jones | 2009-04-20 | 27 | -73/+1734 |
| | |||||
* | Various fixes to the daemon: | Richard Jones | 2009-04-20 | 2 | -4/+62 |
| | | | | | | - make sure SIGPIPE doesn't kill us - warn not to use macros in FileIn functions - add shell_quote function | ||||
* | Some fixes to daemon upload command: | Richard Jones | 2009-04-20 | 1 | -3/+12 |
| | | | | | - don't leak the file descriptor along error paths - can't use those macros in FileIn functions | ||||
* | 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 | 3 | -5/+168 |
| | |||||
* | Prepare for version 1.0.2.1.0.2 | Richard Jones | 2009-04-20 | 1 | -1/+1 |
| | |||||
* | Avoid warning: Don't generate read_reply label unless needed. | Richard Jones | 2009-04-20 | 2 | -68/+3 |
| | |||||
* | Fix file descriptor leak in daemon. | Richard Jones | 2009-04-20 | 2 | -0/+21 |
| | |||||
* | Generated code for 'checksum' command. | Richard Jones | 2009-04-20 | 20 | -2/+1033 |
| | |||||
* | Add 'checksum' command. | Richard Jones | 2009-04-20 | 3 | -0/+153 |
| | |||||
* | Implement upload and download commands. | Richard Jones | 2009-04-20 | 23 | -289/+1583 |
| | |||||
* | Use GUESTFS_LAUNCH_FLAG in the daemon, and use correct uint32_t. | Richard Jones | 2009-04-19 | 1 | -2/+2 |
| | |||||
* | Document initial message. | Richard Jones | 2009-04-19 | 1 | -0/+7 |
| | |||||
* | Document the internal protocol. | Richard Jones | 2009-04-19 | 2 | -30/+132 |
| | |||||
* | Implement NEED_ROOT_OR_IS_DEVICE macro. | Richard Jones | 2009-04-19 | 2 | -1/+14 |
| | |||||
* | Implement _send_sync, _send_file_sync and _receive_file_sync. | Richard Jones | 2009-04-19 | 5 | -1404/+393 |
| | |||||
* | Begin to add the upload and download commands. | Richard Jones | 2009-04-18 | 23 | -349/+917 |
| | |||||
* | Add ruby/ directory, add more warnings. | Richard Jones | 2009-04-18 | 1 | -3/+6 |
| | |||||
* | 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 | 23 | -1734/+1948 |
| | | | | | | - Split out the high-level API actions so that they are in a separate file, and use the defined guestfs C API, instead of fiddling around with internal structures. | ||||
* | Merge branch 'master' of git+ssh://g-rjones@et.redhat.com/git/libguestfs | Richard Jones | 2009-04-18 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch 'master' of git+ssh://g-rjones@et.redhat.com/git/libguestfs | Richard Jones | 2009-04-18 | 1 | -1/+1 |
| |\ | |||||
| * | | Version 1.0.11.0.1 | Richard Jones | 2009-04-18 | 1 | -1/+1 |
| | | | |||||
* | | | Rewrite of main loop impl, start of FileIn/FileOut support. | Richard Jones | 2009-04-18 | 17 | -1673/+2578 |
| |/ |/| | |||||
* | | Allow Ruby bindings to build correctly even if libguestfs not installed. | Richard W.M. Jones | 2009-04-16 | 1 | -1/+1 |
|/ | |||||
* | Fix spec file.1.0.0 | Richard Jones | 2009-04-16 | 1 | -3/+3 |
| | |||||
* | Ruby bindings. | Richard Jones | 2009-04-16 | 16 | -7/+2648 |
| | |||||
* | Resync with proposed Fedora specfile. | Richard Jones | 2009-04-16 | 1 | -8/+20 |
| | |||||
* | Missing free() on return path (thanks: Steve Grubb). | Richard Jones | 2009-04-16 | 2 | -0/+4 |
| | |||||
* | TODO list updated. | Richard Jones | 2009-04-16 | 1 | -0/+4 |
| | |||||
* | Note slow kernel boot times for F11/12. | Richard Jones | 2009-04-16 | 1 | -0/+4 |
| | |||||
* | Updated TODO, BUGS. | Richard Jones | 2009-04-16 | 2 | -1/+5 |
| | |||||
* | Added Python documentation. | Richard Jones | 2009-04-16 | 2 | -10/+774 |
| | |||||
* | Really needs qemu 0.10 for vmchannel support. | Richard Jones | 2009-04-16 | 1 | -2/+2 |
| | |||||
* | 0.9.9 for final cleanups before 1.0 release.0.9.9 | Richard Jones | 2009-04-15 | 1 | -1/+1 |
| | |||||
* | 'guestfish edit' commands and several bugfixes. | Richard Jones | 2009-04-15 | 10 | -24/+599 |
| | |||||
* | Started BUGS list. | Richard Jones | 2009-04-15 | 1 | -0/+1 |
| |