| Commit message (Expand) | Author | Age | Files | Lines |
* | sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM... | Lennart Poettering | 2014-03-24 | 1 | -2/+12 |
* | Make tables for DEFINE_STRING_TABLE_LOOKUP consistent | Daniel Mack | 2014-03-07 | 1 | -1/+1 |
* | bus: add sd_bus_track object for tracking peers, and port core over to it | Lennart Poettering | 2014-03-03 | 1 | -9/+13 |
* | macro: introduce a nice macro for disabling -Wformat-nonliteral temporarily | Lennart Poettering | 2014-02-20 | 1 | -6/+6 |
* | api: in constructor function calls, always put the returned object pointer fi... | Lennart Poettering | 2014-02-20 | 1 | -2/+2 |
* | journald: log provenience of signals | Zbigniew Jędrzejewski-Szmek | 2014-02-12 | 1 | -3/+0 |
* | manager: print ephemeral information about running jobs' timeouts (v2) | Zbigniew Jędrzejewski-Szmek | 2014-01-29 | 1 | -2/+5 |
* | Revert "manager: print ephemeral information about running jobs' timeouts" | Kay Sievers | 2014-01-28 | 1 | -4/+1 |
* | manager: also turn on output on unit failure | Zbigniew Jędrzejewski-Szmek | 2014-01-28 | 1 | -0/+4 |
* | manager: print ephemeral information about running jobs' timeouts | Zbigniew Jędrzejewski-Szmek | 2014-01-27 | 1 | -1/+4 |
* | core: add function to tell when job will time out | Zbigniew Jędrzejewski-Szmek | 2014-01-27 | 1 | -0/+31 |
* | Use format patterns for usec_t, pid_t, nsec_t, usec_t | Zbigniew Jędrzejewski-Szmek | 2014-01-03 | 1 | -2/+2 |
* | Add more _printf_'s for format-nonliterals | Thomas Hindoe Paaboel Andersen | 2013-12-14 | 1 | -0/+3 |
* | systemd: treat reload failure as failure | Zbigniew Jędrzejewski-Szmek | 2013-12-03 | 1 | -4/+7 |
* | core: add new "flush" job mode to cancel all other jobs when queuing a new job | Lennart Poettering | 2013-11-26 | 1 | -1/+2 |
* | core: dispatch run queue only if there's nothing else to do | Lennart Poettering | 2013-11-25 | 1 | -0/+3 |
* | job: fix serialization | Lennart Poettering | 2013-11-22 | 1 | -1/+6 |
* | core: convert PID 1 to libsystemd-bus | Lennart Poettering | 2013-11-20 | 1 | -114/+81 |
* | Fix possible lack of status messages on shutdown/reboot | Olivier Brunel | 2013-11-14 | 1 | -0/+3 |
* | Remove dead code and unexport some calls | Lennart Poettering | 2013-11-08 | 1 | -1/+1 |
* | list: make our list macros a bit easier to use by not requring type spec on e... | Lennart Poettering | 2013-10-14 | 1 | -10/+10 |
* | Make tmpdir removal asynchronous | Zbigniew Jędrzejewski-Szmek | 2013-09-17 | 1 | -1/+1 |
* | core: add transient units | Lennart Poettering | 2013-06-28 | 1 | -2/+5 |
* | Add __attribute__((const, pure, format)) in various places | Zbigniew Jędrzejewski-Szmek | 2013-05-03 | 1 | -2/+2 |
* | unit: rework trigger dependency logic | Lennart Poettering | 2013-04-23 | 1 | -1/+3 |
* | Use initalization instead of explicit zeroing | Zbigniew Jędrzejewski-Szmek | 2013-04-06 | 1 | -13/+9 |
* | job: print the "OK" status messages in normal green | Michal Schmidt | 2013-03-02 | 1 | -2/+2 |
* | util, core: add support for ephemeral status lines | Michal Schmidt | 2013-02-28 | 1 | -1/+1 |
* | core: redefine unit_status_printf() | Michal Schmidt | 2013-02-28 | 1 | -8/+8 |
* | core: keep track of the number of JOB_RUNNING jobs | Michal Schmidt | 2013-02-27 | 1 | -4/+9 |
* | core, systemctl: add support for irreversible jobs | Michal Schmidt | 2013-02-22 | 1 | -2/+13 |
* | shutdown: issue a sync() as soon as shutdown.target is queued | Lennart Poettering | 2013-02-09 | 1 | -0/+26 |
* | job: fix merging with --ignore-dependencies | Michal Schmidt | 2013-01-25 | 1 | -0/+1 |
* | core: log USER_UNIT instead of UNIT if in user session | Mirco Tischler | 2013-01-18 | 1 | -8/+8 |
* | core: use correct argument of type JobResult | Michal Sekletar | 2013-01-15 | 1 | -1/+1 |
* | systemd: use unit logging macros | Zbigniew Jędrzejewski-Szmek | 2013-01-06 | 1 | -15/+31 |
* | job: avoid recursion into transaction code from job cancelation | Michal Schmidt | 2012-10-25 | 1 | -1/+1 |
* | log: introduce a macro to format message id | Zbigniew Jędrzejewski-Szmek | 2012-10-13 | 1 | -3/+3 |
* | journal: suppress structured messages if they'd go to the console | Lennart Poettering | 2012-09-04 | 1 | -0/+6 |
* | journal: generate structured journal messages for a number of events | Lennart Poettering | 2012-09-04 | 1 | -6/+112 |
* | job: info message if JOB_VERIFY_ACTIVE detects an inactive unit | Michal Schmidt | 2012-05-14 | 1 | -0/+8 |
* | job: report the status of first half of JOB_RESTART the same as JOB_STOP | Michal Schmidt | 2012-05-14 | 1 | -1/+1 |
* | unit: unit type dependent status messages | Michal Schmidt | 2012-05-14 | 1 | -18/+31 |
* | job: change red [ABORT] status to yellow [DEPEND] | Michal Schmidt | 2012-05-14 | 1 | -1/+1 |
* | job: only jobs on the runqueue can be run | Michal Schmidt | 2012-05-14 | 1 | -4/+3 |
* | core: add NOP jobs, job type collapsing | Michal Schmidt | 2012-04-25 | 1 | -61/+102 |
* | transaction: cancel jobs non-recursively on isolate | Michal Schmidt | 2012-04-23 | 1 | -25/+16 |
* | job: serialize jobs properly | Michal Schmidt | 2012-04-24 | 1 | -7/+155 |
* | job: the status messages are proper sentences, hence end them with a full stop | Lennart Poettering | 2012-04-22 | 1 | -6/+6 |
* | dbus-job: allow multiple bus clients | Michal Schmidt | 2012-04-20 | 1 | -1/+20 |