summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/package.txt3
-rw-r--r--doc/todo.txt5
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$