Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Version 1.11.13.1.11.13 | Richard W.M. Jones | 2011-06-30 | 1 | -1/+1 |
| | |||||
* | Add caution subdirectory containing safety and liveness tests. | Richard W.M. Jones | 2011-06-30 | 1 | -0/+1 |
| | | | | | Not that I'm paranoid about qemu breaking snapshots of anything like that ... | ||||
* | Version 1.11.12.1.11.12 | Richard W.M. Jones | 2011-06-28 | 1 | -1/+1 |
| | |||||
* | Version 1.11.11.1.11.11 | Richard W.M. Jones | 2011-06-21 | 1 | -1/+1 |
| | |||||
* | Version 1.11.10.1.11.10 | Richard W.M. Jones | 2011-06-10 | 1 | -1/+1 |
| | |||||
* | Version 1.11.9.1.11.9 | Richard W.M. Jones | 2011-06-04 | 1 | -1/+1 |
| | |||||
* | Version 1.11.8.1.11.8 | Richard W.M. Jones | 2011-05-18 | 1 | -1/+1 |
| | |||||
* | Version 1.11.7.1.11.7 | Richard W.M. Jones | 2011-05-17 | 1 | -1/+1 |
| | |||||
* | Version 1.11.6.1.11.6 | Richard W.M. Jones | 2011-05-12 | 1 | -1/+1 |
| | |||||
* | configure: Use Python platform-dependent site-packages. | Richard W.M. Jones | 2011-05-09 | 1 | -1/+1 |
| | | | | This updates commit c446e6e26e317e105870b0ab25fb082887e23bf6. | ||||
* | Version 1.11.5.1.11.5 | Richard W.M. Jones | 2011-05-09 | 1 | -1/+1 |
| | |||||
* | Use Python distutils to determine include and site-packages directories. | Richard W.M. Jones | 2011-05-09 | 1 | -32/+11 |
| | | | | | This change was inspired by Hilko Bengen's similar change to hivex: http://git.annexia.org/?p=hivex.git;a=commitdiff;h=b808c875a34e62fcdf360534f923d6030590ff44 | ||||
* | Rewrite virt-edit in C. | Richard W.M. Jones | 2011-05-09 | 1 | -0/+1 |
| | |||||
* | Version 1.11.4.1.11.4 | Richard W.M. Jones | 2011-05-08 | 1 | -1/+1 |
| | |||||
* | configure: Sort output files in AC_CONFIG_FILES section. | Richard W.M. Jones | 2011-05-06 | 1 | -21/+30 |
| | |||||
* | Version 1.11.3.1.11.3 | Richard W.M. Jones | 2011-04-22 | 1 | -1/+1 |
| | |||||
* | Version 1.11.2.1.11.2 | Richard W.M. Jones | 2011-04-18 | 1 | -1/+1 |
| | |||||
* | Version 1.11.1.1.11.1 | Richard W.M. Jones | 2011-04-16 | 1 | -1/+1 |
| | |||||
* | Version 1.11.0.1.11.0 | Richard W.M. Jones | 2011-04-12 | 1 | -2/+2 |
| | |||||
* | Version 1.9.18.1.9.18 | Richard W.M. Jones | 2011-04-09 | 1 | -1/+1 |
| | |||||
* | Rewrite virt-resize in OCaml. | Richard W.M. Jones | 2011-04-09 | 1 | -2/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a fairly straightforward translation of Perl virt-resize into OCaml. It is bug-for-bug and feature-for-feature identical to the Perl version, except as noted below. The motivation is to have a more solid, high-level, statically safe compiled language to go forwards with fixing some of the harder bugs in virt-resize. In particular contracts between different parts of the program are now handled by statically typed structures checked at compile time, instead of the very ad-hoc unchecked hash tables used by the Perl version. OCaml and the ocaml-pcre library (Perl-Compatible Regular Expressions bindings for OCaml) are required. Extra features in this version: - 32 bit hosts are now supported. - We try hard to handle the case where the target disk is not "clean" (ie. all zeroes). It usually works for this case, whereas the previous version would usually fail. However it is still recommended that the system administrator creates a fresh blank disk for the target before running the program. - User messages are a bit more verbose and helpful. You can turn these off with the -q (--quiet) option. There is one lost feature: - Ability to specify >= T (terabytes) sizes in command line size expressions has been removed. This probably didn't work in the Perl version. Other differences: - The first partition on the target is no longer aligned; instead we place it at the same sector as on the source. I suspect that aligning it was causing the bootloader failures. - Because it's easier, we do more sanity checking on the source disk. This might lead to more failures, but they'd be failures you'd want to know about. - The order in which operations are performed has been changed to make it more logical. The user should not notice any functional difference, but debug messages will be quite a bit different. - virt-resize is a compiled binary, not a script. | ||||
* | Version 1.9.17.1.9.17 | Richard W.M. Jones | 2011-04-05 | 1 | -1/+1 |
| | |||||
* | mkisofs is obsolete. Require genisoimage everywhere instead. | Nikita A Menkovich | 2011-04-02 | 1 | -3/+3 |
| | |||||
* | Pull translations from Transifex. | Richard W.M. Jones | 2011-04-02 | 1 | -0/+1 |
| | | | | New Ukrainian po-docs translation added. | ||||
* | Version 1.9.16.1.9.16 | Richard W.M. Jones | 2011-04-01 | 1 | -1/+1 |
| | |||||
* | Version 1.9.15.1.9.15 | Richard W.M. Jones | 2011-04-01 | 1 | -1/+1 |
| | |||||
* | examples: Add virt-dhcp-address program. | Richard W.M. Jones | 2011-03-31 | 1 | -0/+1 |
| | | | | | | This is like the mythical 'virt-ifconfig'. There is not enough certainty around the right way to be doing this for us to make a full virt tool for this. Therefore the code is just an example. | ||||
* | Add /etc/libguestfs-tools.conf configuration file. | Richard W.M. Jones | 2011-03-31 | 1 | -0/+9 |
| | | | | | This allows the default for --ro or --rw to be controlled for the three tools guestfish, guestmount and virt-rescue. | ||||
* | Version 1.9.14.1.9.14 | Richard W.M. Jones | 2011-03-28 | 1 | -1/+1 |
| | |||||
* | Version 1.9.13.1.9.13 | Richard W.M. Jones | 2011-03-24 | 1 | -1/+1 |
| | |||||
* | Version 1.9.12.1.9.12 | Richard W.M. Jones | 2011-03-18 | 1 | -1/+1 |
| | |||||
* | Version 1.9.11.1.9.11 | Richard W.M. Jones | 2011-03-15 | 1 | -1/+1 |
| | |||||
* | RHEL5: Old pod2man didn't have --stderr or -u options. | Richard W.M. Jones | 2011-03-11 | 1 | -0/+21 |
| | |||||
* | configure: Remove unnecessary variable assignment. | Richard W.M. Jones | 2011-03-11 | 1 | -1/+0 |
| | | | | Left over from pre-virtio-serial days. | ||||
* | RHEL5: Make use of 'futimens' function optional. | Richard W.M. Jones | 2011-03-11 | 1 | -1/+1 |
| | |||||
* | Version 1.9.10.1.9.10 | Richard W.M. Jones | 2011-03-08 | 1 | -1/+1 |
| | |||||
* | Version 1.9.9.1.9.9 | Richard W.M. Jones | 2011-03-04 | 1 | -1/+1 |
| | |||||
* | Version 1.9.8.1.9.8 | Richard W.M. Jones | 2011-02-06 | 1 | -1/+1 |
| | |||||
* | Version 1.9.7.1.9.7 | Richard W.M. Jones | 2011-01-30 | 1 | -1/+1 |
| | |||||
* | perl: Translate C examples into Perl and include a manual page. | Richard W.M. Jones | 2011-01-30 | 1 | -1/+1 |
| | |||||
* | Version 1.9.6.1.9.6 | Richard W.M. Jones | 2011-01-22 | 1 | -1/+1 |
| | |||||
* | Version 1.9.51.9.5 | Richard W.M. Jones | 2011-01-18 | 1 | -1/+1 |
| | |||||
* | Version 1.9.4.1.9.4 | Richard W.M. Jones | 2011-01-15 | 1 | -1/+1 |
| | |||||
* | Version 1.9.3.1.9.3 | Richard W.M. Jones | 2011-01-11 | 1 | -1/+1 |
| | |||||
* | Version 1.9.2.1.9.2 | Richard W.M. Jones | 2011-01-03 | 1 | -1/+1 |
| | |||||
* | Version 1.9.1.1.9.1 | Richard W.M. Jones | 2010-12-31 | 1 | -2/+2 |
| | |||||
* | Version 1.9.0.1.9.0 | Richard W.M. Jones | 2010-12-19 | 1 | -1/+1 |
| | |||||
* | Prepare for next stable branch: version 1.8.0. | Richard W.M. Jones | 2010-12-19 | 1 | -2/+2 |
| | |||||
* | appliance: Don't hard-code febootstrap --exclude parameters. | Richard W.M. Jones | 2010-12-19 | 1 | -1/+2 |
| | | | | | Create a separate file 'excludelist.in' that contains these regular expressions, and process it the same way as packagelist.in. | ||||
* | Version 1.7.24.1.7.24 | Richard W.M. Jones | 2010-12-16 | 1 | -1/+1 |
| |