summaryrefslogtreecommitdiff
path: root/src/test/test-path-util.c
Commit message (Expand)AuthorAgeFilesLines
* chase: replace path_prefix_root_cwd() with chaseat_prefix_root()Yu Watanabe2023-04-191-39/+0
* path-util: introduce path_prefix_root_cwd()Yu Watanabe2023-04-111-0/+39
* test: add tests about iterator position for path_find_{first,last}_component()Yu Watanabe2023-04-101-4/+23
* path-util: introduce path_compare_filename()Yu Watanabe2023-04-081-5/+49
* path-util: rework file_in_same_dir() on top of path_extract_directory()Lennart Poettering2023-01-241-10/+6
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-191-2/+2
* basic: rename util.h to logarithm.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+0
* tree-wide: use STRERROR()Zbigniew Jędrzejewski-Szmek2022-10-111-8/+8
* generator: skip fsck if fsck command is missingJonas Kümmerlin2022-09-301-3/+3
* path-util: introduce path_make_relative_parent()Yu Watanabe2022-09-031-0/+27
* path-util: introduce path_glob_can_match()Yu Watanabe2022-08-171-0/+38
* Move systemd_installation_has_version() to src/nspawn/Zbigniew Jędrzejewski-Szmek2022-04-071-15/+0
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-1/+0
* test: Use TEST macroJan Janssen2021-11-251-122/+36
* alloc-util: add strdupa_safe() + strndupa_safe() and use it everywhereLennart Poettering2021-10-141-1/+1
* core: Add ExecSearchPath parameter to specify the directory relative to which...alexlzhu2021-09-281-5/+23
* path-util: teach find_executable_full how to look into the root directoryMaanya Goenka2021-08-101-5/+5
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-2/+2
* test-path-util: check that dot components are irrelevant for path comparisonsZbigniew Jędrzejewski-Szmek2021-06-231-0/+8
* tree-wide: add missing whitespace at the end of commentsYu Watanabe2021-06-151-1/+1
* path-util: make path_simplify() use path_find_first_component()Yu Watanabe2021-05-281-28/+55
* tree-wide: always drop unnecessary dot in pathYu Watanabe2021-05-281-19/+12
* path-util: make path_extract_filename/directory() handle "." gracefullyYu Watanabe2021-05-281-20/+24
* path-util: introduce path_find_last_component()Yu Watanabe2021-05-281-0/+80
* path-util: make path_compare() and path_hash_func() ignore "."Yu Watanabe2021-05-281-34/+43
* path-util: use path_find_first_component() in path_make_relative()Yu Watanabe2021-05-281-19/+22
* path-util: use path_find_first_component() in path_startswith()Yu Watanabe2021-05-281-39/+32
* path-util: introduce path_is_safe()Yu Watanabe2021-05-281-19/+31
* path-util: introduce path_find_first_component()Yu Watanabe2021-05-281-0/+85
* path-util: fix off by one issue to detect slash at the end in path_extend()Yu Watanabe2021-05-281-2/+8
* path-util: add path_extend(), inspired by strextend(), but using path_join()Lennart Poettering2021-05-271-0/+22
* basic: add path_equal_filename helperLuca Boccassi2021-04-071-0/+5
* test: output FILENAME_MAX vs. PATH_MAX sizesLennart Poettering2021-03-081-0/+9
* path-util: return O_DIRECTORY from path_extract_filename() when path ends in ...Lennart Poettering2021-03-021-6/+9
* path-util: add path_extract_directory(), to match path_extract_filename()Lennart Poettering2021-03-021-0/+59
* test: add more tests for path_startswith()Yu Watanabe2021-02-211-0/+3
* path-util: tighten path_is_valid() checksLennart Poettering2021-02-031-5/+36
* path-util: tighten path_extract_filename()Lennart Poettering2021-02-021-3/+3
* test: fix fd_is_mount_point() checkLennart Poettering2020-12-171-7/+0
* Merge pull request #17079 from keszybz/late-exec-resolutionLennart Poettering2020-12-031-4/+44
|\
| * core/execute: fall back to execve() for scriptsZbigniew Jędrzejewski-Szmek2020-11-061-2/+7
| * basic/path-util: let find_executable_full() optionally return an fdZbigniew Jędrzejewski-Szmek2020-11-061-4/+39
* | tree-wide: unsetenv cannot failZbigniew Jędrzejewski-Szmek2020-11-101-2/+2
* | license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|/
* basic/path-util: enhance find_executable() for the fixed path caseZbigniew Jędrzejewski-Szmek2020-09-181-2/+48
* Rename find_binary to find_executableZbigniew Jędrzejewski-Szmek2020-09-181-7/+7
* test-path-util: also check filename_is_valid() with paths with slashesZbigniew Jędrzejewski-Szmek2020-09-181-0/+3
* meson: make user $PATH configurableZbigniew Jędrzejewski-Szmek2019-11-131-0/+6
* path-util: add path_startswith_strv()Zbigniew Jędrzejewski-Szmek2019-07-191-0/+23
* test-path-util: add function headersZbigniew Jędrzejewski-Szmek2019-07-191-0/+33