summaryrefslogtreecommitdiff
path: root/hashtable.c
Commit message (Expand)AuthorAgeFilesLines
* Preparing for release of 3.2.7pre1v3.2.7pre1Wayne Davison2022-09-301-1/+1
* Tweak a define.Wayne Davison2022-09-141-1/+1
* Add hashlittle2() and ensure the hash is never 0Wayne Davison2022-09-131-4/+168
* Some memory allocation improvementsWayne Davison2020-06-251-5/+3
* Convert a couple files to UTF-8; more Copyright years.Wayne Davison2020-06-131-1/+1
* Tweak the hashtable routines to be a little clearer and easier.Wayne Davison2020-06-121-7/+22
* Tweak the copyright year.Wayne Davison2019-03-161-1/+1
* Silence fall-through warnings.Wayne Davison2019-01-041-0/+11
* Tweak copyright date.Wayne Davison2018-01-141-1/+1
* hashtable: add hashlittle() from lookup3.c, by Bob JenkinsStefan Metzmacher2016-08-141-0/+302
* Update the copyright year.Wayne Davison2015-08-081-1/+1
* Bump the year to 2014.Wayne Davison2014-01-261-1/+1
* Update copyright year.Wayne Davison2013-01-191-1/+1
* Make sure we never try to store a 0 key and tweak key64 init.Wayne Davison2010-05-291-1/+6
* Avoid type-punned compiler warnings for the byteorder.h macrosWayne Davison2009-10-131-1/+1
* Update the copyright year.Wayne Davison2009-01-031-1/+1
* Adding hashtable debugging output (--debug=hash).Wayne Davison2008-10-151-1/+20
* Explicitly cast an int64 to an int32.Wayne Davison2008-07-211-1/+1
* Added some HLINK debugging output and enabled it for hardlink tests.Wayne Davison2008-07-171-1/+1
* Improved handling of a system that doesn't have a 64-bit offset type.Wayne Davison2008-06-041-0/+2
* Include 2008 in the copyright years.Wayne Davison2008-03-011-1/+1
* Store the key64 flag from hashtable_create() in the hashtable structureWayne Davison2008-02-041-2/+3
* The hashtable routines from hlink.c modified to have more generic names,Wayne Davison2007-09-031-0/+145