summaryrefslogtreecommitdiff
path: root/src/shared/list.h
AgeCommit message (Expand)Author
2015-01-28list: properly skip over first item in LIST_FOREACH_OTHERSLennart Poettering
2015-01-28list: add macro for iterating through a list an item is in, skipping the itemLennart Poettering
2015-01-11shared/list: add LIST_APPENDZbigniew Jędrzejewski-Szmek
2014-05-06list: make LIST_FIND_TAIL work for empty listsLennart Poettering
2013-10-14list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering
2013-06-27test: Add list testcaseJan Janssen
2013-06-10journal: loop less in MATCH_AND_TERM conditionalsZbigniew Jędrzejewski-Szmek
2012-07-19use #pragma once instead of foo*foo #define guardsShawn Landden
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering
2012-04-10move list.h, macro.h, ioprio.h to shared/Kay Sievers