summaryrefslogtreecommitdiff
path: root/src/test/test-path-util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-221-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
* test-path-util: fix running with separate build dirZbigniew Jędrzejewski-Szmek2014-04-161-4/+4
* path-util: also check for existence of binary when given absolute pathZbigniew Jędrzejewski-Szmek2014-04-121-0/+2
* fsck: Search for fsck.type in PATHMike Gilbert2014-04-121-0/+11
* Get rid of our reimplementation of basenameZbigniew Jędrzejewski-Szmek2013-12-061-4/+4
* util: properly handle the root dir in PATH_FOREACH_PREFIXLennart Poettering2013-09-261-4/+30
* util: add macro for iterating through all prefixes of a pathLennart Poettering2013-09-251-0/+27
* run: allow non-absolute paths as commandZbigniew Jędrzejewski-Szmek2013-09-091-0/+24
* test-path-util,test-sched-prio: uninitialize manager to appease valgrindZbigniew Jędrzejewski-Szmek2013-07-121-1/+1
* test-path-util: fix another stupid test failureZbigniew Jędrzejewski-Szmek2013-03-291-6/+10
* test-path-util: fix botched testZbigniew Jędrzejewski-Szmek2013-03-291-1/+1
* tests: add some silly tests for path-util.cZbigniew Jędrzejewski-Szmek2013-03-281-0/+85