From: Wayne Davison Date: Tue, 9 Jan 2007 20:03:34 +0000 (+0000) Subject: Removed a couple items (one complete, one that we don't need). X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/2aea85ab5418cbb8b3fb88d881651e6f8e47bbeb Removed a couple items (one complete, one that we don't need). --- diff --git a/TODO b/TODO index d55f4e88..9baf4631 100644 --- a/TODO +++ b/TODO @@ -365,21 +365,6 @@ Use generic zlib 2002/02/25 -- -- -TDB 2002/03/12 - - Rather than storing the file list in memory, store it in a TDB. - - This *might* make memory usage lower while building the file list. - - Hashtable lookup will mean files are not transmitted in order, - though... hm. - - This would neatly eliminate one of the major post-fork shared data - structures. - - -- -- - - Splint 2002/03/12 Build rsync with SPLINT to try to find security holes. Add @@ -392,17 +377,6 @@ Splint 2002/03/12 PERFORMANCE ---------------------------------------------------------- -Traverse just one directory at a time - - Traverse just one directory at a time. Tridge says it's possible. - - At the moment rsync reads the whole file list into memory at the - start, which makes us use a lot of memory and also not pipeline - network access as much as we could. - - -- -- - - Allow skipping MD4 file_sum 2002/04/08 If we're doing a local transfer, or using -W, then perhaps don't