From: Martin Pool Date: Mon, 25 Feb 2002 18:28:37 +0000 (+0000) Subject: More discussion about zlib. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/c6e27b608e6567a52c39c45b37c152cd70964ae9 More discussion about zlib. --- diff --git a/TODO b/TODO index 89a39d95..2109125b 100644 --- a/TODO +++ b/TODO @@ -220,10 +220,30 @@ Empty directories can end up with many empty directories. We might avoid this by lazily creating such directories. + zlib - Perhaps don't use our own zlib. Will we actually be incompatible, - or just be slightly less efficient? + Perhaps don't use our own zlib. + + Advantages: + + - will automatically be up to date with bugfixes in zlib + + - can leave it out for small rsync on e.g. recovery disks + + - can use a shared library + + - avoids people breaking rsync by trying to do this themselves and + messing up + + Should we ship zlib for systems that don't have it, or require + people to install it separately? + + Apparently this will make us incompatible with versions of rsync + that use the patched version of rsync. Probably the simplest way to + do this is to just disable gzip (with a warning) when talking to old + versions. + logging