summaryrefslogtreecommitdiffstats
path: root/po
Commit message (Collapse)AuthorAgeFilesLines
* Version 1.7.0.1.7.0Richard W.M. Jones2010-11-0213-66/+66
|
* Version 1.5.26.1.5.26Richard W.M. Jones2010-10-2913-66/+66
|
* Version 1.5.25.1.5.25Richard W.M. Jones2010-10-2813-8162/+8140
|
* Ensure atomic creation of a cached applianceMatthew Booth2010-10-281-0/+1
| | | | | | | | | | | | | | | | | | | | Cached appliances are discovered by their predictable path. Previously we were creating a cached appliance directly in this predictable path. This had at least 2 undesirable effects: * Interrupting appliance creation would leave a corrupt appliance * 2 processes could simultaneously attempt to create the same appliance, causing corruption. This patch causes the cached appliance to be created in a temporary directory, and then renamed to the predictable path. As rename is an atomic operation, this makes the whole creation atomic. This patch also changes the predictable path to have a prefix of 'guestfs.'. This will make it simpler for system administrators to clean up old cached appliances. This patch resolves RHBZ#639405
* Version 1.5.24.1.5.24Richard W.M. Jones2010-10-2713-8074/+8266
|
* Unify guestfish and guestmount options processing (RHBZ#642932).Richard W.M. Jones2010-10-271-0/+1
| | | | | | | | | | | | | | | In guestfish, factor out the processing of the options -a, -c, -d, -i, -m, -n, -r, -v, -V, -x into a separate set of files: options.c, options.h, inspect.c, virt.c. Change guestmount so that it uses these same files (from the ../fish directory) to process the same options. This unifies the handling of these options between the two programs. It also adds the useful inspection feature to guestmount, so you can now do: guestmount -d Guest -i --ro mnt/
* Update Polish translations (RHBZ#502533).Piotr Drąg2010-10-231-16/+17
|
* Version 1.5.23.1.5.23Richard W.M. Jones2010-10-2213-9102/+9336
|
* Version 1.5.22.1.5.22Richard W.M. Jones2010-10-1913-430/+430
|
* Version 1.5.21.1.5.21Richard W.M. Jones2010-10-0113-6982/+7111
|
* Version 1.5.20.1.5.20Richard W.M. Jones2010-09-2613-8089/+7322
|
* Update Spanish translations (RHBZ#636918).Daniel Cabrera2010-09-231-855/+1676
|
* Update Polish translations (RHBZ#502533).Piotr Drąg2010-09-231-332/+86
|
* Version 1.5.19.1.5.19Richard W.M. Jones2010-09-2213-14/+14
|
* Version 1.5.18.1.5.18Richard W.M. Jones2010-09-2213-14/+14
|
* Version 1.5.17.1.5.17Richard W.M. Jones2010-09-2113-11027/+10971
|
* fish: Implement 'hexedit' command.Richard W.M. Jones2010-09-211-0/+1
|
* Version 1.5.16.1.5.16Richard Jones2010-09-1513-560/+625
|
* Version 1.5.15.1.5.15Richard Jones2010-09-1513-6476/+6604
|
* Version 1.5.14.1.5.14Richard Jones2010-09-1413-1623/+824
|
* Update Spanish translation (RHBZ#633357).Richard Jones2010-09-131-853/+1664
|
* Version 1.5.13.1.5.13Richard Jones2010-09-1313-14/+14
|
* Version 1.5.12.1.5.12Richard Jones2010-09-1113-963/+963
|
* syntax: Remove trailing spaces.Richard Jones2010-09-101-1/+1
|
* Version 1.5.11.1.5.11Richard Jones2010-09-1013-53/+53
|
* Version 1.5.10.1.5.10Richard Jones2010-09-0913-6760/+7946
|
* fish: Implement copy-in and copy-out commands.Richard Jones2010-09-091-0/+1
|
* daemon: Move 'exists', 'is-file' and 'is-dir' to separate file.Richard Jones2010-09-091-0/+1
| | | | This commit is just code movement.
* Version 1.5.9.1.5.9Richard Jones2010-09-0813-804/+1512
|
* fish: Add guestfish -N bootroot and -N bootrootlv for creating boot+root disks.Richard Jones2010-09-081-0/+1
|
* fish: Add guestfish -N lv for creating disks with LVs.Richard Jones2010-09-081-0/+1
|
* fish: Generate list of prepared disk image types.Richard Jones2010-09-081-0/+4
| | | | This commit shouldn't change the semantics of the code.
* Version 1.5.8.1.5.8Richard Jones2010-09-0413-156/+194
|
* PHP bindings.Richard Jones2010-09-041-0/+1
| | | | | | Note that these are not complete on 32 bit architectures. PHP doesn't offer any convenient 64 bit type (on 32 bit). Therefore you should always use these PHP bindings on 64 bit.
* Add Dutch translation (RHBZ#629593).Geert Warrink2010-09-021-0/+3129
|
* Version 1.5.7.1.5.7Richard Jones2010-09-0112-1217/+1319
|
* fish: Implement progress bars in guestfish.Richard Jones2010-09-011-0/+1
| | | | | | | | | | | | | | | | | The progress bar is updated 3 times per second, and is not displayed at all for operations which take less than two seconds. You can disable progress bars by using the flag --no-progress-bars, and you can enable progress bars in non-interactive sessions with the flag --progress-bars. A good way to test this is to use the following command: guestfish --progress-bars \ -N disk:10G \ zero-device /dev/sda (adjust "10G" to get different lengths of time).
* Version 1.5.6.1.5.6Richard Jones2010-08-2712-625/+625
|
* Update BUGS, PO files.1.5.5Richard Jones2010-08-262-2062/+1308
|
* Update Spanish translations (RHBZ#627556).Daniel Cabrera2010-08-261-1326/+1343
|
* Updated Spanish translations (RHBZ#626843).Daniel Cabrera2010-08-261-835/+1606
|
* Update Polish translation (RHBZ#502533).Piotr Drąg2010-08-261-626/+593
|
* Prepare for version 1.5.5.Richard Jones2010-08-2612-85/+85
|
* Version 1.5.4.1.5.4Richard Jones2010-08-2412-6109/+6285
|
* Change to using ext2-based, cached supermin appliance.Richard Jones2010-08-231-0/+1
| | | | | | | | | | | | This changes the method used to build the supermin appliance to use the new ext2-based appliance supported by latest febootstrap. The appliance can also be cached, so we avoid rebuilding it each time it is used. Mailing list discussion goes into the rationale and details: https://www.redhat.com/archives/libguestfs/2010-August/msg00028.html Requires febootstrap >= 2.8.
* Version 1.5.31.5.3Richard Jones2010-08-1712-7105/+8733
|
* fish: Reimplement -i option using new C-based inspection.Richard Jones2010-08-171-0/+1
| | | | | | | | | | | | | | Don't shell out to virt-inspector. Instead, use the new C-based inspection APIs. This is much faster. The new syntax is slightly different: guestfish -a disk.img -i guestfish -d guest -i However, the old syntax still works.
* fish: Add -c/--connect and -d/--domain options.Richard Jones2010-08-171-0/+1
| | | | | | | | The -d option lets you specify libvirt domains. The disks from these domains are found and added, as if you'd named them with -a. The -c option lets you specify a libvirt URI, which is needed when we consult libvirt to implement the above.
* New APIs: findfs-label and findfs-uuidRichard Jones2010-08-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | These two calls wrap up the /sbin/findfs command, allowing you to find a filesystem by only knowing its label or UUID. This is especially useful when resolving LABEL=... or UUID=... entries in /etc/fstab. Sample guestfish session: ><fs> vfs-uuid /dev/vda1 277dd61c-bf34-4253-a8dc-df500a05e7df ><fs> findfs-uuid 277dd61c-bf34-4253-a8dc-df500a05e7df /dev/vda1 ><fs> vfs-label /dev/vda1 /boot ><fs> findfs-label /boot /dev/vda1 ><fs> vfs-uuid /dev/VolGroup00/LogVol00 40ce7c36-82ce-4a12-a99d-48f5e054162c ><fs> findfs-uuid 40ce7c36-82ce-4a12-a99d-48f5e054162c /dev/mapper/VolGroup00-LogVol00 ><fs> findfs-uuid 12345678 libguestfs: error: findfs_uuid: findfs: unable to resolve 'UUID=12345678'
* New API: file-architectureRichard Jones2010-08-171-0/+1
| | | | | | This change simply converts the existing Perl-only function file_architecture into a core API call. The core API call is written in C and available in all languages and from guestfish.