summaryrefslogtreecommitdiff
path: root/src/shared/bus-util.c
Commit message (Expand)AuthorAgeFilesLines
* core: rework unit timeout handling, and add new setting RuntimeMaxSec=Lennart Poettering2016-02-011-1/+1
* core: fix support for transient resource limit propertiesLennart Poettering2016-02-011-29/+38
* shared: simplify parsing of bus properties a bitLennart Poettering2016-02-011-19/+5
* core: fix handling of AccuracyUSec and RandomDelayUSec bus propertiesLennart Poettering2016-02-011-17/+11
* systemctl: improve message when a job fails with a JOB_INVALID stateLennart Poettering2016-01-281-1/+1
* bus-util: print "systemctl --user" on user service managerWaLyong Cho2016-01-141-10/+21
* Merge pull request #2056 from evverx/expose-soft-limits-on-the-busLennart Poettering2015-12-101-3/+8
|\
| * core: expose soft limits on the busEvgeny Vereshchagin2015-11-301-3/+8
* | shared: include what we useThomas Hindoe Paaboel Andersen2015-12-061-1/+17
|/
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-13/+13
* core: rename Random* to RandomizedDelay*Zbigniew Jędrzejewski-Szmek2015-11-261-3/+3
* core: add new RandomSec= setting for time unitsLennart Poettering2015-11-181-0/+17
* bus-util: make sure --property=RemainAfterElapse=1 worksLennart Poettering2015-11-181-5/+3
* bus-util: add in forgotten error messagesLennart Poettering2015-11-181-2/+5
* execute: Add new PassEnvironment= directiveFilipe Brandenburger2015-11-111-4/+11
* Merge pull request #1690 from evverx/run-runtime-directoryLennart Poettering2015-11-021-0/+34
|\
| * run: can launch units with RuntimeDirectoryEvgeny Vereshchagin2015-10-271-0/+34
* | Teach bus_append_unit_property_assignment() about 'Delegate' propertyFranck Bui2015-11-021-1/+1
* | process-util: move a couple of process-related calls overLennart Poettering2015-10-271-0/+1
* | util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* | util-lib: split out printf() helpers to stdio-util.hLennart Poettering2015-10-271-0/+1
* | user-util: move UID/GID related macros from macro.h to user-util.hLennart Poettering2015-10-271-1/+2
* | util-lib: split out syslog-related calls into syslog-util.[ch]Lennart Poettering2015-10-271-0/+1
* | util-lib: move /proc/cmdline parsing code to proc-cmdline.[ch]Lennart Poettering2015-10-271-0/+1
* | util-lib: split out resource limits related calls into rlimit-util.[ch]Lennart Poettering2015-10-271-0/+1
* | util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
|/
* run: can launch units with ProtectHomeEvgeny Vereshchagin2015-10-261-1/+2
* Merge pull request #1654 from poettering/util-libTom Gundersen2015-10-251-3/+5
|\
| * 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-1/+1
| * util: split out escaping code into escape.[ch]Lennart Poettering2015-10-241-1/+2
* | run: can launch units with ProtectSystemEvgeny Vereshchagin2015-10-241-1/+1
|/
* run: can launch units with ReadWriteDirectories, ReadOnlyDirectories, Inacces...Evgeny Vereshchagin2015-10-201-0/+50
* run: fix Environment parsingEvgeny Vereshchagin2015-10-201-1/+38
* Hook more properties for transient unitsNicolas Cornu2015-10-191-0/+11
* run: can launch units with OOMScoreAdjustEvgeny Vereshchagin2015-10-171-0/+15
* run: can launch units with TimerSlackNSecEvgeny Vereshchagin2015-10-151-0/+9
* systemd-run: can launch units with SyslogFacilityEvgeny Vereshchagin2015-10-141-0/+11
* systemd-run: can launch units with SyslogLevelEvgeny Vereshchagin2015-10-141-1/+12
* bus-util: change `Default`-chopping to `Limit`-searchingEvgeny Vereshchagin2015-10-131-1/+1
* core: manager: expose DefaultLimit* as properties on dbusEvgeny Vereshchagin2015-10-121-1/+1
* bus-util: add bus_property_get_rlimit (move from core/dbus_execute)Evgeny Vereshchagin2015-10-121-0/+39
* systemd-run can now launch units with SyslogIdentifierEvgeny Vereshchagin2015-10-091-1/+1
* systemd-run can now launch units with SyslogLevelPrefixEvgeny Vereshchagin2015-10-091-1/+2
* bus-util: rename bus_open_transport() to bus_connect_transport()Lennart Poettering2015-09-291-10/+10
* Hook more properties for transient unitsNicolas Cornu2015-09-231-1/+2
* Merge pull request #1250 from g2p/masterLennart Poettering2015-09-141-1/+2
|\
| * Hook more properties for transient unitsGabriel de Perthuis2015-09-111-1/+2
* | core: refactor cpu shares/blockio weight cgroup logicLennart Poettering2015-09-111-11/+24
|/
* Merge pull request #1239 from poettering/cgroup-pidsDaniel Mack2015-09-101-5/+24
|\