summaryrefslogtreecommitdiffstats
path: root/src/core/dbus-unit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* dbus: suppress duplicate and misleading messagesLennart Poettering2014-03-111-10/+2
* bus: add sd_bus_track object for tracking peers, and port core over to itLennart Poettering2014-03-031-13/+21
* api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering2014-02-201-4/+4
* core: fix property changes in transient unitsLennart Poettering2014-02-171-3/+0
* core: fix oom checkLennart Poettering2014-01-311-1/+1
* Use enums to make it obvious what boolean params meanZbigniew Jędrzejewski-Szmek2013-12-261-2/+2
* core: no need to list properties for PropertiesChanged messages anymoreLennart Poettering2013-12-221-18/+14
* bus: decorate the various object vtables with SD_BUS_VTABLE_PROPERTY_CONST wh...Lennart Poettering2013-12-221-47/+47
* core: fix Unit.SetProperties argument parsingDavid Herrmann2013-12-111-8/+0
* service: add the ability for units to join other unit's PrivateNetwork= and P...Lennart Poettering2013-11-271-0/+1
* core: replace OnFailureIsolate= setting by a more generic OnFailureJobMode= s...Lennart Poettering2013-11-261-1/+2
* core: fix bus serialization of conditionsLennart Poettering2013-11-251-1/+4
* core: don't warn loudly if we cannot send a bus signal to a disconnected clientLennart Poettering2013-11-221-4/+2
* core: fix deserialization of StartTransientUnit() parametersLennart Poettering2013-11-211-1/+10
* bus: rework message handlers to always take an error argumentLennart Poettering2013-11-211-79/+87
* bus: let's simplify things by getting rid of unnecessary bus parametersLennart Poettering2013-11-211-19/+19
* core: convert PID 1 to libsystemd-busLennart Poettering2013-11-201-717/+591
* bus: remove static introspection file exportKay Sievers2013-10-211-1/+1
* list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering2013-10-141-2/+2
* cgroup: only check once when mode is UNIT_CHECKGao feng2013-08-281-1/+1
* systemd,systemctl: export condition status and show failing conditionZbigniew Jędrzejewski-Szmek2013-07-181-62/+115
* core: simplify drop-in writing logic a bitLennart Poettering2013-07-111-23/+13
* core: when writing drop-in files, name them directly after the property we setLennart Poettering2013-07-111-2/+2
* user-sessions: rely on PID 1 to kill sessionsLennart Poettering2013-07-101-0/+57
* unit: save description/slice of transient units to /runLennart Poettering2013-07-101-0/+15
* core: while we are reloading don't suppress bus signalsLennart Poettering2013-07-101-20/+32
* machined: sync to /run after job completedLennart Poettering2013-07-021-12/+20
* core: add support to run transient units in arbitrary slicesLennart Poettering2013-07-011-0/+19
* core: move ControlGroup and Slice properties out of the dbus "Unit" interfaceLennart Poettering2013-07-011-2/+5
* core: allow setting of the description string for transient unitsLennart Poettering2013-07-011-0/+33
* core: add transient unitsLennart Poettering2013-06-281-4/+14
* unit: make sure the dropins we write are high-priorityLennart Poettering2013-06-281-2/+1
* dbus: add infrastructure for changing multiple properties at once on units an...Lennart Poettering2013-06-271-0/+88
* core: general cgroup reworkLennart Poettering2013-06-271-529/+1
* logind: add infrastructure to keep track of machines, and move to slicesLennart Poettering2013-06-201-4/+1
* core: expose a "Slice" property on Unit objects on the busLennart Poettering2013-06-181-0/+20
* move _cleanup_ attribute in front of the typeHarald Hoyer2013-04-181-2/+2
* nspawn: introduce the new /machine/ tree in the cgroup tree and move containe...Lennart Poettering2013-04-161-1/+1
* Replace s/Dropin/DropIn/Zbigniew Jędrzejewski-Szmek2013-04-021-1/+1
* Introspect and monitor dropin configurationOleksii Shevchuk2013-04-021-0/+1
* Use bus_maybe_send_reply() where applicableColin Walters2013-03-191-3/+3
* unit: rework resource management APILennart Poettering2013-02-271-134/+195
* honor SELinux labels, when creating and writing config filesHarald Hoyer2013-02-141-0/+1
* unit: optionally allow making cgroup attribute changes persistentLennart Poettering2013-01-191-26/+77
* systemctl: add new "get-cgroup-attr" to query current cgroup attribute valueLennart Poettering2013-01-181-0/+89
* core: add bus API and systemctl commands for altering cgroup parameters durin...Lennart Poettering2013-01-141-3/+247
* core/dbus-unit: modernize styleZbigniew Jędrzejewski-Szmek2013-01-061-52/+42
* selinux: remove anything PID1-specific from selinux-access.[ch] so that we ca...Lennart Poettering2012-10-021-1/+1
* selinux: rework selinux access check logicLennart Poettering2012-10-021-70/+104
* selinux: prefer source path over fragment pathLennart Poettering2012-09-181-2/+2