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.h
Age
Commit message (
Expand
)
Author
2014-11-28
systemctl: append default suffix only if none present
Zbigniew Jędrzejewski-Szmek
2014-10-08
unit: move UnitDependency to unit-name
Lukas Nykryn
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-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-17
core: add new .slice unit type for partitioning systems
Lennart Poettering
2013-05-02
Add __attribute__((const, pure, format)) in various places
Zbigniew Jędrzejewski-Szmek
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-07-26
systemd: enable/disable instances of template
Michal Sekletar
2012-07-19
use #pragma once instead of foo*foo #define guards
Shawn Landden
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-04-12
move more common files to shared/ and add them to shared.la
Kay Sievers