summaryrefslogtreecommitdiff
path: root/match.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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