]> git.ipfire.org Git - thirdparty/rsync.git/history - match.c
More tweaks for Actions.
[thirdparty/rsync.git] / match.c
2023-04-29  Wayne DavisonPreparing for release of 3.3.0pre1 [buildall] v3.3.0pre1
2023-04-22  Wayne DavisonFix overflow of sum2 buffer for sha1 rolling checksums.
2022-09-30  Wayne DavisonPreparing for release of 3.2.7pre1 v3.2.7pre1
2022-09-10  Wayne DavisonImprove various things in the checksum code
2020-06-26  Wayne DavisonSome memory allocation improvements
2020-06-14  Wayne DavisonSome indentation fixes.
2019-03-16  Wayne DavisonTweak the copyright year.
2018-01-15  Wayne DavisonTweak copyright date.
2017-11-07  Wayne DavisonMore archaic-checksum improvements. This makes the...
2016-05-02  Wayne DavisonAdd --checksum-choice option to choose the checksum...
2015-08-08  Wayne DavisonUpdate the copyright year.
2014-01-26  Wayne DavisonBump the year to 2014.
2013-08-03  Wayne DavisonRemove bypassed checksums in --inplace to improve speed.
2013-01-19  Wayne DavisonUpdate copyright year.
2011-04-22  Wayne DavisonFix a potential crash when trying to find a better...
2011-01-17  Wayne DavisonOptimize finding the sum that matches our --inplace...
2011-01-15  Wayne DavisonInclude backup in map_ptr() to avoid backing up when...
2011-01-15  Wayne DavisonSender realigns chunks with generator during an --inpla...
2011-01-14  Wayne DavisonMake sure an alternate --inplace sum has the right...
2010-11-20  Wayne DavisonA couple comment tweaks.
2010-11-12  Wayne DavisonOptimize --inplace chunck search to avoid a non-aligned...
2009-01-03  Wayne DavisonUpdate the copyright year.
2008-09-02  Wayne DavisonSplit up the ifuncs.h file into 3 .h files.
2008-09-01  Wayne DavisonOutput numbers in 3-digit groups by default (e.g. 1...
2008-07-21  Wayne DavisonChanged the chksum debug flag to deltasum.
2008-07-20  Wayne DavisonAdded a '%C' (MD5 checksum) flag for the output/logfile...
2008-07-17  Wayne DavisonChanged human_num() to big_num() with an extra arg...
2008-07-14  Wayne DavisonAdded the --info=FLAGS an --debug=FLAGS options, which...
2008-03-01  Wayne DavisonInclude 2008 in the copyright years.
2007-11-28  Wayne DavisonSwitching over to a dynamic hash method for really...
2007-10-27  Wayne DavisonFixed a problem with build_hash_table() getting called too
2007-10-26  Wayne DavisonChunk a really large file to avoid sender-side hash...
2007-09-01  Wayne DavisonHandle the new --append and --append-verify options.
2007-07-10  Wayne DavisonTweaking the license text a bit more.
2007-07-07  Wayne DavisonSwitching to GPL 3.
2007-03-18  Wayne DavisonProtocol 30 now uses MD5 checksums instead of MD4.
2007-02-04  Wayne DavisonFurther modifications to the copyright comment section.
2006-12-28  Wayne DavisonOnly append_mode > 0 now indicates option is enabled.
2006-11-21  Wayne DavisonUse an explicit cast when a value gets stored in a...
2006-04-25  Wayne DavisonUpdated the FSF's address to an even newer one.
2006-04-25  Wayne Davison- Updated the address for the FSF in the opening comment.
2006-02-28  Wayne DavisonGot the order of s1 and s2 right in the debug output.
2006-02-28  Wayne DavisonDecided to drop the dynamically sized hash table for...
2006-02-28  Wayne DavisonRenamed sum_table -> hash_table.
2006-02-28  Wayne DavisonChanged the name of GETTAG() to SUM2HASH().
2006-02-28  Wayne DavisonEliminated one variable from hash_search().
2006-02-28  Wayne Davison- Fixed a problem with the new gettag2() macro by getti...
2006-02-27  Wayne DavisonThis is Shachar Shemesh's patch for making the hash...
2006-02-24  Wayne DavisonGot rid of unused externs.
2005-11-10  Wayne DavisonGot rid of a superfluous newline.
2005-07-30  Wayne DavisonThe combination of --update and --progress now outputs...
2005-07-28  Wayne DavisonSupport new --append option.
2005-03-05  Wayne DavisonMoved the end_progress() call from match.c to sender...
2005-02-14  Wayne DavisonOne arg to matched() is supposed to be an int32.
2005-02-14  Wayne DavisonChanged the size_t variables into int32 variables.
2005-01-17  Wayne DavisonChanged the checks for --inplace to use the new updatin...
2005-01-01  Wayne DavisonUse an int32 for the each block-size variable.
2004-09-07  Wayne DavisonIf --backup was used with --inplace, we don't limit...
2004-08-03  Wayne DavisonWe call map_ptr() with a data range than includes any...
2004-07-16  Wayne DavisonMy version of Mark Curtis's --inplace option.
2004-07-15  Wayne DavisonMy modified version of Chris Shoemaker's improved batch...
2004-07-07  Wayne DavisonUse want_i instead of last_i+1.
2004-07-04  Wayne DavisonChanged a "for" loop into a "do ... while" loop.
2004-07-02  Wayne DavisonOptimized away a loop in hash_search().
2004-05-21  Wayne DavisonChanged sum_init() to take a seed value as an arg inste...
2004-05-13  Wayne DavisonIf we got a read-error on a file, make sure that the...
2004-01-03  Wayne DavisonMore variable-size cleanup.
2004-01-03  Wayne DavisonMade the types used in the sum_buf and sum_struct struc...
2004-01-02  Wayne DavisonGot rid of /* dw */ comments.
2003-12-06  Wayne DavisonMerged in the security fixes from 2.5.7.
2003-08-22  Wayne DavisonCast various s->blength references inside of MIN()...
2003-08-22  Wayne DavisonWhitespace tweaks.
2003-07-08  Wayne DavisonOnly call show_progress() and end_progress() if do_prog...
2003-04-10  J.W. SchultzNow support dynamic per-file checksum2 size.
2003-03-31  J.W. SchultzRemoving vestigial support for protocol versions prior...
2002-04-09  Martin Poollong int and signedness fix from Nelson Beebe
2002-04-08  Martin PoolDoc match_sums.
2002-04-08  Martin PoolDocument the perversely-named matched() function, which...
2002-02-03  Andrew Tridgellthe signed/unsigned change seems to have caused a logic...
2002-01-25  Martin PoolMore signedness fixes; should be harmless.
2001-08-14  Martin PoolMerge across rsync+ patch; add a little documentation...
2000-01-25  Andrew Tridgellfix segv bug in --progress handling
2000-01-25  Andrew Tridgellpatch from David Murn to make sure the final 100% is...
2000-01-23  Andrew Tridgellfix a problem with files > 2GB
1999-01-05  Andrew Tridgellmoved the block length mismatch code to another part...
1999-01-05  Andrew Tridgelldon't try to match checksums of two blocks which are...
1999-01-05  Andrew Tridgellfixed a bug in the adjacent target optimisation
1999-01-05  Andrew Tridgellan optimization that tries to make rsync choose adjacen...
1998-12-30  Andrew Tridgellno longer use mmap() in rsync because of the risk of...
1998-11-16  Andrew Tridgellfixed a bug handling files larger than 2GB
1998-07-02  Andrew Tridgell- don't show "created directory" message unless verbose...
1998-07-02  Andrew Tridgelladded --progress option which shows the progress of...
1998-06-03  Andrew Tridgellthe tag table should be of type int* not tag*.
1998-06-01  Andrew Tridgelladded --stats option for verbose stats on the file...
1998-05-27  Andrew Tridgellheaps of cleanup in the io code.
1998-05-22  Andrew Tridgellremoving an unused variable
1998-05-22  Paul MackerrasUpdate to use the new zlib-1.1.2 code.
1998-05-22  Andrew Tridgellthis fixes two problems:
1998-05-07  Andrew Tridgellsome large systematic changes to make socket conversion...
1998-05-06  Andrew TridgellSolaris 2.6 doesn't support "signed char". What a broke...
next