summaryrefslogtreecommitdiff
path: root/src/shared/unit-name.h
Commit message (Expand)AuthorAgeFilesLines
* Use enums to make it obvious what boolean params meanZbigniew Jędrzejewski-Szmek2013-12-261-3/+13
* systemctl: allow globbing in commands which take multiple unit namesZbigniew Jędrzejewski-Szmek2013-12-261-2/+2
* bus: add .busname unit type to implement kdbus-style bus activationLennart Poettering2013-12-021-2/+3
* logind: port over to use scopes+slices for all cgroup stuffLennart Poettering2013-07-021-0/+2
* core: split out unit bus path unescaping into unit_name_from_dbus_path()Lennart Poettering2013-07-021-0/+1
* core: add new "scope" unit type for making a unit of pre-existing processesLennart Poettering2013-07-011-0/+1
* core: add transient unitsLennart Poettering2013-06-281-0/+1
* core: add new .slice unit type for partitioning systemsLennart Poettering2013-06-171-1/+2
* Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek2013-05-021-10/+12
* unit: no need to export variables if we can avoid itLennart Poettering2013-03-301-2/+0
* systemctl: be smarter when mangling snapshot namesLennart Poettering2013-01-141-0/+1
* systemctl: add help for --type/-tZbigniew Jędrzejewski-Szmek2012-11-151-1/+3
* systemd: enable/disable instances of templateMichal Sekletar2012-07-261-0/+1
* use #pragma once instead of foo*foo #define guardsShawn Landden2012-07-191-4/+1
* unit: Move UnitLoadState definitions from core/unit.c to shared/unit-name.cZbigniew Jędrzejewski-Szmek2012-07-101-0/+14
* unit-name: remove unit_name_is_valid_no_type() and move unit_name_is_valid() ...Lennart Poettering2012-07-101-1/+3
* unit: Move UnitType definitions from core/unit.c to shared/unit-name.cZbigniew Jędrzejewski-Szmek2012-07-101-0/+20
* cryptsetup: fix escaping when generating cryptsetup unitsLennart Poettering2012-06-251-2/+1
* systemctl: automatically turn paths and unescaped unit names into proper unit...Lennart Poettering2012-06-221-0/+2
* unit-name: introduce unit_dbus_path_from_name()Michal Schmidt2012-06-131-0/+2
* move more common files to shared/ and add them to shared.laKay Sievers2012-04-121-0/+57