summaryrefslogtreecommitdiff
path: root/src/core/dbus-manager.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: shorten error logging a bitYu Watanabe2019-05-021-2/+2
* core: rename queued_message → pending_reload_messageLennart Poettering2018-12-041-2/+2
* Correct a number of trivial typos.Chris Lamb2018-06-181-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
* pid1: preserve current value of log target across re-{load,execution}Franck Bui2018-06-131-1/+14
* pid1: preserve current value of log level across re-{load,execution}Franck Bui2018-06-131-4/+14
* core: rename (and modernize) bus_unit_check_load_state() → bus_unit_validat...Lennart Poettering2018-06-111-3/+3
* os-util: add helpers for finding /etc/os-releaseLennart Poettering2018-05-241-0/+1
* pid1: fix ShowStatus propertyZbigniew Jędrzejewski-Szmek2018-05-221-1/+21
* core: use BUS_DEFINE_PROPERTY_GET* macrosYu Watanabe2018-05-151-36/+2
* dbus-manager: introduce property_get_{hashmap,set}_size()Yu Watanabe2018-05-131-29/+11
* dbus-manager: use BUS_DEFINE_PROPERTY_GET* macrosYu Watanabe2018-05-131-92/+6
* systemd-analyze: make dump work for large # of unitsDavid Tardon2018-05-111-1/+24
* core: send NULL instead of empty stringYu Watanabe2018-05-111-1/+1
* Merge pull request #8815 from poettering/get-unit-by-cgroupLennart Poettering2018-05-021-2/+29
|\
| * core: add a new GetUnitByControlGroup() bus callLennart Poettering2018-04-251-0/+27
| * core: hide snapshot method calls from introspection dataLennart Poettering2018-04-251-2/+2
* | tree-wide: be more careful with the type of array sizesLennart Poettering2018-04-271-15/+16
|/
* 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