summaryrefslogtreecommitdiff
path: root/src/shared/unit-name.h
AgeCommit message (Expand)AuthorFilesLines
2014-11-28systemctl: append default suffix only if none presentZbigniew Jędrzejewski-Szmek1-1/+3
2014-10-08unit: move UnitDependency to unit-nameLukas Nykryn1-0/+51
2013-12-26Use enums to make it obvious what boolean params meanZbigniew Jędrzejewski-Szmek1-3/+13
2013-12-26systemctl: allow globbing in commands which take multiple unit namesZbigniew Jędrzejewski-Szmek1-2/+2
2013-12-02bus: add .busname unit type to implement kdbus-style bus activationLennart Poettering1-2/+3
2013-07-02logind: port over to use scopes+slices for all cgroup stuffLennart Poettering1-0/+2
2013-07-02core: split out unit bus path unescaping into unit_name_from_dbus_path()Lennart Poettering1-0/+1
2013-07-01core: add new "scope" unit type for making a unit of pre-existing processesLennart Poettering1-0/+1
2013-06-28core: add transient unitsLennart Poettering1-0/+1
2013-06-17core: add new .slice unit type for partitioning systemsLennart Poettering1-1/+2
2013-05-02Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek1-10/+12
2013-03-30unit: no need to export variables if we can avoid itLennart Poettering1-2/+0
2013-01-14systemctl: be smarter when mangling snapshot namesLennart Poettering1-0/+1
2012-11-15systemctl: add help for --type/-tZbigniew Jędrzejewski-Szmek1-1/+3
2012-07-26systemd: enable/disable instances of templateMichal Sekletar1-0/+1
2012-07-19use #pragma once instead of foo*foo #define guardsShawn Landden1-4/+1
2012-07-10unit: Move UnitLoadState definitions from core/unit.c to shared/unit-name.cZbigniew Jędrzejewski-Szmek1-0/+14
2012-07-10unit-name: remove unit_name_is_valid_no_type() and move unit_name_is_valid() ...Lennart Poettering1-1/+3
2012-07-10unit: Move UnitType definitions from core/unit.c to shared/unit-name.cZbigniew Jędrzejewski-Szmek1-0/+20
2012-06-25cryptsetup: fix escaping when generating cryptsetup unitsLennart Poettering1-2/+1
2012-06-22systemctl: automatically turn paths and unescaped unit names into proper unit...Lennart Poettering1-0/+2
2012-06-13unit-name: introduce unit_dbus_path_from_name()Michal Schmidt1-0/+2
2012-04-12move more common files to shared/ and add them to shared.laKay Sievers1-0/+57