summaryrefslogtreecommitdiff
path: root/match.c
Commit message (Expand)AuthorAgeFilesLines
* Preparing for release of 3.3.0pre1 [buildall]v3.3.0pre1Wayne Davison2023-04-291-1/+1
* Fix overflow of sum2 buffer for sha1 rolling checksums.Wayne Davison2023-04-221-1/+1
* Preparing for release of 3.2.7pre1v3.2.7pre1Wayne Davison2022-09-301-1/+1
* Improve various things in the checksum codeWayne Davison2022-09-101-9/+9
* Some memory allocation improvementsWayne Davison2020-06-251-2/+0
* Some indentation fixes.Wayne Davison2020-06-131-10/+8
* Tweak the copyright year.Wayne Davison2019-03-161-1/+1
* Tweak copyright date.Wayne Davison2018-01-141-1/+1
* More archaic-checksum improvements. This makes the len vars clearerWayne Davison2017-11-071-6/+6
* Add --checksum-choice option to choose the checksum algorithms.Wayne Davison2016-05-011-4/+5
* Update the copyright year.Wayne Davison2015-08-081-1/+1
* Bump the year to 2014.Wayne Davison2014-01-261-1/+1
* Remove bypassed checksums in --inplace to improve speed.Wayne Davison2013-08-031-9/+17
* Update copyright year.Wayne Davison2013-01-191-1/+1
* Fix a potential crash when trying to find a better block match.Wayne Davison2011-04-221-2/+3
* Optimize finding the sum that matches our --inplace position.Wayne Davison2011-01-161-39/+36
* Include backup in map_ptr() to avoid backing up when reading.Wayne Davison2011-01-151-1/+5
* Sender realigns chunks with generator during an --inplace copyWayne Davison2011-01-141-3/+21
* Make sure an alternate --inplace sum has the right lengthWayne Davison2011-01-141-5/+6
* A couple comment tweaks.Wayne Davison2010-11-201-3/+2
* Optimize --inplace chunck search to avoid a non-aligned search.Wayne Davison2010-11-121-19/+21
* Update the copyright year.Wayne Davison2009-01-031-1/+1
* Split up the ifuncs.h file into 3 .h files.Wayne Davison2008-09-011-1/+1
* Output numbers in 3-digit groups by default (e.g. 1,234,567).Wayne Davison2008-09-011-6/+7
* Changed the chksum debug flag to deltasum.Wayne Davison2008-07-201-11/+11
* Added a '%C' (MD5 checksum) flag for the output/logfile formatting.Wayne Davison2008-07-191-9/+18
* Changed human_num() to big_num() with an extra arg so that it canWayne Davison2008-07-171-12/+12
* Added the --info=FLAGS an --debug=FLAGS options, which allowsWayne Davison2008-07-131-16/+14
* Include 2008 in the copyright years.Wayne Davison2008-03-011-1/+1
* Switching over to a dynamic hash method for really large files.Wayne Davison2007-11-281-35/+48
* Fixed a problem with build_hash_table() getting called tooWayne Davison2007-10-271-1/+4
* Chunk a really large file to avoid sender-side hash-tableWayne Davison2007-10-261-10/+20
* Handle the new --append and --append-verify options.Wayne Davison2007-09-011-14/+16
* Tweaking the license text a bit more.Wayne Davison2007-07-101-2/+3
* Switching to GPL 3.Wayne Davison2007-07-071-3/+2
* Protocol 30 now uses MD5 checksums instead of MD4.Wayne Davison2007-03-181-6/+7
* Further modifications to the copyright comment section.Wayne Davison2007-02-041-4/+3
* Only append_mode > 0 now indicates option is enabled.Wayne Davison2006-12-281-1/+1
* Use an explicit cast when a value gets stored in a smaller var.Wayne Davison2006-11-211-5/+5
* 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