summaryrefslogtreecommitdiffstats
path: root/src/core/dbus-service.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-021-0/+68
* dbus-service: support more options in transient service unitYu Watanabe2018-01-011-111/+167
* core: rename bus_exec_command_set_transient_property() to bus_set_transient_e...Yu Watanabe2018-01-011-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
* core: add support for setting stdin/stdout/stderr for transient servicesLennart Poettering2015-10-081-0/+32
* core: Add FFSDescriptors and FFSStrings service parametersPawel Szewczyk2015-09-221-0/+2
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-1/+0
* core: add new logic for services to store file descriptors in PID 1Lennart Poettering2015-01-061-0/+1
* core: make exec_command_free_list return NULLZbigniew Jędrzejewski-Szmek2014-12-191-4/+2
* core: Added support for ERRNO NOTIFY_SOCKET message parsing, and added Status...Miguel Angel Ajo2014-07-071-0/+1
* service: rename StartLimitAction enum to FailureActionMichael Olbrich2014-04-241-3/+3
* service: add FailureAction= optionMichael Olbrich2014-04-241-0/+1
* service: add support for reboot argument when triggered by StartLimitAction=Michael Olbrich2014-04-211-0/+1
* core: rework cgroup mask propagationLennart Poettering2014-02-171-0/+2
* core: allow User=, Group=, Nice=, Environment=, Type= to be passed when creat...Lennart Poettering2014-02-051-0/+24
* core: no need to list properties for PropertiesChanged messages anymoreLennart Poettering2013-12-221-15/+0
* bus: decorate the various object vtables with SD_BUS_VTABLE_PROPERTY_CONST wh...Lennart Poettering2013-12-221-22/+22
* core: fix serialization of exec command structsLennart Poettering2013-11-251-6/+6
* core: fix deserialization of StartTransientUnit() parametersLennart Poettering2013-11-211-0/+4
* core: convert PID 1 to libsystemd-busLennart Poettering2013-11-201-176/+90
* bus: remove static introspection file exportKay Sievers2013-10-211-1/+1