Age | Commit message (Expand) | Author |
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 |
2014-10-27 | manager: convert ephemeral to enum | Zbigniew Jędrzejewski-Szmek |
2014-10-28 | job: optionally, when a job timeout is hit, also execute a failure action | Lennart Poettering |
2014-08-31 | Quote unit names in suggested systemctl commandlines | Zbigniew Jędrzejewski-Szmek |
2014-08-15 | core: Rename Job.subscribed field to Job.clients | Stef Walter |
2014-05-12 | job: always add waiting jobs to run queue during coldplug | Michael Marineau |
2014-04-26 | job: add waiting jobs to run queue in unit_coldplug | Brandon Philips |
2014-03-24 | sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM... | Lennart Poettering |
2014-03-07 | Make tables for DEFINE_STRING_TABLE_LOOKUP consistent | Daniel Mack |
2014-03-03 | bus: add sd_bus_track object for tracking peers, and port core over to it | Lennart Poettering |
2014-02-20 | macro: introduce a nice macro for disabling -Wformat-nonliteral temporarily | Lennart Poettering |
2014-02-20 | api: in constructor function calls, always put the returned object pointer fi... | Lennart Poettering |
2014-02-11 | journald: log provenience of signals | Zbigniew Jędrzejewski-Szmek |
2014-01-28 | manager: print ephemeral information about running jobs' timeouts (v2) | Zbigniew Jędrzejewski-Szmek |
2014-01-28 | Revert "manager: print ephemeral information about running jobs' timeouts" | Kay Sievers |
2014-01-27 | manager: also turn on output on unit failure | Zbigniew Jędrzejewski-Szmek |
2014-01-27 | manager: print ephemeral information about running jobs' timeouts | Zbigniew Jędrzejewski-Szmek |
2014-01-27 | core: add function to tell when job will time out | Zbigniew Jędrzejewski-Szmek |
2014-01-02 | Use format patterns for usec_t, pid_t, nsec_t, usec_t | Zbigniew Jędrzejewski-Szmek |
2013-12-14 | Add more _printf_'s for format-nonliterals | Thomas Hindoe Paaboel Andersen |
2013-12-02 | systemd: treat reload failure as failure | Zbigniew Jędrzejewski-Szmek |
2013-11-26 | core: add new "flush" job mode to cancel all other jobs when queuing a new job | Lennart Poettering |
2013-11-25 | core: dispatch run queue only if there's nothing else to do | Lennart Poettering |