summaryrefslogtreecommitdiff
path: root/src/test/test-unit-name.c
Commit message (Expand)AuthorAgeFilesLines
* specifier: unify specifier implementations for user-related specifiersLennart Poettering2017-11-291-1/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* tests: skip tests when cg_pid_get_path fails (#7033)Zbigniew Jędrzejewski-Szmek2017-10-101-2/+6
* Make test_run into a flags field and disable generators againZbigniew Jędrzejewski-Szmek2017-09-191-1/+1
* shared: end string with % if one was found at the end of a expandible string ...Felipe Sateler2017-09-141-1/+2
* tests: when running a manager object in a test, migrate to private cgroup sub...Lennart Poettering2017-08-091-0/+2
* test-unit-name: setup fake runtime directory before starting manager (#6401)Yu Watanabe2017-07-181-4/+11
* core: remove ManagerRunningAs enumLennart Poettering2016-04-121-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* basic: don't append suffixes to unit name glob expressionsLennart Poettering2016-01-271-13/+20
* tests: don't abbreviate function names needlesslyLennart Poettering2016-01-271-56/+56
* core: simplify handling of %u, %U, %s and %h unit file specifiersLennart Poettering2015-11-121-14/+13
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-7/+8
* util: split all hostname related calls into hostname-util.cLennart Poettering2015-05-181-0/+1
* core: rename SystemdRunningAs to ManagerRunningAsLennart Poettering2015-05-111-1/+1
* core: be more strict when manipulating slices names and unescaping paths from...Lennart Poettering2015-05-051-0/+60
* core: rework unit name validation and manipulation logicLennart Poettering2015-05-051-123/+179
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-2/+0
* test-unit-name: add more testsRonny Chevalier2014-12-131-0/+35
* test-unit-name: add tests for %fRonny Chevalier2014-12-111-0/+2
* tests: fix minor memory leakLennart Poettering2014-11-201-1/+1
* test: only use assert_seThomas Hindoe Paaboel Andersen2014-10-041-6/+6
* test-engine: fix access to unit load pathZbigniew Jędrzejewski-Szmek2014-07-201-1/+1
* tests: add missing XDG_RUNTIME_DIR env variableRonny Chevalier2014-06-301-0/+1
* tests: add tests to test-unit-nameRonny Chevalier2014-06-241-0/+127
* make gcc shut upLennart Poettering2014-02-191-1/+1
* Use enums to make it obvious what boolean params meanZbigniew Jędrzejewski-Szmek2013-12-261-13/+13
* systemctl: allow globbing in commands which take multiple unit namesZbigniew Jędrzejewski-Szmek2013-12-261-2/+2
* tests: fix buildLennart Poettering2013-12-181-3/+0
* core: allocate a kdbus bus for each systemd instance, if we canLennart Poettering2013-11-301-1/+1
* test: exit early if we would conflict with running user systemdLennart Poettering2013-11-201-1/+1
* specifier: rework specifier calls to return proper error messageLennart Poettering2013-09-171-4/+4
* test: Make testing work on systems without or old systemdHolger Hans Peter Freyther2013-08-221-1/+4
* tests: skip tests when executed without privileges but which require themKay Sievers2013-07-181-1/+1
* test-path-util,test-sched-prio: uninitialize manager to appease valgrindZbigniew Jędrzejewski-Szmek2013-07-121-0/+2
* core: serialize/deserialize bus subscribersLennart Poettering2013-07-101-1/+1
* move _cleanup_ attribute in front of the typeHarald Hoyer2013-04-181-6/+6
* tests: skip bus test if bus cannot be openedZbigniew Jędrzejewski-Szmek2013-03-261-5/+5
* Simplify the meaning of %sZbigniew Jędrzejewski-Szmek2013-03-261-2/+2
* tests: skip tests if manager cannot be createdZbigniew Jędrzejewski-Szmek2013-02-061-2/+8
* tests: run manager in session modeZbigniew Jędrzejewski-Szmek2013-02-061-4/+8
* tests: add test for unit name printingZbigniew Jędrzejewski-Szmek2013-01-291-2/+90
* tests: compress unit name tests and add more assertsZbigniew Jędrzejewski-Szmek2013-01-291-145/+69
* test: extend unit-name test a bitLennart Poettering2012-09-121-0/+20
* unit-name: rework unit_name_replace_instance function()Lennart Poettering2012-09-121-0/+24
* cryptsetup: fix escaping when generating cryptsetup unitsLennart Poettering2012-06-251-0/+51
* systemctl: automatically turn paths and unescaped unit names into proper unit...Lennart Poettering2012-06-221-0/+82