index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
/
list.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: fix typo
Yu Watanabe
2023-10-04
1
-1
/
+1
*
list: add LIST_CLEAR() helper that empties the list
David Tardon
2023-08-17
1
-0
/
+12
*
list: fix double evaluation
Yu Watanabe
2023-04-20
1
-3
/
+6
*
basic: Add log context
Daan De Meyer
2023-01-08
1
-2
/
+4
*
basic: Use statement expressions more in list.h
Daan De Meyer
2023-01-08
1
-34
/
+31
*
basic/list: drop LIST_IS_EMPTY
Zbigniew Jędrzejewski-Szmek
2022-07-02
1
-3
/
+0
*
list: make LIST_FOREACH() and LIST_FOREACH_BACKWARDS() safer
Yu Watanabe
2022-03-19
1
-5
/
+8
*
list: declare iterator of LIST_FOREACH() in the loop
Yu Watanabe
2022-03-19
1
-18
/
+21
*
list: drop unnecessary line continuation
Yu Watanabe
2021-12-24
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
*
list: introduce LIST_FOREACH_BACKWARDS() macro and drop LIST_FOREACH_AFTER/BE...
Yu Watanabe
2021-08-10
1
-5
/
+2
*
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
/
+15
*
basic/list: fix minor coding style issue
Yu Watanabe
2018-11-23
1
-2
/
+2
*
basic/list: add missing header
Yu Watanabe
2018-11-23
1
-0
/
+2
*
list: fix double avaluation in LIST_APPEND()
Lennart Poettering
2018-10-17
1
-3
/
+3
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-4
/
+0
*
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
*
udevd: use list.h instead of udev_list_node
Simon Peeters
2017-11-22
1
-0
/
+3
*
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
/
+2
*
tree-wide: minor formatting inconsistency cleanups
Vito Caputo
2016-02-23
1
-7
/
+7
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
basic: add LIST_INSERT_BEFORE
Alex Crawford
2015-08-04
1
-0
/
+26
*
build-sys: split internal basic/ library from shared/
Kay Sievers
2015-06-11
1
-0
/
+158