summaryrefslogtreecommitdiffstats
path: root/daemon/copy.c
Commit message (Collapse)AuthorAgeFilesLines
* Update FSF address.Matthew Booth2011-11-081-1/+1
|
* New APIs: copy-{file,device}-to-{file,device}.Richard W.M. Jones2011-10-261-0/+242
The four new APIs: guestfs_copy_device_to_device, guestfs_copy_device_to_file, guestfs_copy_file_to_device, and guestfs_copy_file_to_file let you copy from a source to a destination, between files and devices, optionally allowing source and destination offsets and size to be specified.