summaryrefslogtreecommitdiff
path: root/src/basic/path-util.c
Commit message (Expand)AuthorAgeFilesLines
* path-util: use _cleanup_David Tardon2023-04-271-5/+3
* chase: replace path_prefix_root_cwd() with chaseat_prefix_root()Yu Watanabe2023-04-191-28/+0
* path-util: introduce path_prefix_root_cwd()Yu Watanabe2023-04-111-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-081-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-191-1/+11
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-3/+1
* path-util: introduce path_make_relative_parent()Yu Watanabe2022-09-031-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-241-1/+5
* path-util: split out common part in find_executable_full()Yu Watanabe2021-08-241-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
* path-util: make path_equal() an inline wrapper around path_compare()Lennart Poettering2021-06-181-4/+0
* various: don't say that the timestamp 'changed' on initial loadZbigniew Jędrzejewski-Szmek2021-06-021-3/+5
* path-util: add missing varargs cleanupYu Watanabe2021-05-281-2/+3
* path-util: make path_simplify() use path_find_first_component()Yu Watanabe2021-05-281-37/+27
* tree-wide: always drop unnecessary dot in pathYu Watanabe2021-05-281-9/+9
* path-util: make path_extract_filename/directory() handle "." gracefullyYu Watanabe2021-05-281-40/+39
* path-util: introduce path_find_last_component()Yu Watanabe2021-05-281-0/+103
* path-util: use path_equal() in empty_or_root()Yu Watanabe2021-05-281-3/+3
* path-util: make path_compare() and path_hash_func() ignore "."Yu Watanabe2021-05-281-23/+28
* path-util: use path_find_first_component() in path_make_relative()Yu Watanabe2021-05-281-60/+63
* path-util: use path_find_first_component() in path_startswith()Yu Watanabe2021-05-281-15/+12
* path-util: use path_is_safe() in path_is_normalized()Yu Watanabe2021-05-281-9/+2
* path-util: introduce path_is_safe()Yu Watanabe2021-05-281-2/+2
* path-util: use path_find_first_component() in path_is_valid()Yu Watanabe2021-05-281-12/+5
* path-util: introduce path_find_first_component()Yu Watanabe2021-05-281-0/+84
* path-util: fix off by one issue to detect slash at the end in path_extend()Yu Watanabe2021-05-281-1/+1
* tree-wide: make use of path_extend() at many placesLennart Poettering2021-05-271-5/+4
* path-util: add path_extend(), inspired by strextend(), but using path_join()Lennart Poettering2021-05-271-19/+34