chiark / gitweb /
util: drop parse_user_at_host() since its unused now
[elogind.git] / src / shared / unit-name.c
2013-12-26 Zbigniew Jędrzejew... Use enums to make it obvious what boolean params mean
2013-12-26 Zbigniew Jędrzejew... systemctl: allow globbing in commands which take multip...
2013-12-02 Lennart Poetteringbus: add .busname unit type to implement kdbus-style...
2013-11-21 Lennart Poetteringbus: add API calls to escape string components of objec...
2013-09-26 Lennart Poetteringunit-name: when escaping a path consider the empty...
2013-09-16 Zbigniew Jędrzejew... Verify validity of session name when received from...
2013-07-01 Lennart Poetteringlogind: port over to use scopes+slices for all cgroup...
2013-07-01 Lennart Poetteringcore: split out unit bus path unescaping into unit_name...
2013-06-30 Lennart Poetteringcore: add new "scope" unit type for making a unit of...
2013-06-28 Lennart Poetteringcore: add transient units
2013-06-20 Lennart Poetteringlogind: add infrastructure to keep track of machines...
2013-06-17 Lennart Poetteringcore: add new .slice unit type for partitioning systems
2013-03-30 Lennart Poetteringunit: no need to export variables if we can avoid it
2013-01-14 Lennart Poetteringsystemctl: be smarter when mangling snapshot names
2013-01-07 Tom GundersenMerge nss-myhostname
2012-11-15 Zbigniew Jędrzejew... systemctl: add help for --type/-t
2012-10-16 Lukas Nykrynsystemctl: append .service when unit does not have...
2012-09-14 Lennart Poetteringutil: various additional modernizations
2012-09-12 Lennart Poetteringunit-name: rework unit_name_replace_instance function()
2012-07-28 Lennart Poetteringsystemctl: append .service to unit names lacking suffix
2012-07-26 Michal Schmidtunit-name: style fix in unit_name_is_template()
2012-07-26 Michal Sekletarsystemd: enable/disable instances of template
2012-07-13 Lennart Poetteringutil: rename join() to strjoin()
2012-07-10 Zbigniew Jędrzejew... unit: Move UnitLoadState definitions from core/unit...
2012-07-10 Lennart Poetteringunit-name: remove unit_name_is_valid_no_type() and...
2012-07-10 Zbigniew Jędrzejew... unit: Move UnitType definitions from core/unit.c to...
2012-06-25 Lennart Poetteringcryptsetup: fix escaping when generating cryptsetup...
2012-06-22 Lennart Poetteringsystemctl: automatically turn paths and unescaped unit...
2012-06-13 Michal Schmidtunit-name: introduce unit_dbus_path_from_name()
2012-06-04 Kay Sieversunit-name: never create a unit name with a leading '.'
2012-05-08 Kay Sieversutil: split-out path-util.[ch]
2012-04-12 Kay Sieversmove more common files to shared/ and add them to shared.la