summaryrefslogtreecommitdiff
path: root/src/test/test-path-util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* path-util: add a function to peek into a container and guess systemd versionZbigniew Jędrzejewski-Szmek2016-10-081-0/+19
* test-path-util: check for /lt-test-path-util or /test-path-util (#3841)Mike Gilbert2016-07-311-1/+2
* build-sys: Add new libsystemd-shared private libraryFelipe Sateler2016-06-241-1/+1
* test-path-util: add a trivial test for hidden_or_backup_fileZbigniew Jędrzejewski-Szmek2016-04-281-0/+22
* install: allow paths like LookupPath.generator to be NULLZbigniew Jędrzejewski-Szmek2016-04-161-0/+6
* tree-wide: introduce PATH_IN_SET macroZbigniew Jędrzejewski-Szmek2016-04-161-0/+6
* tests: move path-util related tests to test-path-util.cRonny Chevalier2016-03-031-0/+46
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move mount related utility calls to mount-util.[ch]Lennart Poettering2015-10-271-0/+1
* util: remove path_get_parent(), in favour of dirname_malloc()Lennart Poettering2015-10-271-14/+0
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-4/+5
* path-util: rework find_binary(), fsck_exists() and mkfs_exists()Lennart Poettering2015-10-241-15/+11
* path-util: Fix path_is_mount_point for parent mount points in symlink modeMartin Pitt2015-06-091-2/+79
* path-util: Change path_is_mount_point() symlink arg from bool to flagsMartin Pitt2015-05-291-16/+16
* path-util: Fix path_is_mount_point for filesMartin Pitt2015-05-291-13/+63
* util: add generic calls for prefixing a root directory to a pathLennart Poettering2015-05-131-0/+29