summaryrefslogtreecommitdiffstats
path: root/hashmap.h
AgeCommit message (Expand)AuthorLines
2019-06-20hashmap: convert sha1hash() to oidhash()Jeff King-3/+5
2019-05-05*.[ch]: remove extern from function declarations using spatchDenton Liu-15/+15
2018-02-13Merge branch 'rb/hashmap-h-compilation-fix'Junio C Hamano-2/+1
2018-01-16hashmap.h: remove unused variableRandall S. Becker-2/+1
2017-12-05hashmap: adjust documentation to reflect realityJohannes Schindelin-31/+29
2017-09-07hashmap: add API to disable item counting when threadedJeff Hostetler-21/+51
2017-06-30hashmap: migrate documentation from Documentation/technical into headerStefan Beller-32/+316
2017-06-30hashmap.h: compare function has access to a data fieldStefan Beller-4/+8
2017-03-22hashmap: add disallow_rehash settingJeff Hostetler-0/+24
2017-03-22hashmap: allow memihash computation to be continuedJeff Hostetler-0/+1
2014-07-07hashmap: add string interning APIKarsten Blees-0/+8
2014-07-07hashmap: add simplified hashmap_get_from_hash() APIKarsten Blees-0/+8
2014-07-07hashmap: factor out getting a hash code from a SHA1Karsten Blees-0/+11
2014-02-24hashmap.h: use 'unsigned int' for hash-codes everywhereKarsten Blees-1/+1
2013-11-18add a hashtable implementation that supports O(1) removalKarsten Blees-0/+71