summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-path
Commit message (Expand)AuthorAgeFilesLines
* sd-path: use _cleanup_strv_free_ attributeYu Watanabe2019-06-241-13/+6
* sd-path: use _cleanup_ attributeYu Watanabe2019-06-211-7/+5
* tree-wide: replace strjoin() with path_join()Yu Watanabe2019-06-211-19/+4
* Move LONG_LINE_MAX definition to fileio.hZbigniew Jędrzejewski-Szmek2018-11-141-1/+0
* sd-path: FOREACH_LINE exorcismLennart Poettering2018-10-181-2/+9
* tree-wide: drop empty commentsYu Watanabe2018-06-291-2/+0
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-1/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* systemd-path: fix memory leak reported by ASAN (#8874)Filipe Brandenburger2018-05-021-11/+7
* Merge pull request #8575 from keszybz/non-absolute-pathsLennart Poettering2018-04-171-1/+13
|\
| * systemd-path: allow the default search path to be queriedZbigniew Jędrzejewski-Szmek2018-04-161-1/+13
* | tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
|/
* Remove /sbin from paths if split-bin is false (#8324)Zbigniew Jędrzejewski-Szmek2018-03-011-6/+9
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-041-3/+3
* Merge pull request #6266 from keszybz/drop-autotoolsLennart Poettering2017-07-201-1/+0
|\
| * build-sys: drop automake supportZbigniew Jędrzejewski-Szmek2017-07-181-1/+0
* | sd-path: make sure to use tmp_dir() and var_tmp_dir() (#6397)Lennart Poettering2017-07-201-2/+3
|/
* tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek2016-10-231-4/+4
* sd-path: use XDG_CONFIG_HOME instead of hardcoding ~/.config for user-dirsEmmanuel Gil Peyrot2016-03-151-2/+7
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering2015-10-261-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-3/+5
* tree-wide: there is no ENOTSUP on linuxDavid Herrmann2015-03-131-2/+2
* build-sys: export sd_path APIsLennart Poettering2014-07-111-2/+2
* sd-path: add missing headerUmut Tezduyar Lindskog2014-07-031-0/+1
* shared: rename ARCH_TUPLE to LIB_ARCH_TUPLELennart Poettering2014-07-031-2/+2
* path: add new "systemd-path" utility for querying paths described in file-hie...Lennart Poettering2014-07-022-0/+627