]> git.ipfire.org Git - thirdparty/rsync.git/history - hashtable.c
More tweaks for Actions.
[thirdparty/rsync.git] / hashtable.c
2022-09-30  Wayne DavisonPreparing for release of 3.2.7pre1 v3.2.7pre1
2022-09-14  Wayne DavisonTweak a define.
2022-09-14  Wayne DavisonAdd hashlittle2() and ensure the hash is never 0
2020-06-26  Wayne DavisonSome memory allocation improvements
2020-06-13  Wayne DavisonConvert a couple files to UTF-8; more Copyright years.
2020-06-13  Wayne DavisonTweak the hashtable routines to be a little clearer...
2019-03-16  Wayne DavisonTweak the copyright year.
2019-01-04  Wayne DavisonSilence fall-through warnings.
2018-01-15  Wayne DavisonTweak copyright date.
2016-08-14  Stefan Metzmacherhashtable: add hashlittle() from lookup3.c, by Bob...
2015-08-08  Wayne DavisonUpdate the copyright year.
2014-01-26  Wayne DavisonBump the year to 2014.
2013-01-19  Wayne DavisonUpdate copyright year.
2010-05-29  Wayne DavisonMake sure we never try to store a 0 key and tweak key64...
2009-10-14  Wayne DavisonAvoid type-punned compiler warnings for the byteorder...
2009-01-03  Wayne DavisonUpdate the copyright year.
2008-10-15  Wayne DavisonAdding hashtable debugging output (--debug=hash).
2008-07-22  Wayne DavisonExplicitly cast an int64 to an int32.
2008-07-17  Wayne DavisonAdded some HLINK debugging output and enabled it for...
2008-06-04  Wayne DavisonImproved handling of a system that doesn't have a 64...
2008-03-01  Wayne DavisonInclude 2008 in the copyright years.
2008-02-04  Wayne DavisonStore the key64 flag from hashtable_create() in the...
2007-09-03  Wayne DavisonThe hashtable routines from hlink.c modified to have...