index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
/
test-list.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
list: add LIST_CLEAR() helper that empties the list
David Tardon
2023-08-17
1
-0
/
+25
*
basic: Use statement expressions more in list.h
Daan De Meyer
2023-01-08
1
-26
/
+25
*
basic: rename util.h to logarithm.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+0
*
test-list: rename field to indicate that it's a list
Zbigniew Jędrzejewski-Szmek
2022-07-02
1
-163
/
+163
*
basic/list: drop LIST_IS_EMPTY
Zbigniew Jędrzejewski-Szmek
2022-07-02
1
-1
/
+1
*
list: declare iterator of LIST_FOREACH() in the loop
Yu Watanabe
2022-03-19
1
-1
/
+1
*
list: add LIST_POP() helper that pops the first item off a linked list
Lennart Poettering
2021-11-25
1
-0
/
+9
*
Remove own copyright line
Jan Janssen
2021-11-22
1
-3
/
+0
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
basic/list: add LIST_JOIN helper
Luca Boccassi
2020-07-29
1
-0
/
+47
*
tree-wide: beautify remaining copyright statements
Lennart Poettering
2018-06-14
1
-1
/
+1
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
list: LIST_INSERT_BEFORE: update head if necessary (#4261)
Michael Olbrich
2016-10-04
1
-0
/
+23
*
basic: add LIST_INSERT_BEFORE
Alex Crawford
2015-08-04
1
-0
/
+44
*
test: duplicate LIST_FOREACH_OTHERS test to check for corner cases of end and...
Lennart Poettering
2015-01-28
1
-0
/
+14
*
list: add macro for iterating through a list an item is in, skipping the item
Lennart Poettering
2015-01-28
1
-1
/
+8
*
shared/list: add LIST_APPEND
Zbigniew Jędrzejewski-Szmek
2015-01-12
1
-0
/
+24
*
list: make our list macros a bit easier to use by not requring type spec on e...
Lennart Poettering
2013-10-14
1
-11
/
+11
*
test: Add list testcase
Jan Janssen
2013-06-27
1
-0
/
+109