summaryrefslogtreecommitdiff
path: root/src/core/dbus-service.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-4/+2
* tree-wide: allow ASCII fallback for → in logsDavid Tardon2022-06-281-1/+2
* core: update to use new-style sd-bus macrosamarjargal2022-04-121-18/+9
* Reintroduce ExitTypeHenri Chain2021-11-081-0/+6
* core: implement RuntimeMaxDeltaSec directiveAlbert Brox2021-09-281-0/+4
* Revert "Introduce ExitType"Zbigniew Jędrzejewski-Szmek2021-06-301-6/+0
* tree-wide: always drop unnecessary dot in pathYu Watanabe2021-05-281-1/+1
* tree-wide: sd_bus_error_setf → set_bus_error_setZbigniew Jędrzejewski-Szmek2021-04-071-7/+7
* Introduce ExitTypeHenri Chain2021-03-311-0/+6
* pid1: add DBUS method to mount image inside a running service namespaceLuca Boccassi2021-01-211-9/+41
* core: add DBUS method to bind mount new nodes without service restartLuca Boccassi2021-01-181-0/+87
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* tree-wide: define iterator inside of the macroZbigniew Jędrzejewski-Szmek2020-09-081-3/+2
* cgroup: Implicit unit_invalidate_cgroup_members_masksMichal Koutný2020-08-191-1/+0
* shared: split out property get helpersLennart Poettering2020-06-301-1/+1
* core: let user define start-/stop-timeout behaviourJan Klötzke2020-06-091-0/+10
* service: Display updated WatchdogUSec from sd_notifyChris Down2020-05-271-1/+2
* tree-wide: use public sd-bus functions in more placesZbigniew Jędrzejewski-Szmek2020-05-251-2/+1
* pid1: make TimeoutAbortSec settable for transient unitsZbigniew Jędrzejewski-Szmek2019-11-271-0/+7
* pid1: rename start_limit to start_ratelimitZbigniew Jędrzejewski-Szmek2019-09-201-2/+2
* core: add ExecXYZEx= bus hook ups to all exec command propertiesAnita Zhang2019-09-171-0/+4
* core: move timeout_clean_usec from Service to ExecContextYu Watanabe2019-08-281-1/+0
* shared/bus-util: fix dbus serialization of {RestartPrevent,RestartForce,Succe...Zbigniew Jędrzejewski-Szmek2019-07-291-8/+8
* shared/exit-status: use Bitmap instead of SetsZbigniew Jędrzejewski-Szmek2019-07-291-22/+10
* core: ExecCondition= for servicesAnita Zhang2019-07-171-0/+1
* core: expose per-service cleaning properties on the bus, tooLennart Poettering2019-07-111-0/+2
* tree-wide: replace strjoin() with path_join()Yu Watanabe2019-06-211-1/+1
* core: add ExecStartXYZEx= with dbus support for executable prefixesAnita Zhang2019-05-301-0/+4
* core: use BUS_DEFINE_PROPERTY_GET() macro at more placesYu Watanabe2019-04-141-21/+1
* service: handle abort stops with dedicated timeoutJan Klötzke2019-04-121-0/+22
* Make fopen_temporary and fopen_temporary_label unlockedZbigniew Jędrzejewski-Szmek2019-04-121-1/+0
* core: implement OOMPolicy= and watch cgroups for OOM killingsLennart Poettering2019-04-091-0/+6
* core: export ReloadResult value on the busLennart Poettering2019-04-021-0/+1
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-271-0/+1
* core: fix received size of signal or status sizeYu Watanabe2019-03-041-10/+13
* core/dbus-service: empty assignment to PIDFile= resets the valueYu Watanabe2019-02-061-16/+18
* core/dbus-service: write PIDFile= setting to transient unit fileYu Watanabe2019-02-061-2/+6
* core: USB function properties do not change dynamically, don't claim soLennart Poettering2018-11-281-2/+2
* cgroup: drastically simplify caching of cgroups members maskLennart Poettering2018-11-231-1/+1
* man: let's deprecate PermissionsStartOnly=Lennart Poettering2018-11-161-1/+1
* core: log about /var/run/ prefix used in PIDFile=, patch it to be /run insteadLennart Poettering2018-11-101-2/+34
* 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: use bus_property_get_*() functions instead of NULLYu Watanabe2018-05-101-3/+3
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* coccinelle: run no-if-assignments.cocci againLennart Poettering2018-03-231-1/+2
* dbus-service: expose *ExitStatus= settings on busYu Watanabe2018-01-031-0/+68
* dbus-service: support more options in transient service unitYu Watanabe2018-01-021-111/+167
* core: rename bus_exec_command_set_transient_property() to bus_set_transient_e...Yu Watanabe2018-01-021-1/+1
* core: implement transient socket unitYu Watanabe2017-12-231-108/+2