Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Version 1.7.15.1.7.15 | Richard W.M. Jones | 2010-11-26 | 17 | -594/+831 |
| | |||||
* | build: Add several missing shell scripts to dist. | Richard W.M. Jones | 2010-11-26 | 1 | -1/+5 |
| | |||||
* | Remove dependency_libs from libtool *.la files. | Richard W.M. Jones | 2010-11-26 | 3 | -1/+64 |
| | | | | | | | | Add a libtool wrapper which kills dependency_libs in libtool *.la files, to ensure that libtool doesn't add unnecessary extra libraries when linking. See http://lists.fedoraproject.org/pipermail/devel/2010-November/146343.html | ||||
* | df: Missing direct dependency on libvirt. | Richard W.M. Jones | 2010-11-26 | 1 | -2/+5 |
| | | | | | virt-df has an (optional) direct dependency on libvirt. Because of libtool's over-linking behaviour this was being missed. | ||||
* | rescue: Rewrite virt-rescue in C. | Richard W.M. Jones | 2010-11-26 | 10 | -133/+737 |
| | |||||
* | Update HACKING description of tools/ subdirectory. | Richard W.M. Jones | 2010-11-26 | 1 | -1/+1 |
| | | | | This fixes commit 18374b5b7d3154e0b8b8a07e3590f6eee762b58e. | ||||
* | daemon: Close leaked file descriptor along checksum error path (RHBZ#657499). | Richard W.M. Jones | 2010-11-26 | 1 | -1/+3 |
| | |||||
* | Version 1.7.14.1.7.14 | Richard W.M. Jones | 2010-11-25 | 17 | -1970/+2398 |
| | |||||
* | df: Rewrite virt-df in C. | Richard W.M. Jones | 2010-11-25 | 17 | -676/+1584 |
| | | | | | | | | | | | | I have diffed the output from the original virt-df with this new version, and they agree very closely. Some differences: - Old virt-df have a divide-by-zero error in cases where the number of used inodes was 0. New virt-df fixes this. - New virt-df uses gnulib human_readable library which displays numbers to 3 significant figures for -h output (old version used an ad hoc function). | ||||
* | Export private function 'guestfs___for_each_disk' for use by virt-df. | Richard W.M. Jones | 2010-11-25 | 2 | -45/+91 |
| | | | | | | This private function (not part of the API) allows us to iterate over disks from a guest, avoiding the business of writing all the XPath code yet again. | ||||
* | fish: Keep device names in options drives list. | Richard W.M. Jones | 2010-11-25 | 3 | -9/+27 |
| | | | | | | | In the 'struct drv *drvs' structure, keep a list of the device name(s) for each added drive or guest. The device name is the canonical name as that drive would be known inside libguestfs, eg. "/dev/sda" | ||||
* | Fix memory leak (xptype XPath obj) in add-domain API. | Richard W.M. Jones | 2010-11-25 | 1 | -0/+1 |
| | |||||
* | Version 1.7.13.1.7.13 | Richard W.M. Jones | 2010-11-24 | 17 | -1259/+1474 |
| | |||||
* | build: Remove some non-existent files from CLEANFILES. | Richard W.M. Jones | 2010-11-24 | 1 | -4/+2 |
| | |||||
* | ruby: Translate C examples into Ruby and include documentation. | Richard W.M. Jones | 2010-11-24 | 12 | -4/+242 |
| | |||||
* | python: Translate C examples into Python and include documentation. | Richard W.M. Jones | 2010-11-24 | 11 | -7/+241 |
| | |||||
* | ocaml: Translate C examples into OCaml and include documentation. | Richard W.M. Jones | 2010-11-24 | 10 | -50/+294 |
| | |||||
* | docs: Standard C examples, and guestfs-examples(3) man page. | Richard W.M. Jones | 2010-11-24 | 11 | -278/+371 |
| | |||||
* | build: Centralize all POD manipulation in 'podwrapper.sh' script. | Richard W.M. Jones | 2010-11-24 | 13 | -204/+286 |
| | |||||
* | build: Rename bugs-in-changelog.sh | Richard W.M. Jones | 2010-11-24 | 1 | -2/+2 |
| | |||||
* | build: Rename update-bugs as update-bugs.sh. | Richard W.M. Jones | 2010-11-24 | 2 | -3/+3 |
| | |||||
* | generator: Remove unused variable. | Richard W.M. Jones | 2010-11-24 | 1 | -1/+1 |
| | |||||
* | fuse: Add note in test about how to debug guestmount. | Richard W.M. Jones | 2010-11-24 | 1 | -0/+2 |
| | |||||
* | build: virt-make-fs requires String::ShellQuote, add to configure. | Richard W.M. Jones | 2010-11-24 | 2 | -1/+3 |
| | |||||
* | regressions: Fix test-launch-race to work in non-supermin case. | Richard W.M. Jones | 2010-11-24 | 1 | -2/+6 |
| | |||||
* | daemon: blkid cache is at a different location on Debian. | Richard W.M. Jones | 2010-11-24 | 1 | -1/+2 |
| | | | | Remove both possible cache locations. | ||||
* | debian: Include ntfsprogs in the appliance. | Richard W.M. Jones | 2010-11-24 | 1 | -0/+1 |
| | | | | | This allows us to build NTFS filesystems at least. Mounting NTFS doesn't work in Debian because of a problem with debirf. | ||||
* | inspect: Detect if db_dump and db_load programs are available. | Richard W.M. Jones | 2010-11-24 | 4 | -2/+21 |
| | | | | | | If db_dump is not available then disable RPM application detection. Note these utilities have odd names on Debian. | ||||
* | build: Move po4a detection up near other program detection. | Richard W.M. Jones | 2010-11-24 | 1 | -4/+4 |
| | |||||
* | daemon: In sfdisk call blockdev --rereadpt with device name. | Richard W.M. Jones | 2010-11-23 | 1 | -1/+1 |
| | |||||
* | ocaml: Fix some unused parameter warnings in OCaml bindings. | Richard W.M. Jones | 2010-11-23 | 3 | -2/+13 |
| | |||||
* | Update README to reflect Perl modules that are really still required. | Richard W.M. Jones | 2010-11-23 | 1 | -2/+7 |
| | |||||
* | build: XML::Writer Perl module is no longer required. | Richard W.M. Jones | 2010-11-23 | 1 | -1/+1 |
| | |||||
* | filesystems: Fix command synopsis in usage message. | Richard W.M. Jones | 2010-11-23 | 1 | -2/+2 |
| | | | | This updates commit fbc2555903be8c88ad9430d871cf0d27c8fded1e. | ||||
* | Version 1.7.12.1.7.12 | Richard W.M. Jones | 2010-11-23 | 17 | -2086/+2819 |
| | |||||
* | fish: Link to virt-inspector from guestfish man page. | Richard W.M. Jones | 2010-11-23 | 1 | -0/+1 |
| | |||||
* | New tool: virt-filesystems | Richard W.M. Jones | 2010-11-23 | 17 | -25/+1390 |
| | | | | | | | | This tool replaces virt-list-filesystems and virt-list-partitions with a new tool written in C with a more uniform command line structure and output. This existing Perl tools are deprecated but remain indefinitely. | ||||
* | ls: Rewrite virt-ls in C. | Richard W.M. Jones | 2010-11-23 | 11 | -278/+675 |
| | |||||
* | resize: Fix canonical device function (RHBZ#655554). | Richard W.M. Jones | 2010-11-23 | 1 | -1/+1 |
| | |||||
* | inspector: Make whole disk paths canonical (RHBZ#655554). | Richard W.M. Jones | 2010-11-23 | 1 | -1/+1 |
| | |||||
* | inspector: Fix documentation of -x option in usage. | Richard W.M. Jones | 2010-11-22 | 1 | -1/+1 |
| | | | | This updates commit c5cb65f0aac3298e634b183f73fda6644a158018. | ||||
* | cat: Fix documentation of -x option in usage. | Richard W.M. Jones | 2010-11-22 | 1 | -1/+1 |
| | | | | This updates commit d29e9a552f5823d1d8cb8d4962cb1301bbf60b0e. | ||||
* | cat: Continue after encountering an error. | Richard W.M. Jones | 2010-11-22 | 1 | -2/+4 |
| | |||||
* | cat: Fix documentation for command line with format option. | Richard W.M. Jones | 2010-11-22 | 1 | -2/+2 |
| | |||||
* | inspector: Fix rule to build HTML file. | Richard W.M. Jones | 2010-11-19 | 1 | -1/+1 |
| | | | | This updates commit c5cb65f0aac3298e634b183f73fda6644a158018. | ||||
* | Version 1.7.11.1.7.11 | Richard W.M. Jones | 2010-11-19 | 17 | -1095/+1377 |
| | |||||
* | po-docs: Remove virt-inspector.pl reference from Makefile.am. | Richard W.M. Jones | 2010-11-19 | 1 | -1/+0 |
| | |||||
* | inspector: Rewrite virt-inspector in C. | Richard W.M. Jones | 2010-11-19 | 15 | -530/+1034 |
| | |||||
* | fish: Fix memory leak in handling of encrypted volumes by -i option. | Richard W.M. Jones | 2010-11-19 | 1 | -0/+1 |
| | | | | | This fixes a memory leak introduced by commit a232e62dcf508517a32b9a8d7e4529e827be721b. | ||||
* | inspect: Fix memory leak of hostname. | Richard W.M. Jones | 2010-11-19 | 1 | -0/+1 |
| | | | | | This fixes a memory leak introduced by commit fab75c0337d7897d10ea5e95e47ac05eab81ace9. |