summaryrefslogtreecommitdiffstats
path: root/src/core/dbus-unit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: allow to set exit status when using SuccessAction=/FailureAction=exit i...Lennart Poettering2018-11-271-0/+40
* core: expose bus client names currently reffing a unit as propertyLennart Poettering2018-11-091-0/+39
* unit: enqueue cgroup empty check event if the last ref on a unit is droppedLennart Poettering2018-11-091-0/+6
* core: reword polkit request a bit (#10524)Lennart Poettering2018-10-251-1/+1
* core: define "exit" and "exit-force" actions for user units and only accept thatZbigniew Jędrzejewski-Szmek2018-10-171-1/+36
* pid1: drop now-unused path parameter to add_dependency_by_name()Zbigniew Jędrzejewski-Szmek2018-09-151-1/+1
* core: Fix grammar in error messageSven Joachim2018-07-111-1/+1
* core: tiny comment fixLennart Poettering2018-06-281-1/+1
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* core: introduce a new load state "bad-setting"Lennart Poettering2018-06-111-1/+4
* core: use bus_unit_validate_load_state() for generating LoadError unit bus pr...Lennart Poettering2018-06-111-6/+8
* core: rename (and modernize) bus_unit_check_load_state() → bus_unit_validat...Lennart Poettering2018-06-111-10/+18
* pid: fix ENOENT error checkLennart Poettering2018-06-061-1/+1
* core/dbus-unit: do not pass whole Unit objectYu Watanabe2018-05-151-15/+15
* core/dbus-unit: introduce unit_can_{start,stop,isolate}_refuse_manual() funct...Yu Watanabe2018-05-151-54/+15
* core: use BUS_DEFINE_PROPERTY_GET* macrosYu Watanabe2018-05-151-21/+7
* core: use _cleanup_set_free_ instread of _cleanup_(set_freep)Yu Watanabe2018-05-141-2/+2
* dbus-unit: check userdata before obtaining dataYu Watanabe2018-05-131-4/+6
* dbus-unit: use BUS_DEFINE_PROPERTY_GET* macrosYu Watanabe2018-05-131-108/+6
* path-util: introduce empty_to_root() and use it many placesYu Watanabe2018-05-101-1/+1
* core: send NULL instead of empty stringYu Watanabe2018-05-101-5/+3
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* core: add new new bus call for migrating foreign processes to scope/service u...Lennart Poettering2018-02-121-0/+113
* dbus-unit: support more options in transient unitsYu Watanabe2018-01-011-65/+196
* core: rename dbus property StartLimitIntervalSec= to StartLimitIntervalUSec=Yu Watanabe2018-01-011-1/+2
* core: allow changing the description for units dynamically at runtimeLennart Poettering2017-11-291-2/+28
* core: add proper escaping to writing of drop-ins/transient unit filesLennart Poettering2017-11-291-18/+22
* core: introduce SuccessAction= as unit file propertyLennart Poettering2017-11-201-0/+25
* core: generalize FailureAction= move it from service to unitLennart Poettering2017-11-201-0/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* core: add a new unit file setting CollectMode= for tweaking the GC logicLennart Poettering2017-11-161-0/+21
* core: fix bus property logic for RequiresMountsFor= dependencies (#7332)Lennart Poettering2017-11-141-2/+2
* core/dbus-unit: add property_get_requires_mounts_for() to send correct messag...Yu Watanabe2017-11-141-1/+32
* core: track why unit dependencies came to beLennart Poettering2017-11-101-3/+4
* tree-wide: use IN_SET macro (#6977)Yu Watanabe2017-10-041-1/+1
* tree-wide: use IN_SET where possibleAndreas Rammhold2017-10-021-2/+2
* cgroup, unit, fragment parser: make use of new firewall functionsDaniel Mack2017-09-221-0/+38
* job: add JobRunningTimeoutSec for JOB_RUNNING stateMichal Koutný2017-04-251-0/+1
* core: always consider clients that pinned a unit to be subscribersLennart Poettering2017-02-281-2/+2
* dbus: check selinux privilege before returning process listLennart Poettering2017-02-101-0/+4
* core: improve error message when RefuseManualStart(Stop) is hit (#5132)Jan Synacek2017-01-241-1/+1
* core: GC redundant device jobs from the run queueLennart Poettering2016-11-161-16/+9
* core: rename "clients" field of Job structure to "bus_track"Lennart Poettering2016-11-161-3/+3
* Merge pull request #4510 from keszybz/tree-wide-cleanupsLennart Poettering2016-11-031-3/+3
|\
| * tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek2016-10-231-3/+3
* | core: rework the "no_gc" unit flag to become a more generic "perpetual" flagLennart Poettering2016-11-021-4/+2
* | failure-action: generalize failure action to emergency actionLukas Nykryn2016-10-211-3/+3
|/
* core: add "invocation ID" concept to service managerLennart Poettering2016-10-071-0/+1
* unit: sent change signal before removing the unit if necessary (#4106)Michael Olbrich2016-09-091-1/+1