Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix for 'broken pipe' error when qemu dies (RHBZ#508713). | Richard W.M. Jones | 2009-06-29 | 1 | -2/+5 |
| | |||||
* | Generated code for mount-loop command. | Richard W.M. Jones | 2009-06-29 | 6 | -2/+119 |
| | |||||
* | Add mount-loop command (RHBZ#508668). | Richard W.M. Jones | 2009-06-29 | 1 | -0/+8 |
| | | | | | | | | | Loop device mounts don't work for the generic 'mount' commands because the first parameter should be a file not a device. We want to separate out files parameters from device parameters in the long term, so this adds a new mount-loop command for this purpose. | ||||
* | Generated code for 'initrd-list'. | Richard W.M. Jones | 2009-06-29 | 6 | -2/+148 |
| | |||||
* | Add 'initrd-list' command to list contents of initrd images. | Richard W.M. Jones | 2009-06-29 | 1 | -0/+16 |
| | | | | | | Add 'initrd-list' command to list the files inside (new-style) initrd images. Update virt-inspector to use this instead of the less efficient download/unpack locally method. | ||||
* | Generated code for 'du' command. | Richard W.M. Jones | 2009-06-29 | 6 | -2/+139 |
| | |||||
* | Added 'du' command. | Richard W.M. Jones | 2009-06-29 | 1 | -0/+16 |
| | | | | This command estimates file usage for files and directories. | ||||
* | Generated code for df / df-h. | Richard W.M. Jones | 2009-06-29 | 6 | -2/+226 |
| | |||||
* | Add 'df' and 'df-h' commands. | Richard W.M. Jones | 2009-06-29 | 1 | -0/+25 |
| | | | | | | | df and df-h commands can be used interactively to show disk space usage. Use existing statvfs command from programs. | ||||
* | Generated code for head/tail commands. | Richard W.M. Jones | 2009-06-29 | 6 | -12/+608 |
| | |||||
* | Implement "head", "head-n", "tail", "tail-n" commands. | Richard W.M. Jones | 2009-06-29 | 1 | -0/+58 |
| | | | | | These commands let you view parts of a large file without passing the whole file over the network connection. | ||||
* | Prevent 'n' being used as a parameter name. | Richard W.M. Jones | 2009-06-29 | 1 | -3/+3 |
| | | | | | Parameters named 'n' sometimes break the Perl bindings, so check for this in the generator and prevent it. | ||||
* | Generated code for 'wc_*' commands. | Richard W.M. Jones | 2009-06-29 | 6 | -2/+413 |
| | |||||
* | Implementation of 'wc_c', 'wc_w' and 'wc_l' commands. | Richard W.M. Jones | 2009-06-29 | 1 | -0/+27 |
| | | | | These commands count characters, words and lines in a file respectively. | ||||
* | Implement TEST_ONLY environment variable to run selected tests only. | Richard W.M. Jones | 2009-06-29 | 1 | -2/+5 |
| | | | | | To run just selected tests, do: TEST_ONLY="hexdump mkfs" make -C capitests check | ||||
* | Add large test files with standard content for the C API test. | Richard W.M. Jones | 2009-06-29 | 1 | -1/+7 |
| | | | | | Large test files with standard content for the C API test, and add a regression test for previous hexdump failure on large files. | ||||
* | Haskell bindings: Implement bindtests. | Richard W.M. Jones | 2009-06-28 | 1 | -2/+33 |
| | |||||
* | Haskell bindings: Int and Int64 return types. | Richard W.M. Jones | 2009-06-28 | 1 | -3/+3 |
| | |||||
* | Haskell bindings: fix boolean arguments. | Richard W.M. Jones | 2009-06-28 | 1 | -5/+2 |
| | |||||
* | Haskell bindings: Fix integer arguments. | Richard W.M. Jones | 2009-06-28 | 1 | -10/+13 |
| | |||||
* | Clarify documentation for mkdtemp. | Richard W.M. Jones | 2009-06-24 | 1 | -3/+6 |
| | |||||
* | Generated code for 'mkdtemp' command. | Richard W.M. Jones | 2009-06-24 | 6 | -2/+139 |
| | |||||
* | Add mkdtemp command. | Richard W.M. Jones | 2009-06-24 | 1 | -0/+22 |
| | |||||
* | Version 1.0.52.1.0.52 | Richard W.M. Jones | 2009-06-24 | 1 | -1/+2 |
| | |||||
* | Implement libtool library versioning. | Richard W.M. Jones | 2009-06-23 | 3 | -1/+61 |
| | | | | | | | | Use maximum proc_nr (MAX_PROC_NR) as a surrogate for the library ABI version, resulting in version numbers such as libguestfs.so.0.<MAX_PROC_NR>.0 for the final library. Add ABI guarantee to the documentation. | ||||
* | Generated code for 'scrub-*' commands. | Richard W.M. Jones | 2009-06-23 | 5 | -1/+334 |
| | |||||
* | Added 'scrub-*' commands for securely scrubbing filesystems. | Richard W.M. Jones | 2009-06-23 | 1 | -1/+41 |
| | |||||
* | Bump up default guest size to 500M. | Richard W.M. Jones | 2009-06-23 | 1 | -1/+1 |
| | |||||
* | Command line argument handling. | Richard W.M. Jones | 2009-06-23 | 2 | -4/+107 |
| | |||||
* | '-no-kqemu' option is no longer necessary to avoid a warning. | Richard W.M. Jones | 2009-06-23 | 1 | -3/+0 |
| | |||||
* | Check parameter types in Ruby bindings (RHBZ#507346). | Richard Jones | 2009-06-22 | 1 | -0/+2 |
| | |||||
* | Improve error message when appliance doesn't match library. | Richard Jones | 2009-06-22 | 1 | -1/+1 |
| | |||||
* | Missing \n character in Ruby bindings. | Richard Jones | 2009-06-22 | 1 | -1/+1 |
| | |||||
* | Generated code for 'glob-expand'. | Richard Jones | 2009-06-22 | 5 | -1/+147 |
| | |||||
* | Add 'glob-expand' command. | Richard Jones | 2009-06-22 | 1 | -0/+28 |
| | |||||
* | Generated code for 'sh' and 'sh-lines' commands. | Richard Jones | 2009-06-22 | 5 | -1/+284 |
| | |||||
* | Add 'sh' and 'sh-lines' commands. | Richard Jones | 2009-06-22 | 1 | -2/+33 |
| | |||||
* | Add tab-completion of guest filenames (currently disabled). | Richard Jones | 2009-06-18 | 1 | -0/+6 |
| | |||||
* | Rename guestfs-supermin-helper -> libguestfs-supermin-helper. | Richard Jones | 2009-06-18 | 1 | -1/+1 |
| | |||||
* | Fix build_supermin_appliance to return kernel / initrd names. | Richard Jones | 2009-06-16 | 1 | -3/+12 |
| | |||||
* | Experimental implementation of the supermin appliance (passes most tests). | Richard Jones | 2009-06-15 | 1 | -28/+145 |
| | |||||
* | Catching hanging qemu in tests (RHBZ#505329). | Richard Jones | 2009-06-11 | 1 | -0/+7 |
| | |||||
* | Remove obsolete comment from generator. | Richard Jones | 2009-06-10 | 1 | -7/+0 |
| | |||||
* | Specify type of squashfs filesystem. | Richard Jones | 2009-06-10 | 1 | -1/+4 |
| | |||||
* | Implement device name translation. Remove device name hacks in tests. | Richard Jones | 2009-06-10 | 1 | -49/+48 |
| | |||||
* | In the daemon, change all const char * parameters to char *. | Richard Jones | 2009-06-10 | 1 | -3/+13 |
| | |||||
* | Generated code for ntfs_3g_probe command. | Richard Jones | 2009-06-08 | 5 | -1/+144 |
| | |||||
* | Add 'ntfs_3g_probe' command so we can probe the "mountability" of an NTFS ↵ | Richard Jones | 2009-06-08 | 1 | -0/+23 |
| | | | | partition. | ||||
* | Generated code for the 'sleep' command. | Richard Jones | 2009-06-04 | 5 | -1/+112 |
| | |||||
* | Added 'sleep' command. | Richard Jones | 2009-06-04 | 1 | -0/+7 |
| |