summaryrefslogtreecommitdiff
path: root/src/basic/hashmap.c
AgeCommit message (Expand)Author
2015-10-06siphash24: unify APITom Gundersen
2015-10-05hashmap: hash_funcs - make inputs unambiguousTom Gundersen
2015-10-05hashmap: refactor hash_funcTom Gundersen
2015-06-18Merge pull request #294 from teg/hashmap-debug-locking-2David Herrmann
2015-06-18hashmap: debug - lock access to the global hashmap listTom Gundersen
2015-06-17hashmap: allow NULL key in ordered_hashmap_next()Michal Schmidt
2015-06-14hashmap: fix iterators to not skip entriesDavid Herrmann
2015-06-11build-sys: split internal basic/ library from shared/Kay Sievers