Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Version 1.17.3.1.17.3 | Richard W.M. Jones | 2012-01-28 | 1 | -1/+1 |
| | |||||
* | Version 1.17.2.1.17.2 | Richard W.M. Jones | 2012-01-26 | 1 | -1/+1 |
| | |||||
* | Version 1.17.1.1.17.1 | Richard W.M. Jones | 2012-01-24 | 1 | -1/+1 |
| | |||||
* | Enable running the daemon under valgrind. | Richard W.M. Jones | 2012-01-24 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | | This commit allows you to run the daemon under valgrind. You have to enable it at configure time: ./configure --enable-valgrind-daemon This should *not* be done for production builds. When this feature is enabled, valgrind is added to the appliance and the daemon is run under valgrind. Log messages from valgrind are passed back over a virtio-serial channel into a file called 'valgrind.log.$PID' in the top build directory. Running 'make check', 'make extra-tests' etc causes many valgrind.log.* files to be created which must be examined by hand. | ||||
* | Fix --{en,dis}able-install-daemon | Hilko Bengen | 2012-01-23 | 1 | -1/+1 |
| | | | | | | | | This fixes... configure: error: conditional "INSTALL_DAEMON" was never defined. ... when specifying --disable-daemon | ||||
* | Version 1.17.0.1.17.0 | Richard W.M. Jones | 2012-01-23 | 1 | -2/+2 |
| | |||||
* | gobject: Require minimum gobject library version of 2.26.0 | Matthew Booth | 2012-01-23 | 1 | -1/+1 |
| | | | | | The GObject bindings require G_DEFINE_BOXED_TYPE, which was not added until 2.25.15. There are probably other dependencies. | ||||
* | check for febootstrap etc. even if not building appliance | Hilko Bengen | 2012-01-23 | 1 | -31/+32 |
| | |||||
* | Version 1.15.19.1.15.19 | Richard W.M. Jones | 2012-01-22 | 1 | -1/+1 |
| | |||||
* | gobject: Add basic bindtests | Matthew Booth | 2012-01-20 | 1 | -0/+6 |
| | |||||
* | gobject: Add GObject bindings | Matthew Booth | 2012-01-20 | 1 | -0/+37 |
| | |||||
* | Version 1.15.18.1.15.18 | Richard W.M. Jones | 2012-01-19 | 1 | -1/+1 |
| | |||||
* | Tempus fugit. | Richard W.M. Jones | 2012-01-18 | 1 | -1/+1 |
| | | | | Update all copyright dates to 2012. | ||||
* | Version 1.15.17.1.15.17 | Richard W.M. Jones | 2012-01-18 | 1 | -1/+1 |
| | |||||
* | lib: Use -fvisibilty=hidden by default; only ABI symbols are now visible. | Richard W.M. Jones | 2012-01-18 | 1 | -0/+6 |
| | | | | http://gcc.gnu.org/wiki/Visibility | ||||
* | ocaml: Add -Wno-missing-field-initializers to avoid a warning. | Richard W.M. Jones | 2012-01-18 | 1 | -0/+4 |
| | |||||
* | New tool: virt-format: erase and make blank disks. | Richard W.M. Jones | 2012-01-18 | 1 | -0/+1 |
| | | | | | This tool allows you to easily reformat a disk, creating a blank disk with optional partition, LVM and empty filesystem. | ||||
* | Version 1.15.16.1.15.16 | Richard W.M. Jones | 2012-01-10 | 1 | -1/+1 |
| | |||||
* | Version 1.15.15.1.15.15 | Richard W.M. Jones | 2012-01-08 | 1 | -1/+1 |
| | |||||
* | Version 1.15.14.1.15.14 | Richard W.M. Jones | 2011-12-23 | 1 | -1/+1 |
| | |||||
* | Version 1.15.13.1.15.13 | Richard W.M. Jones | 2011-12-22 | 1 | -1/+1 |
| | |||||
* | Fixed checks for libpython features | Hilko Bengen | 2011-12-22 | 1 | -11/+12 |
| | | | | | The python3.1 package shipped with Debian/squeeze does not have the 'mu' suffix that was assumed before. | ||||
* | Version 1.15.12.1.15.12 | Richard W.M. Jones | 2011-12-22 | 1 | -1/+1 |
| | |||||
* | tests: Split images -> tests/data + tests/guests | Richard W.M. Jones | 2011-12-22 | 1 | -1/+2 |
| | |||||
* | tests: Rename extratests -> tests/extra. | Richard W.M. Jones | 2011-12-22 | 1 | -1/+1 |
| | |||||
* | tests: Split regressions -> various subdirectories of tests/ | Richard W.M. Jones | 2011-12-22 | 1 | -1/+5 |
| | |||||
* | tests: Rename capitests -> tests/c-api. | Richard W.M. Jones | 2011-12-22 | 1 | -1/+1 |
| | |||||
* | tests: Rename caution -> tests/qemu. | Richard W.M. Jones | 2011-12-22 | 1 | -1/+1 |
| | |||||
* | Version 1.15.11.1.15.11 | Richard W.M. Jones | 2011-12-09 | 1 | -1/+1 |
| | |||||
* | let the user explicitly choose ruby and rake programs | Hilko Bengen | 2011-12-06 | 1 | -1/+3 |
| | |||||
* | Version 1.15.10.1.15.10 | Richard W.M. Jones | 2011-12-06 | 1 | -1/+1 |
| | |||||
* | daemon: Use pkg-config to locate Augeas CFLAGS / libraries. | Richard W.M. Jones | 2011-12-03 | 1 | -16/+13 |
| | | | | | | | | | | | | | | | | | | Augeas 0.10 depends on libxml2, so this is now required in the appliance (in fact, it was already present). However this exposed two bugs: (1) In libguestfs we use a home-brewed recipe for Augeas flags, resulting in this error: /usr/include/augeas.h:24:25: fatal error: libxml/tree.h: No such file or directory (2) Augeas's own augeas.pc didn't include the libxml2 flags, so it was broken. This requires a patch to Augeas 0.10, see: https://www.redhat.com/archives/augeas-devel/2011-December/msg00008.html Change to using pkg-config to detect Augeas. It is still an optional library. | ||||
* | Version 1.15.9.1.15.9 | Richard W.M. Jones | 2011-12-03 | 1 | -1/+1 |
| | |||||
* | Version 1.15.8.1.15.8 | Richard W.M. Jones | 2011-11-29 | 1 | -1/+1 |
| | |||||
* | Version 1.15.7.1.15.7 | Richard W.M. Jones | 2011-11-29 | 1 | -1/+1 |
| | |||||
* | Version 1.15.6.1.15.6 | Richard W.M. Jones | 2011-11-24 | 1 | -1/+1 |
| | |||||
* | Add 'make extra-tests' rule and run extra tests. | Richard W.M. Jones | 2011-11-24 | 1 | -0/+1 |
| | | | | | These tests are optional, and require a special environment and tools to run. | ||||
* | gnulib: Rebase to latest. | Richard W.M. Jones | 2011-11-22 | 1 | -0/+3 |
| | |||||
* | Version 1.15.5.1.15.5 | Richard W.M. Jones | 2011-11-21 | 1 | -1/+1 |
| | |||||
* | Version 1.15.4.1.15.4 | Richard W.M. Jones | 2011-11-17 | 1 | -1/+1 |
| | |||||
* | Version 1.15.3.1.15.3 | Richard W.M. Jones | 2011-11-09 | 1 | -1/+1 |
| | |||||
* | Update FSF address. | Matthew Booth | 2011-11-08 | 1 | -1/+1 |
| | |||||
* | Version 1.15.2.1.15.2 | Richard W.M. Jones | 2011-11-03 | 1 | -1/+1 |
| | |||||
* | resize: Remove requirement for ocaml Pcre library. | Richard W.M. Jones | 2011-11-03 | 1 | -6/+1 |
| | | | | | This library is not available in RHEL 6, and in any case removing the dependency is a simple change. | ||||
* | python: Use sys.version_info[0] instead of sys.version_info.major. | Richard W.M. Jones | 2011-11-03 | 1 | -2/+2 |
| | | | | | | | | | The major/minor fields only exist in Python >= 2.7. This works for at least Python 2.5 and 2.6. Thanks to Hilko Bengen. This updates commit 646142f5136da9cfe2b908703a822c53350f70e9. | ||||
* | python: Fixes for Python 3 (RHBZ#750889). | Richard W.M. Jones | 2011-11-02 | 1 | -2/+12 |
| | | | | | | | | | | | | | These fixes allow libguestfs bindings to work with Python 3 (tested with Python 3.2) You can select which Python you compile against by doing: PYTHON=python ./configure && make && make check or: PYTHON=python3 ./configure && make && make check | ||||
* | python: Correctly check for Python major/minor. | Richard W.M. Jones | 2011-11-02 | 1 | -1/+3 |
| | | | | | | | | The manual for sys.version warns that you should not parse the string, which we were doing. It would have failed on python "2.10" or similar. Do it correctly using the sys.version_info struct instead. | ||||
* | Version 1.15.1.1.15.1 | Richard W.M. Jones | 2011-11-01 | 1 | -1/+1 |
| | |||||
* | Version 1.15.0.1.15.0 | Richard W.M. Jones | 2011-10-27 | 1 | -2/+2 |
| | |||||
* | Version 1.13.26.1.13.26 | Richard W.M. Jones | 2011-10-26 | 1 | -1/+1 |
| |