summaryrefslogtreecommitdiff
path: root/src/shared/unit-name.c
AgeCommit message (Expand)Author
2015-02-24shared/unit-name: fix gcc5 warningDaniel Mack
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2014-11-28systemctl: append default suffix only if none presentZbigniew Jędrzejewski-Szmek
2014-11-27unit-name: fix escaping logic in unit_name_mangle_with_suffix()Ivan Shapovalov
2014-10-08unit: move UnitDependency to unit-nameLukas Nykryn
2014-06-17unit-name: various modernizationsLennart Poettering
2014-06-17unit-name: fix detection of unit templates/instancesLennart Poettering
2014-03-16Use strlen even for constant stringsJosh Triplett
2014-03-06unit-name: modernizationsLennart Poettering
2014-02-23src/shared/ cannot reference symbols from librariesKay Sievers
2013-12-26Use enums to make it obvious what boolean params meanZbigniew Jędrzejewski-Szmek
2013-12-26systemctl: allow globbing in commands which take multiple unit namesZbigniew Jędrzejewski-Szmek
2013-12-02bus: add .busname unit type to implement kdbus-style bus activationLennart Poettering
2013-11-21bus: add API calls to escape string components of objects pathsLennart Poettering
2013-09-26unit-name: when escaping a path consider the empty path identical to the root...Lennart Poettering
2013-09-16Verify validity of session name when received from outsideZbigniew Jędrzejewski-Szmek
2013-07-02logind: port over to use scopes+slices for all cgroup stuffLennart Poettering
2013-07-02core: split out unit bus path unescaping into unit_name_from_dbus_path()Lennart Poettering
2013-07-01core: add new "scope" unit type for making a unit of pre-existing processesLennart Poettering
2013-06-28core: add transient unitsLennart Poettering
2013-06-20logind: add infrastructure to keep track of machines, and move to slicesLennart Poettering
2013-06-17core: add new .slice unit type for partitioning systemsLennart Poettering
2013-03-30unit: no need to export variables if we can avoid itLennart Poettering
2013-01-14systemctl: be smarter when mangling snapshot namesLennart Poettering
2012-11-15systemctl: add help for --type/-tZbigniew Jędrzejewski-Szmek
2012-10-16systemctl: append .service when unit does not have valid suffixLukas Nykryn
2012-09-14util: various additional modernizationsLennart Poettering
2012-09-12unit-name: rework unit_name_replace_instance function()Lennart Poettering
2012-07-28systemctl: append .service to unit names lacking suffixLennart Poettering
2012-07-26unit-name: style fix in unit_name_is_template()Michal Schmidt
2012-07-26systemd: enable/disable instances of templateMichal Sekletar
2012-07-13util: rename join() to strjoin()Lennart Poettering
2012-07-10unit: Move UnitLoadState definitions from core/unit.c to shared/unit-name.cZbigniew Jędrzejewski-Szmek
2012-07-10unit-name: remove unit_name_is_valid_no_type() and move unit_name_is_valid() ...Lennart Poettering
2012-07-10unit: Move UnitType definitions from core/unit.c to shared/unit-name.cZbigniew Jędrzejewski-Szmek
2012-06-25cryptsetup: fix escaping when generating cryptsetup unitsLennart Poettering
2012-06-22systemctl: automatically turn paths and unescaped unit names into proper unit...Lennart Poettering
2012-06-13unit-name: introduce unit_dbus_path_from_name()Michal Schmidt
2012-06-04unit-name: never create a unit name with a leading '.'Kay Sievers
2012-05-08util: split-out path-util.[ch]Kay Sievers
2012-04-12move more common files to shared/ and add them to shared.laKay Sievers