Implement upload and download commands.
authorRichard Jones <rjones@redhat.com>
Sun, 19 Apr 2009 23:22:02 +0000 (00:22 +0100)
committerRichard Jones <rjones@redhat.com>
Sun, 19 Apr 2009 23:22:02 +0000 (00:22 +0100)
commit170f262f0413de843af62b968f6d12c1c476ae7f
treeb9be7ae0e59f784dfdd57ef063536218ee3f0c7d
parentd5151686d82b66c50935010fd5458be0e4386bab
Implement upload and download commands.
23 files changed:
daemon/blockdev.c
daemon/daemon.h
daemon/guestfsd.c
daemon/proto.c
daemon/upload.c
guestfs-actions.pod
guestfs.pod
ocaml/guestfs.ml
ocaml/guestfs.mli
ocaml/guestfs_c_actions.c
perl/Guestfs.xs
perl/lib/Sys/Guestfs.pm
python/guestfs-py.c
python/guestfs.py
ruby/ext/guestfs/_guestfs.c
src/generator.ml
src/guestfs-actions.c
src/guestfs-actions.h
src/guestfs.c
src/guestfs.h
src/guestfs_protocol.h
src/guestfs_protocol.x
tests.c