libguestfs.git
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.
2009-05-01 Richard JonesVersion 1.0.18 1.0.18
2009-05-01 Richard W.M... Generated code for 'equal' command.
2009-05-01 Richard W.M... Added 'equal' command to compare files.
2009-05-01 Richard W.M... Generated code for ping-daemon command.
2009-05-01 Richard W.M... Added ping-daemon command.
2009-05-01 Richard W.M... Generated code for dmesg command.
2009-05-01 Richard W.M... Added dmesg command.
2009-05-01 Richard W.M... Generated code for drop-caches command.
2009-05-01 Richard W.M... Added drop-caches command.
2009-05-01 Richard W.M... Generated code for cp, cp-a and mv commands.
2009-05-01 Richard W.M... Add cp, cp-a and mv commands.
2009-05-01 Richard W.M... Always look for qemu-kvm, even on non-x86_64 platform.
2009-05-01 Richard W.M... Check fakechroot >= 2.9
2009-04-30 Richard JonesVersion 1.0.17 1.0.17
2009-04-30 Richard JonesGenerated code for grub-install command.
2009-04-30 Richard JonesAdd grub-install command.
2009-04-30 Richard JonesReplace rtl8139 network card with virtio-net.
2009-04-30 Richard JonesAdd documentation for the 'edit' and 'echo' commands.
2009-04-30 Richard JonesAdded guestfish 'echo' command. 1.0.16
2009-04-30 Richard JonesAdded a comment syntax to guestfish (# ...).
2009-04-30 Richard JonesPrepare for version 1.0.16.
2009-04-30 Richard JonesAdded notes to the 'fsck' command documentation.
2009-04-30 Richard JonesAdded 'zero' command to wipe partition tables and super...
2009-04-30 Richard JonesCorrect the path to /sbin/fsck.
2009-04-30 Richard JonesEnable parallel builds (Jim Meyering).
2009-04-30 Richard JonesAdd generated code for 'fsck' command.
2009-04-30 Richard JonesAdded 'fsck' command.
2009-04-30 Richard JonesBind-mount /dev, /proc and /sys into chroot when runnin...
2009-04-30 Richard JonesAutosync now runs umount-all; sync
2009-04-30 Richard JonesFix umount_all command so it unmounts filesystems in...
2009-04-30 Jim Meyeringbuild: don't tell "make clean" to remove my '~' backup...
2009-04-30 Richard JonesSafer way to copy RPMs in no-net builds (Jim Meyering).
2009-04-30 Richard JonesUpdated the generator so it only overwrites files if...
2009-04-30 Richard JonesCorrection to 366a86fb6097ab0f704443f0a6ae2addbc3745d5:
2009-04-30 Jim Meyering* fish/completion.c (commands): Declare with a 2nd...
2009-04-30 Richard JonesUse AC_PROG_CC_STDC because we really need an ISO C...
2009-04-30 Richard JonesUse safe_malloc and/or check returns from malloc (Jim...
2009-04-30 Richard JonesFix unchecked malloc (Jim Meyering).
2009-04-30 Richard JonesFix unchecked malloc & realloc in 'commandv' func ...
2009-04-30 Richard JonesCheck return value from realloc call (Jim Meyering).
2009-04-30 Richard JonesRename tune2fs.c -> ext2.c
2009-04-28 Richard JonesMerge branch 'master' of git+ssh://g-rjones@et.redhat...
2009-04-28 Richard Jones[PATCH] add dependency to ensure make-initramfs.sh...
2009-04-28 Richard JonesResync with proposed Fedora specfile.
2009-04-28 Richard JonesBuild virt-inspector HTML for the website.
2009-04-28 Richard JonesPrepare for 1.0.15. 1.0.15
2009-04-28 Richard JonesXML output.
2009-04-28 Richard JonesPerl output.
2009-04-28 Richard Jones--fish and --ro-fish options working.
2009-04-28 Richard JonesAdded virt-inspector program from virt-v2v.
2009-04-28 Richard Joness/builddir/top_builddir/ (Luciano Miguel Ferreira Rocha).
2009-04-28 Richard JonesFix perl hanging during configure (thanks to Luciano...
2009-04-27 Richard JonesGenerated code for ext2 UUID and label functions.
2009-04-27 Richard JonesFunctions for getting and setting the ext2 UUID and...
2009-04-26 Richard JonesVersion 1.0.14 1.0.14
2009-04-26 Richard JonesAdd --version option (show version) to guestfish.
next