summaryrefslogtreecommitdiffstats
path: root/src/test/test-path-util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-08-011-1/+2
* build-sys: Add new libsystemd-shared private libraryFelipe Sateler2016-06-251-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-171-0/+6
* tree-wide: introduce PATH_IN_SET macroZbigniew Jędrzejewski-Szmek2016-04-171-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
* path-util: make use of "mnt_id" field exported in /proc/self/fdinfo/<fd> to t...Lennart Poettering2015-04-231-0/+9
* path-util: fix more path_is_mount e792e890f falloutLennart Poettering2015-04-071-2/+8
* util: rework rm_rf() logicLennart Poettering2015-04-061-1/+2
* shared: add path_compare(), an ordering path comparisonMichal Schmidt2015-03-161-11/+25
* systemctl: refuse to edit runtime dropins when they already exist in /etcZbigniew Jędrzejewski-Szmek2014-12-161-2/+2
* test-path-util: fix a leakThomas Hindoe Paaboel Andersen2014-12-041-0/+2
* Do not check for existence of remote binariesZbigniew Jędrzejewski-Szmek2014-11-231-7/+9
* tests: add tests for path_startswithRonny Chevalier2014-10-311-0/+21
* test-path-util: fix a mem leak and avoid confusing coverityThomas Hindoe Paaboel Andersen2014-09-301-15/+22
* test-path-util: use assert_se in all assertionsFilipe Brandenburger2014-08-261-15/+15
* Add utility function to append root to pathZbigniew Jędrzejewski-Szmek2014-07-261-0/+15
* consistently order cleanup attribute before typeThomas Hindoe Paaboel Andersen2014-06-221-1/+1
* test: unit test for using alternate roots with path_strv_resolveMichael Marineau2014-06-201-0/+31
* test-path-util: add tests for path_make_relative()Tanu Kaskinen2014-05-251-0/+22