Age | Commit message (Expand) | Author |
2016-05-16 | core: don't log job status message in case job was effectively NOP (#3199) | Michal Sekletar |
2016-04-12 | core: introduce MANAGER_IS_RELOADING() macro | Lennart Poettering |
2016-04-12 | core: remove ManagerRunningAs enum | Lennart Poettering |
2016-03-24 | core: fix "stoppping" typo | Martin Pitt |
2016-03-17 | systemd: obey systemd.log_color config | Zbigniew Jędrzejewski-Szmek |
2016-02-22 | tree-wide: make ++/-- usage consistent WRT spacing | Vito Caputo |
2016-02-10 | tree-wide: remove Emacs lines from all files | Daniel Mack |
2016-02-04 | core: rework job_get_timeout() to use usec_t and handle USEC_INFINITY time ev... | Lennart Poettering |
2016-02-01 | core: rework unit timeout handling, and add new setting RuntimeMaxSec= | Lennart Poettering |
2016-01-31 | core: refactoring: add job_type_to_access_method | Evgeny Vereshchagin |
2016-01-28 | core: make sure "systemctl reload-or-try-restart is actually a noop if a unit... | Lennart Poettering |
2016-01-12 | tree-wide: use xsprintf() where applicable | Daniel Mack |
2015-11-17 | core: Minor cleaning up of unit/log status and log logic | Lennart Poettering |
2015-11-12 | core: drop "override" flag when building transactions | Lennart Poettering |
2015-11-12 | core: remove support for RequiresOverridable= and RequisiteOverridable= | Lennart Poettering |
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: move string table stuff into its own string-table.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split string parsing related calls from util.[ch] into parse-util.[ch] | Lennart Poettering |
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-09-22 | cgtop: underline table header | Lennart Poettering |
2015-09-07 | basic: rework virtualization detection API | Lennart Poettering |
2015-07-21 | core: adjust job completion message log levels | Michal Schmidt |
2015-07-21 | core: small refactor of job completion logging | Michal Schmidt |
2015-07-21 | core: log completion of remaining job types | Michal Schmidt |
2015-07-21 | core: do not log done failed-condition jobs as if unit started | Michal Schmidt |
2015-07-21 | core: try harder to get job completion messages too | Michal Schmidt |
2015-07-21 | core: fix confusing logging of instantaneous jobs | Michal Schmidt |
2015-07-06 | treewide: fix typos of let's | Zbigniew Jędrzejewski-Szmek |
2015-05-19 | core: when propagating restart requests due to deps, downgrade restart to try... | Lennart Poettering |
2015-05-19 | core: introduce seperate reverse dependencies for Requires= and Requisite= | Lennart Poettering |
2015-05-11 | core: rename SystemdRunningAs to ManagerRunningAs | Lennart Poettering |
2015-05-11 | core,network: major per-object logging rework | Lennart Poettering |
2015-04-29 | core: annotate event sources | Tom Gundersen |
2015-04-11 | shared: add terminal-util.[ch] | Ronny Chevalier |
2015-04-09 | util: add shell_maybe_quote() call for preparing a string for shell cmdline i... | Lennart Poettering |
2015-03-13 | tree-wide: there is no ENOTSUP on linux | David Herrmann |
2015-03-12 | core: add missing words to my fix of explanation of associativity | Tom Gundersen |
2015-03-11 | core: fix explanation of associativity | Tom Gundersen |
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen |
2015-02-01 | Add a snprinf wrapper which checks that the buffer was big enough | Zbigniew Jędrzejewski-Szmek |
2015-01-05 | core: rework counting of running jobs | Lennart Poettering |
2014-12-15 | unit: handle nicely of certain unit types are not supported on specific systems | Lennart Poettering |
2014-11-28 | treewide: no need to negate errno for log_*_errno() | Michal Schmidt |
2014-11-28 | treewide: auto-convert the simple cases to log_*_errno() | Michal Schmidt |
2014-11-28 | log: fix order of log_unit_struct() to match other logging calls | Lennart Poettering |
2014-11-27 | log: rearrange log function naming | Lennart Poettering |
2014-11-26 | core: drop now-redundant special-casing of JOB_NOP | Michal Schmidt |
2014-11-26 | core: fix assertion failure in checking a transaction with a JOB_NOP | Michal Schmidt |
2014-11-06 | core: introduce the concept of AssertXYZ= similar to ConditionXYZ=, but fatal... | Lennart Poettering |