summaryrefslogtreecommitdiff
path: root/hashmap.h
AgeCommit message (Expand)Author
2018-02-13Merge branch 'rb/hashmap-h-compilation-fix'Junio C Hamano
2018-01-16hashmap.h: remove unused variableRandall S. Becker
2017-12-05hashmap: adjust documentation to reflect realityJohannes Schindelin
2017-09-07hashmap: add API to disable item counting when threadedJeff Hostetler
2017-06-30hashmap: migrate documentation from Documentation/technical into headerStefan Beller
2017-06-30hashmap.h: compare function has access to a data fieldStefan Beller
2017-03-22hashmap: add disallow_rehash settingJeff Hostetler
2017-03-22hashmap: allow memihash computation to be continuedJeff Hostetler
2014-07-07hashmap: add string interning APIKarsten Blees
2014-07-07hashmap: add simplified hashmap_get_from_hash() APIKarsten Blees
2014-07-07hashmap: factor out getting a hash code from a SHA1Karsten Blees
2014-02-24hashmap.h: use 'unsigned int' for hash-codes everywhereKarsten Blees
2013-11-18add a hashtable implementation that supports O(1) removalKarsten Blees