summaryrefslogtreecommitdiff
path: root/match.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-03Update the copyright year.Wayne Davison1-1/+1
2008-09-01Split up the ifuncs.h file into 3 .h files.Wayne Davison1-1/+1
2008-09-01Output numbers in 3-digit groups by default (e.g. 1,234,567).Wayne Davison1-6/+7
2008-07-20Changed the chksum debug flag to deltasum.Wayne Davison1-11/+11
2008-07-19Added a '%C' (MD5 checksum) flag for the output/logfile formatting.Wayne Davison1-9/+18
2008-07-17Changed human_num() to big_num() with an extra arg so that it canWayne Davison1-12/+12
2008-07-13Added the --info=FLAGS an --debug=FLAGS options, which allowsWayne Davison1-16/+14
2008-03-01Include 2008 in the copyright years.Wayne Davison1-1/+1
2007-11-28Switching over to a dynamic hash method for really large files.Wayne Davison1-35/+48
2007-10-27Fixed a problem with build_hash_table() getting called tooWayne Davison1-1/+4
2007-10-26Chunk a really large file to avoid sender-side hash-tableWayne Davison1-10/+20
2007-09-01Handle the new --append and --append-verify options.Wayne Davison1-14/+16
2007-07-10Tweaking the license text a bit more.Wayne Davison1-2/+3
2007-07-07Switching to GPL 3.Wayne Davison1-3/+2
2007-03-18Protocol 30 now uses MD5 checksums instead of MD4.Wayne Davison1-6/+7
2007-02-04Further modifications to the copyright comment section.Wayne Davison1-4/+3
2006-12-28Only append_mode > 0 now indicates option is enabled.Wayne Davison1-1/+1
2006-11-21Use an explicit cast when a value gets stored in a smaller var.Wayne Davison1-5/+5
2006-04-25Updated the FSF's address to an even newer one.Wayne Davison1-3/+3
2006-04-25- Updated the address for the FSF in the opening comment.Wayne Davison1-17/+20
2006-02-28Got the order of s1 and s2 right in the debug output.Wayne Davison1-1/+1
2006-02-28Decided to drop the dynamically sized hash table for now. This wasWayne Davison1-18/+14
2006-02-28Renamed sum_table -> hash_table.Wayne Davison1-8/+8
2006-02-28Changed the name of GETTAG() to SUM2HASH().Wayne Davison1-3/+3
2006-02-28Eliminated one variable from hash_search().Wayne Davison1-3/+1
2006-02-28- Fixed a problem with the new gettag2() macro by getting rid of theWayne Davison1-17/+21
2006-02-27This is Shachar Shemesh's patch for making the hash-table codeWayne Davison1-57/+35
2006-02-24Got rid of unused externs.Wayne Davison1-1/+0
2005-11-10Got rid of a superfluous newline.Wayne Davison1-1/+0
2005-07-30The combination of --update and --progress now outputs progressWayne Davison1-0/+4
2005-07-28Support new --append option.Wayne Davison1-1/+17
2005-03-05Moved the end_progress() call from match.c to sender.c so that weWayne Davison1-5/+1
2005-02-14One arg to matched() is supposed to be an int32.Wayne Davison1-1/+1
2005-02-14Changed the size_t variables into int32 variables.Wayne Davison1-11/+9
2005-01-17Changed the checks for --inplace to use the new updating_basis_fileWayne Davison1-7/+7
2005-01-01Use an int32 for the each block-size variable.Wayne Davison1-33/+32
2004-09-07If --backup was used with --inplace, we don't limit the basis-fileWayne Davison1-3/+4
2004-08-03We call map_ptr() with a data range than includes any unmatched dataWayne Davison1-7/+14
2004-07-16My version of Mark Curtis's --inplace option.Wayne Davison1-0/+33
2004-07-15My modified version of Chris Shoemaker's improved batch-file handling.Wayne Davison1-3/+0
2004-07-07Use want_i instead of last_i+1.Wayne Davison1-10/+10
2004-07-04Changed a "for" loop into a "do ... while" loop.Wayne Davison1-2/+2
2004-07-02Optimized away a loop in hash_search().Wayne Davison1-13/+6
2004-05-21Changed sum_init() to take a seed value as an arg instead of alwaysWayne Davison1-1/+2
2004-05-13If we got a read-error on a file, make sure that the whole-fileWayne Davison1-0/+3
2004-01-03More variable-size cleanup.Wayne Davison1-37/+43
2004-01-03Made the types used in the sum_buf and sum_struct structures consistentWayne Davison1-3/+4
2004-01-02Got rid of /* dw */ comments.Wayne Davison1-2/+2
2003-12-06Merged in the security fixes from 2.5.7.Wayne Davison1-2/+2
2003-08-22Cast various s->blength references inside of MIN() macros to OFF_TWayne Davison1-5/+3