summaryrefslogtreecommitdiff
path: root/src/test/test-hashmap.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-22tree-wide: drop copyright lines for more authorsZbigniew Jędrzejewski-Szmek1-3/+0
2018-06-14tree-wide: beautify remaining copyright statementsLennart Poettering1-1/+1
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-05-14test: use _cleanup_hashmap_free_ instread of _cleanup_(hashmap_freep)Yu Watanabe1-1/+1
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-02-12hash-func: add generic hash_ops implementation for hashing pathsLennart Poettering1-0/+31
2018-01-27test-hashmap: test IteratedCacheVito Caputo1-0/+58
2017-11-28Add set/hashmap helpers for non-trivial freeing and use where straighforwardZbigniew Jędrzejewski-Szmek1-0/+24
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2015-11-16tree-wide: sort includesThomas Hindoe Paaboel Andersen1-1/+1
2015-06-17hashmap: allow NULL key in ordered_hashmap_next()Michal Schmidt1-32/+11
2015-02-24test-hashmap: fix gcc5 warningDaniel Mack1-1/+1
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen1-2/+0
2014-10-23test: generate tests for OrderedHashmap from Hashmap testsMichal Schmidt1-520/+22
2014-10-04test: only use assert_seThomas Hindoe Paaboel Andersen1-1/+1
2014-10-01tests: add tests for {hashmap,set}_steal_firstZbigniew Jędrzejewski-Szmek1-0/+21
2014-09-15hashmap, set: remove unused functionsMichal Schmidt1-55/+0
2014-09-15hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt1-25/+25
2014-06-16tests: add tests to test-hashmapRonny Chevalier1-0/+88
2013-10-01hashmap: size hashmap bucket array dynamicallyLennart Poettering1-2/+26
2013-09-26test-hashmap: fix access to uninitialized memoryZbigniew Jędrzejewski-Szmek1-3/+5
2013-05-03test-hashmap.c: add unit-test for hashmapDaniel Buch1-0/+508