summaryrefslogtreecommitdiff
path: root/src/test/test-list.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* 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
* list: LIST_INSERT_BEFORE: update head if necessary (#4261)Michael Olbrich2016-10-041-0/+23
* basic: add LIST_INSERT_BEFOREAlex Crawford2015-08-041-0/+44
* test: duplicate LIST_FOREACH_OTHERS test to check for corner cases of end and...Lennart Poettering2015-01-281-0/+14
* list: add macro for iterating through a list an item is in, skipping the itemLennart Poettering2015-01-281-1/+8
* shared/list: add LIST_APPENDZbigniew Jędrzejewski-Szmek2015-01-111-0/+24
* list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering2013-10-141-11/+11
* test: Add list testcaseJan Janssen2013-06-271-0/+109