summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* ruby: Translate C examples into Ruby and include documentation.Richard W.M. Jones2010-11-241-0/+1
* python: Translate C examples into Python and include documentation.Richard W.M. Jones2010-11-241-0/+1
* docs: Standard C examples, and guestfs-examples(3) man page.Richard W.M. Jones2010-11-248-276/+361
* generator: Optional arguments, add-drive-opts (RHBZ#642934,CVE-2010-3851).Richard W.M. Jones2010-10-222-3/+8
* maint: use EXIT_SUCCESS and EXIT_FAILURE, not 0 and 1 to exitJim Meyering2009-11-202-9/+9
* build: Fix inter-directory dependenciesMatthew Booth2009-11-191-0/+2
* examples: Don't use STREQ etc in the to-xml.c example.Richard Jones2009-11-101-8/+8
* use STREQ, not strcmp: part 1Jim Meyering2009-11-091-3/+3
* change strncmp() == 0 to STREQLEN()Jim Meyering2009-11-091-4/+4
* change strncmp(...) != 0 to STRNEQLEN(...)Jim Meyering2009-11-091-1/+1
* examples/to-xml.c: Don't depend on Gnulib function.Richard Jones2009-11-021-2/+2
* avoid use of all ctype macrosJim Meyering2009-09-242-3/+5
* Remove guestfs_wait_ready (turn it into a no-op).Richard Jones2009-09-212-2/+0
* Convert all TABs-as-indentation to spaces.Jim Meyering2009-08-031-8/+8
* Guard #inclusion of config.h in examples.Jim Meyering2009-08-032-2/+6
* always include <config.h>Jim Meyering2009-08-032-0/+2
* Make it possible to build in a separate directoryMatthew Booth2009-07-031-2/+2
* Move the appliance and build scripts into new appliance/ subdirectory.Richard W.M. Jones2009-05-281-1/+1
* build: don't tell "make clean" to remove my '~' backup filesJim Meyering2009-04-301-1/+1
* Add support for ext4 to examples/to-xml.cRichard Jones2009-04-241-5/+7
* Fix infinite loop encountered when reading Windows disk in example program.Richard Jones2009-04-221-7/+11
* Show byte sizes in example.Richard Jones2009-04-151-3/+11
* Display ext2/3 details, and some bug fixes.Richard Jones2009-04-151-4/+34
* Added to-xml program.Richard Jones2009-04-153-2/+171
* Remove 'df' program from examples - didn't ever work.Richard Jones2009-04-152-35/+2
* Remove *~ files when doing 'make clean'.Richard Jones2009-04-091-0/+2
* Make the partition configurable.Richard Jones2009-04-031-4/+8
* Added README file for examples directory.Richard Jones2009-04-031-0/+8
* No verbose. User can enable by setting LIBGUESTFS_DEBUG=1 if they want.Richard Jones2009-04-032-2/+0
* Daemon and library are mostly talking to each other now.Richard Jones2009-04-032-2/+39
* Correctly handle the case when select runs out of filehandles.Richard Jones2009-04-021-5/+4
* Guest boots, and basic select/callbacks work.Richard Jones2009-04-021-8/+3
* Moved .cvsignore -> .gitignore.Richard Jones2009-04-011-5/+0
* Running qemu as a subprocess.rjones2009-03-034-0/+50