summaryrefslogtreecommitdiff
path: root/src/basic/hashmap.c
AgeCommit message (Expand)Author
2017-05-20./tools/notsd-moveLuke Shumaker
2016-06-21set: add new set_put_strsplit() callLennart Poettering
2016-04-29hashmap: optimize set_put_strdup() a bitLennart Poettering
2016-02-22hashmap: use void* and uint8_t* for generic pointersLennart Poettering
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
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