Commit Graph

179 Commits

Author SHA1 Message Date
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
Richard Jones
e038597ebd Added blockdev_* calls. RInt64 type. Enhanced tests. 2009-04-15 17:47:34 +01:00
Richard Jones
706c756297 Be strict about commands which don't test themselves, warn about missing tests. 2009-04-15 16:04:27 +01:00
Richard Jones
52471f572e Version 0.9.2. 0.9.2 2009-04-15 16:00:10 +01:00
Richard Jones
3e9f98d0f7 Display ext2/3 details, and some bug fixes. 2009-04-15 14:19:03 +01:00
Richard Jones
0c2376a5c0 Correctly free memory in RHashtable binding for OCaml & Python. 2009-04-15 14:09:01 +01:00
Richard Jones
ad5abc8d36 Generated code for tune2fs-l command and RHashtable return type. 2009-04-15 13:59:07 +01:00
Richard Jones
d5ae4a54e8 Added tune2fs-l command and RHashtable return type. 2009-04-15 13:58:44 +01:00
Richard Jones
7fe2b338e4 Added to-xml program. 2009-04-15 12:34:18 +01:00
Richard Jones
197f0ceeac Remove 'df' program from examples - didn't ever work. 2009-04-15 10:52:37 +01:00
Richard Jones
6bcbe54b57 Generated code for stat/lstat/statvfs changes. 2009-04-15 10:45:01 +01:00
Richard Jones
212a55d483 Added stat, lstat, statvfs and associated stat structures. 2009-04-15 10:44:27 +01:00
Richard Jones
946eec285f Quoting in guestfish. 2009-04-14 20:47:51 +01:00
Richard Jones
8d898dadd9 Version 0.9.1 0.9.1 2009-04-14 16:16:34 +01:00
Richard Jones
d268e64fe7 Added bindings for GNU readline. 2009-04-14 15:52:04 +01:00
Richard Jones
374af1d1c8 Better handling of trailing \n problem. 2009-04-14 14:38:31 +01:00
Richard Jones
5a563bbd9b Typos and documentation updates. 2009-04-14 14:20:47 +01:00
Richard Jones
98a43eba2f Generated changes to perl XS bindings. 2009-04-14 14:20:07 +01:00
Richard Jones
5365ebd501 Add 'command' and 'command-lines'. Fix args freeing in Perl bindings. 2009-04-14 13:51:12 +01:00
Richard Jones
161018ed1e Fix 'file(1)' command to work on /dev devices. 2009-04-14 13:09:06 +01:00
Richard Jones
adefe14e30 Generated files for file(1) command. 2009-04-13 23:58:33 +01:00
Richard Jones
4228340388 Added file(1) command. 2009-04-13 23:58:02 +01:00
Richard Jones
a29a2e99ce Note a bug. 2009-04-13 23:57:26 +01:00
Richard Jones
2a243cfbe1 guestfs -> GuestFS 0.9 2009-04-13 20:13:06 +01:00
Richard Jones
55e302bb10 Python files. Add $QUICK_RPMBUILD flag to avoid running tests. 2009-04-13 20:07:03 +01:00