summaryrefslogtreecommitdiffstats
path: root/src/basic/path-lookup.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* various: use strdup_to() after getenv()Zbigniew Jędrzejewski-Szmek2024-03-201-12/+5
* Merge pull request #30480 from keszybz/kernel-install-more-pathsZbigniew Jędrzejewski-Szmek2024-03-081-2/+2
|\
| * strv: add helper to extend strv from both sidesZbigniew Jędrzejewski-Szmek2024-03-071-2/+2
* | path-lookup: rename lookup_paths_free -> _doneMike Yuan2024-03-061-3/+2
|/
* path-lookup: add runtime_directory for resolving $RUNTIME_DIRECTORYSam Leonard2024-02-091-0/+38
* tree-wide: port over various pieces of code to strv_extend_many()Lennart Poettering2024-01-171-23/+13
* Drop split-usr and unmerged-usr supportLuca Boccassi2023-07-281-4/+1
* basic: add RuntimeScope enumLennart Poettering2023-03-101-38/+44
* nulstr-util: Declare NULSTR_FOREACH() iterator inlineDaan De Meyer2022-11-111-1/+1
* Use https for freedesktop.orgMichael Biebl2022-06-281-1/+1
* Rename UnitFileScope to LookupScopeZbigniew Jędrzejewski-Szmek2022-03-291-32/+32
* systemctl: fix silent failure when --root is not foundZbigniew Jędrzejewski-Szmek2022-03-291-23/+33
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-1/+0
* tree-wide: don't use strjoina() on getenv() valuesAnita Zhang2022-01-271-2/+6
* portable: move profile search helper to path-lookupLuca Boccassi2021-11-261-0/+28
* alloc-util: add strdupa_safe() + strndupa_safe() and use it everywhereLennart Poettering2021-10-141-1/+1
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-4/+4
* tree-wide: make use of path_extend() at many placesLennart Poettering2021-05-271-21/+18
* meson: use jinja2 for rpm templatesZbigniew Jędrzejewski-Szmek2021-05-191-1/+1
* tree-wide: avoid uninitialized warning on _cleanup_ variablesLuca Boccassi2021-04-141-1/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* path-lookup: Correct order of XDG_CONFIG_HOME and XDG_CONFIG_DIRSPass Automated Testing Suite2020-09-291-2/+2
* path-lookup: path_join() all the things!Lennart Poettering2020-08-191-5/+5
* Rename _PATH variables to _DIR when they refer to a directoryZbigniew Jędrzejewski-Szmek2020-03-271-11/+11
* Move path-lookup.c to src/basicZbigniew Jędrzejewski-Szmek2020-03-271-0/+869