| Commit message (Expand) | Author | Age | Files | Lines |
* | df, testing: Add notes on virt-df numbers (thanks Kashyap Chamarthy). | Richard W.M. Jones | 2011-11-22 | 1 | -1/+23 |
* | guestfs-testing: Link to libguestfs-test-tool. | Richard W.M. Jones | 2011-11-21 | 1 | -0/+5 |
* | Add guestfs-testing(1) man page. | Richard W.M. Jones | 2011-11-20 | 2 | -4/+309 |
* | Update FSF address. | Matthew Booth | 2011-11-08 | 1 | -1/+1 |
* | Add Erlang bindings. | Richard W.M. Jones | 2011-09-21 | 2 | -0/+2 |
* | out-of-tree build: remove unneeded explicit paths | Hilko Bengen | 2011-08-17 | 1 | -2/+2 |
* | recipes: Remove two C file dependencies which are not actually used in the POD. | Richard W.M. Jones | 2011-08-15 | 1 | -1/+1 |
* | out-of-tree build: fix documentation generation | Hilko Bengen | 2011-08-15 | 1 | -6/+6 |
* | java: Add guestfs-java(3) man page. | Richard W.M. Jones | 2011-07-19 | 2 | -0/+2 |
* | recipes: in tr command \000 should be \0 | Richard W.M. Jones | 2011-06-03 | 1 | -1/+1 |
* | Add new guestfs-rescue(1) man page with recipes. | Richard W.M. Jones | 2011-05-18 | 3 | -4/+440 |
* | guestfs-examples(3): Remove link to OCaml homepage. | Richard W.M. Jones | 2011-05-18 | 1 | -2/+1 |
* | Enable deprecation warnings on all C programs. | Richard W.M. Jones | 2011-05-17 | 1 | -0/+3 |
* | New API: inspect-get-windows-current-control-set | Richard W.M. Jones | 2011-04-05 | 1 | -23/+8 |
* | examples: Add virt-dhcp-address program. | Richard W.M. Jones | 2011-03-31 | 2 | -0/+354 |
* | examples: Use WARN_CFLAGS, WERROR_CFLAGS macros instead of -Wall | Richard W.M. Jones | 2011-03-31 | 1 | -5/+11 |
* | examples: size_t-correctness change in inspect_vm.c | Richard W.M. Jones | 2011-03-31 | 1 | -2/+2 |
* | perl: Translate C examples into Perl and include a manual page. | Richard W.M. Jones | 2011-01-30 | 1 | -0/+1 |
* | fish: Don't fail if some mountpoints in /etc/fstab are bogus (RHBZ#668574). | Richard W.M. Jones | 2011-01-11 | 1 | -2/+4 |
* | ruby: Translate C examples into Ruby and include documentation. | Richard W.M. Jones | 2010-11-24 | 1 | -0/+1 |
* | python: Translate C examples into Python and include documentation. | Richard W.M. Jones | 2010-11-24 | 1 | -0/+1 |
* | docs: Standard C examples, and guestfs-examples(3) man page. | Richard W.M. Jones | 2010-11-24 | 8 | -276/+361 |
* | generator: Optional arguments, add-drive-opts (RHBZ#642934,CVE-2010-3851). | Richard W.M. Jones | 2010-10-22 | 2 | -3/+8 |
* | maint: use EXIT_SUCCESS and EXIT_FAILURE, not 0 and 1 to exit | Jim Meyering | 2009-11-20 | 2 | -9/+9 |
* | build: Fix inter-directory dependencies | Matthew Booth | 2009-11-19 | 1 | -0/+2 |
* | examples: Don't use STREQ etc in the to-xml.c example. | Richard Jones | 2009-11-10 | 1 | -8/+8 |
* | use STREQ, not strcmp: part 1 | Jim Meyering | 2009-11-09 | 1 | -3/+3 |
* | change strncmp() == 0 to STREQLEN() | Jim Meyering | 2009-11-09 | 1 | -4/+4 |
* | change strncmp(...) != 0 to STRNEQLEN(...) | Jim Meyering | 2009-11-09 | 1 | -1/+1 |
* | examples/to-xml.c: Don't depend on Gnulib function. | Richard Jones | 2009-11-02 | 1 | -2/+2 |
* | avoid use of all ctype macros | Jim Meyering | 2009-09-24 | 2 | -3/+5 |
* | Remove guestfs_wait_ready (turn it into a no-op). | Richard Jones | 2009-09-21 | 2 | -2/+0 |
* | Convert all TABs-as-indentation to spaces. | Jim Meyering | 2009-08-03 | 1 | -8/+8 |
* | Guard #inclusion of config.h in examples. | Jim Meyering | 2009-08-03 | 2 | -2/+6 |
* | always include <config.h> | Jim Meyering | 2009-08-03 | 2 | -0/+2 |
* | Make it possible to build in a separate directory | Matthew Booth | 2009-07-03 | 1 | -2/+2 |
* | Move the appliance and build scripts into new appliance/ subdirectory. | Richard W.M. Jones | 2009-05-28 | 1 | -1/+1 |
* | build: don't tell "make clean" to remove my '~' backup files | Jim Meyering | 2009-04-30 | 1 | -1/+1 |
* | Add support for ext4 to examples/to-xml.c | Richard Jones | 2009-04-24 | 1 | -5/+7 |
* | Fix infinite loop encountered when reading Windows disk in example program. | Richard Jones | 2009-04-22 | 1 | -7/+11 |
* | Show byte sizes in example. | Richard Jones | 2009-04-15 | 1 | -3/+11 |
* | Display ext2/3 details, and some bug fixes. | Richard Jones | 2009-04-15 | 1 | -4/+34 |
* | Added to-xml program. | Richard Jones | 2009-04-15 | 3 | -2/+171 |
* | Remove 'df' program from examples - didn't ever work. | Richard Jones | 2009-04-15 | 2 | -35/+2 |
* | Remove *~ files when doing 'make clean'. | Richard Jones | 2009-04-09 | 1 | -0/+2 |
* | Make the partition configurable. | Richard Jones | 2009-04-03 | 1 | -4/+8 |
* | Added README file for examples directory. | Richard Jones | 2009-04-03 | 1 | -0/+8 |
* | No verbose. User can enable by setting LIBGUESTFS_DEBUG=1 if they want. | Richard Jones | 2009-04-03 | 2 | -2/+0 |
* | Daemon and library are mostly talking to each other now. | Richard Jones | 2009-04-03 | 2 | -2/+39 |
* | Correctly handle the case when select runs out of filehandles. | Richard Jones | 2009-04-02 | 1 | -5/+4 |