Commit Graph

236 Commits

Author SHA1 Message Date
Richard W.M. Jones
81d4a01ac0 Automatically generate ChangeLog file from the git log (thanks: Jim Meyering). 2009-04-23 11:47:06 +01:00
Richard W.M. Jones
6fd5bc8489 Substitute '-' in command names in guestfish documentation. 2009-04-23 11:32:53 +01:00
Richard W.M. Jones
5d13ccaf55 Fix Java tests by passing correct library path to JVM. 2009-04-23 11:11:35 +01:00
Richard W.M. Jones
d660085d7a Configure script tests for Perl modules. 2009-04-23 10:54:27 +01:00
Richard W.M. Jones
cf13c86a2c Merge branch 'master' of git+ssh://g-rjones@et.redhat.com/git/libguestfs 2009-04-23 10:32:31 +01:00
Richard Jones
dd98434c1b Avoid a cast warning on 32 bit. 2009-04-23 10:28:28 +01:00
Richard W.M. Jones
54ca2f1f8c Instructions on running KVM as non-root (Robert P. J. Day). 2009-04-23 10:19:33 +01:00
Richard Jones
8261323786 Version 1.0.10 1.0.10 2009-04-22 22:01:08 +01:00
Richard Jones
79cdf81e2f Generated code for new mount_* commands. 2009-04-22 21:02:49 +01:00
Richard Jones
d7ffe439e8 Add mount_ro, mount_options, mount_vfs. Fix small bug in OCaml generator. 2009-04-22 21:02:15 +01:00
Richard Jones
35dc2f5706 Get ready for 1.0.9. 1.0.9 2009-04-22 19:17:29 +01:00
Richard Jones
c5b2282111 Force a specific network NIC model (allows to work with latest qemu from SVN). 2009-04-22 19:15:11 +01:00
Richard Jones
92c2c33d61 Fix infinite loop encountered when reading Windows disk in example program. 2009-04-22 15:27:42 +01:00
Richard Jones
a8d2536243 Added pkgconfig file (libguestfs.pc). 1.0.8 2009-04-22 11:47:07 +01:00
Richard Jones
f99cb04943 Version 1.0.7 1.0.7 2009-04-22 11:30:58 +01:00
Richard Jones
228e71fe10 Fix quoting of list args in guestfish manpage. 2009-04-22 11:03:05 +01:00
Richard Jones
93b14fcfe5 Resync specfile to Fedora RR. 2009-04-22 11:02:00 +01:00
Richard Jones
b837b64c74 Create /tmp directory in the initramfs. 2009-04-22 10:20:48 +01:00
Richard Jones
94b95dc06c Include fuse.ko module in image. 2009-04-22 10:06:40 +01:00
Richard Jones
4bcb05e92f Version 1.0.6. 1.0.6 2009-04-22 09:18:02 +01:00
Richard Jones
5e635ed910 Note, but don't fix, javadoc bug. 2009-04-22 09:04:04 +01:00
Richard Jones
a331c0ca48 qemu runtime done - remove from TODO list. 2009-04-22 09:03:27 +01:00
Richard Jones
43db06ea89 Allow qemu binary to be overridden at runtime. 2009-04-22 09:00:39 +01:00
Richard Jones
54dd7be585 Allow selection of qemu using --with-qemu 2009-04-22 08:46:35 +01:00
Richard Jones
0d89fb4486 Error message about using --with-java-home=no to disable Java support. 2009-04-22 08:14:49 +01:00
Richard Jones
b36dab0552 Fixes for Java. 1.0.5 2009-04-21 23:15:25 +01:00
Richard Jones
6d5f69f81a Add extra kernel modules required for ext4 support. 2009-04-21 22:38:28 +01:00
Richard Jones
f52bc724a3 Updated documentation, prepare for 1.0.5 release. 2009-04-21 22:27:22 +01:00
Richard Jones
231b2cf3c7 Another Java test. 2009-04-21 22:24:25 +01:00
Richard Jones
2b568496e6 Testing the Java bindings. 2009-04-21 22:05:44 +01:00
Richard Jones
7f818fa00c Java bindings compile, not tested. 2009-04-21 21:14:55 +01:00
Richard Jones
28bce47921 Add summary message, fix libruby detection. 2009-04-21 14:38:12 +01:00
Richard Jones
f087927c5c More notes in the TODO list. 2009-04-21 14:25:31 +01:00
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