Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Lua bindings. | Richard W.M. Jones | 2012-11-17 | 1 | -0/+1 |
| | | | | | | | | These are relatively complete, although only lightly tested. Missing: - events - last_errno - user_cancel | ||||
* | man pages: Ensure consistent copyright/author sections, remove license | Richard W.M. Jones | 2012-08-21 | 1 | -18/+1 |
| | | | | | | | | | | section. Ensure each man page contains consistent COPYRIGHT and AUTHOR sections. Remove the LICENSE section. We will add that back in podwrapper in a later commit. | ||||
* | examples: Use add_drive_opts function in examples. | Richard W.M. Jones | 2012-08-02 | 1 | -1/+1 |
| | | | | | | | | | | | | In libguestfs 1.20, you will be able to use 'add_drive' instead of 'add_drive_opts' (except in the C bindings). However until libguestfs 1.20 is the minimum stable version people will still be using old versions where you have to use 'add_drive_opts'. This makes the examples confusing. Therefore continue to use 'add_drive_opts' in the examples for now. | ||||
* | generator: Rename 'add_drive_opts' API to 'add_drive'. | Richard W.M. Jones | 2012-07-14 | 1 | -1/+1 |
| | | | | | | By using the once_had_no_optargs flag, this change is backwards compatible for callers (except Haskell, PHP and GObject as discussed in earlier commit). | ||||
* | python: Missing () in guestfs-python(1) examples. | Richard W.M. Jones | 2011-12-14 | 1 | -1/+1 |
| | |||||
* | Add Erlang bindings. | Richard W.M. Jones | 2011-09-21 | 1 | -0/+1 |
| | |||||
* | 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 |
| | |||||
* | 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/+72 |