Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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. | |||||
* | cat: Fix run-cat-locally script so it doesn't go via Perl. | Richard W.M. Jones | 2010-11-19 | 1 | -1/+1 | |
| | ||||||
* | cat: Give a better error if the user specified no drives on command line. | Richard W.M. Jones | 2010-11-19 | 1 | -0/+4 | |
| | ||||||
* | cat: Tidy up documentation for --format option. | Richard W.M. Jones | 2010-11-19 | 1 | -1/+3 | |
| | ||||||
* | Remove FIPS .*.hmac files from the supermin appliance (RHBZ#654638). | Richard W.M. Jones | 2010-11-18 | 1 | -0/+5 | |
| | ||||||
* | Version 1.7.10.1.7.10 | Richard W.M. Jones | 2010-11-17 | 17 | -21/+21 | |
| | ||||||
* | generator: trace mode prints return values. | Richard W.M. Jones | 2010-11-17 | 4 | -9/+89 | |
| | ||||||
* | generator: Make return value into an explicit variable. | Richard W.M. Jones | 2010-11-17 | 1 | -11/+45 | |
| | | | | This is just code motion. | |||||
* | generator: Make trace flag an explicit variable. | Richard W.M. Jones | 2010-11-17 | 1 | -1/+4 | |
| | | | | This is just code motion. | |||||
* | todo: Suggest that trace should include return values. | Richard W.M. Jones | 2010-11-17 | 1 | -0/+6 | |
| | ||||||
* | rescue: Fix typo in documentation of --network option. | Richard W.M. Jones | 2010-11-16 | 1 | -1/+1 | |
| | ||||||
* | Version 1.7.9.1.7.9 | Richard W.M. Jones | 2010-11-16 | 17 | -11230/+11342 | |
| | ||||||
* | inspector: Replace old examples with ones derived from phony images. | Richard W.M. Jones | 2010-11-16 | 11 | -19145/+203 | |
| | ||||||
* | images: Make phony Windows image for testing. | Richard W.M. Jones | 2010-11-16 | 8 | -2/+124 | |
| | ||||||
* | images: Make phony Ubuntu image for testing. | Richard W.M. Jones | 2010-11-16 | 3 | -2/+91 | |
| |