Promoting xxhash support.
[rsync.git] / checksum.c
2020-05-23 Wayne DavisonPromoting xxhash support.
2020-05-23 Wayne DavisonSome checksum improvements
2020-05-22 Jorrit JongmaAVX2 optimized version of get_checksum1() for x86-64
2020-05-22 Wayne DavisonChecksum negotiation & more bits for compat_flags
2020-05-21 Jorrit JongmaSSE2/SSSE3 optimized version of get_checksum1() for...
2020-04-16 Wayne DavisonSpelling fixes from a Fossies run done by Jens.
2020-04-09 Wayne DavisonSet Copyright years and make them easier to update
2020-04-06 Wayne DavisonTweak some indentation.
2019-03-16 Wayne DavisonTweak the copyright year.
2018-01-15 Wayne DavisonTweak copyright date.
2017-12-04 Wayne DavisonFix issue with earlier path-check (fixes "make check")
2017-11-07 Wayne DavisonMore archaic-checksum improvements. This makes the...
2017-10-30 Wayne DavisonUse full MD4 len for archaic protocol auth.
2017-10-25 Wayne DavisonDon't forget to tweak sum_update().
2017-10-24 Wayne DavisonHandle archaic checksums properly.
2016-05-02 Wayne DavisonAdd --checksum-choice option to choose the checksum...
2016-05-01 Wayne DavisonTweak indentation only.
2015-08-08 Wayne DavisonUpdate the copyright year.
2015-05-11 Wayne DavisonAdd compat flag to allow proper seed checksum order.
2014-04-19 Wayne DavisonChange args to file_checksum() to prepare for future...
2014-01-26 Wayne DavisonBump the year to 2014.
2013-01-19 Wayne DavisonUpdate copyright year.
2009-10-14 Wayne DavisonAvoid type-punned compiler warnings for the byteorder...
2009-01-03 Wayne DavisonUpdate the copyright year.
2008-07-21 Wayne DavisonImproved var-checker and tweaked all the issues it...
2008-03-01 Wayne DavisonInclude 2008 in the copyright years.
2007-09-02 Wayne DavisonDon't include the checksum_seed in the full-file MD5...
2007-07-10 Wayne DavisonTweaking the license text a bit more.
2007-07-07 Wayne DavisonSwitching to GPL 3.
2007-03-18 Wayne DavisonPut the checksum seed at the end of the checksum2 buffe...
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-23 Wayne DavisonMake use of the SHORT_SUM_LENGTH define.
2006-11-21 Wayne DavisonUse an explicit cast when a value gets stored in a...
2006-11-19 Wayne DavisonAdded "const" to appropriate char pointers.
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.
2005-01-01 Wayne Davison- Use an int32 for each checksum length variable.
2004-08-03 Wayne DavisonUse MAX_MAP_SIZE in the args to map_file().
2004-08-03 Wayne DavisonCall map_file() with its new args, including a suggeste...
2004-08-02 Wayne DavisonGot rid of trailing whitespace.
2004-07-20 Wayne DavisonCall map_file() with its new block_size arg.
2004-07-16 Wayne DavisonAvoid some useless memory copying.
2004-05-21 Wayne DavisonChanged sum_init() to take a seed value as an arg inste...
2004-02-09 Wayne DavisonMade checksum_seed an extern.
2003-12-06 Wayne DavisonMerged in the security fixes from 2.5.7.
2003-09-09 Wayne DavisonChanged "remote_version" to "protocol_version".
2003-05-12 Wayne DavisonAnother MD4 fix for protocol 27 (from Christoph Bartelmus).
2003-04-10 J.W. Schultz - for protocol version >= 27, mdfour_tail() is called...
2003-03-31 J.W. SchultzRemoving vestigial support for protocol versions prior...
2002-04-08 Martin PoolDoc sum_update
1999-10-25 Andrew Tridgelluse do_open() instead of open() in several places to...
1999-06-26 Andrew Tridgellfixed a bug that made us use only 16 bits of the file...
1998-10-29 Andrew Tridgellkfixed char* casts
1998-10-29 Andrew Tridgellchanges to get rsync working on a CRAY J90. This machin...
1998-06-18 Andrew Tridgellfor consistency use memcpy/memset everywhere instead...
1998-05-06 Andrew TridgellSolaris 2.6 doesn't support "signed char". What a broke...
1998-05-06 Andrew Tridgelladded support for 64 bit file offsets under Solaris...
1998-03-23 Andrew Tridgellfinished 64 bit file offset support. Hopefully rsync...
1998-03-23 Andrew Tridgellstarted to add some 64 bit file offset support - not...
1997-12-15 Andrew Tridgelldamn, I had implicitly assumed signed characters when...
1996-07-04 Andrew Tridgelladded CHAR_OFFSET
1996-07-04 Andrew Tridgell*** empty log message ***
1996-07-03 Andrew Tridgell*** empty log message ***
1996-07-02 Andrew Tridgellsave some more bytes by making the checksum smaller
1996-07-02 Andrew Tridgelladded seed to file sum
1996-07-02 Andrew Tridgelladded resend logic
1996-07-01 Andrew Tridgell*** empty log message ***
1996-06-30 Andrew Tridgellget byte order of checksum seed right
1996-06-30 Andrew Tridgelladded checksum seed
1996-06-28 Andrew Tridgellnew exit/cleanup code
1996-06-27 Andrew Tridgelladded csum-length option
1996-06-22 Andrew TridgellInitial revision