Commit Graph

203 Commits

Author SHA1 Message Date
Richard Jones
b9014d6a0d Basic Java build environment. 2009-04-21 14:25:16 +01:00
Richard Jones
936108f54c Various fixes to build and test in Koji. 1.0.4 2009-04-20 23:40:50 +01:00
Richard Jones
89f060b5cf Fixes for CDPATH being set. 2009-04-20 21:16:25 +01:00
Richard Jones
6a77cc2611 Use standard names for the OCaml/Perl/Python/Ruby subpackages. 2009-04-20 19:30:11 +01:00
Richard Jones
9b281a66c0 Ruby also supported 2009-04-20 18:20:34 +01:00
Richard Jones
6397feeb74 Include the __cplusplus header magic so API really callable from C++. 2009-04-20 16:52:13 +01:00
Richard Jones
e44128bf54 Version 1.0.3. 1.0.3 2009-04-20 16:28:02 +01:00
Richard Jones
d802fd4692 Removed TODO item, now implemented. 2009-04-20 15:59:08 +01:00
Richard Jones
0232e72282 Added tar-in, tar-out, tgz-in, tgz-out commands. 2009-04-20 15:54:22 +01:00
Richard Jones
11350529fe Various fixes to the daemon:
- make sure SIGPIPE doesn't kill us
 - warn not to use macros in FileIn functions
 - add shell_quote function
2009-04-20 15:13:34 +01:00
Richard Jones
feb188d277 Some fixes to daemon upload command:
- don't leak the file descriptor along error paths
 - can't use those macros in FileIn functions
2009-04-20 14:58:36 +01:00
Richard Jones
4ce2b7b7fb Make daemon cancellation really work. 2009-04-20 14:58:04 +01:00
Richard Jones
c5d37435aa Add tests for the upload and download commands. 2009-04-20 13:14:07 +01:00
Richard Jones
469c6cdfd5 Prepare for version 1.0.2. 1.0.2 2009-04-20 11:45:29 +01:00
Richard Jones
42341cc003 Avoid warning: Don't generate read_reply label unless needed. 2009-04-20 11:45:11 +01:00
Richard Jones
2069ade881 Fix file descriptor leak in daemon. 2009-04-20 11:35:57 +01:00
Richard Jones
24ccbb29ac Generated code for 'checksum' command. 2009-04-20 10:19:45 +01:00
Richard Jones
aef3d2013f Add 'checksum' command. 2009-04-20 10:19:29 +01:00
Richard Jones
170f262f04 Implement upload and download commands. 2009-04-20 00:22:02 +01:00
Richard Jones
d5151686d8 Use GUESTFS_LAUNCH_FLAG in the daemon, and use correct uint32_t. 2009-04-19 14:51:50 +01:00
Richard Jones
13465753d3 Document initial message. 2009-04-19 14:39:19 +01:00
Richard Jones
08c333a738 Document the internal protocol. 2009-04-19 14:33:46 +01:00
Richard Jones
d73a4f097f Implement NEED_ROOT_OR_IS_DEVICE macro. 2009-04-19 12:41:35 +01:00
Richard Jones
749708a7ec Implement _send_sync, _send_file_sync and _receive_file_sync. 2009-04-19 12:29:25 +01:00
Richard Jones
bb07a7f858 Begin to add the upload and download commands. 2009-04-18 22:33:15 +01:00
Richard Jones
7bf3e1a435 Add ruby/ directory, add more warnings. 2009-04-18 21:21:44 +01:00
Richard Jones
42a8baf3c9 Split out send and reply operations into separate callbacks. 2009-04-18 16:32:20 +01:00
Richard Jones
8e54ab2895 guestfs_send -> guestfs__send, in case we want a future command called "send". 2009-04-18 15:41:22 +01:00
Richard Jones
ef499de894 Separate out the high-level API actions.
- 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.
2009-04-18 15:31:53 +01:00
Richard Jones
ad1d84a142 Merge branch 'master' of git+ssh://g-rjones@et.redhat.com/git/libguestfs 2009-04-18 13:27:06 +01:00
Richard Jones
1765330e07 Rewrite of main loop impl, start of FileIn/FileOut support. 2009-04-18 13:17:12 +01:00
Richard Jones
8a4cdcef21 Merge branch 'master' of git+ssh://g-rjones@et.redhat.com/git/libguestfs 2009-04-18 10:16:34 +01:00
Richard Jones
0206f0ead2 Version 1.0.1 1.0.1 2009-04-18 10:16:03 +01:00
Richard W.M. Jones
92804dec7c Allow Ruby bindings to build correctly even if libguestfs not installed. 2009-04-16 23:55:56 +01:00
Richard Jones
e88c365cfb Fix spec file. 1.0.0 2009-04-16 22:25:36 +01:00
Richard Jones
a5f68bd57d Ruby bindings. 2009-04-16 22:13:20 +01:00
Richard Jones
5a6da98c94 Resync with proposed Fedora specfile. 2009-04-16 17:44:47 +01:00
Richard Jones
1e60354dc8 Missing free() on return path (thanks: Steve Grubb). 2009-04-16 17:38:27 +01:00
Richard Jones
3ae8631c8f TODO list updated. 2009-04-16 17:35:59 +01:00
Richard Jones
ecee63de60 Note slow kernel boot times for F11/12. 2009-04-16 16:34:23 +01:00
Richard Jones
b56d67859c Updated TODO, BUGS. 2009-04-16 12:38:06 +01:00
Richard Jones
3eba057f5a Added Python documentation. 2009-04-16 11:39:22 +01:00
Richard Jones
7e47aaa137 Really needs qemu 0.10 for vmchannel support. 2009-04-16 01:31:19 +01:00
Richard Jones
ce6c6978ee 0.9.9 for final cleanups before 1.0 release. 0.9.9 2009-04-15 23:58:11 +01:00
Richard Jones
05712b2457 'guestfish edit' commands and several bugfixes. 2009-04-15 23:54:51 +01:00
Richard Jones
54a6c3212c Started BUGS list. 2009-04-15 20:38:01 +01:00
Richard Jones
612a358b89 Move guestfish 'alloc' command to a separate file. 2009-04-15 20:27:30 +01:00
Richard Jones
76f1a7d994 Version 0.9.3. 0.9.3 2009-04-15 17:59:43 +01:00
Richard Jones
4905c1ae8b Show byte sizes in example. 2009-04-15 17:58:35 +01:00
Richard Jones
b348eacbc4 Generated code for blockdev_* calls, RInt64, enhanced tests. 2009-04-15 17:48:54 +01:00