summaryrefslogtreecommitdiff
path: root/src/core/dbus-scope.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek2014-05-151-1/+1
* api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering2014-02-201-2/+2
* core: rework cgroup mask propagationLennart Poettering2014-02-171-0/+2
* core: when an already abandoned unit gets abandoned again generate a clean errorLennart Poettering2014-02-071-1/+10
* core: watch SIGCHLD more closely to track processes of units with no reliable...Lennart Poettering2014-02-071-5/+12
* core: introduce new stop protocol for unit scopesLennart Poettering2014-01-311-0/+55
* core: no need to list properties for PropertiesChanged messages anymoreLennart Poettering2013-12-221-5/+0
* bus: decorate the various object vtables with SD_BUS_VTABLE_PROPERTY_CONST wh...Lennart Poettering2013-12-221-1/+1
* core: convert PID 1 to libsystemd-busLennart Poettering2013-11-201-82/+45
* bus: remove static introspection file exportKay Sievers2013-10-211-1/+1
* core: make sure scope attributes survive a reloadLennart Poettering2013-07-301-0/+2
* core: open up SendSIGHUP property for transient unitsLennart Poettering2013-07-301-0/+4
* dbus-scope: initialize variable before accessingDave Reisner2013-07-021-1/+1
* scope: make TimeoutStopUSec= settable for transient unitsLennart Poettering2013-07-021-0/+15
* scope: properly implement passive validity checking of PIDs field when creati...Lennart Poettering2013-07-011-4/+8
* core: move ControlGroup and Slice properties out of the dbus "Unit" interfaceLennart Poettering2013-07-011-0/+2
* core: allow setting of the description string for transient unitsLennart Poettering2013-07-011-2/+2
* core: add new "scope" unit type for making a unit of pre-existing processesLennart Poettering2013-07-011-0/+162