summaryrefslogtreecommitdiffstats
path: root/hash.h
Commit message (Expand)AuthorAgeFilesLines
* Makefile: add DC_SHA1 knobJeff King2017-03-171-0/+2
* hash.h: move SHA-1 implementation selection into a header filebrian m. carlson2017-03-151-0/+14
* remove old hash.[ch] implementationKarsten Blees2013-11-181-50/+0
* Preallocate hash tables when the number of inserts are known in advanceNguyễn Thái Ngọc Duy2013-03-161-0/+7
* for_each_hash: allow passing a 'void *data' pointer to callbackLinus Torvalds2011-02-181-1/+1
* Add 'const' where appropriate to index handling functionsLinus Torvalds2008-03-091-2/+2
* Do linear-time/space rename logic for exact renamesLinus Torvalds2007-10-261-0/+43