check for grub/menu.lst too
[libguestfs.git] / capitests /
2009-11-20 Richard Jonesavailability: Skip tests when functions are not available.
2009-11-20 Jim Meyeringmaint: use EXIT_SUCCESS and EXIT_FAILURE, not 0 and...
2009-11-19 Matthew Boothbuild: Fix inter-directory dependencies
2009-11-10 Richard JonesDon't export STREQ and friends in <guestfs.h>
2009-11-09 Jim Meyeringuse STREQ, not strcmp: part 1
2009-08-27 Jim Meyeringbuild: enable gcc warnings in capitests/ and ocaml/
2009-08-19 Richard W.M. Jonestests: Conditionally skip UUID tests.
2009-08-03 Jim Meyeringalways include <config.h>
2009-07-31 Richard W.M. JonesNew commands: swapon-*, swapoff-*, mkswap-file.
2009-07-07 Richard JonesRHEL 5: Skip 'scrub' test if command is not in the...
2009-07-07 Richard JonesRHEL 5: 'mkswap -U' not supported, check before testing it.
2009-07-07 Richard JonesMerge branch 'master' of git://git.et.redhat.com/libguestfs
2009-07-03 Matthew BoothMake it possible to build in a separate directory
2009-07-02 Richard JonesMerge branch 'master' of git+ssh://192.168.122.1/home...
2009-07-02 Richard W.M. JonesRemove generated code from git.
2009-07-02 Richard W.M. JonesAdd 'readdir' call.
2009-07-01 Richard W.M. JonesGenerated code for the virtio_blk change.
2009-06-30 Richard W.M. JonesGenerated code for mknod, mkfifo, mknod_b, mknod_c...
2009-06-30 Richard W.M. JonesGenerated code for 'set_memsize'/'get_memsize' calls.
2009-06-29 Richard W.M. JonesGenerated code for the 'mkswap*' commands.
2009-06-29 Richard W.M. JonesGenerated code for mount-loop command.
2009-06-29 Richard W.M. JonesGenerated code for 'initrd-list'.
2009-06-29 Richard W.M. JonesGenerated code for 'du' command.
2009-06-29 Richard W.M. JonesGenerated code for df / df-h.
2009-06-29 Richard W.M. JonesGenerated code for head/tail commands.
2009-06-29 Richard W.M. JonesGenerated code for 'wc_*' commands.
2009-06-29 Richard W.M. JonesImplement TEST_ONLY environment variable to run selecte...
2009-06-29 Richard W.M. JonesAdd large test files with standard content for the...
2009-06-24 Richard W.M. JonesGenerated code for 'mkdtemp' command.
2009-06-23 Richard W.M. JonesGenerated code for 'scrub-*' commands.
2009-06-22 Richard JonesGenerated code for 'glob-expand'.
2009-06-22 Richard JonesGenerated code for 'sh' and 'sh-lines' commands.
2009-06-11 Richard JonesCatching hanging qemu in tests (RHBZ#505329).
2009-06-10 Richard JonesMerge branch 'master' of git://git.et.redhat.com/libguestfs
2009-06-10 Richard JonesRemove obsolete comment from generator.
2009-06-10 Richard JonesCentOS fix: Skip checksum test if no squashfs module.
2009-06-10 Richard JonesCentOS fix: skip ntfs-3g.probe tests if no binary.
2009-06-10 Richard JonesImplement device name translation. Remove device name...
2009-06-10 Richard JonesImplement device name translation. Remove device name...
2009-06-08 Richard JonesGenerated code for ntfs_3g_probe command.
2009-06-04 Richard JonesMove pure regression tests to their own subdirectory.
2009-06-04 Richard JonesGenerated code for the 'sleep' command.
2009-06-02 Richard JonesGenerated code for 'add_drive_ro' call.
2009-05-29 Richard W.M. JonesUse a squashfs attached as /dev/sdd during the C API...
2009-05-29 Richard W.M. JonesFix mkdir-p if directory exists (RHBZ#503133).
2009-05-28 Richard W.M. JonesRerun generator to update tests.
2009-05-28 Richard W.M. JonesFix path to guestfish in test-bootbootboot script.
2009-05-28 Richard W.M. JonesAdd the test0* functions, used to test language bindings.
2009-05-28 Richard W.M. JonesMove C API tests out of root build dir into 'capitests...