tests: Fix bitmask parameter when testing optional arguments.
[libguestfs.git] / examples /
2011-11-08 Matthew BoothUpdate FSF address.
2011-09-21 Richard W.M. JonesAdd Erlang bindings.
2011-08-17 Hilko Bengenout-of-tree build: remove unneeded explicit paths
2011-08-15 Richard W.M. Jonesrecipes: Remove two C file dependencies which are not...
2011-08-15 Hilko Bengenout-of-tree build: fix documentation generation
2011-07-19 Richard W.M. Jonesjava: Add guestfs-java(3) man page.
2011-06-03 Richard W.M. Jonesrecipes: in tr command \000 should be \0
2011-05-18 Richard W.M. JonesAdd new guestfs-rescue(1) man page with recipes.
2011-05-18 Richard W.M. Jonesguestfs-examples(3): Remove link to OCaml homepage.
2011-05-17 Richard W.M. JonesEnable deprecation warnings on all C programs.
2011-04-05 Richard W.M. JonesNew API: inspect-get-windows-current-control-set
2011-03-31 Richard W.M. Jonesexamples: Add virt-dhcp-address program.
2011-03-31 Richard W.M. Jonesexamples: Use WARN_CFLAGS, WERROR_CFLAGS macros instead...
2011-03-31 Richard W.M. Jonesexamples: size_t-correctness change in inspect_vm.c
2011-01-30 Richard W.M. Jonesperl: Translate C examples into Perl and include a...
2011-01-11 Richard W.M. Jonesfish: Don't fail if some mountpoints in /etc/fstab...
2010-11-24 Richard W.M. Jonesruby: Translate C examples into Ruby and include docume...
2010-11-24 Richard W.M. Jonespython: Translate C examples into Python and include...
2010-11-24 Richard W.M. Jonesdocs: Standard C examples, and guestfs-examples(3)...
2010-10-22 Richard W.M. Jonesgenerator: Optional arguments, add-drive-opts (RHBZ...
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 Jonesexamples: Don't use STREQ etc in the to-xml.c example.
2009-11-09 Jim Meyeringuse STREQ, not strcmp: part 1
2009-11-09 Jim Meyeringchange strncmp() == 0 to STREQLEN()
2009-11-09 Jim Meyeringchange strncmp(...) != 0 to STRNEQLEN(...)
2009-11-02 Richard Jonesexamples/to-xml.c: Don't depend on Gnulib function.
2009-09-24 Jim Meyeringavoid use of all ctype macros
2009-09-21 Richard JonesRemove guestfs_wait_ready (turn it into a no-op).
2009-08-03 Jim MeyeringConvert all TABs-as-indentation to spaces.
2009-08-03 Jim MeyeringGuard #inclusion of config.h in examples.
2009-08-03 Jim Meyeringalways include <config.h>
2009-07-03 Matthew BoothMake it possible to build in a separate directory
2009-05-28 Richard W.M. JonesMove the appliance and build scripts into new appliance...
2009-04-30 Jim Meyeringbuild: don't tell "make clean" to remove my '~' backup...
2009-04-24 Richard JonesAdd support for ext4 to examples/to-xml.c
2009-04-22 Richard JonesFix infinite loop encountered when reading Windows...
2009-04-15 Richard JonesShow byte sizes in example.
2009-04-15 Richard JonesDisplay ext2/3 details, and some bug fixes.
2009-04-15 Richard JonesAdded to-xml program.
2009-04-15 Richard JonesRemove 'df' program from examples - didn't ever work.
2009-04-09 Richard JonesRemove *~ files when doing 'make clean'.
2009-04-03 Richard JonesMake the partition configurable.
2009-04-03 Richard JonesAdded README file for examples directory.
2009-04-03 Richard JonesNo verbose. User can enable by setting LIBGUESTFS_DEBU...
2009-04-03 Richard JonesDaemon and library are mostly talking to each other...
2009-04-02 Richard JonesCorrectly handle the case when select runs out of fileh...
2009-04-02 Richard JonesGuest boots, and basic select/callbacks work.
2009-04-01 Richard JonesMoved .cvsignore -> .gitignore.
2009-03-03 rjonesRunning qemu as a subprocess.