guestfs-testing: Link to libguestfs-test-tool.
[libguestfs.git] / generator /
2011-11-17 Matthew BoothNew API: mdadm-detail.
2011-11-11 Matthew BoothNew API: list-md-devices.
2011-11-11 Richard W.M. JonesNew API: mdadm-create for creating MD devices.
2011-11-11 Richard W.M. JonesNew API: Bind the tune2fs command.
2011-11-11 Richard W.M. Jonestune2fs-l: Add a test.
2011-11-11 Richard W.M. Jonesgenerator: Support testing the output of RHashtable...
2011-11-09 Richard W.M. Jonesocaml: Fix bindings when a function takes more than...
2011-11-09 Richard W.M. Jonestests: Fix bitmask parameter when testing optional...
2011-11-09 Richard W.M. Jonesfish: More informative documentation of optargs.
2011-11-08 Matthew BoothUpdate FSF address.
2011-11-02 Richard W.M. Jonespython: Fixes for Python 3 (RHBZ#750889).
2011-11-02 Richard W.M. Jonespython: Include <config.h>.
2011-10-28 Richard W.M. Jonesperl: Add %guestfs_introspection hash with introspectio...
2011-10-27 Richard W.M. Jonesgenerator: Remove DangerWillRobinson.
2011-10-26 Richard W.M. Jonesadd-domain: Add readonlydisk optional argument (RHBZ...
2011-10-26 Richard W.M. Joneslibvirt: Detect if a disk has the <readonly/> flag.
2011-10-26 Richard W.M. JonesNew APIs: copy-{file,device}-to-{file,device}.
2011-10-25 Richard W.M. JonesNew API: part-to-partnum
2011-10-21 Hilko Bengenout-of-tree build: fix HAVE_OCAML=false case
2011-10-19 Matthew Boothinspect: Add drive naming hints
2011-10-19 Matthew Boothlaunch: Store drive information in guestfs_h
2011-10-14 Michael SchererAdd basic support for netbsd detection.
2011-10-14 Michael SchererAdd support for pkgsrc, default NetBSD package manager.
2011-10-14 Michael SchererAdd Opensuse and zypper detection support
2011-10-14 Michael SchererDetect Mageia distribution
2011-10-01 Richard W.M. Jonesmount: Not deprecated any more.
2011-10-01 Richard W.M. Jonesmount: No longer implicitly add -o sync,noatime options.
2011-09-28 Richard W.M. JonesNew API: set-smp, get-smp
2011-09-28 Richard W.M. JonesNew APIs: compress-out, compress-device-out.
2011-09-21 Richard W.M. JonesAdd Erlang bindings.
2011-09-16 Richard W.M. Jonesinspection: Add support for ttylinux (a minimal Linux).
2011-09-15 Richard W.M. JonesAdd an optional group ("grub") for the guestfs_grub_ins...
2011-08-26 Richard W.M. JonesAdd GUESTFS_EVENT_ENTER event.
2011-08-26 Richard W.M. Jonesruby: Check Ruby callback exists before we call it...
2011-08-25 Richard W.M. Jonesruby: Use a regular C array to pass the arguments throu...
2011-08-25 Richard W.M. Jonesruby: Append newline character after printing exception...
2011-08-23 Richard W.M. JonesCoverity: in daemon, free struct in RStruct, RStructLis...
2011-08-23 Richard W.M. Jonespclose: Fix other places where we only tested pclose...
2011-08-23 Richard W.M. JonesCoverity: Check return value from sscanf in bindtests...
2011-08-16 Richard W.M. JonesImprove zeroing and detection of zeroes.
2011-08-15 Hilko Bengenout-of-tree build: Fix up OCaml bindings and generator
2011-08-12 Richard W.M. JonesNote that additional memory may be required to typechec...
2011-08-07 Richard W.M. Jonesfish: Add setenv and unsetenv commands.
2011-08-07 Richard W.M. Jonesfish: Declare run_* functions in a generated header...
2011-08-06 Richard W.M. Jonesdocs: Move deprecation notice up to the top in C man...
2011-08-06 Richard W.M. Jonesdocs: Emphasize deprecation notice in man pages.
2011-08-06 Richard W.M. Jonesdocs: Fix function names in deprecation notices.
2011-08-05 Richard W.M. Jonesfish: Print input file and line number in error messages.
2011-07-19 Richard W.M. Jonesjava: Tidy up the generated C bindings file.
2011-07-19 Richard W.M. Jonesjava: Fix optional arguments in calls.
2011-07-19 Richard W.M. Jonesjava: Enable warnings when compiling C bindings code.
2011-07-17 Richard W.M. Jonesocaml: Generate ocamldoc.
2011-07-16 Richard W.M. Jonesocaml: Bind guestfs_last_errno.
2011-07-16 Richard W.M. Jonesdocs: Separate out combined =item 's in man pages.
2011-07-15 Richard W.M. Jonesruby: Add binding for guestfs_user_cancel.
2011-07-15 Richard W.M. Jonesperl: Add binding for guestfs_user_cancel.
2011-07-15 Richard W.M. Jonesocaml: Add binding for guestfs_user_cancel.
2011-07-15 Richard W.M. JonesAdd user cancellation to the C API.
2011-07-15 Richard W.M. JonesNew APIs: set-pgroup, get-pgroup
2011-07-15 Richard W.M. Jonesguestfs.h: Add missing extern keyword before event...
2011-07-14 Richard W.M. JonesNew API: write-append
2011-07-14 Richard W.M. JonesNew API: btrfs-filesystem-resize (RHBZ#721160).
2011-07-12 Richard W.M. JonesNew API: ntfsresize-opts (RHBZ#685009).
2011-07-12 Richard W.M. JonesDocument that ntfsresize cannot be used multiple times...
2011-07-12 Richard W.M. JonesNew API: list-dm-devices (RHBZ#688062).
2011-07-12 Richard W.M. JonesDon't mention /dev/mapper in docs for vg-activate{...
2011-07-12 Richard W.M. Jonesprotocol: Force optargs_bitmask to be passed as 0 for...
2011-07-06 Richard W.M. Jonesmkfs-opts: Don't test optional arguments in this test.
2011-07-06 Nikita A Menkovichmkfs-opts: Add optional sectorsize parameter.
2011-07-06 Richard W.M. Jonescapitests: Allow tests to properly test optional arguments.
2011-07-04 Nikita A MenkovichImplement inode option to mkfs_opts command.
2011-06-30 Richard W.M. Jonespython: Add explicit g.close() method (RHBZ#717786).
2011-06-28 Richard W.M. Jonesfish: Add 'display' command for displaying graphical...
2011-06-28 Richard W.M. JonesNew API: inspect-get-icon returns the guest icon.
2011-06-28 Richard W.M. Jonesgenerator: Fix functions with both RBufferOut and optio...
2011-06-28 Richard W.M. Jonesinspection: Remove note about root device string.
2011-06-28 Richard W.M. Jonesguestfs.h: Tidy up *_argv structs and other #defines.
2011-06-22 Richard W.M. JonesNew API: mount-9p lets you mount 9p filesystems (RHBZ...
2011-06-22 Richard W.M. JonesNew API: list-9p lists 9p filesystem mount tags (RHBZ...
2011-06-22 Richard W.M. Jonestrace: Print empty list correctly.
2011-06-20 Richard W.M. JonesEnable deprecated option only with gcc >= 4.5.
2011-06-13 Richard W.M. Jonesgenerator: Rewrite UUIDs that begin with zero byte.
2011-05-18 Richard W.M. Joneszero: Disable file test because of bug in file command.
2011-05-17 Richard W.M. JonesNew APIs: is-zero and is-zero-device, to test if file...
2011-05-17 Richard W.M. JonesDocument that guestfs_file output depends on file(1...
2011-05-17 Richard W.M. Jonesgenerator: Mark sfdisk functions as deprecated.
2011-05-17 Richard W.M. Jonesgenerator: Mark mount as deprecated.
2011-05-17 Richard W.M. Jonesgenerator: Mark wait_ready as deprecated.
2011-05-17 Richard W.M. Jonesgenerator: Check the flags fields.
2011-05-17 Richard W.M. JonesEnable deprecation warnings on all C programs.
2011-05-17 Richard W.M. Joneslib: Warn about deprecated functions (enable with ...
2011-05-17 Richard W.M. Joneslib: Add GCC version macro to the header file.
2011-05-17 Richard W.M. Joneslib: Add vertical space between each function in <guest...
2011-05-06 Richard W.M. Jonesadd-domain: Add allowuuid flag to allow UUIDs to be...
2011-05-01 Richard W.M. Jonesdoc: Use I<-...> for cross-references to command line...
2011-04-22 Richard W.M. Jonespython: Implement new event API.
2011-04-22 Richard W.M. Jonespython: Rearrange C files for bindings.
2011-04-22 Richard W.M. Jonesperl: Decrement refcount in $g->delete_event_callback.
2011-04-21 Richard W.M. Jonesinspect: "centos" and "scientificlinux" are now separat...
2011-04-18 Richard W.M. Jonespython: Release Python GIL while running libguestfs...
next