summaryrefslogtreecommitdiff
path: root/src/test/test-list.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-14tree-wide: beautify remaining copyright statementsLennart Poettering1-1/+1
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-10-04list: LIST_INSERT_BEFORE: update head if necessary (#4261)Michael Olbrich1-0/+23
2015-08-04basic: add LIST_INSERT_BEFOREAlex Crawford1-0/+44
2015-01-28test: duplicate LIST_FOREACH_OTHERS test to check for corner cases of end and...Lennart Poettering1-0/+14
2015-01-28list: add macro for iterating through a list an item is in, skipping the itemLennart Poettering1-1/+8
2015-01-11shared/list: add LIST_APPENDZbigniew Jędrzejewski-Szmek1-0/+24
2013-10-14list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering1-11/+11
2013-06-27test: Add list testcaseJan Janssen1-0/+109