Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python: Remove 'del g' from the docs, replace with 'g.close ()'. | Richard W.M. Jones | 2012-04-17 | 1 | -1/+1 |
| | | | | | | | | | 'del g' is a trap for the unwary. If the handle has any other references, it does nothing (in fact, it can be actively dangerous if the user was expecting the appliance to go away). In non-CPython it can be delayed arbitrarily long. Using 'g.close()' on the other hand is always safe. | ||||
* | python: Missing () in guestfs-python(1) examples. | Richard W.M. Jones | 2011-12-14 | 1 | -1/+1 |
| | |||||
* | Update FSF address. | Matthew Booth | 2011-11-08 | 1 | -1/+1 |
| | |||||
* | Add Erlang bindings. | Richard W.M. Jones | 2011-09-21 | 1 | -0/+1 |
| | |||||
* | out-of-tree build: fix documentation generation | Hilko Bengen | 2011-08-15 | 1 | -3/+3 |
| | |||||
* | java: Add guestfs-java(3) man page. | Richard W.M. Jones | 2011-07-19 | 1 | -0/+1 |
| | |||||
* | Add new guestfs-rescue(1) man page with recipes. | Richard W.M. Jones | 2011-05-18 | 1 | -0/+1 |
| | |||||
* | 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 | -1/+4 |
| | | | | | | | | | | | | | | | | | Fix guestfish (and other C tools) so that they ignore errors when /etc/fstab contains bogus entries. Update the documentation for inspect-get-mountpoints to emphasize that callers must be aware of this when mounting the returned values. Add a regression test. Update the example code ("inspect_vm") to reflect the way this API ought to be called. For more detail see: https://bugzilla.redhat.com/show_bug.cgi?id=668574 | ||||
* | 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 | 5 | -0/+231 |