summaryrefslogtreecommitdiff
path: root/src/basic/prioq.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-26basic/prioq: add prioq_peek_item()Zbigniew Jędrzejewski-Szmek1-4/+3
2018-11-26tree-wide: use SWAP_TWO a bit moreLennart Poettering1-9/+2
2018-10-17prioq: use structrued initializerYu Watanabe1-2/+5
2018-10-17prioq: fix index range checkYu Watanabe1-1/+1
2018-10-17prioq: add one more assertionYu Watanabe1-0/+1
2018-10-16util: fix segfault in prioq_remove() with empty Prioq objectYu Watanabe1-0/+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
2018-03-02coccinelle: add reallocarray() coccinelle scriptLennart Poettering1-1/+1
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2016-10-16tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek1-3/+1
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2015-12-01basic: re-sort includesThomas Hindoe Paaboel Andersen1-1/+1
2015-11-30basic: include only what we useThomas Hindoe Paaboel Andersen1-1/+4
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering1-1/+2
2015-09-29Merge pull request #1407 from dvdhrm/prioqLennart Poettering1-1/+1
2015-09-29prioq: never shuffle identical entriesDavid Herrmann1-1/+1
2015-09-29prioq: add introduction commentDavid Herrmann1-0/+10
2015-06-11build-sys: split internal basic/ library from shared/Kay Sievers1-0/+308