summaryrefslogtreecommitdiff
path: root/src/test/test-unit-name.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-19tree-wide: drop spurious newlines (#8764)Lennart Poettering1-1/+0
2018-04-13unit-name: add new unit_name_build_from_type() helperLennart Poettering1-0/+21
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-03-21When mangling names, optionally emit a warning (#8400)Zbigniew Jędrzejewski-Szmek1-18/+18
2018-03-11Introduce _cleanup_(manager_freep)Zbigniew Jędrzejewski-Szmek1-5/+2
2017-12-15tree-wide: use SPECIAL_ROOT_SLICEZbigniew Jędrzejewski-Szmek1-4/+5
2017-11-29specifier: unify specifier implementations for user-related specifiersLennart Poettering1-1/+1
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-10-10tests: skip tests when cg_pid_get_path fails (#7033)Zbigniew Jędrzejewski-Szmek1-2/+6
2017-09-19Make test_run into a flags field and disable generators againZbigniew Jędrzejewski-Szmek1-1/+1
2017-09-14shared: end string with % if one was found at the end of a expandible string ...Felipe Sateler1-1/+2
2017-08-09tests: when running a manager object in a test, migrate to private cgroup sub...Lennart Poettering1-0/+2
2017-07-18test-unit-name: setup fake runtime directory before starting manager (#6401)Yu Watanabe1-4/+11
2016-04-12core: remove ManagerRunningAs enumLennart Poettering1-1/+1
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2016-01-27basic: don't append suffixes to unit name glob expressionsLennart Poettering1-13/+20
2016-01-27tests: don't abbreviate function names needlesslyLennart Poettering1-56/+56
2015-11-12core: simplify handling of %u, %U, %s and %h unit file specifiersLennart Poettering1-14/+13
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering1-0/+1
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering1-7/+8
2015-05-18util: split all hostname related calls into hostname-util.cLennart Poettering1-0/+1
2015-05-11core: rename SystemdRunningAs to ManagerRunningAsLennart Poettering1-1/+1
2015-05-05core: be more strict when manipulating slices names and unescaping paths from...Lennart Poettering1-0/+60
2015-05-05core: rework unit name validation and manipulation logicLennart Poettering1-123/+179
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen1-2/+0
2014-12-13test-unit-name: add more testsRonny Chevalier1-0/+35
2014-12-11test-unit-name: add tests for %fRonny Chevalier1-0/+2
2014-11-20tests: fix minor memory leakLennart Poettering1-1/+1
2014-10-04test: only use assert_seThomas Hindoe Paaboel Andersen1-6/+6
2014-07-20test-engine: fix access to unit load pathZbigniew Jędrzejewski-Szmek1-1/+1
2014-06-30tests: add missing XDG_RUNTIME_DIR env variableRonny Chevalier1-0/+1
2014-06-24tests: add tests to test-unit-nameRonny Chevalier1-0/+127
2014-02-19make gcc shut upLennart Poettering1-1/+1
2013-12-26Use enums to make it obvious what boolean params meanZbigniew Jędrzejewski-Szmek1-13/+13
2013-12-26systemctl: allow globbing in commands which take multiple unit namesZbigniew Jędrzejewski-Szmek1-2/+2
2013-12-18tests: fix buildLennart Poettering1-3/+0
2013-11-30core: allocate a kdbus bus for each systemd instance, if we canLennart Poettering1-1/+1
2013-11-20test: exit early if we would conflict with running user systemdLennart Poettering1-1/+1
2013-09-17specifier: rework specifier calls to return proper error messageLennart Poettering1-4/+4
2013-08-22test: Make testing work on systems without or old systemdHolger Hans Peter Freyther1-1/+4
2013-07-18tests: skip tests when executed without privileges but which require themKay Sievers1-1/+1
2013-07-12test-path-util,test-sched-prio: uninitialize manager to appease valgrindZbigniew Jędrzejewski-Szmek1-0/+2
2013-07-10core: serialize/deserialize bus subscribersLennart Poettering1-1/+1
2013-04-18move _cleanup_ attribute in front of the typeHarald Hoyer1-6/+6
2013-03-26tests: skip bus test if bus cannot be openedZbigniew Jędrzejewski-Szmek1-5/+5
2013-03-26Simplify the meaning of %sZbigniew Jędrzejewski-Szmek1-2/+2
2013-02-06tests: skip tests if manager cannot be createdZbigniew Jędrzejewski-Szmek1-2/+8
2013-02-06tests: run manager in session modeZbigniew Jędrzejewski-Szmek1-4/+8
2013-01-29tests: add test for unit name printingZbigniew Jędrzejewski-Szmek1-2/+90
2013-01-29tests: compress unit name tests and add more assertsZbigniew Jędrzejewski-Szmek1-145/+69