Age | Commit message (Expand) | Author |
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 |
2013-11-22 | job: fix serialization | Lennart Poettering |
2013-11-20 | core: convert PID 1 to libsystemd-bus | Lennart Poettering |
2013-11-13 | Fix possible lack of status messages on shutdown/reboot | Olivier Brunel |
2013-11-08 | Remove dead code and unexport some calls | Lennart Poettering |
2013-10-14 | list: make our list macros a bit easier to use by not requring type spec on e... | Lennart Poettering |
2013-09-17 | Make tmpdir removal asynchronous | Zbigniew Jędrzejewski-Szmek |
2013-06-28 | core: add transient units | Lennart Poettering |
2013-05-02 | Add __attribute__((const, pure, format)) in various places | Zbigniew Jędrzejewski-Szmek |
2013-04-23 | unit: rework trigger dependency logic | Lennart Poettering |
2013-04-05 | Use initalization instead of explicit zeroing | Zbigniew Jędrzejewski-Szmek |
2013-03-02 | job: print the "OK" status messages in normal green | Michal Schmidt |
2013-02-28 | util, core: add support for ephemeral status lines | Michal Schmidt |
2013-02-28 | core: redefine unit_status_printf() | Michal Schmidt |
2013-02-27 | core: keep track of the number of JOB_RUNNING jobs | Michal Schmidt |
2013-02-22 | core, systemctl: add support for irreversible jobs | Michal Schmidt |
2013-02-09 | shutdown: issue a sync() as soon as shutdown.target is queued | Lennart Poettering |
2013-01-25 | job: fix merging with --ignore-dependencies | Michal Schmidt |
2013-01-18 | core: log USER_UNIT instead of UNIT if in user session | Mirco Tischler |
2013-01-15 | core: use correct argument of type JobResult | Michal Sekletar |
2013-01-06 | systemd: use unit logging macros | Zbigniew Jędrzejewski-Szmek |