summaryrefslogtreecommitdiff
path: root/src/test/test-prioq.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-17test: add one more test for prioq_remove()Yu Watanabe1-1/+4
2018-10-16util: fix segfault in prioq_remove() with empty Prioq objectYu Watanabe1-0/+3
2018-10-16util,test: introduce cleanup function prioq_freep()Yu Watanabe1-44/+17
2018-10-16test: use CMP() macro at one more placeYu Watanabe1-7/+1
2018-09-19tree-wide: use typesafe_qsort()Yu Watanabe1-11/+3
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering1-3/+0
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering1-2/+3
2015-10-05hashmap: refactor hash_funcTom Gundersen1-5/+2
2014-09-15hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt1-1/+6
2013-12-22shared: switch our hash table implementation over to SipHashLennart Poettering1-2/+6
2013-04-24Add set_consume which always takes ownershipZbigniew Jędrzejewski-Szmek1-1/+1
2013-03-21shared: add simple priority queue implementationLennart Poettering1-0/+166