libguestfs.git
2009-05-21 Richard JonesIntltoolize the source.
2009-05-21 Richard JonesBugs have been moved to Red Hat Bugzilla.
2009-05-20 Richard JonesBug about Fedora specfile.
2009-05-19 Richard JonesTo-do list for virt-inspector.
2009-05-19 Richard JonesPrepare for 1.0.27 1.0.27
2009-05-19 Richard Jonestest-bootbootboot.sh is a test, not a source file.
2009-05-19 Richard JonesSkip 'zerofree' test if the command doesn't exist in...
2009-05-19 Richard Jonesvirt-inspector now lists installed modules.
2009-05-19 Richard JonesGenerated code for 'find' command.
2009-05-19 Richard JonesAdded 'find' command.
2009-05-19 Richard JonesFix a memory leak in handling of tar files.
2009-05-19 Richard JonesInspect kernels for Linux OSes.
2009-05-19 Richard JonesBase appliance on Fedora 11 (by default - may be overri...
2009-05-18 Richard JonesGenerated code for lvresize, resize2fs.
2009-05-18 Richard JonesAdd: lvresize, resize2fs commands.
2009-05-18 Richard JonesVersion 1.0.26. 1.0.26
2009-05-18 Richard JonesAdd vg-activate{,-all} commands, and resize recipe.
2009-05-18 Richard JonesIgnore old make-initramfs file.
2009-05-16 Richard JonesTo-do: Explain the situation with resizing block devices.
2009-05-15 Richard W.M... Add: pvresize, sfdisk-N, sfdisk-l, sfdisk-kernel-geomtr...
2009-05-15 Richard W.M... To-do: zerofree done, Haskell bindings need to be compl...
2009-05-14 Richard W.M... Add support for zerofree command.
2009-05-14 Richard W.M... To-do: zerofree
2009-05-14 Richard W.M... Enable run-time conditional test prerequisites.
2009-05-14 Richard W.M... Add test prerequisites.
2009-05-14 Richard W.M... Added a couple of bugs related to test code.
2009-05-13 Richard W.M... Bugs related to OptString handling.
2009-05-13 Richard W.M... Don't stash strings in the handle.
2009-05-13 Richard W.M... Add 'append', LIBGUESTFS_APPEND to set additional kerne...
2009-05-13 Richard JonesAllow number of loops to be set on command line.
2009-05-13 Richard JonesTidy-up of test script.
2009-05-13 Richard JonesExit early from script on error.
2009-05-13 Richard JonesIncrease the wait time for vmchannel socket to appear...
2009-05-13 Richard JonesTest booting repeatedly to track down qemu boot hangs.
2009-05-12 Richard JonesVersion 1.0.25 1.0.25
2009-05-12 Richard Jonestest-command is not an actual test program.
2009-05-12 Richard JonesPrepare for version 1.0.24
2009-05-12 Richard JonesRefactor line splitting code in the daemon, and fix...
2009-05-12 Richard JonesTest the 'command' and 'command_lines' functions thorou...
2009-05-12 Richard JonesRemove Perl from appliance - fixes large appliance...
2009-05-12 Richard JonesRemove the specfile from the tarball. Include contrib...
2009-05-11 Richard JonesVersion 1.0.23 1.0.23
2009-05-11 Richard JonesDepend on new febootstrap 2.0, and use febootstrap...
2009-05-11 Richard JonesPerl bindings fix: Not enough memory was allocated...
2009-05-10 Richard JonesPartial Haskell bindings.
2009-05-10 Richard JonesHandle EINTR, EAGAIN in select main loop.
2009-05-09 Richard JonesNote about using FUSE / mountlo code.
2009-05-09 Richard JonesVersion 1.0.22 1.0.22
2009-05-09 Richard JonesValgrind now implemented - remove from TODO list
2009-05-09 Richard JonesAdd 'make valgrind' target to run tests under valgrind.
2009-05-09 Richard JonesFix four memory leaks in guestfs.c revealed by valgrind.
2009-05-09 Richard JonesFix memory leak in error return path.
2009-05-08 Richard JonesExperimental febootstrap install script.
2009-05-08 Richard JonesTo-do: Use valgrind.
2009-05-08 Richard JonesBug: Segfault in Perl bindings.
2009-05-08 Richard JonesList installed applications (NOT WORKING).
2009-05-08 Richard JonesGenerated code to support last 3 commits.
2009-05-08 Richard JonesAdd test script to test recovery from qemu failure.
2009-05-08 Richard JonesImplement -command (to ignore errors) in guestfish...
2009-05-08 Richard JonesAllow recovery from guest failure.
2009-05-08 Richard JonesGenerated code to support previous 2 commits.
2009-05-08 Richard JonesImplement 'strings' and 'hexdump' commands.
2009-05-08 Richard JonesBug: write_file doesn't work with strings containing...
2009-05-08 Richard JonesNote another bug found when testing on Koji.
2009-05-08 Richard JonesMissing BRs in spec file.
2009-05-08 Richard JonesVersion 1.0.21 1.0.21
2009-05-08 Richard JonesChange memory calculation to choose a generous amount...
2009-05-08 Richard JonesMerge branch 'master' of git+ssh://192.168.122.141...
2009-05-08 Richard JonesAdded RHEL/CentOS example spec file.
2009-05-08 Richard JonesForce qemu quit when kernel panics (Charles Duffy).
2009-05-07 Richard JonesUpdate date in changelog line. 1.0.20
2009-05-07 Richard JonesUpdate %changelog in the specfile.
2009-05-07 Richard JonesPrepare for version 1.0.20.
2009-05-07 Richard JonesFix leak in realloc failure (Jim Meyering).
2009-05-07 Richard JonesUse unsigned type for lengths.
2009-05-07 Richard JonesHandle EINTR and EAGAIN in reads.
2009-05-07 Richard JonesSpecify prototyping behaviour for Perl XSUBs.
2009-05-07 Richard JonesCreate daemon/m4 subdirectory if it doesn't exist already. 1.0.19
2009-05-07 Richard JonesSet mandir (as in RHEL 5).
2009-05-07 Richard JonesVersion 1.0.19
2009-05-07 Richard JonesMisc changes to make tests pass in RHEL 5.
2009-05-07 Richard JonesInclude /usr/sbin on the $PATH (for RHEL 5).
2009-05-07 Richard JonesNeed to keep and modprobe dm_mod module for device...
2009-05-07 Richard Jones/dev/hd* is also a block device on RHEL 5.
2009-05-07 Richard JonesAdd BR on ncurses-devel (needed for RHEL 5).
2009-05-07 Richard JonesAugeas is now completely optional.
2009-05-06 Richard JonesAdded TODO item.
2009-05-06 Richard JonesMerge branch 'master' of git+ssh://rich@hakodate/home...
2009-05-06 Richard JonesNote bug about chroot not found.
2009-05-06 Richard JonesNote Augeas support should be optional (TODO).
2009-05-06 Richard JonesFix missing futimens bug.
2009-05-06 Richard JonesAC_CHECK_FUNCS for multiple functions.
2009-05-06 Richard JonesRARRAY_LEN macro for Ruby < 1.9. Small strictness...
2009-05-06 Richard JonesBackport CAMLreturnT for OCaml <= 3.10
2009-05-06 Richard JonesMissing include <ctype.h>
2009-05-06 Richard Jonesvirt-inspector configure bug.
2009-05-06 Richard JonesAdded bugs noted by Charles Duffy.
2009-05-01 Richard W.M... Another TODO item.
2009-05-01 Richard W.M... Typo in documentation.
2009-05-01 Richard W.M... Implement !local in guestfish.
next