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.c
Age
Commit message (
Expand
)
Author
2016-10-21
fix
Luke Shumaker
2016-10-21
wip
Luke Shumaker
2016-08-01
find src \( -name '*.h' -o -name '*.c' \) -type f -exec ./fixup_includes {} \;
Luke Shumaker
2016-07-28
fix
Luke Shumaker
2016-07-27
fix
Luke Shumaker
2016-05-20
basic: remove rm_rf_and_free, add rm_rf_physical_and_free, use rm_rf_physical...
Evgeny Vereshchagin
2016-04-12
tests: override XDG_RUNTIME_DIR where we use the user runtime dir
Lennart Poettering
2016-04-12
core: remove ManagerRunningAs enum
Lennart Poettering
2016-02-23
tree-wide: minor formatting inconsistency cleanups
Vito Caputo
2015-12-02
tests: fix newlines in skip message
Zbigniew Jędrzejewski-Szmek
2015-12-02
tests: turn check if manager cannot be intialized into macro
Zbigniew Jędrzejewski-Szmek
2015-10-31
test-path: move all related test files to a specific directory
Ronny Chevalier
2015-10-27
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
util-lib: move a number of fs operations into fs-util.[ch]
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-09-04
tests: Skip tests which need to access /sys/fs/cgroup if that is not available
Martin Pitt
2015-05-11
core: rename SystemdRunningAs to ManagerRunningAs
Lennart Poettering
2015-04-21
test: test-path and test-execute only need units in test/
Ronny Chevalier
2015-04-06
util: rework rm_rf() logic
Lennart Poettering
2015-03-27
fix gcc warnings about uninitialized variables
Harald Hoyer
2015-02-03
util: rework strappenda(), and rename it strjoina()
Lennart Poettering
2015-01-15
test-path: do not skip tests if we are not root
Ronny Chevalier
2014-12-30
tree-wide: spelling fixes
Veres Lajos
2014-11-13
manager: allow test run to catch SIGCHLD events
Ronny Chevalier
2014-11-08
tests: add test-path
Ronny Chevalier