12404 Commits

Author SHA1 Message Date
Richard Jones
d5709ba3fd Version 1.0.25 1.0.25 2009-05-12 17:56:36 +01:00
Richard Jones
e595146b5c test-command is not an actual test program. 2009-05-12 17:55:33 +01:00
Richard Jones
791a34b6d9 Prepare for version 1.0.24 2009-05-12 17:24:45 +01:00
Richard Jones
b2a5fec5f8 Refactor line splitting code in the daemon, and fix it so it works. 2009-05-12 17:17:19 +01:00
Richard Jones
45d78361d7 Test the 'command' and 'command_lines' functions thoroughly. 2009-05-12 17:16:59 +01:00
Richard Jones
8a7a6180a8 Remove Perl from appliance - fixes large appliance problem on Rawhide builds. 2009-05-12 15:04:43 +01:00
Richard Jones
03ff42cb2e Remove the specfile from the tarball. Include contrib/ dir. 2009-05-12 12:58:45 +01:00
Richard Jones
1856e2ba45 Version 1.0.23 1.0.23 2009-05-11 16:44:07 +01:00
Richard Jones
8cddd6c7e7 Depend on new febootstrap 2.0, and use febootstrap-install. 2009-05-11 15:43:00 +01:00
Richard Jones
09128ca421 Perl bindings fix: Not enough memory was allocated for array params. 2009-05-11 10:52:34 +01:00
Richard Jones
d43dac6948 Partial Haskell bindings. 2009-05-10 13:52:49 +01:00
Richard Jones
f0a5cd69f9 Handle EINTR, EAGAIN in select main loop. 2009-05-10 13:52:49 +01:00
Richard Jones
62c11fb60e Note about using FUSE / mountlo code. 2009-05-09 15:37:40 +01:00
Richard Jones
c889d12759 Version 1.0.22 1.0.22 2009-05-09 13:52:24 +01:00
Richard Jones
f9356f33b0 Valgrind now implemented - remove from TODO list 2009-05-09 13:43:15 +01:00
Richard Jones
c419731e3a Add 'make valgrind' target to run tests under valgrind. 2009-05-09 13:40:31 +01:00
Richard Jones
09492abb65 Fix four memory leaks in guestfs.c revealed by valgrind. 2009-05-09 13:31:08 +01:00
Richard Jones
cdc726dcfc Fix memory leak in error return path. 2009-05-09 13:30:40 +01:00
Richard Jones
12baf36e87 Experimental febootstrap install script. 2009-05-08 20:16:03 +01:00
Richard Jones
cead6fe22d To-do: Use valgrind. 2009-05-08 15:49:42 +01:00
Richard Jones
08361c8987 Bug: Segfault in Perl bindings. 2009-05-08 15:49:34 +01:00
Richard Jones
2fa68269fa List installed applications (NOT WORKING). 2009-05-08 15:48:02 +01:00
Richard Jones
15e0fd573a Generated code to support last 3 commits. 2009-05-08 15:20:36 +01:00
Richard Jones
77c3f9d0ed Add test script to test recovery from qemu failure. 2009-05-08 15:20:20 +01:00
Richard Jones
c10fa84ada Implement -command (to ignore errors) in guestfish, and allow recovery from qemu process failure. 2009-05-08 15:19:51 +01:00
Richard Jones
33377fc61d Allow recovery from guest failure. 2009-05-08 15:19:03 +01:00
Richard Jones
0faa5dde7b Generated code to support previous 2 commits. 2009-05-08 14:28:03 +01:00
Richard Jones
fa7c8bb79b Implement 'strings' and 'hexdump' commands. 2009-05-08 14:27:47 +01:00
Richard Jones
bd7c8ee043 Bug: write_file doesn't work with strings containing ASCII NUL. 2009-05-08 14:27:02 +01:00
Richard Jones
28e18580c2 Note another bug found when testing on Koji. 2009-05-08 11:37:42 +01:00
Richard Jones
7310279baf Missing BRs in spec file. 2009-05-08 09:29:20 +01:00
Richard Jones
4be389ce26 Version 1.0.21 1.0.21 2009-05-08 08:50:27 +01:00
Richard Jones
93ad7365e4 Change memory calculation to choose a generous amount of memory. 2009-05-08 08:44:34 +01:00
Richard Jones
d50dbf2d7c Merge branch 'master' of git+ssh://192.168.122.141/home/rjones/d/libguestfs 2009-05-08 08:40:49 +01:00
Richard Jones
b99a342f37 Added RHEL/CentOS example spec file. 2009-05-08 08:39:05 +01:00
Richard Jones
f78de84796 Force qemu quit when kernel panics (Charles Duffy). 2009-05-08 08:32:26 +01:00
Richard Jones
12c714e71d Update date in changelog line. 1.0.20 2009-05-07 21:39:37 +01:00
Richard Jones
a6155ea18b Update %changelog in the specfile. 2009-05-07 21:34:08 +01:00
Richard Jones
4dffb3bbb5 Prepare for version 1.0.20. 2009-05-07 21:29:08 +01:00
Richard Jones
427b5f079f Fix leak in realloc failure (Jim Meyering). 2009-05-07 21:21:32 +01:00
Richard Jones
dd8b152da0 Use unsigned type for lengths. 2009-05-07 21:10:01 +01:00
Richard Jones
bb349b0533 Handle EINTR and EAGAIN in reads. 2009-05-07 21:01:02 +01:00
Richard Jones
672c4ba257 Specify prototyping behaviour for Perl XSUBs. 2009-05-07 20:52:33 +01:00
Richard Jones
e88c37bc71 Create daemon/m4 subdirectory if it doesn't exist already. 1.0.19 2009-05-07 19:28:21 +01:00
Richard Jones
bfa4d217f0 Set mandir (as in RHEL 5). 2009-05-07 19:19:49 +01:00
Richard Jones
ab48e523b3 Version 1.0.19 2009-05-07 18:51:34 +01:00
Richard Jones
6f0b962724 Misc changes to make tests pass in RHEL 5. 2009-05-07 18:43:27 +01:00
Richard Jones
fd2eccd2ef Include /usr/sbin on the $PATH (for RHEL 5). 2009-05-07 16:58:49 +01:00
Richard Jones
c0beb26a0b Need to keep and modprobe dm_mod module for device-mapper support on RHEL 5. 2009-05-07 16:58:31 +01:00
Richard Jones
db1aacb8e0 /dev/hd* is also a block device on RHEL 5. 2009-05-07 16:57:55 +01:00