summaryrefslogtreecommitdiff
path: root/src/shared/bus-util.c
AgeCommit message (Expand)Author
2016-10-07core: add "invocation ID" concept to service managerLennart Poettering
2016-10-07bus-util: generalize helper for ID128 prpoertiesLennart Poettering
2016-08-22bus-util: turn on exit-on-disconnect for all command line toolsLennart Poettering
2016-08-22bus-util: make sure map_basic() returns EOPNOTSUPP if called for an unknown typeLennart Poettering
2016-08-22bus-util: treat an empty string as a NULLLennart Poettering
2016-08-22bus-util: support mapping signed integers with bus_map_properties()Lennart Poettering
2016-06-21sd-bus: make sure bus_map_all_properties() handle booleans rightLennart Poettering
2016-06-18Ensure kdbus isn't used (#3501)Dave Reisner
2016-06-09bus_util: add support to map double (#3479)Susant Sahani
2016-04-22shared: move unit-specific code from bus-util.h to bus-unit-util.hLennart Poettering
2016-04-19shared/install,systemctl,core: report offending file on installation errorZbigniew Jędrzejewski-Szmek
2016-04-16systemctl/core: ignore masked units in preset-allZbigniew Jędrzejewski-Szmek
2016-04-13tree-wide: remove useless NULLs from strjoinaZbigniew Jędrzejewski-Szmek
2016-04-06Merge pull request #2962 from keszybz/value-optionLennart Poettering
2016-04-05machinectl: add --value optionZbigniew Jędrzejewski-Szmek
2016-04-04systemctl: add --value optionZbigniew Jędrzejewski-Szmek
2016-04-01bus-util: Fix reading uint32 propertiesMartin Pitt
2016-03-29shared: fix a misspelling of "journalctl"Biao Lu
2016-02-23tree-wide: minor formatting inconsistency cleanupsVito Caputo
2016-02-22tree-wide: make ++/-- usage consistent WRT spacingVito Caputo
2016-02-15systemctl: fix style to avoid modification of array passed by callerZbigniew Jędrzejewski-Szmek
2016-02-15systemctl: include -M or -H arguments in the hintZbigniew Jędrzejewski-Szmek
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-02-01core: rework unit timeout handling, and add new setting RuntimeMaxSec=Lennart Poettering
2016-02-01core: fix support for transient resource limit propertiesLennart Poettering
2016-02-01shared: simplify parsing of bus properties a bitLennart Poettering
2016-02-01core: fix handling of AccuracyUSec and RandomDelayUSec bus propertiesLennart Poettering
2016-01-28systemctl: improve message when a job fails with a JOB_INVALID stateLennart Poettering
2016-01-14bus-util: print "systemctl --user" on user service managerWaLyong Cho
2015-12-10Merge pull request #2056 from evverx/expose-soft-limits-on-the-busLennart Poettering
2015-12-06shared: include what we useThomas Hindoe Paaboel Andersen
2015-11-30core: expose soft limits on the busEvgeny Vereshchagin
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering
2015-11-26core: rename Random* to RandomizedDelay*Zbigniew Jędrzejewski-Szmek
2015-11-18core: add new RandomSec= setting for time unitsLennart Poettering
2015-11-18bus-util: make sure --property=RemainAfterElapse=1 worksLennart Poettering
2015-11-18bus-util: add in forgotten error messagesLennart Poettering
2015-11-11execute: Add new PassEnvironment= directiveFilipe Brandenburger
2015-11-02Merge pull request #1690 from evverx/run-runtime-directoryLennart Poettering
2015-11-02Teach bus_append_unit_property_assignment() about 'Delegate' propertyFranck Bui
2015-10-27process-util: move a couple of process-related calls overLennart Poettering
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: split out printf() helpers to stdio-util.hLennart Poettering
2015-10-27user-util: move UID/GID related macros from macro.h to user-util.hLennart Poettering
2015-10-27util-lib: split out syslog-related calls into syslog-util.[ch]Lennart Poettering
2015-10-27util-lib: move /proc/cmdline parsing code to proc-cmdline.[ch]Lennart Poettering
2015-10-27util-lib: split out resource limits related calls into rlimit-util.[ch]Lennart Poettering
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering
2015-10-27run: can launch units with RuntimeDirectoryEvgeny Vereshchagin
2015-10-26run: can launch units with ProtectHomeEvgeny Vereshchagin