summaryrefslogtreecommitdiff
path: root/src/shared/unit-name.c
Commit message (Expand)AuthorAgeFilesLines
* build-sys: split internal basic/ library from shared/Kay Sievers2015-06-111-834/+0
* core: introduce seperate reverse dependencies for Requires= and Requisite=Lennart Poettering2015-05-191-0/+2
* core: be more strict when manipulating slices names and unescaping paths from...Lennart Poettering2015-05-051-27/+102
* core: rework unit name validation and manipulation logicLennart Poettering2015-05-051-223/+377
* shared/unit-name: fix gcc5 warningDaniel Mack2015-02-241-1/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-1/+0
* systemctl: append default suffix only if none presentZbigniew Jędrzejewski-Szmek2014-11-281-29/+9
* unit-name: fix escaping logic in unit_name_mangle_with_suffix()Ivan Shapovalov2014-11-271-25/+26
* unit: move UnitDependency to unit-nameLukas Nykryn2014-10-081-0/+29
* unit-name: various modernizationsLennart Poettering2014-06-171-44/+42
* unit-name: fix detection of unit templates/instancesLennart Poettering2014-06-171-4/+12
* Use strlen even for constant stringsJosh Triplett2014-03-161-1/+1
* unit-name: modernizationsLennart Poettering2014-03-061-18/+7
* src/shared/ cannot reference symbols from librariesKay Sievers2014-02-231-3/+3
* Use enums to make it obvious what boolean params meanZbigniew Jędrzejewski-Szmek2013-12-261-6/+8
* systemctl: allow globbing in commands which take multiple unit namesZbigniew Jędrzejewski-Szmek2013-12-261-9/+14
* bus: add .busname unit type to implement kdbus-style bus activationLennart Poettering2013-12-021-7/+5
* bus: add API calls to escape string components of objects pathsLennart Poettering2013-11-211-2/+3
* unit-name: when escaping a path consider the empty path identical to the root...Lennart Poettering2013-09-261-1/+1
* Verify validity of session name when received from outsideZbigniew Jędrzejewski-Szmek2013-09-161-3/+2
* logind: port over to use scopes+slices for all cgroup stuffLennart Poettering2013-07-021-0/+27
* core: split out unit bus path unescaping into unit_name_from_dbus_path()Lennart Poettering2013-07-021-0/+16
* core: add new "scope" unit type for making a unit of pre-existing processesLennart Poettering2013-07-011-1/+2
* core: add transient unitsLennart Poettering2013-06-281-1/+1
* logind: add infrastructure to keep track of machines, and move to slicesLennart Poettering2013-06-201-5/+2
* core: add new .slice unit type for partitioning systemsLennart Poettering2013-06-171-4/+8
* unit: no need to export variables if we can avoid itLennart Poettering2013-03-301-2/+2
* systemctl: be smarter when mangling snapshot namesLennart Poettering2013-01-141-0/+30
* systemctl: add help for --type/-tZbigniew Jędrzejewski-Szmek2012-11-151-2/+2
* systemctl: append .service when unit does not have valid suffixLukas Nykryn2012-10-161-6/+1
* util: various additional modernizationsLennart Poettering2012-09-141-2/+1
* unit-name: rework unit_name_replace_instance function()Lennart Poettering2012-09-121-21/+14
* systemctl: append .service to unit names lacking suffixLennart Poettering2012-07-281-2/+9
* unit-name: style fix in unit_name_is_template()Michal Schmidt2012-07-261-1/+2
* systemd: enable/disable instances of templateMichal Sekletar2012-07-261-0/+12
* util: rename join() to strjoin()Lennart Poettering2012-07-131-2/+2
* unit: Move UnitLoadState definitions from core/unit.c to shared/unit-name.cZbigniew Jędrzejewski-Szmek2012-07-101-0/+10
* unit-name: remove unit_name_is_valid_no_type() and move unit_name_is_valid() ...Lennart Poettering2012-07-101-2/+17
* unit: Move UnitType definitions from core/unit.c to shared/unit-name.cZbigniew Jędrzejewski-Szmek2012-07-101-0/+15
* cryptsetup: fix escaping when generating cryptsetup unitsLennart Poettering2012-06-251-108/+60
* systemctl: automatically turn paths and unescaped unit names into proper unit...Lennart Poettering2012-06-221-13/+60
* unit-name: introduce unit_dbus_path_from_name()Michal Schmidt2012-06-131-0/+13
* unit-name: never create a unit name with a leading '.'Kay Sievers2012-06-041-9/+20
* util: split-out path-util.[ch]Kay Sievers2012-05-081-0/+1
* move more common files to shared/ and add them to shared.laKay Sievers2012-04-121-0/+448