On Mon, Nov 11, 2002 at 08:06:40PM -0500, Jeff Abrahamson wrote:
> The weak checksum in checksum.c (see snippet below) differs
> substantially from the one discussed in Andrew Tridgell's doctoral
> thesis on rsync and elsewhere that I've been able to find. I didn't
> find discussion of the change i
The weak checksum in checksum.c (see snippet below) differs
substantially from the one discussed in Andrew Tridgell's doctoral
thesis on rsync and elsewhere that I've been able to find. I didn't
find discussion of the change in the mailing list archives. Well, so
I'm curious what the benefit of the
Hi all,
I am writing a xdelta-like application as a personal experiment and am busy
implementing the rsync protocol, so far so good. I am using C++ templates and
creating the algorithms so that operate on any stream, array, etc. through
iterators.
All seems well except that I am getting a lot