diff options
author | Lennart Poettering <lennart@poettering.net> | 2003-08-30 13:10:12 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2003-08-30 13:10:12 +0000 |
commit | 2c2c89575688a5ccac7032401df5a58b87f49aad (patch) | |
tree | fe2c034620b60f0512463dca330f994b48640cb8 /doc | |
parent | db3b96fc0014a5e860df1efc729b38d629662826 (diff) |
package.c rewrite
git-svn-id: file:///home/lennart/svn/public/syrep/trunk@14 07ea20a6-d2c5-0310-9e02-9ef735347d72
Diffstat (limited to 'doc')
-rw-r--r-- | doc/package.txt | 3 | ||||
-rw-r--r-- | doc/todo.txt | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/doc/package.txt b/doc/package.txt index e20274c..a7aae34 100644 --- a/doc/package.txt +++ b/doc/package.txt @@ -3,11 +3,10 @@ File format for patches and snapshots: -8 bytes: id SYREPLP0 +4 bytes: id SREP or CREP Multiple items of: - 4 bytes: flags 32 bytes: name as asciiz string 4 bytes: length of item 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$ |