Added a couple of bugs related to test code.
[libguestfs.git] / Makefile.am
2009-05-13 Richard JonesTest booting repeatedly to track down qemu boot hangs.
2009-05-12 Richard Jonestest-command is not an actual test program.
2009-05-12 Richard JonesTest the 'command' and 'command_lines' functions thorou...
2009-05-12 Richard JonesRemove the specfile from the tarball. Include contrib...
2009-05-10 Richard JonesPartial Haskell bindings.
2009-05-09 Richard JonesAdd 'make valgrind' target to run tests under valgrind.
2009-05-08 Richard JonesAdd test script to test recovery from qemu failure.
2009-04-30 Richard JonesReplace rtl8139 network card with virtio-net.
2009-04-30 Jim Meyeringbuild: don't tell "make clean" to remove my '~' backup...
2009-04-28 Richard Jones[PATCH] add dependency to ensure make-initramfs.sh...
2009-04-28 Richard JonesBuild virt-inspector HTML for the website.
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-25 Richard JonesClean up *~ files in recipes/
2009-04-25 Richard JonesBetter generation of recipes page.
2009-04-25 Richard JonesImprove CSS on recipes page.
2009-04-25 Richard JonesAdded guestfish recipes.
2009-04-23 Richard W.M. JonesAutomatically generate ChangeLog file from the git...
2009-04-22 Richard JonesAdded pkgconfig file (libguestfs.pc). 1.0.8
2009-04-21 Richard JonesBasic Java build environment.
2009-04-16 Richard JonesRuby bindings.
2009-04-12 Richard JonesDistribute TODO file.
2009-04-11 Richard JonesMinor adjustments for 0.8 release. 0.8
2009-04-11 Richard JonesAdded test suite.
2009-04-10 Richard JonesAdded test framework, no tests implemented yet.
2009-04-09 Richard JonesRemove *~ files when doing 'make clean'.
2009-04-09 Richard JonesDistribute the pod.css file.
2009-04-09 Richard JonesGenerate webpages.
2009-04-07 Richard JonesAdded guestfish(1) manpage.
2009-04-07 Richard JonesAdded framework for the language bindings.
2009-04-07 Richard Jonespvs/vgs/lvs commands working now.
2009-04-04 Richard JonesMostly working spec file.
2009-04-04 Richard JonesGenerate actions section in guestfs.3 man page.
2009-04-03 Richard JonesAdded outline of shell command, added generator support.
2009-04-03 Richard JonesRemove initramfs/fakelog.root if make-initramfs fails.
2009-04-03 Richard JonesAdd update-initramfs.sh.in so we don't need to rebuild...
2009-04-02 Richard JonesGuest boots, and basic select/callbacks work.
2009-04-01 Richard JonesAdd test-boot-realistic target.
2009-04-01 Richard JonesVarious fixes to the build system, add 'make test-boot...
2009-03-24 rjonesBuild the initramfs.
2009-03-24 rjonesNow using febootstrap.
2009-03-03 rjonesRunning qemu as a subprocess.
2009-03-03 rjonesBuild environment set up for libguestfs.