summaryrefslogtreecommitdiff
path: root/src/basic/path-util.h
Commit message (Expand)AuthorAgeFilesLines
* chase: replace path_prefix_root_cwd() with chaseat_prefix_root()Yu Watanabe2023-04-191-1/+0
* path-util: introduce path_prefix_root_cwd()Yu Watanabe2023-04-111-0/+1
* path-util: introduce path_compare_filename()Yu Watanabe2023-04-081-3/+6
* path-util: rework file_in_same_dir() on top of path_extract_directory()Lennart Poettering2023-01-241-1/+1
* bootctl: honor $KERNEL_INSTALL_CONF_ROOTLudwig Nussel2023-01-101-0/+1
* path-util: Drop path_make_relative_cwd()Daan De Meyer2022-11-111-1/+0
* path-util: Add path_make_relative_cwd()Daan De Meyer2022-11-091-0/+1
* generator: skip fsck if fsck command is missingJonas Kümmerlin2022-09-301-1/+2
* path-util: introduce path_make_relative_parent()Yu Watanabe2022-09-031-0/+1
* path-util: drop the now unused dirname_malloc()Lennart Poettering2022-08-231-1/+0
* path-util: introduce path_glob_can_match()Yu Watanabe2022-08-171-0/+2
* tree-wide: trivial tweaksLennart Poettering2022-07-111-2/+2
* path-util: NULL strings are definitely not valid pathsLennart Poettering2022-07-081-2/+6
* Move path_simplify_and_warn() to new shared/parse-helpers.cZbigniew Jędrzejewski-Szmek2022-04-071-8/+0
* Move systemd_installation_has_version() to src/nspawn/Zbigniew Jędrzejewski-Szmek2022-04-071-2/+0
* core: Add ExecSearchPath parameter to specify the directory relative to which...alexlzhu2021-09-281-2/+2
* path-util: teach find_executable_full how to look into the root directoryMaanya Goenka2021-08-101-2/+2
* path-util: make path_equal() an inline wrapper around path_compare()Lennart Poettering2021-06-181-1/+5
* tree-wide: always drop unnecessary dot in pathYu Watanabe2021-05-281-3/+3
* path-util: make path_extract_filename/directory() handle "." gracefullyYu Watanabe2021-05-281-2/+2
* path-util: introduce path_find_last_component()Yu Watanabe2021-05-281-0/+1
* path-util: use path_equal() in empty_or_root()Yu Watanabe2021-05-281-1/+1
* path-util: use path_find_first_component() in path_make_relative()Yu Watanabe2021-05-281-1/+1
* path-util: use path_find_first_component() in path_startswith()Yu Watanabe2021-05-281-1/+4
* path-util: introduce path_is_safe()Yu Watanabe2021-05-281-1/+7
* path-util: introduce path_find_first_component()Yu Watanabe2021-05-281-0/+1
* path-util: add path_extend(), inspired by strextend(), but using path_join()Lennart Poettering2021-05-271-2/+4
* basic: add path_equal_filename helperLuca Boccassi2021-04-071-0/+2
* util: add creds-util.[ch] with helpers for dealing with credentialsLennart Poettering2021-03-261-2/+0
* path-util: add path_extract_directory(), to match path_extract_filename()Lennart Poettering2021-03-021-0/+1
* Move and rename parse_path_argument() functionZbigniew Jędrzejewski-Szmek2021-02-151-2/+0
* Merge pull request #17079 from keszybz/late-exec-resolutionLennart Poettering2020-12-031-3/+3
|\
| * basic/path-util: let find_executable_full() optionally return an fdZbigniew Jędrzejewski-Szmek2020-11-061-3/+3
* | license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* | macro: introduce POINTER_MAX as define for (void*) -1Lennart Poettering2020-10-221-1/+1
|/
* basic/path-util: enhance find_executable() for the fixed path caseZbigniew Jędrzejewski-Szmek2020-09-181-1/+4
* basic/path-util: inline two trivial functionsZbigniew Jędrzejewski-Szmek2020-09-181-2/+10
* Rename find_binary to find_executableZbigniew Jędrzejewski-Szmek2020-09-181-1/+1
* core: add credentials logicLennart Poettering2020-08-251-0/+2
* shared: introduce mkfs-util.c/.hLennart Poettering2020-08-241-1/+0
* namespace: ignore prefix chars when comparing pathsTopi Miettinen2020-03-101-0/+1
* path-util: express PATH_IN_SET() through path_strv_contains()Lennart Poettering2020-01-091-11/+1
* path-util: introduce path_strv_contains() helperLennart Poettering2020-01-091-0/+2
* meson: make user $PATH configurableZbigniew Jędrzejewski-Szmek2019-11-131-8/+4
* manager: put bin before sbin for user instancesZbigniew Jędrzejewski-Szmek2019-08-271-0/+8
* basic/path-util: move two path_simplify* functions to be adjacentZbigniew Jędrzejewski-Szmek2019-07-191-8/+8
* path-util: add path_startswith_strv()Zbigniew Jędrzejewski-Szmek2019-07-191-11/+2
* path-util: fix an issue when the path argument of prefix_roota() is not absoluteYu Watanabe2019-06-241-2/+2
* path-util: get rid of prefix_root()Lennart Poettering2019-06-211-4/+2
* tree-wide: use newa() instead of alloca() wherever we canLennart Poettering2019-01-261-1/+1