Added tar-in, tar-out, tgz-in, tgz-out commands.
authorRichard Jones <rjones@redhat.com>
Mon, 20 Apr 2009 14:54:22 +0000 (15:54 +0100)
committerRichard Jones <rjones@redhat.com>
Mon, 20 Apr 2009 14:54:22 +0000 (15:54 +0100)
commit0232e722826cfda0f6042da983f9eb871f24e946
treee08a414ae15cc70f60ed6275231f9ae050a033fe
parent11350529fee2dbbcfda333bbe10d72f023dc2109
Added tar-in, tar-out, tgz-in, tgz-out commands.
27 files changed:
HACKING
daemon/Makefile.am
daemon/actions.h
daemon/stubs.c
daemon/tar.c [new file with mode: 0644]
fish/cmds.c
fish/completion.c
guestfish-actions.pod
guestfs-actions.pod
images/Makefile.am
images/helloworld.tar [new file with mode: 0644]
images/helloworld.tar.gz [new file with mode: 0644]
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_protocol.c
src/guestfs_protocol.h
src/guestfs_protocol.x
tests.c