summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2003-08-31 14:34:47 +0000
committerLennart Poettering <lennart@poettering.net>2003-08-31 14:34:47 +0000
commita40ac3a10f6d0dd0edb5acb85f6c94e35e0c440b (patch)
treecd845c9aba3d901855cac0cd9237ac98884e2402
parentf0f2ed47e265ca01dea3b8a217afc8b45690fc5e (diff)
64 bit fix
git-svn-id: file:///home/lennart/svn/public/syrep/trunk@18 07ea20a6-d2c5-0310-9e02-9ef735347d72
-rw-r--r--doc/package.txt2
-rw-r--r--doc/todo.txt7
2 files changed, 7 insertions, 2 deletions
diff --git a/doc/package.txt b/doc/package.txt
index a7aae34..0ead2a2 100644
--- a/doc/package.txt
+++ b/doc/package.txt
@@ -8,7 +8,7 @@ File format for patches and snapshots:
Multiple items of:
32 bytes: name as asciiz string
- 4 bytes: length of item
+ 8 bytes: length of item
$Id$
diff --git a/doc/todo.txt b/doc/todo.txt
index 2097ed9..a3bd5d4 100644
--- a/doc/todo.txt
+++ b/doc/todo.txt
@@ -11,12 +11,17 @@ pre-0.1:
- signal handling DONE
- add --cleanup DONE
- package.c: progressive, sendfile, mmap DONE
+- 64bit support DONE
+- progress on package packing and unpacking DONE
+- replace path names by their hashes
- package.c: gzip support, atomicity
+- replace -z by -Z
+- fix makepatch to not include already existing files (by md5)
+
- better usage info on --help
- documentation/man pages
- autoconf
- testing
-- replace -z by -Z
post-0.1:
- continue merge on copy failure