summaryrefslogtreecommitdiff
path: root/src/core/dbus-service.c
Commit message (Expand)AuthorAgeFilesLines
* 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-181-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
* systemd-run: properly escape argumentsZbigniew Jędrzejewski-Szmek2013-09-091-13/+8
* core: open up SendSIGHUP property for transient unitsLennart Poettering2013-07-301-0/+4
* core: allow setting RemainAfterExit= for transient servicesLennart Poettering2013-07-261-1/+16
* core: simplify drop-in writing logic a bitLennart Poettering2013-07-111-1/+1
* core: when writing drop-in files, name them directly after the property we setLennart Poettering2013-07-111-1/+1
* core: move ControlGroup and Slice properties out of the dbus "Unit" interfaceLennart Poettering2013-07-011-0/+2
* core: allow setting of the description string for transient unitsLennart Poettering2013-07-011-2/+2
* dbus: expose cgroup properties in introspection everywhereLennart Poettering2013-07-011-0/+1
* service: correct service bus introspection for timeoutsLennart Poettering2013-07-011-5/+5
* core: add transient unitsLennart Poettering2013-06-281-0/+128
* dbus: hookup runtime property changes for mouns, services, sockets, swaps tooLennart Poettering2013-06-271-0/+28
* core: general cgroup reworkLennart Poettering2013-06-271-3/+3
* core: fix DBus property ExecMainExitTimestampMichal Schmidt2013-05-201-2/+2