summaryrefslogtreecommitdiff
path: root/src/test/test-prioq.c
Commit message (Expand)AuthorAgeFilesLines
* test: Use TEST macroJan Janssen2021-11-251-9/+4
* tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-051-1/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* tree-wide: use _cleanup_set_free_ where appropriateZbigniew Jędrzejewski-Szmek2020-05-061-1/+1
* util: split out sorting related calls to new sort-util.[ch]Lennart Poettering2019-03-131-1/+1
* basic/prioq: add prioq_peek_item()Zbigniew Jędrzejewski-Szmek2019-01-261-0/+16
* tree-wide: make hash_ops typesafeYu Watanabe2018-12-021-11/+4
* test: add one more test for prioq_remove()Yu Watanabe2018-10-171-1/+4
* util: fix segfault in prioq_remove() with empty Prioq objectYu Watanabe2018-10-161-0/+3
* util,test: introduce cleanup function prioq_freep()Yu Watanabe2018-10-161-44/+17
* test: use CMP() macro at one more placeYu Watanabe2018-10-161-7/+1
* tree-wide: use typesafe_qsort()Yu Watanabe2018-09-191-11/+3
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-2/+3
* hashmap: refactor hash_funcTom Gundersen2015-10-051-5/+2
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-151-1/+6
* shared: switch our hash table implementation over to SipHashLennart Poettering2013-12-221-2/+6
* Add set_consume which always takes ownershipZbigniew Jędrzejewski-Szmek2013-04-241-1/+1
* shared: add simple priority queue implementationLennart Poettering2013-03-211-0/+166