summaryrefslogtreecommitdiffstats
path: root/src/test/test-path-util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* path-util: tighten path_is_valid() checksLennart Poettering2021-02-031-5/+36
* path-util: tighten path_extract_filename()Lennart Poettering2021-02-031-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
* tree-wide: get rid of strappend()Lennart Poettering2019-07-121-1/+1
* tree-wide: introduce strerror_safe()Yu Watanabe2019-07-041-1/+1
* test: add more testcases for prefix_roota()Yu Watanabe2019-06-241-0/+3
* path-util: get rid of prefix_root()Lennart Poettering2019-06-211-3/+3
* tree-wide: constify a few static string tablesLennart Poettering2019-03-251-1/+8
* meson: define PROJECT_VERSION as the "bare" project versionZbigniew Jędrzejewski-Szmek2018-12-201-1/+1
* path-util: allow NULLs in arguments to path_join()Zbigniew Jędrzejewski-Szmek2018-11-301-0/+9
* tree-wide: rename path_join_many() to path_join()Zbigniew Jędrzejewski-Szmek2018-11-301-51/+28
* tree-wide: replace path_join with path_join_manyZbigniew Jędrzejewski-Szmek2018-11-301-1/+1
* Merge pull request #10996 from poettering/oci-prepZbigniew Jędrzejewski-Szmek2018-11-301-0/+38
|\
| * path-util: add new path_join_many() APILennart Poettering2018-11-291-0/+38
* | Split out part of mount-util.c into mountpoint-util.cZbigniew Jędrzejewski-Szmek2018-11-291-1/+1
|/
* path-util: add helper for extracting last filename from pathLennart Poettering2018-11-261-0/+40
* path-util: handle NULL inputs in last_path_component()Lennart Poettering2018-11-261-0/+1
* path-util: beef up PATH_STARTSWITH_SET() macro a bitLennart Poettering2018-11-261-0/+22
* strv: wrap strv_new() in a macro so that NULL sentinel is implicitLennart Poettering2018-10-311-1/+1
* path-util: fix path_simplify() with kill_dots and "."Thomas Haller2018-10-051-4/+4
* tests: use a helper function to parse environment and open loggingZbigniew Jędrzejewski-Szmek2018-09-141-3/+2
* Drop my copyright headersZbigniew Jędrzejewski-Szmek2018-06-141-3/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* path-util: make path_make_relative() support path including dotsYu Watanabe2018-06-031-1/+1
* path-util: introduce path_simplify()Yu Watanabe2018-06-031-9/+32
* util-lib: introduce new empty_or_root() helper (#8746)Lennart Poettering2018-04-181-0/+14
* path-util: document a few other special cases for last_path_component()Lennart Poettering2018-04-121-0/+4
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* util-lib: handle empty string in last_path_componentZbigniew Jędrzejewski-Szmek2017-11-301-0/+1
* util-lib: use trailing slash in chase_symlinks, fd_is_mount_point, path_is_mo...Zbigniew Jędrzejewski-Szmek2017-11-301-0/+15
* test-mount-util: move test_path_is_mount_point hereZbigniew Jędrzejewski-Szmek2017-11-301-139/+0
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* path-util: some updates to path_make_relative()Lennart Poettering2017-10-021-0/+2
* util-lib: add a new skip_dev_prefix() helperLennart Poettering2017-08-091-0/+16
* basic/path-util: allow flags for path_equal_or_files_sameZbigniew Jędrzejewski-Szmek2017-06-171-10/+20
* tmpfiles: use safe_glob()Zbigniew Jędrzejewski-Szmek2017-04-271-0/+34
* tree-wide: stop using canonicalize_file_name(), use chase_symlinks() insteadLennart Poettering2016-12-011-30/+30
* tests: clarify test_path_startswith return value (#4508)Zbigniew Jędrzejewski-Szmek2016-10-301-10/+31