summaryrefslogtreecommitdiff
path: root/hashmap.h
AgeCommit message (Expand)AuthorFilesLines
2018-02-13Merge branch 'rb/hashmap-h-compilation-fix'Junio C Hamano1-2/+1
2018-01-16hashmap.h: remove unused variableRandall S. Becker1-2/+1
2017-12-05hashmap: adjust documentation to reflect realityJohannes Schindelin1-31/+29
2017-09-07hashmap: add API to disable item counting when threadedJeff Hostetler1-21/+51
2017-06-30hashmap: migrate documentation from Documentation/technical into headerStefan Beller1-32/+316
2017-06-30hashmap.h: compare function has access to a data fieldStefan Beller1-4/+8
2017-03-22hashmap: add disallow_rehash settingJeff Hostetler1-0/+24
2017-03-22hashmap: allow memihash computation to be continuedJeff Hostetler1-0/+1
2014-07-07hashmap: add string interning APIKarsten Blees1-0/+8
2014-07-07hashmap: add simplified hashmap_get_from_hash() APIKarsten Blees1-0/+8
2014-07-07hashmap: factor out getting a hash code from a SHA1Karsten Blees1-0/+11
2014-02-24hashmap.h: use 'unsigned int' for hash-codes everywhereKarsten Blees1-1/+1
2013-11-18add a hashtable implementation that supports O(1) removalKarsten Blees1-0/+71