dedup

deduplicating backup program
git clone git://git.2f30.org/dedup
Log | Files | Refs | README | LICENSE

commit 85dd2ab8858f5d67de5ad4e978cbde204b4e7b10
parent cd19d49d66967ef31e4cc7f01550863bc500a132
Author: sin <sin@2f30.org>
Date:   Sat,  9 Mar 2019 17:21:28 +0000

Update TODO

Diffstat:
MTODO | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/TODO b/TODO @@ -1,2 +1 @@ -overflow checks -use a ring buffer in the chunker (avoid memmove() call) +Use a ring buffer in the chunker (avoid memmove() call)