index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
shared
/
unit-name.c
Age
Commit message (
Expand
)
Author
2014-11-28
systemctl: append default suffix only if none present
Zbigniew Jędrzejewski-Szmek
2014-11-27
unit-name: fix escaping logic in unit_name_mangle_with_suffix()
Ivan Shapovalov
2014-10-08
unit: move UnitDependency to unit-name
Lukas Nykryn
2014-06-17
unit-name: various modernizations
Lennart Poettering
2014-06-17
unit-name: fix detection of unit templates/instances
Lennart Poettering
2014-03-16
Use strlen even for constant strings
Josh Triplett
2014-03-06
unit-name: modernizations
Lennart Poettering
2014-02-23
src/shared/ cannot reference symbols from libraries
Kay Sievers
2013-12-26
Use enums to make it obvious what boolean params mean
Zbigniew Jędrzejewski-Szmek
2013-12-26
systemctl: allow globbing in commands which take multiple unit names
Zbigniew Jędrzejewski-Szmek
2013-12-02
bus: add .busname unit type to implement kdbus-style bus activation
Lennart Poettering
2013-11-21
bus: add API calls to escape string components of objects paths
Lennart Poettering
2013-09-26
unit-name: when escaping a path consider the empty path identical to the root...
Lennart Poettering
2013-09-16
Verify validity of session name when received from outside
Zbigniew Jędrzejewski-Szmek
2013-07-02
logind: port over to use scopes+slices for all cgroup stuff
Lennart Poettering
2013-07-02
core: split out unit bus path unescaping into unit_name_from_dbus_path()
Lennart Poettering
2013-07-01
core: add new "scope" unit type for making a unit of pre-existing processes
Lennart Poettering
2013-06-28
core: add transient units
Lennart Poettering
2013-06-20
logind: add infrastructure to keep track of machines, and move to slices
Lennart Poettering
2013-06-17
core: add new .slice unit type for partitioning systems
Lennart Poettering
2013-03-30
unit: no need to export variables if we can avoid it
Lennart Poettering
2013-01-14
systemctl: be smarter when mangling snapshot names
Lennart Poettering
2012-11-15
systemctl: add help for --type/-t
Zbigniew Jędrzejewski-Szmek
2012-10-16
systemctl: append .service when unit does not have valid suffix
Lukas Nykryn
2012-09-14
util: various additional modernizations
Lennart Poettering
2012-09-12
unit-name: rework unit_name_replace_instance function()
Lennart Poettering
2012-07-28
systemctl: append .service to unit names lacking suffix
Lennart Poettering
2012-07-26
unit-name: style fix in unit_name_is_template()
Michal Schmidt
2012-07-26
systemd: enable/disable instances of template
Michal Sekletar
2012-07-13
util: rename join() to strjoin()
Lennart Poettering
2012-07-10
unit: Move UnitLoadState definitions from core/unit.c to shared/unit-name.c
Zbigniew Jędrzejewski-Szmek
2012-07-10
unit-name: remove unit_name_is_valid_no_type() and move unit_name_is_valid() ...
Lennart Poettering
2012-07-10
unit: Move UnitType definitions from core/unit.c to shared/unit-name.c
Zbigniew Jędrzejewski-Szmek
2012-06-25
cryptsetup: fix escaping when generating cryptsetup units
Lennart Poettering
2012-06-22
systemctl: automatically turn paths and unescaped unit names into proper unit...
Lennart Poettering
2012-06-13
unit-name: introduce unit_dbus_path_from_name()
Michal Schmidt
2012-06-04
unit-name: never create a unit name with a leading '.'
Kay Sievers
2012-05-08
util: split-out path-util.[ch]
Kay Sievers
2012-04-12
move more common files to shared/ and add them to shared.la
Kay Sievers