To-do: zerofree done, Haskell bindings need to be completed.
[libguestfs.git] / src /
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.
2009-04-20 Richard JonesAdd 'checksum' command.
2009-04-19 Richard JonesImplement upload and download commands.
2009-04-19 Richard JonesDocument the internal protocol.
2009-04-19 Richard JonesImplement _send_sync, _send_file_sync and _receive_file...
2009-04-18 Richard JonesBegin to add the upload and download commands.
2009-04-18 Richard JonesSplit out send and reply operations into separate callb...
2009-04-18 Richard Jonesguestfs_send -> guestfs__send, in case we want a future...
2009-04-18 Richard JonesSeparate out the high-level API actions.
2009-04-18 Richard JonesRewrite of main loop impl, start of FileIn/FileOut...
2009-04-16 Richard JonesRuby bindings.
2009-04-16 Richard JonesMissing free() on return path (thanks: Steve Grubb).
2009-04-16 Richard JonesAdded Python documentation.
2009-04-15 Richard Jones'guestfish edit' commands and several bugfixes.
2009-04-15 Richard JonesGenerated code for blockdev_* calls, RInt64, enhanced...
2009-04-15 Richard JonesAdded blockdev_* calls. RInt64 type. Enhanced tests.
2009-04-15 Richard JonesBe strict about commands which don't test themselves...
2009-04-15 Richard JonesCorrectly free memory in RHashtable binding for OCaml...
2009-04-15 Richard JonesGenerated code for tune2fs-l command and RHashtable...
next