index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
/
path-lookup.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move path-lookup.c to src/basic
Zbigniew Jędrzejewski-Szmek
2020-03-27
1
-869
/
+0
*
Split out generator directory setup to a src/core/generator-setup.c
Zbigniew Jędrzejewski-Szmek
2020-03-27
1
-54
/
+0
*
path-lookup: Use default value for XDG_CONFIG_DIRS if environment is not set
David Edmundson
2020-03-26
1
-4
/
+5
*
path-lookup: Allow setting generator paths via environment
Benjamin Berg
2020-03-04
1
-24
/
+77
*
path-lookup: Split out helper to get paths from environment
Benjamin Berg
2020-03-04
1
-17
/
+33
*
core: Move environment generator path lookup into path-lookup.c
Benjamin Berg
2020-03-04
1
-0
/
+14
*
tree-wide: drop string.h when string-util.h or friends are included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
core: stop removing non-existent and duplicate lookup paths
Zbigniew Jędrzejewski-Szmek
2019-08-27
1
-64
/
+3
*
tree-wide: get rid of strappend()
Lennart Poettering
2019-07-12
1
-6
/
+6
*
Merge pull request #12836 from yuwata/tree-wide-replace-strjoin
Lennart Poettering
2019-06-22
1
-1
/
+1
|
\
|
*
tree-wide: replace strjoin() with path_join()
Yu Watanabe
2019-06-20
1
-1
/
+1
*
|
path-util: get rid of prefix_root()
Lennart Poettering
2019-06-21
1
-4
/
+2
|
/
*
util-lib: split out all temporary file related calls into tmpfiles-util.c
Lennart Poettering
2018-12-02
1
-1
/
+1
*
strv: wrap strv_new() in a macro so that NULL sentinel is implicit
Lennart Poettering
2018-10-31
1
-10
/
+5
*
path-lookup: downgrade logging in lookup_paths_init() a bit
Lennart Poettering
2018-10-09
1
-1
/
+1
*
path-lookup: define explicit unit file directory for attached unit files
Lennart Poettering
2018-10-08
1
-14
/
+63
*
path-lookup: TAKE_PTRify more things
Lennart Poettering
2018-10-08
1
-3
/
+3
*
shared/path-lookup: remove unnecessary 'if' to help gcc
Zbigniew Jędrzejewski-Szmek
2018-06-20
1
-1
/
+2
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
path-lookup: add flag to optionally force checking split-usr unit dirs
Lennart Poettering
2018-05-24
1
-5
/
+5
*
Generator dirs might be on a real filesystem
Zbigniew Jędrzejewski-Szmek
2018-05-22
1
-4
/
+4
*
tree-wide: be more careful with the type of array sizes
Lennart Poettering
2018-04-27
1
-2
/
+2
*
remove unused variables (#8768)
Tobias Jungel
2018-04-20
1
-1
/
+0
*
path-lookup: properly chase paths when reducing with root dir (#8750)
Lennart Poettering
2018-04-18
1
-13
/
+7
*
util-lib: introduce new empty_or_root() helper (#8746)
Lennart Poettering
2018-04-18
1
-1
/
+1
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
tree-wide: use TAKE_PTR() and TAKE_FD() macros
Yu Watanabe
2018-04-05
1
-28
/
+17
*
macro: introduce TAKE_PTR() macro
Lennart Poettering
2018-03-22
1
-11
/
+4
*
shared/path-lookup: rename user control dirs to "user.control"
Zbigniew Jędrzejewski-Szmek
2018-02-09
1
-2
/
+2
*
shared/path-lookup: rearrange paths in --global mode to match --user mode
Zbigniew Jędrzejewski-Szmek
2018-02-09
1
-2
/
+2
*
path-lookup: include paths from --global in --user search path too
Zbigniew Jędrzejewski-Szmek
2018-02-09
1
-0
/
+17
*
path-lookup: fix confusion between persistent_control and persistent_config
Zbigniew Jędrzejewski-Szmek
2018-02-09
1
-1
/
+1
*
shared: export xdg_user_dirs() and xdg_user_*_dir()
Zbigniew Jędrzejewski-Szmek
2017-12-06
1
-30
/
+42
*
core: never remove "transient" and "control" directories from unit search path
Lennart Poettering
2017-11-29
1
-0
/
+8
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
Remove a bunch of unused variables
Zbigniew Jędrzejewski-Szmek
2017-11-01
1
-1
/
+0
*
Merge pull request #6974 from keszybz/clean-up-defines
Lennart Poettering
2017-10-04
1
-1
/
+1
|
\
|
*
build-sys: use #if Y instead of #ifdef Y everywhere
Zbigniew Jędrzejewski-Szmek
2017-10-04
1
-1
/
+1
*
|
tree-wide: use IN_SET macro (#6977)
Yu Watanabe
2017-10-04
1
-2
/
+2
|
/
*
install: consider globally enabled units as "enabled" for the user
Zbigniew Jędrzejewski-Szmek
2017-09-22
1
-17
/
+29
*
path-lookup: fix minor memleak
Zbigniew Jędrzejewski-Szmek
2017-09-19
1
-0
/
+1
*
core/manager: when running in test mode, use a temp dir for generated stuff
Zbigniew Jędrzejewski-Szmek
2017-09-14
1
-38
/
+51
*
Merge pull request #5131 from keszybz/environment-generators
Lennart Poettering
2017-02-21
1
-2
/
+1
|
\
|
*
environment-generator: new generator to peruse environment.d
Zbigniew Jędrzejewski-Szmek
2017-02-21
1
-2
/
+1
*
|
path-lookup: if $HOME can be determined but $XDG_RUNTIME_DIR can't, is it
Lennart Poettering
2017-02-10
1
-8
/
+24
*
|
path-lookup: drop redundant strv_isempty() check
Lennart Poettering
2017-02-10
1
-7
/
+6
*
|
path-lookup: try harder acquiring them $HOME of a user
Lennart Poettering
2017-02-10
1
-9
/
+11
|
/
*
path-lookup: use correct cleanup function for strv (#5007)
Thomas H. P. Andersen
2017-01-03
1
-1
/
+1
*
tree-wide: drop NULL sentinel from strjoin
Zbigniew Jędrzejewski-Szmek
2016-10-23
1
-2
/
+2
[next]