summaryrefslogtreecommitdiff
path: root/hashmap.h
AgeCommit message (Expand)AuthorFilesLines
2019-06-20hashmap: convert sha1hash() to oidhash()Libravatar Jeff King1-3/+5
2019-05-05*.[ch]: remove extern from function declarations using spatchLibravatar Denton Liu1-15/+15
2018-02-13Merge branch 'rb/hashmap-h-compilation-fix'Libravatar Junio C Hamano1-2/+1
2018-01-16hashmap.h: remove unused variableLibravatar Randall S. Becker1-2/+1
2017-12-05hashmap: adjust documentation to reflect realityLibravatar Johannes Schindelin1-31/+29
2017-09-07hashmap: add API to disable item counting when threadedLibravatar Jeff Hostetler1-21/+51
2017-06-30hashmap: migrate documentation from Documentation/technical into headerLibravatar Stefan Beller1-32/+316
2017-06-30hashmap.h: compare function has access to a data fieldLibravatar Stefan Beller1-4/+8
2017-03-22hashmap: add disallow_rehash settingLibravatar Jeff Hostetler1-0/+24
2017-03-22hashmap: allow memihash computation to be continuedLibravatar Jeff Hostetler1-0/+1
2014-07-07hashmap: add string interning APILibravatar Karsten Blees1-0/+8
2014-07-07hashmap: add simplified hashmap_get_from_hash() APILibravatar Karsten Blees1-0/+8
2014-07-07hashmap: factor out getting a hash code from a SHA1Libravatar Karsten Blees1-0/+11
2014-02-24hashmap.h: use 'unsigned int' for hash-codes everywhereLibravatar Karsten Blees1-1/+1
2013-11-18add a hashtable implementation that supports O(1) removalLibravatar Karsten Blees1-0/+71