From a40ac3a10f6d0dd0edb5acb85f6c94e35e0c440b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 31 Aug 2003 14:34:47 +0000 Subject: 64 bit fix git-svn-id: file:///home/lennart/svn/public/syrep/trunk@18 07ea20a6-d2c5-0310-9e02-9ef735347d72 --- doc/package.txt | 2 +- doc/todo.txt | 7 ++++++- 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 -- cgit