Add tests for bindings parameters, fix several broken bindings.
[libguestfs.git] / src /
2009-05-28 Richard W.M. JonesAdd tests for bindings parameters, fix several broken...
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...
2009-05-28 Richard W.M. JonesMove the appliance and build scripts into new appliance...
2009-05-27 Richard JonesImprove javadoc (RHBZ#501883).
2009-05-27 Richard JonesGuestfish built-in commands auto-complete (RHBZ#501878).
2009-05-21 Richard JonesIndividual tests can be skipped by setting SKIP_TEST_...
2009-05-21 Richard JonesGenerated code for e2fsck-f command.
2009-05-21 Richard JonesAdd e2fsck_f command, and modify lvresize test to use...
2009-05-21 Richard JonesFix pvremove, vgremove, lvremove tests (RHBZ 502007).
2009-05-21 Richard JonesGettextize the source, make library strings translatable.
2009-05-19 Richard JonesSkip 'zerofree' test if the command doesn't exist in...
2009-05-19 Richard JonesGenerated code for 'find' command.
2009-05-19 Richard JonesAdded 'find' command.
2009-05-18 Richard JonesGenerated code for lvresize, resize2fs.
2009-05-18 Richard JonesAdd: lvresize, resize2fs commands.
2009-05-18 Richard JonesAdd vg-activate{,-all} commands, and resize recipe.
2009-05-15 Richard W.M. JonesAdd: pvresize, sfdisk-N, sfdisk-l, sfdisk-kernel-geomtr...
2009-05-14 Richard W.M. JonesAdd support for zerofree command.
2009-05-14 Richard W.M. JonesEnable run-time conditional test prerequisites.
2009-05-14 Richard W.M. JonesAdd test prerequisites.
2009-05-13 Richard W.M. JonesDon't stash strings in the handle.
2009-05-13 Richard W.M. JonesAdd 'append', LIBGUESTFS_APPEND to set additional kerne...
2009-05-13 Richard JonesIncrease the wait time for vmchannel socket to appear...
2009-05-12 Richard JonesTest the 'command' and 'command_lines' functions thorou...
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 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 JonesGenerated code to support last 3 commits.
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 JonesChange memory calculation to choose a generous amount...
2009-05-08 Richard JonesForce qemu quit when kernel panics (Charles Duffy).
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 JonesMisc changes to make tests pass in RHEL 5.
2009-05-06 Richard JonesRARRAY_LEN macro for Ruby < 1.9. Small strictness...
2009-05-01 Richard W.M. JonesTypo in documentation.
2009-05-01 Richard W.M. JonesGenerated code for 'equal' command.
2009-05-01 Richard W.M. JonesAdded 'equal' command to compare files.
2009-05-01 Richard W.M. JonesGenerated code for ping-daemon command.
2009-05-01 Richard W.M. JonesAdded ping-daemon command.
2009-05-01 Richard W.M. JonesGenerated code for dmesg command.
2009-05-01 Richard W.M. JonesAdded dmesg command.
2009-05-01 Richard W.M. JonesGenerated code for drop-caches command.
2009-05-01 Richard W.M. JonesAdded drop-caches command.
2009-05-01 Richard W.M. JonesGenerated code for cp, cp-a and mv commands.
2009-05-01 Richard W.M. JonesAdd cp, cp-a and mv commands.
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 JonesAdded notes to the 'fsck' command documentation.
2009-04-30 Richard JonesAdded 'zero' command to wipe partition tables and super...
2009-04-30 Richard JonesAdd generated code for 'fsck' command.
2009-04-30 Richard JonesAdded 'fsck' command.
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 JonesUpdated the generator so it only overwrites files if...
2009-04-30 Richard JonesCorrection to 366a86fb6097ab0f704443f0a6ae2addbc3745d5:
2009-04-30 Richard JonesUse safe_malloc and/or check returns from malloc (Jim...
2009-04-30 Richard JonesCheck return value from realloc call (Jim Meyering).
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 JonesMultiple callbacks during file transfers could cause...
2009-04-26 Richard JonesCheck for multiple callback in RPC code.
2009-04-26 Richard JonesMore checks.
2009-04-25 Richard JonesGenerated code for lvremove, vgremove, pvremove.
2009-04-25 Richard JonesImplement lvremove, vgremove, pvremove.
2009-04-24 Richard JonesExperimental recovery process should help with not...
2009-04-24 Richard JonesRuby bindings didn't NULL-terminate an array, resulting... 1.0.12
2009-04-24 Richard W.M. JonesDon't allocate file chunks on the stack.
2009-04-24 Richard W.M. JonesDon't use large message buffer on the stack (fixes...
2009-04-23 Richard JonesFix 64 bit memsize overhead. 1.0.11
2009-04-23 Richard W.M. JonesReduce the amount of memory allocated to guests based...
2009-04-23 Richard W.M. JonesUse AC_GNU_SOURCE in daemon. Don't need _GNU_SOURCE...
2009-04-23 Richard W.M. JonesGenerated code for debug command.
2009-04-23 Richard W.M. JonesAdd outline of 'debug' command.
2009-04-23 Richard W.M. JonesSubstitute '-' in command names in guestfish documentation.
2009-04-23 Richard JonesAvoid a cast warning on 32 bit.
2009-04-22 Richard JonesGenerated code for new mount_* commands.
2009-04-22 Richard JonesAdd mount_ro, mount_options, mount_vfs. Fix small...
2009-04-22 Richard JonesForce a specific network NIC model (allows to work...
2009-04-22 Richard JonesFix quoting of list args in guestfish manpage.
2009-04-22 Richard JonesAllow qemu binary to be overridden at runtime.
2009-04-22 Richard JonesAllow selection of qemu using --with-qemu
2009-04-21 Richard JonesTesting the Java bindings.
2009-04-21 Richard JonesJava bindings compile, not tested.
2009-04-20 Richard JonesVarious fixes to build and test in Koji. 1.0.4
2009-04-20 Richard JonesInclude the __cplusplus header magic so API really...
2009-04-20 Richard JonesAdded tar-in, tar-out, tgz-in, tgz-out commands.
2009-04-20 Richard JonesMake daemon cancellation really work.
2009-04-20 Richard JonesAdd tests for the upload and download commands.
2009-04-20 Richard JonesAvoid warning: Don't generate read_reply label unless...
2009-04-20 Richard JonesGenerated code for 'checksum' command.
next