Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Version 1.17.23. | Richard W.M. Jones | 2012-03-31 | 1 | -1/+1 |
| | |||||
* | Rewrite virt-sysprep. | Richard W.M. Jones | 2012-03-31 | 1 | -3/+1 |
| | |||||
* | Version 1.17.22.1.17.22 | Richard W.M. Jones | 2012-03-29 | 1 | -1/+1 |
| | |||||
* | New APIs: mount-local, mount-local-run, umount-local (FUSE support in the API). | Richard W.M. Jones | 2012-03-29 | 1 | -3/+8 |
| | | | | | | | | | | 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: Add infrastructure to build gtk-doc | Matthew Booth | 2012-03-28 | 1 | -1/+21 |
| | |||||
* | configure: Don't fail if GOBJECT_INTROSPECTION_CHECK is not defined. | Richard Jones | 2012-03-28 | 1 | -9/+14 |
| | |||||
* | Remove debian/ subdirectory. | Richard W.M. Jones | 2012-03-22 | 1 | -1/+0 |
| | |||||
* | Version 1.17.21.1.17.21 | Richard W.M. Jones | 2012-03-21 | 1 | -1/+1 |
| | |||||
* | Version 1.17.20.1.17.20 | Richard W.M. Jones | 2012-03-17 | 1 | -1/+1 |
| | |||||
* | appliance: Add a tool to make fixed appliances. | Richard W.M. Jones | 2012-03-17 | 1 | -0/+2 |
| | |||||
* | Version 1.17.19.1.17.19 | Richard W.M. Jones | 2012-03-16 | 1 | -1/+1 |
| | |||||
* | Version 1.17.18.1.17.18 | Richard W.M. Jones | 2012-03-15 | 1 | -1/+1 |
| | |||||
* | Version 1.17.17. | Richard W.M. Jones | 2012-03-14 | 1 | -1/+1 |
| | |||||
* | java: Enable -Xlint:all and fix all warnings. | Richard W.M. Jones | 2012-03-14 | 1 | -0/+10 |
| | |||||
* | Version 1.17.16.1.17.16 | Richard W.M. Jones | 2012-03-13 | 1 | -1/+1 |
| | |||||
* | Fix strict-overflow bugs and reenable this warning. | Richard W.M. Jones | 2012-03-12 | 1 | -5/+0 |
| | | | | | | | | In two places, we were counting things in an array using an 'int'. In theory, the int could overflow, so gcc determines this to be undefined behaviour. The fix is to use size_t or ssize_t instead. | ||||
* | Version 1.17.15.1.17.15 | Richard W.M. Jones | 2012-03-12 | 1 | -1/+1 |
| | |||||
* | configure: Enable more warnings, and some cleanup. | Richard W.M. Jones | 2012-03-12 | 1 | -17/+13 |
| | | | | | However -Wstrict-overflow is still disabled, see: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52560 | ||||
* | Version 1.17.14.1.17.14 | Richard W.M. Jones | 2012-03-09 | 1 | -1/+1 |
| | |||||
* | Version 1.17.13.1.17.13 | Richard W.M. Jones | 2012-03-08 | 1 | -1/+1 |
| | |||||
* | Version 1.17.12.1.17.12 | Richard W.M. Jones | 2012-03-07 | 1 | -1/+1 |
| | |||||
* | build: Make netpbm and icoutils into proper optional dependencies. | Richard W.M. Jones | 2012-03-07 | 1 | -0/+24 |
| | | | | | | | | Netpbm and icoutils (wrestool) have always been dependencies. Since they are not always present, make these into optional dependencies (which they were, sort of, before). Also document these dependencies in the README file. | ||||
* | Version 1.17.11.1.17.11 | Richard W.M. Jones | 2012-03-05 | 1 | -1/+1 |
| | |||||
* | Test header file under C++. | Richard W.M. Jones | 2012-03-04 | 1 | -0/+7 |
| | |||||
* | Version 1.17.10.1.17.10 | Richard W.M. Jones | 2012-03-03 | 1 | -1/+1 |
| | |||||
* | Version 1.17.9.1.17.9 | Richard W.M. Jones | 2012-02-28 | 1 | -1/+1 |
| | |||||
* | New APIs: ntfsclone-in, ntfsclone-out. | Richard W.M. Jones | 2012-02-27 | 1 | -0/+1 |
| | |||||
* | Version 1.17.8.1.17.8 | Richard W.M. Jones | 2012-02-15 | 1 | -1/+1 |
| | |||||
* | Version 1.17.7.1.17.7 | Richard W.M. Jones | 2012-02-13 | 1 | -1/+1 |
| | |||||
* | Version 1.17.6.1.17.6 | Richard W.M. Jones | 2012-02-10 | 1 | -1/+1 |
| | |||||
* | java: Make use of JAR_INSTALL_DIR, JNI_INSTALL_DIR | Hilko Bengen | 2012-02-08 | 1 | -4/+7 |
| | |||||
* | Version 1.17.5.1.17.5 | Richard W.M. Jones | 2012-02-08 | 1 | -1/+1 |
| | |||||
* | build: Choose a virtual directory for the daemon which is not a symlink. | Richard W.M. Jones | 2012-02-06 | 1 | -0/+22 |
| | | | | | | | Check /sbin, /usr/sbin, /bin and /usr/bin to ensure that neither the directory nor the parent (eg. /usr) is a symlink, and use this directory for the virtual directory used to store guestfsd in the appliance. | ||||
* | Version 1.17.4.1.17.4 | Richard W.M. Jones | 2012-02-01 | 1 | -1/+1 |
| | |||||
* | 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 |
| |