summaryrefslogtreecommitdiff
path: root/utils/hashmap.c
Commit message (Expand)AuthorAgeFilesLines
* hashmap: Fix a whitespace bogonDaniel Silverstone2020-02-241-1/+1
* Hashmap: Check for failure of first malloc.Michael Drake2020-02-241-0/+3
* utils: Add hashmap_count()Daniel Silverstone2020-02-231-3/+20
* utils: Fix destroy of non-empty hashmapDaniel Silverstone2020-02-231-2/+3
* utils: Add iteration API to hashmapDaniel Silverstone2020-02-231-0/+19
* utils: Add a generic hashmap and tests for itDaniel Silverstone2020-02-231-0/+215