summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix for 'broken pipe' error when qemu dies (RHBZ#508713).Richard W.M. Jones2009-06-291-2/+5
|
* Generated code for mount-loop command.Richard W.M. Jones2009-06-296-2/+119
|
* Add mount-loop command (RHBZ#508668).Richard W.M. Jones2009-06-291-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. Jones2009-06-296-2/+148
|
* Add 'initrd-list' command to list contents of initrd images.Richard W.M. Jones2009-06-291-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. Jones2009-06-296-2/+139
|
* Added 'du' command.Richard W.M. Jones2009-06-291-0/+16
| | | | This command estimates file usage for files and directories.
* Generated code for df / df-h.Richard W.M. Jones2009-06-296-2/+226
|
* Add 'df' and 'df-h' commands.Richard W.M. Jones2009-06-291-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. Jones2009-06-296-12/+608
|
* Implement "head", "head-n", "tail", "tail-n" commands.Richard W.M. Jones2009-06-291-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. Jones2009-06-291-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. Jones2009-06-296-2/+413
|
* Implementation of 'wc_c', 'wc_w' and 'wc_l' commands.Richard W.M. Jones2009-06-291-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. Jones2009-06-291-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. Jones2009-06-291-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. Jones2009-06-281-2/+33
|
* Haskell bindings: Int and Int64 return types.Richard W.M. Jones2009-06-281-3/+3
|
* Haskell bindings: fix boolean arguments.Richard W.M. Jones2009-06-281-5/+2
|
* Haskell bindings: Fix integer arguments.Richard W.M. Jones2009-06-281-10/+13
|
* Clarify documentation for mkdtemp.Richard W.M. Jones2009-06-241-3/+6
|
* Generated code for 'mkdtemp' command.Richard W.M. Jones2009-06-246-2/+139
|
* Add mkdtemp command.Richard W.M. Jones2009-06-241-0/+22
|
* Version 1.0.52.1.0.52Richard W.M. Jones2009-06-241-1/+2
|
* Implement libtool library versioning.Richard W.M. Jones2009-06-233-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. Jones2009-06-235-1/+334
|
* Added 'scrub-*' commands for securely scrubbing filesystems.Richard W.M. Jones2009-06-231-1/+41
|
* Bump up default guest size to 500M.Richard W.M. Jones2009-06-231-1/+1
|
* Command line argument handling.Richard W.M. Jones2009-06-232-4/+107
|
* '-no-kqemu' option is no longer necessary to avoid a warning.Richard W.M. Jones2009-06-231-3/+0
|
* Check parameter types in Ruby bindings (RHBZ#507346).Richard Jones2009-06-221-0/+2
|
* Improve error message when appliance doesn't match library.Richard Jones2009-06-221-1/+1
|
* Missing \n character in Ruby bindings.Richard Jones2009-06-221-1/+1
|
* Generated code for 'glob-expand'.Richard Jones2009-06-225-1/+147
|
* Add 'glob-expand' command.Richard Jones2009-06-221-0/+28
|
* Generated code for 'sh' and 'sh-lines' commands.Richard Jones2009-06-225-1/+284
|
* Add 'sh' and 'sh-lines' commands.Richard Jones2009-06-221-2/+33
|
* Add tab-completion of guest filenames (currently disabled).Richard Jones2009-06-181-0/+6
|
* Rename guestfs-supermin-helper -> libguestfs-supermin-helper.Richard Jones2009-06-181-1/+1
|
* Fix build_supermin_appliance to return kernel / initrd names.Richard Jones2009-06-161-3/+12
|
* Experimental implementation of the supermin appliance (passes most tests).Richard Jones2009-06-151-28/+145
|
* Catching hanging qemu in tests (RHBZ#505329).Richard Jones2009-06-111-0/+7
|
* Remove obsolete comment from generator.Richard Jones2009-06-101-7/+0
|
* Specify type of squashfs filesystem.Richard Jones2009-06-101-1/+4
|
* Implement device name translation. Remove device name hacks in tests.Richard Jones2009-06-101-49/+48
|
* In the daemon, change all const char * parameters to char *.Richard Jones2009-06-101-3/+13
|
* Generated code for ntfs_3g_probe command.Richard Jones2009-06-085-1/+144
|
* Add 'ntfs_3g_probe' command so we can probe the "mountability" of an NTFS ↵Richard Jones2009-06-081-0/+23
| | | | partition.
* Generated code for the 'sleep' command.Richard Jones2009-06-045-1/+112
|
* Added 'sleep' command.Richard Jones2009-06-041-0/+7
|