index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libsystemd
/
sd-path
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sd-path: rename output param
Zbigniew Jędrzejewski-Szmek
2024-04-22
1
-18
/
+18
*
Try path without sbin even if compiled with split-bin=true
Zbigniew Jędrzejewski-Szmek
2024-04-22
1
-2
/
+8
*
path-lookup: rename lookup_paths_free -> _done
Mike Yuan
2024-03-06
1
-1
/
+1
*
tree-wide: port various parsers over to read_stripped_line()
Lennart Poettering
2023-10-17
1
-11
/
+5
*
Drop split-usr and unmerged-usr support
Luca Boccassi
2023-07-28
1
-18
/
+9
*
sd-path: add support for XDG_STATE_HOME
Lennart Poettering
2023-06-28
1
-0
/
+3
*
basic: add RuntimeScope enum
Lennart Poettering
2023-03-10
1
-5
/
+6
*
sd-path: export env. generators paths
David Tardon
2023-01-21
1
-0
/
+20
*
strv: move nulstr utilities to nulstr-util.[ch]
Lennart Poettering
2022-11-13
1
-0
/
+1
*
basic: rename util.h to logarithm.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+0
*
tree-wide: add a space after if, switch, for, and while
Yu Watanabe
2022-04-01
1
-1
/
+1
*
Rename UnitFileScope to LookupScope
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-4
/
+4
*
strv: make iterator in STRV_FOREACH() declaread in the loop
Yu Watanabe
2022-03-19
1
-1
/
+1
*
tree-wide: make use of path_extend() at many places
Lennart Poettering
2021-05-27
1
-16
/
+9
*
meson: use jinja2 for rpm templates
Zbigniew Jędrzejewski-Szmek
2021-05-19
1
-1
/
+1
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
pkg-config: prefix is not really configurable, don't pretend it was
Lennart Poettering
2020-09-11
1
-2
/
+0
*
sd-path: use ROOTPREFIX without suffixed slash
Lennart Poettering
2020-09-11
1
-9
/
+9
*
sd-path: drop "-dir" and "-path" suffixes from path enums
Lennart Poettering
2020-05-28
1
-24
/
+24
*
path: use ROOTPREFIX properly
Lennart Poettering
2020-05-28
1
-9
/
+9
*
sd-path: fix systemd-system-generator-path lookup
Zbigniew Jędrzejewski-Szmek
2020-05-21
1
-1
/
+1
*
sd-path: export "systemd-network-path"
Zbigniew Jędrzejewski-Szmek
2020-03-27
1
-1
/
+6
*
Rename _PATH variables to _DIR when they refer to a directory
Zbigniew Jędrzejewski-Szmek
2020-03-27
1
-5
/
+5
*
path: show various systemd directories and search paths too
Zbigniew Jędrzejewski-Szmek
2020-03-27
1
-0
/
+97
*
sd-path: simplify implementation of sd_path_lookup*()
Zbigniew Jędrzejewski-Szmek
2020-03-27
1
-60
/
+42
*
sd-path,strv: add simple helper to wrap oom handling around strv_split_nulstr()
Zbigniew Jędrzejewski-Szmek
2020-03-27
1
-8
/
+3
*
sd-path: rename the two functions
Zbigniew Jędrzejewski-Szmek
2020-03-27
1
-4
/
+4
*
tree-wide: drop missing.h
Yu Watanabe
2019-10-31
1
-1
/
+0
*
tree-wide: get rid of strappend()
Lennart Poettering
2019-07-12
1
-3
/
+3
*
sd-path: use _cleanup_strv_free_ attribute
Yu Watanabe
2019-06-24
1
-13
/
+6
*
sd-path: use _cleanup_ attribute
Yu Watanabe
2019-06-20
1
-7
/
+5
*
tree-wide: replace strjoin() with path_join()
Yu Watanabe
2019-06-20
1
-19
/
+4
*
Move LONG_LINE_MAX definition to fileio.h
Zbigniew Jędrzejewski-Szmek
2018-11-14
1
-1
/
+0
*
sd-path: FOREACH_LINE exorcism
Lennart Poettering
2018-10-18
1
-2
/
+9
*
tree-wide: drop empty comments
Yu Watanabe
2018-06-29
1
-2
/
+0
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-1
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
systemd-path: fix memory leak reported by ASAN (#8874)
Filipe Brandenburger
2018-05-02
1
-11
/
+7
*
Merge pull request #8575 from keszybz/non-absolute-paths
Lennart Poettering
2018-04-17
1
-1
/
+13
|
\
|
*
systemd-path: allow the default search path to be queried
Zbigniew Jędrzejewski-Szmek
2018-04-16
1
-1
/
+13
*
|
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
|
/
*
Remove /sbin from paths if split-bin is false (#8324)
Zbigniew Jędrzejewski-Szmek
2018-03-01
1
-6
/
+9
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
build-sys: use #if Y instead of #ifdef Y everywhere
Zbigniew Jędrzejewski-Szmek
2017-10-04
1
-3
/
+3
*
Merge pull request #6266 from keszybz/drop-autotools
Lennart Poettering
2017-07-20
1
-1
/
+0
|
\
|
*
build-sys: drop automake support
Zbigniew Jędrzejewski-Szmek
2017-07-18
1
-1
/
+0
*
|
sd-path: make sure to use tmp_dir() and var_tmp_dir() (#6397)
Lennart Poettering
2017-07-20
1
-2
/
+3
|
/
*
tree-wide: drop NULL sentinel from strjoin
Zbigniew Jędrzejewski-Szmek
2016-10-23
1
-4
/
+4
*
sd-path: use XDG_CONFIG_HOME instead of hardcoding ~/.config for user-dirs
Emmanuel Gil Peyrot
2016-03-15
1
-2
/
+7
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
[next]