summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-path
AgeCommit message (Expand)AuthorFilesLines
2018-10-18sd-path: FOREACH_LINE exorcismLennart Poettering1-2/+9
2018-06-29tree-wide: drop empty commentsYu Watanabe1-2/+0
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering1-1/+0
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-05-02systemd-path: fix memory leak reported by ASAN (#8874)Filipe Brandenburger1-11/+7
2018-04-17Merge pull request #8575 from keszybz/non-absolute-pathsLennart Poettering1-1/+13
2018-04-16systemd-path: allow the default search path to be queriedZbigniew Jędrzejewski-Szmek1-1/+13
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-03-01Remove /sbin from paths if split-bin is false (#8324)Zbigniew Jędrzejewski-Szmek1-6/+9
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-10-04build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek1-3/+3
2017-07-20Merge pull request #6266 from keszybz/drop-autotoolsLennart Poettering1-1/+0
2017-07-20sd-path: make sure to use tmp_dir() and var_tmp_dir() (#6397)Lennart Poettering1-2/+3
2017-07-18build-sys: drop automake supportZbigniew Jędrzejewski-Szmek1-1/+0
2016-10-23tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek1-4/+4
2016-03-15sd-path: use XDG_CONFIG_HOME instead of hardcoding ~/.config for user-dirsEmmanuel Gil Peyrot1-2/+7
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering1-0/+1
2015-10-27util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering1-0/+1
2015-10-26util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering1-0/+1
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering1-0/+1
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering1-3/+5
2015-03-13tree-wide: there is no ENOTSUP on linuxDavid Herrmann1-2/+2
2014-07-11build-sys: export sd_path APIsLennart Poettering1-2/+2
2014-07-03sd-path: add missing headerUmut Tezduyar Lindskog1-0/+1
2014-07-03shared: rename ARCH_TUPLE to LIB_ARCH_TUPLELennart Poettering1-2/+2
2014-07-02path: add new "systemd-path" utility for querying paths described in file-hie...Lennart Poettering2-0/+627