summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
* examples: Further fixes to mount-local example program.Richard W.M. Jones2012-05-141-5/+26
* example: Various fixes to mount-local example program.Richard W.M. Jones2012-05-141-6/+31
* debian: examples: Don't break when O_CLOEXEC is not defined.Richard W.M. Jones2012-05-141-0/+4
* examples: Add mount options "acl,user_xattr" to mount-local example.Richard W.M. Jones2012-05-131-1/+1
* examples: Add an example of using the mount-local API from C.Richard W.M. Jones2012-05-132-0/+171
* examples: Add if HAVE_HIVEX ... endif around virt_dhcp_address example.Richard W.M. Jones2012-05-131-0/+2
* FAQ: Fix typo in download (thanks badnews@IRC)Richard W.M. Jones2012-05-101-2/+2
* Turn libguestfs FAQ into a man page: guestfs-faq(1).Richard W.M. Jones2012-05-012-0/+570
* New man page: guestfs-performance(1).Richard W.M. Jones2012-04-112-0/+409
* example: Copying a directory between two guests using threads.Richard W.M. Jones2012-03-092-0/+308
* Check return values of guestfs_inspect_get_{type,distro} (found by Coverity).Richard W.M. Jones2012-03-081-0/+4
* Add 'display_icon' example program.Richard W.M. Jones2012-03-072-1/+140
* examples: code cleanupsWanlong Gao2012-01-312-2/+2
* Tempus fugit.Richard W.M. Jones2012-01-182-2/+2
* df, testing: Add notes on virt-df numbers (thanks Kashyap Chamarthy).Richard W.M. Jones2011-11-221-1/+23
* guestfs-testing: Link to libguestfs-test-tool.Richard W.M. Jones2011-11-211-0/+5
* Add guestfs-testing(1) man page.Richard W.M. Jones2011-11-202-4/+309
* Update FSF address.Matthew Booth2011-11-081-1/+1
* Add Erlang bindings.Richard W.M. Jones2011-09-212-0/+2
* out-of-tree build: remove unneeded explicit pathsHilko Bengen2011-08-171-2/+2
* recipes: Remove two C file dependencies which are not actually used in the POD.Richard W.M. Jones2011-08-151-1/+1
* out-of-tree build: fix documentation generationHilko Bengen2011-08-151-6/+6
* java: Add guestfs-java(3) man page.Richard W.M. Jones2011-07-192-0/+2
* recipes: in tr command \000 should be \0Richard W.M. Jones2011-06-031-1/+1
* Add new guestfs-rescue(1) man page with recipes.Richard W.M. Jones2011-05-183-4/+440
* guestfs-examples(3): Remove link to OCaml homepage.Richard W.M. Jones2011-05-181-2/+1
* Enable deprecation warnings on all C programs.Richard W.M. Jones2011-05-171-0/+3
* New API: inspect-get-windows-current-control-setRichard W.M. Jones2011-04-051-23/+8
* examples: Add virt-dhcp-address program.Richard W.M. Jones2011-03-312-0/+354
* examples: Use WARN_CFLAGS, WERROR_CFLAGS macros instead of -WallRichard W.M. Jones2011-03-311-5/+11
* examples: size_t-correctness change in inspect_vm.cRichard W.M. Jones2011-03-311-2/+2
* perl: Translate C examples into Perl and include a manual page.Richard W.M. Jones2011-01-301-0/+1
* fish: Don't fail if some mountpoints in /etc/fstab are bogus (RHBZ#668574).Richard W.M. Jones2011-01-111-2/+4
* 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