summaryrefslogtreecommitdiff
path: root/src/basic/prioq.c
Commit message (Expand)AuthorAgeFilesLines
* prioq: make prioq_reshuffle() voidLennart Poettering2022-12-231-3/+2
* prioq: introduce prioq_ensure_put()Yu Watanabe2021-09-281-0/+10
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* basic/prioq: add prioq_peek_item()Zbigniew Jędrzejewski-Szmek2019-01-261-4/+3
* tree-wide: use SWAP_TWO a bit moreLennart Poettering2018-11-261-9/+2
* prioq: use structrued initializerYu Watanabe2018-10-171-2/+5
* prioq: fix index range checkYu Watanabe2018-10-171-1/+1
* prioq: add one more assertionYu Watanabe2018-10-171-0/+1
* util: fix segfault in prioq_remove() with empty Prioq objectYu Watanabe2018-10-161-0/+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
* coccinelle: add reallocarray() coccinelle scriptLennart Poettering2018-03-021-1/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek2016-10-161-3/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* basic: re-sort includesThomas Hindoe Paaboel Andersen2015-12-011-1/+1
* basic: include only what we useThomas Hindoe Paaboel Andersen2015-11-301-1/+4
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-1/+2
* Merge pull request #1407 from dvdhrm/prioqLennart Poettering2015-09-291-1/+1
|\
| * prioq: never shuffle identical entriesDavid Herrmann2015-09-291-1/+1
* | prioq: add introduction commentDavid Herrmann2015-09-291-0/+10
|/
* build-sys: split internal basic/ library from shared/Kay Sievers2015-06-111-0/+308