summaryrefslogtreecommitdiffstats
path: root/daemon/dd.c
Commit message (Expand)AuthorAgeFilesLines
* daemon: collect list of called external commandsOlaf Hering2012-08-301-1/+3
* Use O_CLOEXEC / SOCK_CLOEXEC for almost all file descriptors.Richard W.M. Jones2012-03-141-4/+4
* Update FSF address.Matthew Booth2011-11-081-1/+1
* daemon: Don't use ../src path to include generator_protocol.hRichard W.M. Jones2010-11-031-1/+1
* Add progress messages to copy-size command.Richard Jones2010-08-311-4/+15
* New API: guestfs_copy_size to copy a fixed number of bytes.Richard Jones2010-03-231-0/+81
* daemon: Don't need to prefix error messages with the command name.Richard Jones2010-02-121-1/+1
* dd: Missing include of <string.h>Richard Jones2009-11-251-0/+1
* Implement 'dd' command.Richard Jones2009-11-231-0/+71