summaryrefslogtreecommitdiff
path: root/src/basic/hashmap.c
AgeCommit message (Expand)Author
2016-01-11basic: split hash functions into their own header filesLennart Poettering
2015-12-15basic: ENABLE_DEBUG_HASHMAP needs <pthread.h>Henrik Kaare Poulsen
2015-11-30basic: include only what we useThomas Hindoe Paaboel Andersen
2015-11-16siphash24: let siphash24_finalize() and siphash24() return the result directlyDaniel Mack
2015-11-16siphash24: change result argument to uint64_tMartin Pitt
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: move is_main_thread() to process-util.[ch]Lennart Poettering
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