Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include <locale.h> in compilation units that use setlocale function. | Richard W.M. Jones | 2011-03-08 | 1 | -0/+1 |
| | | | | | Fix required by gcc 4.6.0. (cherry picked from commit a9d6b948b590f58023a97dddd76302e40d49d2e2) | ||||
* | cat: Remove some unused local variables in virt-cat.c and virt-ls.c. | Richard W.M. Jones | 2010-12-09 | 1 | -2/+0 |
| | |||||
* | 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: Give a better error if the user specified no drives on command line. | Richard W.M. Jones | 2010-11-19 | 1 | -0/+4 |
| | |||||
* | Rewrite virt-cat in C. | Richard W.M. Jones | 2010-11-11 | 1 | -0/+245 |
With changes in the core API since 1.5, virt-cat was little more than a Perl wrapper which did some command line argument processing. Thus it could easily be rewritten in C. This version also shares core command line argument processing with guestfish and guestmount, so the options have changed slightly (old-style command line *is* supported). virt-cat -a disk.img file [file ...] virt-cat -d domname file [file ...] Several other guestfish options are supported including encryption, and with the new style multiple files can be downloaded. See the man page for details. |