From db3b96fc0014a5e860df1efc729b38d629662826 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 29 Aug 2003 01:21:11 +0000 Subject: many fixes --cleanup implemented git-svn-id: file:///home/lennart/svn/public/syrep/trunk@13 07ea20a6-d2c5-0310-9e02-9ef735347d72 --- doc/todo.txt | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) (limited to 'doc') 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$ -- cgit