index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
basic
/
hashmap.c
Age
Commit message (
Expand
)
Author
2016-04-29
hashmap: optimize set_put_strdup() a bit
Lennart Poettering
2016-02-22
hashmap: use void* and uint8_t* for generic pointers
Lennart Poettering
2016-02-10
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-01-11
basic: split hash functions into their own header files
Lennart Poettering
2015-12-15
basic: ENABLE_DEBUG_HASHMAP needs <pthread.h>
Henrik Kaare Poulsen
2015-11-30
basic: include only what we use
Thomas Hindoe Paaboel Andersen
2015-11-16
siphash24: let siphash24_finalize() and siphash24() return the result directly
Daniel Mack
2015-11-16
siphash24: change result argument to uint64_t
Martin Pitt
2015-10-27
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
util-lib: move is_main_thread() to process-util.[ch]
Lennart Poettering
2015-10-06
siphash24: unify API
Tom Gundersen
2015-10-05
hashmap: hash_funcs - make inputs unambiguous
Tom Gundersen
2015-10-05
hashmap: refactor hash_func
Tom Gundersen
2015-06-18
Merge pull request #294 from teg/hashmap-debug-locking-2
David Herrmann
2015-06-18
hashmap: debug - lock access to the global hashmap list
Tom Gundersen
2015-06-17
hashmap: allow NULL key in ordered_hashmap_next()
Michal Schmidt
2015-06-14
hashmap: fix iterators to not skip entries
David Herrmann
2015-06-11
build-sys: split internal basic/ library from shared/
Kay Sievers