Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fish: Change 'int argc' to 'size_t argc' throughout. | Richard W.M. Jones | 2010-10-21 | 1 | -1/+1 |
| | |||||
* | generator: Generate guestfish-only commands. | Richard W.M. Jones | 2010-09-18 | 1 | -1/+1 |
| | | | | | | The guestfish-only commands such as 'alloc' and 'edit' are now generated from one place in the generator instead of being spread around ad-hoc in the C code. | ||||
* | fish: Implement progress bars in guestfish. | Richard Jones | 2010-09-01 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | 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). | ||||
* | fish: In 'reopen' copy trace setting to new handle. | Richard Jones | 2010-05-08 | 1 | -0/+4 |
| | |||||
* | Guestfish: Add 'reopen' command to reopen the libguestfs handle. | Richard W.M. Jones | 2009-07-11 | 1 | -0/+70 |