]> git.ipfire.org Git - thirdparty/rsync.git/history - checksum.c
More tweaks for Actions.
[thirdparty/rsync.git] / checksum.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-10-25  Wayne DavisonCall `OpenSSL_add_all_algorithms()` on older openssl...
2022-09-30  Wayne DavisonA few more doc tweaks & comment tweaks.
2022-09-25  Wayne DavisonFix compile w/o openssl; disable sha256 & sha512 for...
2022-09-15  Wayne DavisonPre-compute FILE_SUM_EXTRA_CNT.
2022-09-10  Wayne DavisonAdd support for various SHA checksum digests
2022-09-10  Wayne DavisonImprove various things in the checksum code
2022-08-19  Wayne DavisonChange name_num_obj struct to use a name_num_item pointer.
2022-08-14  Wayne DavisonWe must use the CSUM_CHUNK size in the non-openssl...
2022-08-14  Wayne DavisonEnsure a dynamically linked xxhash lib is >= 0.8 for...
2022-06-19  Yuri ChornoivanFix minor typos (#327)
2022-03-27  Wayne DavisonPreparing for release of 3.2.4pre4 v3.2.4pre4
2022-03-04  Wayne DavisonMake asm use more selectable
2020-07-21  Wayne DavisonTweak include syntax.
2020-06-28  Wayne DavisonImprove the NSTR differentiation idiom.
2020-06-26  Wayne DavisonSome memory allocation improvements
2020-06-24  Wayne DavisonPrepare for future release of XXH3 & XXH128.
2020-06-24  Wayne DavisonThe server side can enforce its negotiation limits
2020-06-24  Wayne DavisonImprove how the env restricts negotiated strings
2020-06-10  Wayne DavisonFix a couple batchfile issues.
2020-06-02  Wayne DavisonMove the CSUM defines.
2020-06-02  Jorrit JongmaMove OpenSSL-related MD4/5 defines and imports to lib...
2020-05-29  Wayne DavisonA few minor xxhash changes.
2020-05-28  Wayne DavisonMerge pull request #5 from benrubson/daemonstats
2020-05-28  Wayne DavisonThe xxh* checksums don't need to be reversed on output.
2020-05-26  Wayne DavisonImprove how negotiated info affects batch files.
2020-05-25  Wayne DavisonMake compression-level handling generic.
2020-05-25  Wayne DavisonSome minor tweaks & tidying up.
2020-05-25  Wayne DavisonChange odd-ball map_ptr() to use remainder like the...
2020-05-25  Jorrit JongmaImprove performance of file_checksum()
2020-05-24  Wayne DavisonFix negotiation of none & improve NSTR debug msgs.
2020-05-24  Wayne DavisonAdd support for negotiated checksum names.
2020-05-24  Wayne DavisonMake xxh64 the "main_name" for the current xxhash.
2020-05-24  Wayne DavisonSome more checksum improvements
2020-05-24  Wayne DavisonUnify the checksum context memory, since we only use...
2020-05-23  Wayne DavisonFixed the use of openssl MD4 for transfer checksums.
2020-05-23  Wayne DavisonOptional openssl support for MD4 pre-transfer checksums...
2020-05-23  Wayne DavisonAdd optional use of the openssl crypto lib for MD5.
2020-05-23  Wayne DavisonA little more safety in negotiate_checksum().
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...
next