Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | EPEL 5: Remove PHP bindings. | Richard W.M. Jones | 2012-06-27 | 1 | -3/+0 |
| | |||||
* | EPEL 5: Remove GObject / GObject Introspection / GJS bindings. | Richard W.M. Jones | 2012-06-27 | 1 | -3/+0 |
| | |||||
* | EPEL 5: Remove Erlang bindings. | Richard W.M. Jones | 2012-06-27 | 1 | -3/+0 |
| | |||||
* | tests: Add tests for extended attrs and SELinux, direct and via FUSE. | Richard W.M. Jones | 2012-06-14 | 1 | -0/+1 |
| | | | | | | | Note that the SELinux + FUSE test is disabled because of: https://bugzilla.redhat.com/show_bug.cgi?id=811217 https://bugzilla.redhat.com/show_bug.cgi?id=812798#c42 | ||||
* | tests: Add a test which adds the maximum number of disks and uses them. | Richard W.M. Jones | 2012-06-13 | 1 | -0/+1 |
| | |||||
* | Enhance BUGS script. | Richard W.M. Jones | 2012-06-07 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | Since RHBZ was updated, the old python-bugzilla program broke. When it was fixed, I found the (undocumented) ordering of the results from the old tool was no longer true. This commit adds a small Perl script to sort the output predictably. Now bugs are sorted by both bug state and bug number, so the output should be more stable than before. Re-enable creation of the BUGS file in 'make dist' (this reverts commit 91f3456244e7843768da659e24ce0aeeb4ebe4b0). Also the BUGS file has been updated. | ||||
* | tests: Add a test of non-ASCII character fidelity on various filesystem ↵ | Richard W.M. Jones | 2012-05-25 | 1 | -0/+1 |
| | | | | | | types (RHBZ#823887). Thanks Laszlo Ersek. | ||||
* | build: Temporarily disable generation of 'BUGS' file. | Richard W.M. Jones | 2012-05-21 | 1 | -2/+2 |
| | | | | Red Hat Bugzilla is broken: RHBZ#823510. | ||||
* | 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. | ||||
* | Turn libguestfs FAQ into a man page: guestfs-faq(1). | Richard W.M. Jones | 2012-05-01 | 1 | -0/+1 |
| | |||||
* | Add gettext support for OCaml tools (virt-resize, virt-sparsify, virt-sysprep). | Richard W.M. Jones | 2012-05-01 | 1 | -2/+6 |
| | | | | | | | | 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 | -3/+3 |
| | | | | | Replace the sociopathic nonsense in gettextize with a simple Makefile.am which does the same ... and is faster. | ||||
* | Move 'libguestfs.pc' (pkgconfig file) to src/ directory. | Richard W.M. Jones | 2012-04-30 | 1 | -6/+0 |
| | | | | Since it describes the C library, it's better in the src/ directory. | ||||
* | 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 | ||||
* | build: Change comment above OCaml tools. | Richard W.M. Jones | 2012-04-21 | 1 | -1/+1 |
| | |||||
* | website: typo: guestfs-performance.3 -> guestfs-performance.1 | Richard W.M. Jones | 2012-04-12 | 1 | -1/+1 |
| | |||||
* | New man page: guestfs-performance(1). | Richard W.M. Jones | 2012-04-11 | 1 | -0/+1 |
| | | | | This contains tips for engineering libguestfs for greatest performance. | ||||
* | Add po/remove-potcdate.sin to git and EXTRA_DIST.1.17.23 | Richard W.M. Jones | 2012-04-01 | 1 | -0/+1 |
| | | | | This file is produced by gettextize and required by 'make dist'. | ||||
* | Rewrite virt-sysprep. | Richard W.M. Jones | 2012-03-31 | 1 | -6/+1 |
| | |||||
* | Remove references to obsolete directory appliance/debian. | Richard W.M. Jones | 2012-03-22 | 1 | -1/+0 |
| | | | | This directory has not existed for a long time. | ||||
* | Remove debian/ subdirectory. | Richard W.M. Jones | 2012-03-22 | 1 | -27/+0 |
| | |||||
* | Make HTML from libguestfs-test-tool man page. | Richard W.M. Jones | 2012-03-17 | 1 | -0/+1 |
| | |||||
* | appliance: Add a tool to make fixed appliances. | Richard W.M. Jones | 2012-03-17 | 1 | -0/+1 |
| | |||||
* | New APIs: ntfsclone-in, ntfsclone-out. | Richard W.M. Jones | 2012-02-27 | 1 | -0/+1 |
| | |||||
* | build: Remove 'run' from EXTRA_DIST. | Richard W.M. Jones | 2012-02-03 | 1 | -1/+0 |
| | | | | | | This file shouldn't be included in the tarball as it contains hard-coded paths from the maintainer's machine which cannot be relevant to the target machine. | ||||
* | build: Add contrib/make-check-on-installed.pl to EXTRA_DIST. | Richard W.M. Jones | 2012-01-26 | 1 | -0/+1 |
| | | | | This updates commit 3d0c9f3fc63395083fef798ee31058a0bea8432e. | ||||
* | Do not run appliance-related checks if not building appliance | Hilko Bengen | 2012-01-23 | 1 | -0/+2 |
| | |||||
* | website: Rebuild the HTML manual pages from scratch. | Richard W.M. Jones | 2012-01-22 | 1 | -0/+5 |
| | |||||
* | gobject: Add GObject bindings | Matthew Booth | 2012-01-20 | 1 | -0/+3 |
| | |||||
* | Tempus fugit. | Richard W.M. Jones | 2012-01-18 | 1 | -1/+1 |
| | | | | Update all copyright dates to 2012. | ||||
* | New tool: virt-format: erase and make blank disks. | Richard W.M. Jones | 2012-01-18 | 1 | -1/+2 |
| | | | | | This tool allows you to easily reformat a disk, creating a blank disk with optional partition, LVM and empty filesystem. | ||||
* | AUTHORS: add the email address for each authors | Wanlong Gao | 2012-01-03 | 1 | -1/+1 |
| | | | | | | | Add the email address for authors. It would be better. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> | ||||
* | tests: Finalize the order we run the tests. | Richard W.M. Jones | 2011-12-22 | 1 | -4/+14 |
| | |||||
* | tests: Put test-tool and comment into own section. | Richard W.M. Jones | 2011-12-22 | 1 | -2/+5 |
| | |||||
* | tests: Split images -> tests/data + tests/guests | Richard W.M. Jones | 2011-12-22 | 1 | -1/+1 |
| | |||||
* | tests: Rename extratests -> tests/extra. | Richard W.M. Jones | 2011-12-22 | 1 | -3/+3 |
| | |||||
* | tests: Split regressions -> various subdirectories of tests/ | Richard W.M. Jones | 2011-12-22 | 1 | -1/+4 |
| | |||||
* | tests: Rename capitests -> tests/c-api. | Richard W.M. Jones | 2011-12-22 | 1 | -2/+2 |
| | |||||
* | tests: Rename caution -> tests/qemu. | Richard W.M. Jones | 2011-12-22 | 1 | -1/+1 |
| | |||||
* | Add 'make extra-tests' rule and run extra tests. | Richard W.M. Jones | 2011-11-24 | 1 | -1/+6 |
| | | | | | These tests are optional, and require a special environment and tools to run. | ||||
* | build: Nothing under images/ should be translated | Matthew Booth | 2011-11-24 | 1 | -0/+1 |
| | |||||
* | Add guestfs-testing(1) man page. | Richard W.M. Jones | 2011-11-20 | 1 | -0/+1 |
| | | | | This contains suggested manual tests that users can run. | ||||
* | Update FSF address. | Matthew Booth | 2011-11-08 | 1 | -1/+1 |
| | |||||
* | resize: Remove requirement for ocaml Pcre library. | Richard W.M. Jones | 2011-11-03 | 1 | -4/+1 |
| | | | | | This library is not available in RHEL 6, and in any case removing the dependency is a simple change. | ||||
* | contrib: Add all contrib files to EXTRA_DIST. | Richard W.M. Jones | 2011-11-01 | 1 | -0/+16 |
| | |||||
* | virt-sysprep: Fix test to use guestmount and virt-inspector binaries that ↵ | Richard W.M. Jones | 2011-10-15 | 1 | -1/+1 |
| | | | | have been built. | ||||
* | virt-sysprep: Switch to using guestmount, add more features. | Richard W.M. Jones | 2011-10-13 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | | This switches virt-sysprep to use guestmount instead of guestfish. This makes the script a little bit easier to modify for sysadmins. This commit also adds: - dhcp-client-state - dhcp-server-state - logfiles - random-seed - smolt-uuid - yum-uuid SELinux relabelling, and a section on security in the manual page. | ||||
* | New tool: virt-sysprep: system preparation for guests. | Richard W.M. Jones | 2011-10-08 | 1 | -0/+4 |
| | |||||
* | Makefile.am: Fix comment. | Richard W.M. Jones | 2011-10-07 | 1 | -1/+2 |
| | |||||
* | New tool: virt-alignment-scan to check alignment of partitions. | Richard W.M. Jones | 2011-10-05 | 1 | -1/+2 |
| |