Age | Commit message (Expand) | Author |
2016-10-07 | core: add "invocation ID" concept to service manager | Lennart Poettering |
2016-10-07 | bus-util: generalize helper for ID128 prpoerties | Lennart Poettering |
2016-08-22 | bus-util: turn on exit-on-disconnect for all command line tools | Lennart Poettering |
2016-08-22 | bus-util: make sure map_basic() returns EOPNOTSUPP if called for an unknown type | Lennart Poettering |
2016-08-22 | bus-util: treat an empty string as a NULL | Lennart Poettering |
2016-08-22 | bus-util: support mapping signed integers with bus_map_properties() | Lennart Poettering |
2016-06-21 | sd-bus: make sure bus_map_all_properties() handle booleans right | Lennart Poettering |
2016-06-18 | Ensure kdbus isn't used (#3501) | Dave Reisner |
2016-06-09 | bus_util: add support to map double (#3479) | Susant Sahani |
2016-04-22 | shared: move unit-specific code from bus-util.h to bus-unit-util.h | Lennart Poettering |
2016-04-19 | shared/install,systemctl,core: report offending file on installation error | Zbigniew Jędrzejewski-Szmek |
2016-04-16 | systemctl/core: ignore masked units in preset-all | Zbigniew Jędrzejewski-Szmek |
2016-04-13 | tree-wide: remove useless NULLs from strjoina | Zbigniew Jędrzejewski-Szmek |
2016-04-06 | Merge pull request #2962 from keszybz/value-option | Lennart Poettering |
2016-04-05 | machinectl: add --value option | Zbigniew Jędrzejewski-Szmek |
2016-04-04 | systemctl: add --value option | Zbigniew Jędrzejewski-Szmek |
2016-04-01 | bus-util: Fix reading uint32 properties | Martin Pitt |
2016-03-29 | shared: fix a misspelling of "journalctl" | Biao Lu |
2016-02-23 | tree-wide: minor formatting inconsistency cleanups | Vito Caputo |
2016-02-22 | tree-wide: make ++/-- usage consistent WRT spacing | Vito Caputo |
2016-02-15 | systemctl: fix style to avoid modification of array passed by caller | Zbigniew Jędrzejewski-Szmek |
2016-02-15 | systemctl: include -M or -H arguments in the hint | Zbigniew Jędrzejewski-Szmek |
2016-02-10 | tree-wide: remove Emacs lines from all files | Daniel Mack |
2016-02-01 | core: rework unit timeout handling, and add new setting RuntimeMaxSec= | Lennart Poettering |
2016-02-01 | core: fix support for transient resource limit properties | Lennart Poettering |
2016-02-01 | shared: simplify parsing of bus properties a bit | Lennart Poettering |
2016-02-01 | core: fix handling of AccuracyUSec and RandomDelayUSec bus properties | Lennart Poettering |
2016-01-28 | systemctl: improve message when a job fails with a JOB_INVALID state | Lennart Poettering |
2016-01-14 | bus-util: print "systemctl --user" on user service manager | WaLyong Cho |
2015-12-10 | Merge pull request #2056 from evverx/expose-soft-limits-on-the-bus | Lennart Poettering |
2015-12-06 | shared: include what we use | Thomas Hindoe Paaboel Andersen |
2015-11-30 | core: expose soft limits on the bus | Evgeny Vereshchagin |
2015-11-27 | tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy | Lennart Poettering |
2015-11-26 | core: rename Random* to RandomizedDelay* | Zbigniew Jędrzejewski-Szmek |
2015-11-18 | core: add new RandomSec= setting for time units | Lennart Poettering |
2015-11-18 | bus-util: make sure --property=RemainAfterElapse=1 works | Lennart Poettering |
2015-11-18 | bus-util: add in forgotten error messages | Lennart Poettering |
2015-11-11 | execute: Add new PassEnvironment= directive | Filipe Brandenburger |
2015-11-02 | Merge pull request #1690 from evverx/run-runtime-directory | Lennart Poettering |
2015-11-02 | Teach bus_append_unit_property_assignment() about 'Delegate' property | Franck Bui |
2015-10-27 | process-util: move a couple of process-related calls over | Lennart Poettering |
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split out printf() helpers to stdio-util.h | Lennart Poettering |
2015-10-27 | user-util: move UID/GID related macros from macro.h to user-util.h | Lennart Poettering |
2015-10-27 | util-lib: split out syslog-related calls into syslog-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: move /proc/cmdline parsing code to proc-cmdline.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split out resource limits related calls into rlimit-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split string parsing related calls from util.[ch] into parse-util.[ch] | Lennart Poettering |
2015-10-27 | run: can launch units with RuntimeDirectory | Evgeny Vereshchagin |
2015-10-26 | run: can launch units with ProtectHome | Evgeny Vereshchagin |