summaryrefslogtreecommitdiffstats
path: root/po
Commit message (Collapse)AuthorAgeFilesLines
* Version 1.18.10.1.18.10Richard W.M. Jones2012-10-3015-91/+91
|
* sparsify: Re-use progress bar wrapper code from virt-resize.Richard W.M. Jones2012-10-302-5/+3
| | | | | | | | | | | | | The code was identical -- just copied with s/resize/sparsify/. Instead of duplicating identical code, cause the Makefile.am to use the code from the ../resize/ directory. Unfortunately because there are two Utils modules (which are different), this means we had to rename those modules to Resize_utils and Sparsify_utils respectively. So this is a rather larger change than intended. However it's just code motion. (cherry picked from commit 91b2238fc8e462c02f697f0c053043a55f43c13d)
* Version 1.18.9.1.18.9Richard W.M. Jones2012-10-0115-1131/+1122
|
* Version 1.18.8.1.18.8Richard W.M. Jones2012-09-1915-1186/+1186
|
* Version 1.18.7.1.18.7Richard W.M. Jones2012-08-3015-3276/+3618
|
* build: Rename most C files that contain underscore with dash.Richard W.M. Jones2012-08-051-19/+19
| | | | | | | | | | | | | | This is just code motion. Some files cannot be renamed. Notably rpcgen input and output files must not contain dash characters, else rpcgen breaks. Cherry picked from commit 2e4089f30007e79bc157c775cfd3b326d22f2992 and modified so that conflicts in the following files: po-docs/ja.po po-docs/libguestfs-docs.pot po-docs/uk.po were resolved by simply copying the files from the master branch.
* fish: Rename fish/virt.c to fish/domain.cRichard W.M. Jones2012-08-051-1/+1
| | | | | | This file handles the -d option for guestfish and other C command line utilities. Renaming this file makes it less confusing. (cherry picked from commit 6054051a9d8a5eee4141ca4b12aa5b7d1f36f56d)
* build: Rename src/virt.c to src/libvirtdomain.cRichard W.M. Jones2012-08-051-1/+1
| | | | | | This file contains the code implementing guestfs_add_domain (for adding a libvirt domain) so this name is less confusing. (cherry picked from commit d1d29ab488002dda9e9a1b25fc2dbe4cb844f5ef)
* ocaml: Test mount-local, without parallel test.Richard W.M. Jones2012-08-051-1/+0
| | | | | | | | | | | Unfortunately the parallel test keeps hitting this bug: https://bugzilla.redhat.com/show_bug.cgi?id=838081 which could be a bug in the OCaml runtime. Just test simple mount-local. We will write a parallel test in C to replace this. (cherry picked from commit eef11f33f9f14d3706b681bd4e23e334fcc9b791)
* Version 1.18.5.1.18.5Richard W.M. Jones2012-07-1015-247/+350
|
* Version 1.18.4.1.18.4stable-1.18Richard W.M. Jones2012-07-0715-10996/+11260
|
* Version 1.18.3.1.18.3Richard W.M. Jones2012-06-2815-277/+324
|
* Version 1.18.2.1.18.2Richard W.M. Jones2012-06-2115-3406/+3435
|
* build: Define builddir and abs_srcdir when they are missing.Richard W.M. Jones2012-06-211-0/+3
| | | | | | | | | | | | | | | | | | | | | | RHEL 5-era autoconf did not define these, so define them manually when they are missing. Define builddir as '.' The scripts require this. It won't work in the srcdir != builddir case, but we don't care about that for RHEL 5. This commit also moves the builddir / abs_srcdir variable setting above the include of subdir-rules.mk, in case that include uses these variables. Useful script: for f in $(find -name Makefile.am | xargs fgrep '$(abs_srcdir)' -l) ; do if ! grep -q '^abs_srcdir' $f; then echo missing in $f fi done (cherry picked from commit 50aa9533e4a505e1c64dbedddb30491bfbb755d6)
* out-of-tree build/install fix for translationsHilko Bengen2012-06-211-8/+6
| | | | (cherry picked from commit 6cf15e8841897d3190c3e730e6eeae06fe4b8b1d)
* Version 1.18.1.1.18.1Richard W.M. Jones2012-06-0115-194/+413
|
* New stable branch: Version 1.18.0.1.18.0Richard W.M. Jones2012-05-2115-994/+3785
|
* Update PO files from Transifex.Richard W.M. Jones2012-05-2114-3589/+1146
|
* sysprep: remove kerberos data in the guestWanlong Gao2012-05-181-0/+1
| | | | | | Remove the generated kerberos data in the guest. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
* sysprep: remove ca certificates in the guestWanlong Gao2012-05-181-0/+1
| | | | | | Remove the ca certificates. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
* Version 1.17.43.1.17.43Richard W.M. Jones2012-05-1715-10081/+10231
|
* NEW API: add new api btrfs-fsckWanlong Gao2012-05-151-0/+1
| | | | | | | | | Add the new API btrfs-fsck to check the btrfs filesystem. Btrfs is currently under heavy development, and not suitable for any uses other than benchmarking and review. But it'll be useful in the near future. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
* Version 1.17.42.1.17.42Richard W.M. Jones2012-05-1315-241/+391
|
* Version 1.17.41.1.17.41Richard W.M. Jones2012-05-1115-16/+76
|
* sysprep: remove blkid tab in the guestWanlong Gao2012-05-101-0/+1
| | | | | | Remove blkid tab cache in the guest. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
* Version 1.17.40.1.17.40Richard W.M. Jones2012-05-081-2/+2
|
* Updated PO files from Transifex.Richard W.M. Jones2012-05-0816-1536/+750
|
* Version 1.17.39.1.17.39Richard W.M. Jones2012-05-0315-1205/+1578
|
* Version 1.17.38.1.17.38Richard W.M. Jones2012-05-011-2/+2
|
* Version 1.17.37.1.17.37Richard W.M. Jones2012-05-0115-12076/+26461
|
* Add gettext support for OCaml tools (virt-resize, virt-sparsify, virt-sysprep).Richard W.M. Jones2012-05-012-6/+53
| | | | | | | | 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. Jones2012-05-015-506/+99
| | | | | Replace the sociopathic nonsense in gettextize with a simple Makefile.am which does the same ... and is faster.
* Version 1.17.36.1.17.36Richard W.M. Jones2012-04-2615-758/+852
|
* gobject: Move headers into a subdirectoryMatthew Booth2012-04-261-40/+40
| | | | | | | | | The gobject bindings generate a large number of header files, which pollute /usr/include when installed. This patch moves them all into a guestfs-gobject/ subdirectory. guestfs-gobject.h remains in the same place. This change also moves generated source files into src/, because it makes the gobject directory a bit tidier.
* Version 1.17.35.1.17.35Richard W.M. Jones2012-04-2515-9781/+10472
|
* New btrfs APIs.Richard W.M. Jones2012-04-251-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.34Richard W.M. Jones2012-04-2415-16/+16
|
* Version 1.17.33.1.17.33Richard W.M. Jones2012-04-2215-346/+346
|
* Version 1.17.32.1.17.32Richard W.M. Jones2012-04-1715-843/+933
|
* virt-alignment-scan: Add ability to list all domains.Richard W.M. Jones2012-04-171-0/+1
| | | | | | | | | | The output looks like this: F16x64:/dev/sda1 1048576 1024K ok F16x64:/dev/sda2 2097152 2048K ok F16x64:/dev/sda3 526385152 2048K ok If the --uuid option is used, then UUIDs are shown instead of names.
* Version 1.17.31.1.17.31Richard W.M. Jones2012-04-1515-9691/+10013
|
* New APIs for reading and writing ext2 file attributes and file generation.Richard W.M. Jones2012-04-131-0/+1
| | | | | | | | | | | | The new APIs are: get-e2attrs: List ext2 file attributes of a file. set-e2attrs: Set or clear ext2 file attributes of a file. get-e2generation: Get ext2 file generation of a file. set-e2generation: Set ext2 file generation of a file. These are implemented using the lsattr and chattr programs from e2fsprogs.
* Version 1.17.30.1.17.30Richard W.M. Jones2012-04-1315-16/+16
|
* Version 1.17.29.1.17.29Richard W.M. Jones2012-04-1215-286/+248
|
* Version 1.17.28.1.17.28Richard W.M. Jones2012-04-1115-121/+121
|
* Version 1.17.27.1.17.27Richard W.M. Jones2012-04-1015-301/+301
|
* gobject: Remove guestfs-gobject.c from POTFILES.in.Richard W.M. Jones2012-04-061-1/+0
| | | | | This file no longer exists after the sources were split across multiple files for the benefit of gtk-doc.
* Version 1.17.26.1.17.26Richard W.M. Jones2012-04-0315-61/+61
|
* Version 1.17.25.1.17.25Richard W.M. Jones2012-04-0215-9601/+9749
|
* New API: mkfs-btrfs for creating btrfs filesystems (RHBZ#807905).Richard W.M. Jones2012-04-021-0/+1
| | | | This allows all parameters from btrfs to be accessed.