summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/todo.txt25
1 files changed, 17 insertions, 8 deletions
diff --git a/doc/todo.txt b/doc/todo.txt
index 622ea0b..78e828e 100644
--- a/doc/todo.txt
+++ b/doc/todo.txt
@@ -1,20 +1,29 @@
+pre-0.1:
- merge/makepatch DONE
- Mode -T DONE
- Recursive directory creation DONE
- Prune empty directories DONE
-- Handle conflicts
+- Handle conflicts DONE
- stat() before and after md5 as consistency check DONE
+- -q mode DONE
+- check of non-static symbols DONE
+- warn if hostname != origin DONE
+- signal handling DONE
+- add --cleanup DONE
+- package.c rewrite: add progressive, mmap, sendfile, gzip support, atomicity
- better usage info on --help
- documentation/man pages
-- package.c rewrite: add progressive, mmap, sendfile, gzip support, atomicity
-- -q mode
-- url merges
+- autoconf
+- testing
+
+post-0.1:
+- continue merge on copy failure
+- url/ssh merges
- bi-directory merges
-- md5 before delete/replace/link
-- Warn if hostname != origin
+- digest check before delete/replace/link
- some more asserts
-- check of non-static symbols
- PATH_MAX or PATH_MAX+1?
-- explicit link or copy
+- add --always-copy
+- add --forget
$Id$