summaryrefslogtreecommitdiffstats
path: root/hashmap.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rb/hashmap-h-compilation-fix'Junio C Hamano2018-02-131-2/+1
|\
| * hashmap.h: remove unused variableRandall S. Becker2018-01-161-2/+1
* | hashmap: adjust documentation to reflect realityJohannes Schindelin2017-12-051-31/+29
|/
* hashmap: add API to disable item counting when threadedJeff Hostetler2017-09-071-21/+51
* hashmap: migrate documentation from Documentation/technical into headerStefan Beller2017-06-301-32/+316
* hashmap.h: compare function has access to a data fieldStefan Beller2017-06-301-4/+8
* hashmap: add disallow_rehash settingJeff Hostetler2017-03-221-0/+24
* hashmap: allow memihash computation to be continuedJeff Hostetler2017-03-221-0/+1
* hashmap: add string interning APIKarsten Blees2014-07-071-0/+8
* hashmap: add simplified hashmap_get_from_hash() APIKarsten Blees2014-07-071-0/+8
* hashmap: factor out getting a hash code from a SHA1Karsten Blees2014-07-071-0/+11
* hashmap.h: use 'unsigned int' for hash-codes everywhereKarsten Blees2014-02-241-1/+1
* add a hashtable implementation that supports O(1) removalKarsten Blees2013-11-181-0/+71