chiark / gitweb /
tree-wide: beautify remaining copyright statements
[elogind.git] / src / test / test-path-util.c
2018-08-24 Lennart Poetteringtree-wide: beautify remaining copyright statements
2018-08-24 Lennart Poetteringtree-wide: drop 'This file is part of systemd' blurb
2018-08-24 Yu Watanabepath-util: make path_make_relative() support path inclu...
2018-08-24 Yu Watanabepath-util: introduce path_simplify()
2018-08-24 Lennart Poetteringutil-lib: introduce new empty_or_root() helper (#8746)
2018-08-24 Lennart Poetteringpath-util: document a few other special cases for last_...
2018-08-24 Zbigniew Jędrzejew... tree-wide: drop license boilerplate
2018-03-26 Sven EdenPrep v236 : Add missing SPDX-License-Identifier (8...
2017-10-31 Zbigniew Jędrzejew... test-mount-util: move test_path_is_mount_point here
2017-11-22 Lennart Poetteringpath-util: some updates to path_make_relative()
2017-08-30 Sven EdenPrep v235: Apply pending upstream updates in src/test...
2017-07-25 Sven EdenPrep v234: Apply missing upstream fixes in src/test...
2017-07-25 Zbigniew Jędrzejew... basic/path-util: allow flags for path_equal_or_files_same
2017-07-25 Zbigniew Jędrzejew... tmpfiles: use safe_glob()
2017-07-20 Sven EdenPrep v233.3: Add all possible coverage tests for elogind
2015-04-19 Andy WingoRemove src/test
2015-03-16 Michal Schmidtshared: add path_compare(), an ordering path comparison
2014-12-16 Zbigniew Jędrzejew... systemctl: refuse to edit runtime dropins when they...
2014-12-03 Thomas Hindoe Paab... test-path-util: fix a leak
2014-11-22 Zbigniew Jędrzejew... Do not check for existence of remote binaries
2014-10-31 Ronny Chevaliertests: add tests for path_startswith
2014-09-30 Thomas Hindoe Paab... test-path-util: fix a mem leak and avoid confusing...
2014-08-26 Filipe Brandenburgertest-path-util: use assert_se in all assertions
2014-07-26 Zbigniew Jędrzejew... Add utility function to append root to path
2014-06-21 Thomas Hindoe Paab... consistently order cleanup attribute before type
2014-06-20 Michael Marineautest: unit test for using alternate roots with path_str...
2014-05-25 Tanu Kaskinentest-path-util: add tests for path_make_relative()
2014-04-17 Zbigniew Jędrzejew... test-path-util: fix running with separate build dir
2014-04-12 Zbigniew Jędrzejew... path-util: also check for existence of binary when...
2014-04-12 Mike Gilbertfsck: Search for fsck.type in PATH
2013-12-07 Zbigniew Jędrzejew... Get rid of our reimplementation of basename
2013-09-26 Lennart Poetteringutil: properly handle the root dir in PATH_FOREACH_PREFIX
2013-09-25 Lennart Poetteringutil: add macro for iterating through all prefixes...
2013-09-09 Zbigniew Jędrzejew... run: allow non-absolute paths as command
2013-07-12 Zbigniew Jędrzejew... test-path-util,test-sched-prio: uninitialize manager...
2013-03-30 Zbigniew Jędrzejew... test-path-util: fix another stupid test failure
2013-03-29 Zbigniew Jędrzejew... test-path-util: fix botched test
2013-03-29 Zbigniew Jędrzejew... tests: add some silly tests for path-util.c