Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | New API: debug-cmdline for printing QEMU command line (internal only). | Richard W.M. Jones | 2010-11-10 | 2 | -0/+31 | |
| | | | | | This is an internal-only debugging API so may be changed or removed at any time in the future. | |||||
* | Add internal facility to checkpoint and roll back the command line. | Richard Jones | 2010-11-10 | 2 | -0/+22 | |
| | | | | | This internal interface can be used to ensure that certain operations are atomic. | |||||
* | lib: Make pcre, libmagic and hivex libraries optional. | Richard Jones | 2010-11-10 | 9 | -451/+674 | |
| | | | | | | | | | | | | | | | This change makes these libraries optional. If they are not available at compile time then certain core API features will be disabled (see below). This also changes PCRE detection to use pkg-config instead of the ad hoc autoconf checks. The large inspect.c file has been split out into separate function-specific files. file-architecture: requires pcre & libmagic inspection: requires pcre & hivex | |||||
* | Don't include debug* commands in the documentation. | Richard W.M. Jones | 2010-11-10 | 1 | -2/+2 | |
| | ||||||
* | capitests: Add whitespace in Makefile. | Richard W.M. Jones | 2010-11-10 | 1 | -0/+1 | |
| | ||||||
* | inspect: win64 regexp was dead code. | Richard Jones | 2010-11-10 | 1 | -2/+0 | |
| | ||||||
* | lib: Augeas (client side) is not needed by the library. | Richard Jones | 2010-11-10 | 3 | -8/+3 | |
| | | | | However it is used by the daemon. | |||||
* | ocaml: Error on compiler warnings. | Richard Jones | 2010-11-09 | 1 | -1/+1 | |
| | ||||||
* | ruby: Remove extra space before parenthesis. | Richard Jones | 2010-11-09 | 1 | -1/+1 | |
| | ||||||
* | Revert "autogen: Touch ocaml/.depend" | Richard Jones | 2010-11-08 | 1 | -4/+0 | |
| | | | | This reverts commit a0f85ba643990da25b6afe6a2bbd2407cf312c73. | |||||
* | Revert "Remove ocaml/.depend from git." | Richard Jones | 2010-11-08 | 3 | -5/+5 | |
| | | | | | | | | | This reverts commit 064569bcbf854a9cf588ce31851d987d5f114ec8. This commit does the wrong thing: creating an empty ocaml/.depend file is wrong because building the OCaml bindings will fail. Not having this file will prevent automake from running. Therefore this file has to exist with the correct content in git. | |||||
* | Version 1.7.3.1.7.3 | Richard W.M. Jones | 2010-11-08 | 17 | -11319/+11733 | |
| | ||||||
* | build: Create an AUTHORS file. | Richard W.M. Jones | 2010-11-08 | 2 | -0/+21 | |
| | ||||||
* | build: Don't try to rebuild po-docs/<lang> if no po4a. | Maxim Koltsov | 2010-11-08 | 1 | -2/+6 | |
| | ||||||
* | build: Add ./configure --disable-php option. | Maxim Koltsov | 2010-11-08 | 1 | -5/+14 | |
| | | | | This disables the PHP language bindings. | |||||
* | build: Test for virt tools Perl libraries conditionally. | Richard W.M. Jones | 2010-11-08 | 1 | -13/+16 | |
| | | | | | Only test for these if $PERL is defined, and use $PERL as the interpreter. | |||||
* | build: Add ./configure --disable-haskell option. | Maxim Koltsov | 2010-11-08 | 1 | -2/+10 | |
| | | | | This disables the Haskell language bindings. | |||||
* | build: Add ./configure --disable-ruby option. | Maxim Koltsov | 2010-11-08 | 1 | -3/+9 | |
| | | | | This disables the Ruby language bindings. | |||||
* | build: Warn if Python include or site-packages not found. | Maxim Koltsov | 2010-11-08 | 1 | -0/+6 | |
| | ||||||
* | build: Add ./configure --disable-python option. | Maxim Koltsov | 2010-11-08 | 1 | -43/+50 | |
| | | | | This disables the Python language bindings. | |||||
* | build: Add ./configure --disable-perl option. | Maxim Koltsov | 2010-11-08 | 1 | -19/+26 | |
| | | | | This disables the Perl bindings. | |||||
* | ocaml: Remove the old OCaml viewer program. | Richard W.M. Jones | 2010-11-08 | 9 | -764/+1 | |
| | | | | | | This program is obsolete and the code has been reused for guestfs-browser here: http://people.redhat.com/~rjones/guestfs-browser/ | |||||
* | build: Add ./configure --disable-ocaml option. | Maxim Koltsov | 2010-11-08 | 1 | -8/+20 | |
| | | | | | | This can be used to disable the OCaml bindings. Note that OCaml is still required in any case where you need to rerun the generator. | |||||
* | build: Add ./configure --disable-fuse option. | Maxim Koltsov | 2010-11-08 | 1 | -6/+10 | |
| | | | | | If this option is specified, FUSE support is unconditionally disabled. | |||||
* | supermin: If disabled, don't compile in supermin code or check for supermin. | Richard W.M. Jones | 2010-11-08 | 2 | -6/+12 | |
| | | | | | | | | | | | | If supermin is disabled at compile time and the user just wants to use the ordinary appliance, there is no need to compile in all the supermin code, and in particular there is no need to check for the supermin appliance (which involves running febootstrap-supermin-helper that probably doesn't exist). This fixes a warning message observed under Debian w/o supermin: sh: febootstrap-supermin-helper: command not found | |||||
* | fish: Add --rw option (does nothing yet). | Richard W.M. Jones | 2010-11-08 | 5 | -8/+66 | |
| | | | | | | | | | | This adds the guestfish --rw option, intended in future to be required for writing to disk images. At the moment this does not change the default and so does nothing. This patch is intended for backporting to the stable branches so that we can start to introduce scripts which use 'guestfish --rw'. | |||||
* | Add missing generated files to the tarball (thanks maksbotan). | Richard W.M. Jones | 2010-11-07 | 5 | -2/+30 | |
| | | | | | | | | C# bindings were omitted entirely. Add a Makefile.am for this directory even though we don't build these. Because of a missing backslash, some POD files were not being included. | |||||
* | fish: Add --listen --csh to for csh, tcsh compatibility. | Richard W.M. Jones | 2010-11-05 | 4 | -1/+24 | |
| | | | | (Thanks Eric Blake). | |||||
* | fish: Suggest safer form of eval. | Richard W.M. Jones | 2010-11-05 | 1 | -4/+4 | |
| | | | | | | | | eval "$(guestfish --listen)" instead of various other forms. (Thanks Eric Blake). | |||||
* | fish: More portable export sh statment. | Richard W.M. Jones | 2010-11-05 | 1 | -1/+1 | |
| | | | | | | | Don't depend on bash, but allow sh/dash/etc format: GUESTFISH_PID=nn; export GUESTFISH_PID (Thanks Eric Blake). | |||||
* | New API: inspect-get-roots to return roots from last inspection. | Richard W.M. Jones | 2010-11-05 | 2 | -20/+47 | |
| | | | | | Return the roots found by the last call to inspect-os, but without redoing the whole inspection. | |||||
* | generator: Don't die if an API call isn't listed in API versions file. | Richard W.M. Jones | 2010-11-05 | 3 | -7/+9 | |
| | | | | For example, it may just have been added. | |||||
* | Version 1.7.2.1.7.2 | Richard W.M. Jones | 2010-11-05 | 17 | -10725/+11908 | |
| | ||||||
* | configure: Test for 'kvm' binary. | Guido Günther | 2010-11-05 | 1 | -1/+1 | |
| | ||||||
* | Include <stdarg.h> in public header. | Guido Günther | 2010-11-05 | 1 | -0/+1 | |
| | | | | | Public headers use va_list, and this gives an error unless <stdarg.h> had been included before the header. | |||||
* | Don't print out key material in trace output. | Richard W.M. Jones | 2010-11-05 | 1 | -2/+4 | |
| | ||||||
* | fish: '-i' option automatically handles whole-disk encryption. | Richard W.M. Jones | 2010-11-05 | 11 | -67/+199 | |
| | | | | | | | | | | | This feature is also available in guestmount because of the shared option parsing code. You don't need to do anything to enable it, just using -i will attempt decryption of encrypted partitions. Only works for simple Fedora whole-disk encryption. It's a work-in-progress to make it work for other types of encryption. | |||||
* | docs: Fix API support script. | Richard W.M. Jones | 2010-11-04 | 176 | -28/+6066 | |
| | | | | | Before libguestfs 1.0.69 we needed to look in src/guestfs.c to see all the API calls. | |||||
* | fish: Fix missing guestfish commands in HTML docs. | Richard W.M. Jones | 2010-11-04 | 1 | -1/+1 | |
| | ||||||
* | fish: Make the 'help' command more helpful. | Richard W.M. Jones | 2010-11-04 | 6 | -4/+68 | |
| | ||||||
* | docs: Which API calls were first supported in which upstream versions. | Richard W.M. Jones | 2010-11-04 | 184 | -5/+40853 | |
| | | | | | | | | Run src/api-support/update-from-tarballs.sh (this won't work unless you have a local copy of the tarballs from the website). src/api-support/added contains the result of running the script, a list of pairs: (API name, version first appeared). | |||||
* | virt-win-reg: Current is the control set Windows chooses at boot. | Richard W.M. Jones | 2010-11-03 | 1 | -1/+1 | |
| | ||||||
* | HACKING: Mention PHP bindings. | Richard W.M. Jones | 2010-11-03 | 1 | -0/+3 | |
| | ||||||
* | docs: Indent *_va and *_argv functions correctly. | Richard W.M. Jones | 2010-11-03 | 1 | -7/+7 | |
| | | | | This fixes commit f661db2c393d1b7e4211c55682b7fac82a70e36d. | |||||
* | Version 1.7.1.1.7.1 | Richard W.M. Jones | 2010-11-03 | 17 | -12531/+13379 | |
| | ||||||
* | fish: Use a perfect hash for faster command lookups. | Richard W.M. Jones | 2010-11-03 | 6 | -70/+191 | |
| | | | | | | Existing command lookups are approx O(n^2). Replace this with a perfect hash implementation which should be a lot faster. | |||||
* | generator: Properly lay out and indent multi-line C function decls. | Richard W.M. Jones | 2010-11-03 | 3 | -13/+44 | |
| | ||||||
* | docs: Clarify no additional error available from guestfs_create. | Richard W.M. Jones | 2010-11-03 | 1 | -0/+6 | |
| | ||||||
* | docs: Clarify default error handler. | Richard W.M. Jones | 2010-11-03 | 1 | -1/+26 | |
| | ||||||
* | docs: Error strings are in fact localized, documentation was wrong. | Richard W.M. Jones | 2010-11-03 | 1 | -4/+0 | |
| |