summaryrefslogtreecommitdiffstats
path: root/src/basic/path-util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* path-util: simplify final path for find_executable()Mike Yuan2024-07-231-0/+2
* path-util: trivial cleanup for find_executable_full()Mike Yuan2024-07-231-27/+26
* path-util: take char* const* for strv where appropriateMike Yuan2024-05-091-4/+11
* Merge pull request #32389 from keszybz/bin-sbin-mergeLuca Boccassi2024-04-221-1/+29
|\
| * Try path without sbin even if compiled with split-bin=trueZbigniew Jędrzejewski-Szmek2024-04-221-1/+29
* | path-util: Add a helper for checking pathsKrzesimir Nowak2024-04-191-0/+12
|/
* various: use strdup_to() in various obvious casesZbigniew Jędrzejewski-Szmek2024-03-201-7/+2
* path-util: add helper that checks if a path definitely refers to a dirLennart Poettering2024-03-141-0/+14
* tree-wide: add path_simplify_alloc() and use itZbigniew Jędrzejewski-Szmek2023-09-221-6/+4
* basic/path-util: make path_simplify() skip leading '/..'Zbigniew Jędrzejewski-Szmek2023-09-211-4/+12
* basic: indent prototypes of two functions with many argumentsZbigniew Jędrzejewski-Szmek2023-09-181-1/+8
* basic/path-util: change 'char *func' to 'char* func'Zbigniew Jędrzejewski-Szmek2023-09-181-8/+8
* basic/path-util: do not say that /dev and /sys are device pathsZbigniew Jędrzejewski-Szmek2023-09-181-2/+9
* path-util: Add path_simplify_full()Daan De Meyer2023-08-171-2/+7
* path-util: Make ret argument optional for path_extract_directory()Daan De Meyer2023-08-141-1/+3
* path-util: make path_equal_or_inode_same static inlineMike Yuan2023-07-111-4/+0
* path-util: split filename_is_valid() in twoLennart Poettering2023-06-201-4/+15
* stat-util: rename files_same() → inode_same()Lennart Poettering2023-05-191-2/+2
* path-util: use _cleanup_David Tardon2023-04-271-5/+3
* chase: replace path_prefix_root_cwd() with chaseat_prefix_root()Yu Watanabe2023-04-181-28/+0
* path-util: introduce path_prefix_root_cwd()Yu Watanabe2023-04-101-0/+28
* path-util: make iterator for path_find_last_component() always finish with th...Yu Watanabe2023-04-101-0/+8
* path-util: introduce path_compare_filename()Yu Watanabe2023-04-071-16/+24
* chase-symlinks: Rename chase_symlinks() to chase()Daan De Meyer2023-03-241-8/+5
* basic: reword some commentsZbigniew Jędrzejewski-Szmek2023-02-011-6/+6
* path-util: rework file_in_same_dir() on top of path_extract_directory()Lennart Poettering2023-01-241-17/+21
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-191-2/+2
* path-util: Drop path_make_relative_cwd()Daan De Meyer2022-11-111-27/+0
* path-util: Add path_make_relative_cwd()Daan De Meyer2022-11-091-0/+27
* generator: skip fsck if fsck command is missingJonas Kümmerlin2022-09-301-1/+10
* path-util: add examples for path_make_relative() and path_make_relative_parent()Yu Watanabe2022-09-181-1/+11
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-3/+1
* path-util: introduce path_make_relative_parent()Yu Watanabe2022-09-021-0/+18
* path-util: return error if fnmatch() failsLennart Poettering2022-08-311-1/+4
* path-util: drop the now unused dirname_malloc()Lennart Poettering2022-08-231-27/+0
* path-util: introduce path_glob_can_match()Yu Watanabe2022-08-171-0/+62
* tree-wide: trivial tweaksLennart Poettering2022-07-111-2/+2
* Move path_simplify_and_warn() to new shared/parse-helpers.cZbigniew Jędrzejewski-Szmek2022-04-071-47/+0
* Move systemd_installation_has_version() to src/nspawn/Zbigniew Jędrzejewski-Szmek2022-04-071-71/+0
* path-util: use STR_IN_SET() where appropriateLennart Poettering2022-04-011-3/+4
* process-util: refactor APIs for reading /proc/self/xyz symlinksLennart Poettering2022-04-011-5/+5
* path-util: use PTR_SUB1() macro in path_find_last_component()Yu Watanabe2022-03-231-9/+7
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-13/+7
* basic: adjust wording and wrapping of commentsZbigniew Jędrzejewski-Szmek2022-01-031-19/+19
* basic: spit out chase_symlinks() from fs-util.[ch] → chase-symlinks.[ch]Lennart Poettering2021-10-051-0/+1
* core: Add ExecSearchPath parameter to specify the directory relative to which...alexlzhu2021-09-281-3/+23
* path-util: make find_executable() work without /proc mountedYu Watanabe2021-08-231-1/+5
* path-util: split out common part in find_executable_full()Yu Watanabe2021-08-231-56/+37
* path-util: teach find_executable_full how to look into the root directoryMaanya Goenka2021-08-101-1/+37
* path-util: make path_compare() accept NULLLennart Poettering2021-07-081-2/+4