Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New APIs: mount-local, mount-local-run, umount-local (FUSE support in the API). | Richard W.M. Jones | 2012-03-29 | 1 | -0/+4 |
| | | | | | | | | | | Add FUSE support directly to the API. Instead of needing to use the external 'guestmount' command, you can mount the libguestfs filesystem space on a local mountpoint using an API call from any language. Note that although mount-local-run is marked as Cancellable, the current implementation does not support it, but it would be relatively simple to add it. | ||||
* | gobject: Ignore generated guestfs-sections.txt | Matthew Booth | 2012-03-29 | 1 | -0/+1 |
| | |||||
* | Fix out-of-tree build for GObject bindings | Hilko Bengen | 2012-03-28 | 1 | -1/+1 |
| | | | | | | | | | | guestfs-gobject.h (in the source directory) was not found. In file included from <stdin>:4:0: /path/to/libguestfs/gobject/guestfs-gobject.h:23:37: fatal error: guestfs-gobject-session.h: No such file or directory compilation terminated. Error while processing the source. make[2]: *** [Guestfs-1.0.gir] Error 1 | ||||
* | gobject: Remove gtk-doc from TODO | Matthew Booth | 2012-03-28 | 1 | -1/+0 |
| | |||||
* | gobject: Split sources into 1 file per class | Matthew Booth | 2012-03-28 | 5 | -11/+106 |
| | | | | | | | This greatly improves the usability of the generated gtk-doc. Although there is a lot of churn in generator_gobject.ml, this is almost exclusively code motion. | ||||
* | gobject: Add infrastructure to build gtk-doc | Matthew Booth | 2012-03-28 | 5 | -0/+176 |
| | |||||
* | gobject: Update TODO with details of inspect_get_type fix | Matthew Booth | 2012-03-06 | 1 | -0/+3 |
| | |||||
* | build: Add gobject/TODO.txt to EXTRA_DIST. | Richard W.M. Jones | 2012-01-26 | 1 | -1/+2 |
| | | | | This updates commit dd25638fc14ea63cf8e8eb0940173f1c6952447f. | ||||
* | gobject: Add a TODO list | Matthew Booth | 2012-01-26 | 1 | -0/+9 |
| | |||||
* | gobject: Add an explicit close call | Matthew Booth | 2012-01-26 | 3 | -2/+45 |
| | | | | | This change binds guestfs_close(). It consequently results in RConstOptString being able to throw an error. | ||||
* | gobject: Run bindtests from srcdir. | Hilko Bengen | 2012-01-23 | 1 | -2/+2 |
| | |||||
* | gobject: Include bindtests-manual.js in EXTRA_DIST. | Richard W.M. Jones | 2012-01-22 | 1 | -3/+7 |
| | | | | This fixes commit 93b0769ec7929a909678411d75840f81bed55a81. | ||||
* | gobject: Add bindtests for return values | Matthew Booth | 2012-01-20 | 2 | -0/+111 |
| | |||||
* | gobject: Add basic bindtests | Matthew Booth | 2012-01-20 | 2 | -2/+36 |
| | |||||
* | gobject: Add GObject bindings | Matthew Booth | 2012-01-20 | 1 | -0/+58 |