aboutsummaryrefslogtreecommitdiffstats
path: root/match.c
Commit message (Expand)AuthorAgeFilesLines
* Updated the FSF's address to an even newer one.Wayne Davison2006-04-251-3/+3
* - Updated the address for the FSF in the opening comment.Wayne Davison2006-04-251-17/+20
* Got the order of s1 and s2 right in the debug output.Wayne Davison2006-02-281-1/+1
* Decided to drop the dynamically sized hash table for now. This wasWayne Davison2006-02-281-18/+14
* Renamed sum_table -> hash_table.Wayne Davison2006-02-281-8/+8
* Changed the name of GETTAG() to SUM2HASH().Wayne Davison2006-02-281-3/+3
* Eliminated one variable from hash_search().Wayne Davison2006-02-281-3/+1
* - Fixed a problem with the new gettag2() macro by getting rid of theWayne Davison2006-02-281-17/+21
* This is Shachar Shemesh's patch for making the hash-table codeWayne Davison2006-02-271-57/+35
* Got rid of unused externs.Wayne Davison2006-02-241-1/+0
* Got rid of a superfluous newline.Wayne Davison2005-11-101-1/+0
* The combination of --update and --progress now outputs progressWayne Davison2005-07-301-0/+4
* Support new --append option.Wayne Davison2005-07-281-1/+17
* Moved the end_progress() call from match.c to sender.c so that weWayne Davison2005-03-051-5/+1
* One arg to matched() is supposed to be an int32.Wayne Davison2005-02-141-1/+1
* Changed the size_t variables into int32 variables.Wayne Davison2005-02-141-11/+9
* Changed the checks for --inplace to use the new updating_basis_fileWayne Davison2005-01-171-7/+7
* Use an int32 for the each block-size variable.Wayne Davison2005-01-011-33/+32
* If --backup was used with --inplace, we don't limit the basis-fileWayne Davison2004-09-071-3/+4
* We call map_ptr() with a data range than includes any unmatched dataWayne Davison2004-08-031-7/+14
* My version of Mark Curtis's --inplace option.Wayne Davison2004-07-161-0/+33
* My modified version of Chris Shoemaker's improved batch-file handling.Wayne Davison2004-07-151-3/+0
* Use want_i instead of last_i+1.Wayne Davison2004-07-071-10/+10
* Changed a "for" loop into a "do ... while" loop.Wayne Davison2004-07-041-2/+2
* Optimized away a loop in hash_search().Wayne Davison2004-07-021-13/+6
* Changed sum_init() to take a seed value as an arg instead of alwaysWayne Davison2004-05-211-1/+2
* If we got a read-error on a file, make sure that the whole-fileWayne Davison2004-05-131-0/+3
* More variable-size cleanup.Wayne Davison2004-01-031-37/+43
* Made the types used in the sum_buf and sum_struct structures consistentWayne Davison2004-01-031-3/+4
* Got rid of /* dw */ comments.Wayne Davison2004-01-021-2/+2
* Merged in the security fixes from 2.5.7.Wayne Davison2003-12-061-2/+2
* Cast various s->blength references inside of MIN() macros to OFF_TWayne Davison2003-08-221-5/+3
* Whitespace tweaks.Wayne Davison2003-08-221-59/+58
* Only call show_progress() and end_progress() if do_progress is set.Wayne Davison2003-07-081-1/+2
* Now support dynamic per-file checksum2 size.J.W. Schultz2003-04-101-13/+11
* Removing vestigial support for protocol versions prior to 15.J.W. Schultz2003-03-311-9/+5
* long int and signedness fix from Nelson BeebeMartin Pool2002-04-091-4/+7
* Doc match_sums.Martin Pool2002-04-081-0/+4
* Document the perversely-named matched() function, which is called evenMartin Pool2002-04-081-1/+23
* the signed/unsigned change seems to have caused a logic bug on someAndrew Tridgell2002-02-031-1/+2
* More signedness fixes; should be harmless.Martin Pool2002-01-251-3/+3
* Merge across rsync+ patch; add a little documentation to the manpage. More d...Martin Pool2001-08-141-0/+3
* fix segv bug in --progress handlingAndrew Tridgell2000-01-251-2/+3
* patch from David Murn to make sure the final 100% is always printedAndrew Tridgell2000-01-251-1/+1
* fix a problem with files > 2GBAndrew Tridgell2000-01-231-10/+9
* moved the block length mismatch code to another part of the loop.Andrew Tridgell1999-01-051-3/+6
* don't try to match checksums of two blocks which are of unequalAndrew Tridgell1999-01-051-1/+1
* fixed a bug in the adjacent target optimisationAndrew Tridgell1999-01-051-1/+1
* an optimization that tries to make rsync choose adjacent matches ifAndrew Tridgell1999-01-051-1/+21
* no longer use mmap() in rsync because of the risk of a SIGBUS whenAndrew Tridgell1998-12-301-1/+1