Add 'add_drive_ro' call. Fix up documentation. Plus a couple of minor code improvemen...
[libguestfs.git] / src / generator.ml
2009-06-02 Richard JonesAdd 'add_drive_ro' call. Fix up documentation. Plus...
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. JonesFix path to COPYING.LIB
2009-05-28 Richard W.M. JonesTo-do: Note that we need to finish the bindings tests.
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 JonesAdd e2fsck_f command, and modify lvresize test to use...
2009-05-21 Richard JonesFix pvremove, vgremove, lvremove tests (RHBZ 502007).
2009-05-19 Richard JonesSkip 'zerofree' test if the command doesn't exist in...
2009-05-19 Richard JonesAdded 'find' command.
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-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-09 Richard JonesFix memory leak in error return path.
2009-05-08 Richard JonesAllow recovery from guest failure.
2009-05-08 Richard JonesImplement 'strings' and 'hexdump' commands.
2009-05-08 Richard JonesBug: write_file doesn't work with strings containing...
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. JonesAdded 'equal' command to compare files.
2009-05-01 Richard W.M. JonesAdded ping-daemon command.
2009-05-01 Richard W.M. JonesAdded dmesg command.
2009-05-01 Richard W.M. JonesAdded drop-caches command.
2009-05-01 Richard W.M. JonesAdd cp, cp-a and mv commands.
2009-04-30 Richard JonesAdd grub-install command.
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 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 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 JonesFunctions for getting and setting the ext2 UUID and...
2009-04-26 Richard JonesCheck for multiple callback in RPC code.
2009-04-25 Richard JonesImplement lvremove, vgremove, pvremove.
2009-04-24 Richard JonesRuby bindings didn't NULL-terminate an array, resulting... 1.0.12
2009-04-23 Richard W.M. JonesUse AC_GNU_SOURCE in daemon. Don't need _GNU_SOURCE...
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 JonesAdd mount_ro, mount_options, mount_vfs. Fix small...
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-21 Richard JonesTesting the Java bindings.
2009-04-21 Richard JonesJava bindings compile, not tested.
2009-04-20 Richard JonesAdded tar-in, tar-out, tgz-in, tgz-out commands.
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 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 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 JonesAdded tune2fs-l command and RHashtable return type.
2009-04-15 Richard JonesAdded stat, lstat, statvfs and associated stat structures.
2009-04-14 Richard JonesAdded bindings for GNU readline.
2009-04-14 Richard JonesTypos and documentation updates.
2009-04-14 Richard JonesAdd 'command' and 'command-lines'. Fix args freeing...
2009-04-13 Richard JonesAdded file(1) command.
2009-04-13 Richard Jonesguestfs -> GuestFS 0.9
2009-04-13 Richard JonesLots, mainly Python bindings.
2009-04-13 Richard JonesStricter checks on short descriptions.
2009-04-11 Richard JonesAdded test suite.
2009-04-10 Richard JonesAdded test framework, no tests implemented yet.
2009-04-10 Richard JonesNew commands: rm rmdir rm-rf mkdir mkdir-p chmod chown
2009-04-10 Richard JonesChange Err -> RErr for consistency with other return...
2009-04-10 Richard JonesDocumentation fix.
2009-04-10 Richard JonesCode cleanup.
2009-04-10 Richard JonesAdd more function checking.
2009-04-10 Richard JonesJust use plain lists for argument representation.
2009-04-10 Richard JonesDocumentation fixes.
next