summaryrefslogtreecommitdiff
path: root/src/core/dbus-unit.c
AgeCommit message (Expand)Author
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt
2014-11-06core: introduce the concept of AssertXYZ= similar to ConditionXYZ=, but fatal...Lennart Poettering
2014-11-06condition: record test state internally and beef it up to be a full enumLennart Poettering
2014-11-01bus: use STR_IN_SETWaLyong Cho
2014-10-28mac: add mac_ prefix to distinguish origin security apisWaLyong Cho
2014-10-28job: optionally, when a job timeout is hit, also execute a failure actionLennart Poettering
2014-08-18core: Verify systemd1 DBus method callers via polkitStef Walter
2014-08-15core: Rename Job.subscribed field to Job.clientsStef Walter
2014-05-14core: no need to pass bus object to selinux access check calls anymoreLennart Poettering
2014-03-11dbus: suppress duplicate and misleading messagesLennart Poettering
2014-03-03bus: add sd_bus_track object for tracking peers, and port core over to itLennart Poettering
2014-02-20api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering
2014-02-17core: fix property changes in transient unitsLennart Poettering
2014-01-31core: fix oom checkLennart Poettering
2013-12-26Use enums to make it obvious what boolean params meanZbigniew Jędrzejewski-Szmek
2013-12-22core: no need to list properties for PropertiesChanged messages anymoreLennart Poettering
2013-12-22bus: decorate the various object vtables with SD_BUS_VTABLE_PROPERTY_CONST wh...Lennart Poettering
2013-12-10core: fix Unit.SetProperties argument parsingDavid Herrmann
2013-11-27service: add the ability for units to join other unit's PrivateNetwork= and P...Lennart Poettering
2013-11-26core: replace OnFailureIsolate= setting by a more generic OnFailureJobMode= s...Lennart Poettering
2013-11-25core: fix bus serialization of conditionsLennart Poettering
2013-11-22core: don't warn loudly if we cannot send a bus signal to a disconnected clientLennart Poettering
2013-11-21core: fix deserialization of StartTransientUnit() parametersLennart Poettering
2013-11-21bus: rework message handlers to always take an error argumentLennart Poettering
2013-11-21bus: let's simplify things by getting rid of unnecessary bus parametersLennart Poettering
2013-11-20core: convert PID 1 to libsystemd-busLennart Poettering
2013-10-21bus: remove static introspection file exportKay Sievers
2013-10-14list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering
2013-08-28cgroup: only check once when mode is UNIT_CHECKGao feng
2013-07-17systemd,systemctl: export condition status and show failing conditionZbigniew Jędrzejewski-Szmek
2013-07-11core: simplify drop-in writing logic a bitLennart Poettering
2013-07-11core: when writing drop-in files, name them directly after the property we setLennart Poettering
2013-07-10user-sessions: rely on PID 1 to kill sessionsLennart Poettering
2013-07-10unit: save description/slice of transient units to /runLennart Poettering
2013-07-10core: while we are reloading don't suppress bus signalsLennart Poettering
2013-07-02machined: sync to /run after job completedLennart Poettering
2013-07-01core: add support to run transient units in arbitrary slicesLennart Poettering
2013-07-01core: move ControlGroup and Slice properties out of the dbus "Unit" interfaceLennart Poettering
2013-07-01core: allow setting of the description string for transient unitsLennart 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-20logind: add infrastructure to keep track of machines, and move to slicesLennart Poettering
2013-06-18core: expose a "Slice" property on Unit objects on the busLennart Poettering
2013-04-18move _cleanup_ attribute in front of the typeHarald Hoyer
2013-04-16nspawn: introduce the new /machine/ tree in the cgroup tree and move containe...Lennart Poettering
2013-04-02Replace s/Dropin/DropIn/Zbigniew Jędrzejewski-Szmek
2013-04-01Introspect and monitor dropin configurationOleksii Shevchuk
2013-03-18Use bus_maybe_send_reply() where applicableColin Walters