summaryrefslogtreecommitdiff
path: root/src/core/dbus-manager.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* fs-util: add new CHASE_TRAIL_SLASH flag for chase_symlinks()Lennart Poettering2018-03-221-1/+1
* core: add new dbus method GetDynamicUsersYu Watanabe2018-03-211-0/+45
* core: add new new bus call for migrating foreign processes to scope/service u...Lennart Poettering2018-02-121-0/+21
* core: generalize how we acquire the Unit objects for unit names in bus callsLennart Poettering2018-02-121-45/+62
* pid1: add option to disable service watchdogsJan Klötzke2018-01-221-0/+1
* core: rename dbus property StartLimitIntervalSec= to StartLimitIntervalUSec=Yu Watanabe2018-01-021-2/+4
* core: make "taint" string logic a bit more generic and output it at bootLennart Poettering2017-12-071-21/+5
* manager: introduce MANAGER_IS_FINISHED() macroLennart Poettering2017-11-211-1/+1
* manager: add manager_get_dump_string()Lennart Poettering2017-11-211-9/+1
* core: add manager_dump() call, and make it output timestamp dataLennart Poettering2017-11-211-2/+1
* manager: rework the timestamps logic, so that they are an enum-index arrayLennart Poettering2017-11-211-13/+13
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* core: include a bad /var/run symlink in the "tainted" stringLennart Poettering2017-11-101-1/+7
* Revert "tree-wide: use pid_is_valid() at more places"Alan Jenkins2017-10-031-1/+1
* tree-wide: use pid_is_valid() at more placesLennart Poettering2017-08-311-1/+1
* Merge pull request #5276 from poettering/resolved-cnameZbigniew Jędrzejewski-Szmek2017-02-121-1/+1
|\
| * core: fix minor memory leakLennart Poettering2017-02-091-1/+1
* | install: when disabling units, do so even if the unit is missingLennart Poettering2017-02-101-66/+88
* | dbus: permit seeing process list of units whose unit files are missingLennart Poettering2017-02-091-7/+3
|/
* manager: refuse reloading/reexecing when /run is overly fullLennart Poettering2017-02-061-0/+63
* core: modernize the SwitchRoot() bus method a bitLennart Poettering2016-12-201-11/+23
* core: add bus calls for determining jobs waiting for other jobsLennart Poettering2016-11-161-0/+22
* Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek2016-11-071-1/+1
* shared, systemctl: teach is-enabled to show installation targetsJan Synacek2016-10-241-0/+44
* install: introduce UnitFileFlagsJan Synacek2016-10-241-10/+27
* core: add "invocation ID" concept to service managerLennart Poettering2016-10-071-0/+59
* core: add Ref()/Unref() bus calls for unitsLennart Poettering2016-08-221-0/+57
* core: add a concept of "dynamic" user ids, that are allocated as long as a se...Lennart Poettering2016-07-221-1/+59
* core: queue loading transient units after setting their properties (#3676)David Michael2016-07-081-0/+1
* core: added ListUnitsByNames dbus method (#3182)kayrus2016-05-121-27/+76
* core: rename StartLimitInterval= to StartLimitIntervalSec=Lennart Poettering2016-04-291-1/+2
* core: Filter by unit name behind the D-Bus, instead on the client side (#3142)kayrus2016-04-291-5/+47
* core,systemctl: add bus API to retrieve processes of a unitLennart Poettering2016-04-221-0/+25
* core/dbus-manager: drop unused param from installation functionsZbigniew Jędrzejewski-Szmek2016-04-211-9/+7
* shared/install,systemctl,core: report offending file on installation errorZbigniew Jędrzejewski-Szmek2016-04-191-45/+74
* shared/install: add helper function unit_file_changes_have_modification()Zbigniew Jędrzejewski-Szmek2016-04-181-7/+5
* Various formatting and style fixesZbigniew Jędrzejewski-Szmek2016-04-181-4/+3
* systemctl/core: ignore masked units in preset-allZbigniew Jędrzejewski-Szmek2016-04-161-5/+7
* tree-wide: use ERFKILL instead of ESHUTDOWN for "unit masked"Zbigniew Jędrzejewski-Szmek2016-04-161-1/+1
* core: make sure we always free the list of changesLennart Poettering2016-04-121-6/+18
* core: make sure we generate a nicer error when a linked unit is attempted to ...Lennart Poettering2016-04-121-15/+20
* core,systemctl: add new "systemctl revert" commandLennart Poettering2016-04-121-0/+28
* install: introduce a new unit file state "transient"Lennart Poettering2016-04-121-2/+2
* core: remove ManagerRunningAs enumLennart Poettering2016-04-121-39/+15
* core: when enabling a generated unit file, return a clean errorLennart Poettering2016-04-121-2/+6
* core: rework generator dir logic, move the dirs into LookupPaths structureLennart Poettering2016-04-121-1/+1
* clock-util: make clock_is_localtime() testable and add initial testsMartin Pitt2016-02-261-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* core: fix memory leak on failed preset-allEvgeny Vereshchagin2016-01-181-1/+3