summaryrefslogtreecommitdiff
path: root/src/core/dbus-service.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tree-wide: use __fsetlocking() instead of fxyz_unlocked()Lennart Poettering2017-12-141-1/+5
* core: open up all ExecXYZ= fields of service units to transient unitsLennart Poettering2017-11-291-5/+7
* tree-wide: generate SD_BUS_ERROR_INVALID_ARGS when we get invalid arguments o...Lennart Poettering2017-11-291-1/+1
* core: add proper escaping to writing of drop-ins/transient unit filesLennart Poettering2017-11-291-25/+33
* core: generalize FailureAction= move it from service to unitLennart Poettering2017-11-201-1/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* execute: replace command flag bools by a flags fieldLennart Poettering2017-08-101-2/+2
* core: introduce a restart counter (#6495)Lennart Poettering2017-08-091-0/+1
* tree-wide: fput[cs]() → fput[cs]_unlocked() wherever that makes sense (#6396)Lennart Poettering2017-07-211-1/+1
* core: make NotifyAccess= and FileDescriptorStoreMax= available to transient s...Lennart Poettering2017-06-261-0/+33
* core: make "Restart" service property accessible via the transient APILennart Poettering2016-12-141-0/+23
* failure-action: generalize failure action to emergency actionLukas Nykryn2016-10-211-3/+3
* core: add RemoveIPC= settingLennart Poettering2016-08-191-0/+3
* core: move obsolete properties to the end of vtablesLennart Poettering2016-08-181-5/+6
* tree-wide: remove newlines from unit_write_drop_inZbigniew Jędrzejewski-Szmek2016-05-281-3/+3
* Merge pull request #2569 from zonque/removalsMartin Pitt2016-02-101-2/+0
|\
| * tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* | core: make the StartLimitXYZ= settings generic and apply to any kind of unit,...Lennart Poettering2016-02-101-4/+5
|/
* core: rework unit timeout handling, and add new setting RuntimeMaxSec=Lennart Poettering2016-02-011-0/+14
* core: don't reset /dev/console if stdin/stdout/stderr as passed as fd in a tr...Lennart Poettering2016-01-281-0/+2
* core: expose number of file descriptors in fd store on the busLennart Poettering2015-11-021-1/+2
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-1/+2
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-6/+7
* core dbus: Check that flush works with memstreamNicolas Cornu2015-10-211-1/+3