index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
test-path-util.c
Age
Commit message (
Expand
)
Author
2016-12-01
tree-wide: stop using canonicalize_file_name(), use chase_symlinks() instead
Lennart Poettering
2016-10-30
tests: clarify test_path_startswith return value (#4508)
Zbigniew Jędrzejewski-Szmek
2016-10-08
path-util: add a function to peek into a container and guess systemd version
Zbigniew Jędrzejewski-Szmek
2016-07-31
test-path-util: check for /lt-test-path-util or /test-path-util (#3841)
Mike Gilbert
2016-06-24
build-sys: Add new libsystemd-shared private library
Felipe Sateler
2016-04-28
test-path-util: add a trivial test for hidden_or_backup_file
Zbigniew Jędrzejewski-Szmek
2016-04-16
install: allow paths like LookupPath.generator to be NULL
Zbigniew Jędrzejewski-Szmek
2016-04-16
tree-wide: introduce PATH_IN_SET macro
Zbigniew Jędrzejewski-Szmek
2016-03-03
tests: move path-util related tests to test-path-util.c
Ronny Chevalier
2016-02-10
tree-wide: remove Emacs lines from all files
Daniel Mack
2015-10-27
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
util-lib: move mount related utility calls to mount-util.[ch]
Lennart Poettering
2015-10-27
util: remove path_get_parent(), in favour of dirname_malloc()
Lennart Poettering
2015-10-25
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-24
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
path-util: rework find_binary(), fsck_exists() and mkfs_exists()
Lennart Poettering
2015-06-09
path-util: Fix path_is_mount_point for parent mount points in symlink mode
Martin Pitt
2015-05-29
path-util: Change path_is_mount_point() symlink arg from bool to flags
Martin Pitt
2015-05-29
path-util: Fix path_is_mount_point for files
Martin Pitt
2015-05-13
util: add generic calls for prefixing a root directory to a path
Lennart Poettering
2015-04-23
path-util: make use of "mnt_id" field exported in /proc/self/fdinfo/<fd> to t...
Lennart Poettering
2015-04-07
path-util: fix more path_is_mount e792e890f fallout
Lennart Poettering
2015-04-06
util: rework rm_rf() logic
Lennart Poettering
2015-03-16
shared: add path_compare(), an ordering path comparison
Michal Schmidt
2014-12-16
systemctl: refuse to edit runtime dropins when they already exist in /etc
Zbigniew Jędrzejewski-Szmek
2014-12-04
test-path-util: fix a leak
Thomas Hindoe Paaboel Andersen
2014-11-22
Do not check for existence of remote binaries
Zbigniew Jędrzejewski-Szmek
2014-10-31
tests: add tests for path_startswith
Ronny Chevalier
2014-09-30
test-path-util: fix a mem leak and avoid confusing coverity
Thomas Hindoe Paaboel Andersen
2014-08-26
test-path-util: use assert_se in all assertions
Filipe Brandenburger
2014-07-26
Add utility function to append root to path
Zbigniew Jędrzejewski-Szmek
2014-06-22
consistently order cleanup attribute before type
Thomas Hindoe Paaboel Andersen
2014-06-20
test: unit test for using alternate roots with path_strv_resolve
Michael Marineau
2014-05-25
test-path-util: add tests for path_make_relative()
Tanu Kaskinen
2014-04-16
test-path-util: fix running with separate build dir
Zbigniew Jędrzejewski-Szmek
2014-04-12
path-util: also check for existence of binary when given absolute path
Zbigniew Jędrzejewski-Szmek
2014-04-12
fsck: Search for fsck.type in PATH
Mike Gilbert
2013-12-06
Get rid of our reimplementation of basename
Zbigniew Jędrzejewski-Szmek
2013-09-26
util: properly handle the root dir in PATH_FOREACH_PREFIX
Lennart Poettering
2013-09-25
util: add macro for iterating through all prefixes of a path
Lennart Poettering
2013-09-09
run: allow non-absolute paths as command
Zbigniew Jędrzejewski-Szmek
2013-07-12
test-path-util,test-sched-prio: uninitialize manager to appease valgrind
Zbigniew Jędrzejewski-Szmek
2013-03-29
test-path-util: fix another stupid test failure
Zbigniew Jędrzejewski-Szmek
2013-03-29
test-path-util: fix botched test
Zbigniew Jędrzejewski-Szmek
2013-03-28
tests: add some silly tests for path-util.c
Zbigniew Jędrzejewski-Szmek