summaryrefslogtreecommitdiff
path: root/match.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-22Imported Upstream version 3.2.7upstream/3.2.7upstreamTizenOpenSource1-10/+10
2022-02-16Imported Upstream version 3.2.2upstream/3.2.2DongHun Kwak1-2/+0
2022-02-16Imported Upstream version 3.2.0upstream/3.2.0DongHun Kwak1-10/+8
2022-02-16Imported Upstream version 3.1.3upstream/3.1.3DongHun Kwak1-9/+10
2022-02-16Imported Upstream version 3.1.2upstream/3.1.2DongHun Kwak1-1/+1
2014-01-26Bump the year to 2014.Wayne Davison1-1/+1
2013-08-03Remove bypassed checksums in --inplace to improve speed.Wayne Davison1-9/+17
2013-01-19Update copyright year.Wayne Davison1-1/+1
2011-04-22Fix a potential crash when trying to find a better block match.Wayne Davison1-2/+3
2011-01-16Optimize finding the sum that matches our --inplace position.Wayne Davison1-39/+36
2011-01-15Include backup in map_ptr() to avoid backing up when reading.Wayne Davison1-1/+5
2011-01-14Sender realigns chunks with generator during an --inplace copyWayne Davison1-3/+21
2011-01-14Make sure an alternate --inplace sum has the right lengthWayne Davison1-5/+6
2010-11-20A couple comment tweaks.Wayne Davison1-3/+2
2010-11-12Optimize --inplace chunck search to avoid a non-aligned search.Wayne Davison1-19/+21
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