Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add po/remove-potcdate.sin to git and EXTRA_DIST.1.17.23 | Richard W.M. Jones | 2012-04-01 | 3 | -1/+20 |
| | | | | This file is produced by gettextize and required by 'make dist'. | ||||
* | Version 1.17.23. | Richard W.M. Jones | 2012-03-31 | 20 | -14334/+25263 |
| | |||||
* | Ensure that SOURCES are always in EXTRA_DIST, even if OCaml not available. | Richard W.M. Jones | 2012-03-31 | 3 | -15/+9 |
| | |||||
* | sysprep: Implement 'script' operation for running general scripts against ↵ | Richard W.M. Jones | 2012-03-31 | 2 | -0/+142 |
| | | | | the guest. | ||||
* | Rewrite virt-sysprep. | Richard W.M. Jones | 2012-03-31 | 32 | -607/+1439 |
| | |||||
* | fish: Add a regression test for mount-local, mount-local-run commands. | Richard W.M. Jones | 2012-03-31 | 2 | -0/+81 |
| | |||||
* | Update translations from Transifex. | Richard W.M. Jones | 2012-03-30 | 16 | -18001/+7464 |
| | |||||
* | Update API support. | Richard W.M. Jones | 2012-03-30 | 16 | -0/+7355 |
| | |||||
* | Version 1.17.22.1.17.22 | Richard W.M. Jones | 2012-03-29 | 20 | -19671/+22105 |
| | |||||
* | Add test of parallel mount-local calls. | Richard W.M. Jones | 2012-03-29 | 5 | -2/+267 |
| | |||||
* | New APIs: mount-local, mount-local-run, umount-local (FUSE support in the API). | Richard W.M. Jones | 2012-03-29 | 14 | -1351/+1758 |
| | | | | | | | | | | 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 |
| | |||||
* | gobject: Add split-out files to POTFILES.in | Matthew Booth | 2012-03-29 | 1 | -0/+35 |
| | |||||
* | test: Thread function is a candidate for attribute noreturn. | Richard Jones | 2012-03-29 | 1 | -3/+1 |
| | | | | | The start_test_thread function never returns, it is always cancelled by the main thread. | ||||
* | Partially revert "generator: Fix unescaped '<' and '>' in api descriptions" | Richard Jones | 2012-03-29 | 1 | -5/+5 |
| | | | | | | Don't escape < and > in verbatim sections. This partially reverts commit 09a4e7664b59789f90b6674f640f9d688e4f8b43. | ||||
* | 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 | ||||
* | Fix out-of-tree build for Java bindings | Hilko Bengen | 2012-03-28 | 1 | -2/+2 |
| | |||||
* | Fix out-of-tree build for appliance | Hilko Bengen | 2012-03-28 | 1 | -1/+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 | 8 | -356/+536 |
| | | | | | | | 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 gtk-doc for GuestfsSession and GuestfsSessionClass | Matthew Booth | 2012-03-28 | 1 | -2/+13 |
| | |||||
* | gobject: Add gtk-doc field descriptions for generated structs | Matthew Booth | 2012-03-28 | 1 | -0/+25 |
| | |||||
* | gobject: Add gtk-doc for optarg wrapper classes | Matthew Booth | 2012-03-28 | 1 | -8/+25 |
| | |||||
* | gobject: Drop references to Guestfs::<foo> in comments | Matthew Booth | 2012-03-28 | 1 | -4/+4 |
| | |||||
* | gobject: Handle various problem content in gtk-doc API descriptions | Matthew Booth | 2012-03-28 | 1 | -1/+45 |
| | | | | | | | | | | Produce better gtk-doc for: * URLs * RHBZ# references * CVE references * API cross-references * Parameter references * Escaped characters | ||||
* | gobject: Add basic gtk-doc for all parameters | Matthew Booth | 2012-03-28 | 1 | -4/+16 |
| | |||||
* | gobject: Add basic gtk-doc for properties | Matthew Booth | 2012-03-28 | 1 | -19/+28 |
| | |||||
* | gobject: gtk-doc SECTION must be named after a source file | Matthew Booth | 2012-03-28 | 1 | -1/+1 |
| | |||||
* | gobject: Include explicit types for all parameters | Matthew Booth | 2012-03-28 | 1 | -1/+6 |
| | |||||
* | gobject: Add infrastructure to build gtk-doc | Matthew Booth | 2012-03-28 | 7 | -1/+198 |
| | |||||
* | java: Delete target file before running javah. | Richard Jones | 2012-03-28 | 1 | -0/+1 |
| | | | | | | javah from old GNU classpath won't overwrite the target *.h file, instead leaving the old one which results in a predictable build failure. Delete the target so this won't happen. | ||||
* | fish: Fix compilation when libconfig is not available. | Richard Jones | 2012-03-28 | 1 | -2/+2 |
| | |||||
* | Don't provoke -Wstrict-overflow warning from map_app_md_devices function. | Richard Jones | 2012-03-28 | 1 | -2/+2 |
| | | | | Unclear if this is a real bug or not. | ||||
* | Work around -Wstrict-overflow warning on gcc 4.5.1. | Richard Jones | 2012-03-28 | 1 | -1/+5 |
| | |||||
* | m4: Update .gitignore for old Fedora. | Richard Jones | 2012-03-28 | 1 | -0/+2 |
| | |||||
* | configure: Don't fail if GOBJECT_INTROSPECTION_CHECK is not defined. | Richard Jones | 2012-03-28 | 1 | -9/+14 |
| | |||||
* | tests: Don't include internal guestfs header in tests. | Richard W.M. Jones | 2012-03-27 | 1 | -3/+12 |
| | |||||
* | generator: Allow functions with no requires args, and with some optional args. | Richard W.M. Jones | 2012-03-27 | 2 | -16/+19 |
| | | | | Previously the generator disallowed such functions. | ||||
* | Ignore guestfs.pyo. | Richard W.M. Jones | 2012-03-27 | 1 | -0/+1 |
| | | | | This fixes commit e8ef35df267de6fd6308d0c49a6bdef41113cf19. | ||||
* | Only ignore guestfs.* at the top level | Matthew Booth | 2012-03-27 | 1 | -1/+1 |
| | | | | | The guestfs.* rule appears to be for temporary appliance directories, which are only at the top level. It was matching more than that. | ||||
* | generator: Remove doc reference to non-existent guestfs_inotify_watch_all | Matthew Booth | 2012-03-27 | 1 | -4/+2 |
| | |||||
* | generator: Fix unescaped '<' and '>' in api descriptions | Matthew Booth | 2012-03-27 | 1 | -4/+5 |
| | |||||
* | fuse: Fix documentation for call to virt-filesystems. | Richard W.M. Jones | 2012-03-26 | 1 | -1/+1 |
| | | | | virt-filesystems requires -a/-d option. | ||||
* | df: Avoid a compilation error if libxml2 is not available. | Richard W.M. Jones | 2012-03-25 | 3 | -4/+4 |
| | | | | | | | | | | virt_df-domains.o: In function `add_domain': /home/feeliwood/Downloads/libguestfs-1.17.21/df/domains.c:274: undefined reference to `guestfs___for_each_disk' guestfs___for_each_disk is only available when libvirt _and_ libxml2 dependencies are available at compile time. Thanks Tho Huynh. | ||||
* | Revert "ruby: Replace deprecated rdoc/task and rake/gempackagetask." | Richard W.M. Jones | 2012-03-25 | 1 | -3/+3 |
| | | | | | | This reverts commit fd7a5a8bbdc69b9d2a92f6d05ac555334d0516bf. This breaks Ruby 1.8.7 in Fedora 16. | ||||
* | Remove references to obsolete directory appliance/debian. | Richard W.M. Jones | 2012-03-22 | 2 | -2/+0 |
| | | | | This directory has not existed for a long time. | ||||
* | Remove debian/ subdirectory. | Richard W.M. Jones | 2012-03-22 | 33 | -633/+5 |
| | |||||
* | Version 1.17.21.1.17.21 | Richard W.M. Jones | 2012-03-21 | 20 | -14471/+15214 |
| | |||||
* | filesystems: Implement parents of MD and VG devices (RHBZ#805070). | Richard W.M. Jones | 2012-03-21 | 1 | -16/+223 |
| | |||||
* | filesystems: Allow the parents column to contain multiple parents. | Richard W.M. Jones | 2012-03-20 | 2 | -16/+65 |
| | | | | | | A list of parents is passed for this column. This column is rendered as an (internally) comma-separated list. |