diff options
Diffstat (limited to 'doc/todo.txt')
-rw-r--r-- | doc/todo.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/todo.txt b/doc/todo.txt index 78e828e..2097ed9 100644 --- a/doc/todo.txt +++ b/doc/todo.txt @@ -10,11 +10,13 @@ pre-0.1: - warn if hostname != origin DONE - signal handling DONE - add --cleanup DONE -- package.c rewrite: add progressive, mmap, sendfile, gzip support, atomicity +- package.c: progressive, sendfile, mmap DONE +- package.c: gzip support, atomicity - better usage info on --help - documentation/man pages - autoconf - testing +- replace -z by -Z post-0.1: - continue merge on copy failure @@ -25,5 +27,6 @@ post-0.1: - PATH_MAX or PATH_MAX+1? - add --always-copy - add --forget +- valgrind $Id$ |