Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Version 1.17.41.1.17.41 | Richard W.M. Jones | 2012-05-11 | 1 | -1/+1 |
| | |||||
* | configure: Allow systemtap/DTrace userspace probes to be disabled. | Richard W.M. Jones | 2012-05-11 | 1 | -3/+13 |
| | | | | | | | | | './configure --disable-probes' will disable these probes. Otherwise they are autodetected as before. The <sys/sdt.h> produces lots of errors when you try to compile with these probes enabled under clang, so it is necessary to provide a way to disable them for clang users. | ||||
* | configure: Replace 'echo -n' with 'AS_ECHO_N' macro (thanks Eric Blake). | Richard W.M. Jones | 2012-05-09 | 1 | -13/+13 |
| | |||||
* | Version 1.17.40.1.17.40 | Richard W.M. Jones | 2012-05-08 | 1 | -1/+1 |
| | |||||
* | Version 1.17.39.1.17.39 | Richard W.M. Jones | 2012-05-03 | 1 | -1/+1 |
| | |||||
* | tests: Regression test for RHBZ#701814. | Richard W.M. Jones | 2012-05-03 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | This commit adds a tests/xml directory, and an LD_PRELOAD module which can fake arbitrary libvirt XML from an external file (and is therefore a much more flexible test than using the libvirt test:// driver alone). Also added is one regression test for: https://bugzilla.redhat.com/show_bug.cgi?id=701814 Loading the given libvirt XML using Sys::Guestfs::Lib::open_guest used to fail with the error: format parameter is empty or contains disallowed characters at /home/rjones/d/libguestfs/perl/blib/lib/Sys/Guestfs/Lib.pm line 256. Thanks to Tom Horsley for supplying the test data. | ||||
* | Version 1.17.38.1.17.38 | Richard W.M. Jones | 2012-05-01 | 1 | -1/+1 |
| | |||||
* | Version 1.17.37.1.17.37 | Richard W.M. Jones | 2012-05-01 | 1 | -1/+1 |
| | |||||
* | Add gettext support for OCaml tools (virt-resize, virt-sparsify, virt-sysprep). | Richard W.M. Jones | 2012-05-01 | 1 | -0/+89 |
| | | | | | | | | Note that this support is optional: To enable it, install the ocaml-gettext library from http://forge.ocamlcore.org/projects/ocaml-gettext . If this library is not installed, then configure detects this and inserts dummy gettext functions that do nothing. | ||||
* | Remove gettextize. | Richard W.M. Jones | 2012-05-01 | 1 | -4/+20 |
| | | | | | Replace the sociopathic nonsense in gettextize with a simple Makefile.am which does the same ... and is faster. | ||||
* | configure: There are now more OCaml tools than just virt-resize. | Richard W.M. Jones | 2012-04-30 | 1 | -1/+1 |
| | | | | | virt-resize, virt-sparsify, virt-sysprep are all OCaml tools, so change what is printed in the report. | ||||
* | configure: Comment fix. | Richard W.M. Jones | 2012-04-30 | 1 | -2/+2 |
| | |||||
* | Move 'libguestfs.pc' (pkgconfig file) to src/ directory. | Richard W.M. Jones | 2012-04-30 | 1 | -1/+1 |
| | | | | Since it describes the C library, it's better in the src/ directory. | ||||
* | Version 1.17.36.1.17.36 | Richard W.M. Jones | 2012-04-26 | 1 | -1/+1 |
| | |||||
* | Version 1.17.35.1.17.35 | Richard W.M. Jones | 2012-04-25 | 1 | -1/+1 |
| | |||||
* | New btrfs APIs. | Richard W.M. Jones | 2012-04-25 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Bind the easy parts of the 'btrfs' program. The new APIs are: btrfs-device-add: add devices to a btrfs filesystem btrfs-device-delete: remove devices from a btrfs filesystem btrfs-filesystem-sync: sync a btrfs filesystem btrfs-filesystem-balance: balance a btrfs filesystem btrfs-subvolume-create: create a btrfs snapshot btrfs-subvolume-delete: delete a btrfs snapshot btrfs-subvolume-list: list btrfs snapshots and subvolumes btrfs-subvolume-set-default: set default btrfs subvolume btrfs-subvolume-snapshot: create a writable btrfs snapshot | ||||
* | Version 1.17.34.1.17.34 | Richard W.M. Jones | 2012-04-24 | 1 | -1/+1 |
| | |||||
* | Version 1.17.33.1.17.33 | Richard W.M. Jones | 2012-04-22 | 1 | -1/+1 |
| | |||||
* | configure: Test for tgetent, tputs and 'UP' symbols (from libtinfo). | Richard W.M. Jones | 2012-04-19 | 1 | -0/+14 |
| | |||||
* | maint: fix doc typos | Jim Meyering | 2012-04-18 | 1 | -1/+1 |
| | | | | | | | Fix typos spotted by http://github.com/lyda/misspell-check. * configure.ac: As above. * ocaml/examples/guestfs-ocaml.pod: Likewise. * fish/guestfish.pod: Likewise. | ||||
* | extra-tests: Check if valgrind supports --vgdb=no option. | Richard W.M. Jones | 2012-04-18 | 1 | -0/+14 |
| | | | | This option didn't exist in RHEL 6 valgrind. | ||||
* | Version 1.17.32.1.17.32 | Richard W.M. Jones | 2012-04-17 | 1 | -1/+1 |
| | |||||
* | Version 1.17.31.1.17.31 | Richard W.M. Jones | 2012-04-15 | 1 | -1/+1 |
| | |||||
* | Version 1.17.30.1.17.30 | Richard W.M. Jones | 2012-04-13 | 1 | -1/+1 |
| | |||||
* | Version 1.17.29.1.17.29 | Richard W.M. Jones | 2012-04-12 | 1 | -1/+1 |
| | |||||
* | Version 1.17.28.1.17.28 | Richard W.M. Jones | 2012-04-11 | 1 | -1/+1 |
| | |||||
* | Version 1.17.27.1.17.27 | Richard W.M. Jones | 2012-04-10 | 1 | -1/+1 |
| | |||||
* | Use posix_fadvise when uploading or downloading files. | Richard W.M. Jones | 2012-04-09 | 1 | -0/+1 |
| | | | | | But ignore it if the call fails, since the file descriptor could be a non-file (eg. /dev/stdout). | ||||
* | Version 1.17.26.1.17.26 | Richard W.M. Jones | 2012-04-03 | 1 | -1/+1 |
| | |||||
* | Version 1.17.25.1.17.25 | Richard W.M. Jones | 2012-04-02 | 1 | -1/+1 |
| | |||||
* | Version 1.17.24.1.17.24 | Richard W.M. Jones | 2012-04-01 | 1 | -1/+1 |
| | |||||
* | 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 |
| |