summaryrefslogtreecommitdiff
path: root/src/core/dbus-unit.h
AgeCommit message (Expand)Author
2016-08-22core: add Ref()/Unref() bus calls for unitsLennart Poettering
2016-04-22core,systemctl: add bus API to retrieve processes of a unitLennart Poettering
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2015-11-27Merge pull request #1828 from fbuihuu/set-property-on-inactive-unitLennart Poettering
2015-11-22Introduce bus_unit_check_load_state() helperFranck Bui
2015-11-18tree-wide: sort includes in *.hThomas Hindoe Paaboel Andersen
2015-04-29sd-bus: drop bus parameter from message callback prototypeLennart Poettering
2013-11-21bus: rework message handlers to always take an error argumentLennart Poettering
2013-11-20core: convert PID 1 to libsystemd-busLennart Poettering
2013-07-17systemd,systemctl: export condition status and show failing conditionZbigniew Jędrzejewski-Szmek
2013-07-01core: move ControlGroup and Slice properties out of the dbus "Unit" interfaceLennart Poettering
2013-06-28core: add transient unitsLennart Poettering
2013-06-28unit: make sure the dropins we write are high-priorityLennart Poettering
2013-06-27dbus: add infrastructure for changing multiple properties at once on units an...Lennart Poettering
2013-06-27core: general cgroup reworkLennart Poettering
2013-06-18core: expose a "Slice" property on Unit objects on the busLennart Poettering
2013-04-02Replace s/Dropin/DropIn/Zbigniew Jędrzejewski-Szmek
2013-04-01Introspect and monitor dropin configurationOleksii Shevchuk
2013-02-27unit: rework resource management APILennart Poettering
2013-01-18systemctl: add new "get-cgroup-attr" to query current cgroup attribute valueLennart Poettering
2013-01-17dbus: add Unit's PartOf and ConsistsOf deps to introspection XMLLennart Poettering
2013-01-14core: add bus API and systemctl commands for altering cgroup parameters durin...Lennart Poettering
2012-10-02selinux: rework selinux access check logicLennart Poettering
2012-07-20core: drop KillMode parameter from KillUnit() bus callLennart Poettering
2012-07-19use #pragma once instead of foo*foo #define guardsShawn Landden
2012-07-13unit: rename BindTo= to BindsTo=Lennart Poettering
2012-05-22units: remove service sysv_path variable and replace it by generic unit_pathLennart Poettering
2012-05-21units: introduce new Documentation= field and make use of it everywhereLennart Poettering
2012-04-30unit: add new dependency type RequiresMountsFor=Lennart Poettering
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering
2012-04-11move libsystemd_core.la sources into core/Kay Sievers