Age | Commit message (Expand) | Author |
2016-02-18 | test-hashmap: fix undefined behaviour on string constants | Zbigniew Jędrzejewski-Szmek |
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering |
2015-10-24 | util-lib: split our string related calls from util.[ch] into its own file str... | Lennart Poettering |
2015-10-06 | test: hashmap - increase number of entries for crippled hash test | Michal Schmidt |
2015-10-05 | hashmap: refactor hash_func | Tom Gundersen |
2015-10-05 | test: hashmap - cripple the hash function by truncating the input rather than... | Tom Gundersen |
2015-06-14 | hashmap: fix iterators to not skip entries | David Herrmann |
2015-05-19 | test-hashmap: fix an assert | Thomas Hindoe Paaboel Andersen |
2015-01-14 | test: hashmap_put behaviour for equal keys | Martin Pitt |
2014-11-05 | test: hashmap-plain - make coverity happy | Tom Gundersen |
2014-11-04 | test: use assert_se in test_hashmap_move | Michal Schmidt |
2014-10-30 | test: test a corner case in hashmap_remove_and_replace() | Michal Schmidt |
2014-10-30 | test: adjust max load factor in test_hashmap_many() | Michal Schmidt |
2014-10-23 | hashmap: allow hashmap_move() to fail | Michal Schmidt |
2014-10-23 | test: add test for hashmap_reserve() | Michal Schmidt |
2014-10-23 | test: add and improve hashmap tests | Michal Schmidt |
2014-10-23 | test: generate tests for OrderedHashmap from Hashmap tests | Michal Schmidt |