Age | Commit message (Expand) | Author |
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 |
2015-10-25 | Merge pull request #1654 from poettering/util-lib | Tom Gundersen |
2015-10-25 | util-lib: split out fd-related operations into fd-util.[ch] | Lennart Poettering |
2015-10-24 | run: can launch units with ProtectSystem | Evgeny Vereshchagin |
2015-10-24 | util-lib: split our string related calls from util.[ch] into its own file str... | Lennart Poettering |
2015-10-24 | util: split out escaping code into escape.[ch] | Lennart Poettering |
2015-10-20 | run: can launch units with ReadWriteDirectories, ReadOnlyDirectories, Inacces... | Evgeny Vereshchagin |
2015-10-20 | run: fix Environment parsing | Evgeny Vereshchagin |
2015-10-19 | Hook more properties for transient units | Nicolas Cornu |
2015-10-17 | run: can launch units with OOMScoreAdjust | Evgeny Vereshchagin |
2015-10-15 | run: can launch units with TimerSlackNSec | Evgeny Vereshchagin |
2015-10-14 | systemd-run: can launch units with SyslogFacility | Evgeny Vereshchagin |
2015-10-14 | systemd-run: can launch units with SyslogLevel | Evgeny Vereshchagin |
2015-10-13 | bus-util: change `Default`-chopping to `Limit`-searching | Evgeny Vereshchagin |