X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/94adfe526fd3fe6919e3efd786d08524f634fade..5bf6d6c5b3fce064ba835d1d37dd7b29996b0067:/dynamic_hash.diff diff --git a/dynamic_hash.diff b/dynamic_hash.diff index 0480785..af065c1 100644 --- a/dynamic_hash.diff +++ b/dynamic_hash.diff @@ -101,13 +101,16 @@ To use this patch, run these commands for a successful build: char sum2[SUM_LENGTH]; uint32 s1, s2, sum; int more; -@@ -169,21 +180,21 @@ static void hash_search(int f,struct sum +@@ -169,24 +180,21 @@ static void hash_search(int f,struct sum int done_csum2 = 0; int32 i; - if (offset >= reset) { - sum_pos = build_hash_table(s, sum_pos); -- reset = sum_pos * s->blength; +- if (sum_pos == s->count) +- reset = len; +- else +- reset = sum_pos * s->blength; - } - if (verbose > 4) { @@ -132,7 +135,7 @@ To use this patch, run these commands for a successful build: hash_hits++; do { int32 l; -@@ -351,6 +362,11 @@ void match_sums(int f, struct sum_struct +@@ -354,6 +362,11 @@ void match_sums(int f, struct sum_struct } if (len > 0 && s->count > 0) {