summaryrefslogtreecommitdiff
path: root/src/core/job.c
AgeCommit message (Expand)Author
2015-09-22cgtop: underline table headerLennart Poettering
2015-09-07basic: rework virtualization detection APILennart Poettering
2015-07-21core: adjust job completion message log levelsMichal Schmidt
2015-07-21core: small refactor of job completion loggingMichal Schmidt
2015-07-21core: log completion of remaining job typesMichal Schmidt
2015-07-21core: do not log done failed-condition jobs as if unit startedMichal Schmidt
2015-07-21core: try harder to get job completion messages tooMichal Schmidt
2015-07-21core: fix confusing logging of instantaneous jobsMichal Schmidt
2015-07-06treewide: fix typos of let'sZbigniew Jędrzejewski-Szmek
2015-05-19core: when propagating restart requests due to deps, downgrade restart to try...Lennart Poettering
2015-05-19core: introduce seperate reverse dependencies for Requires= and Requisite=Lennart Poettering
2015-05-11core: rename SystemdRunningAs to ManagerRunningAsLennart Poettering
2015-05-11core,network: major per-object logging reworkLennart Poettering
2015-04-29core: annotate event sourcesTom Gundersen
2015-04-11shared: add terminal-util.[ch]Ronny Chevalier
2015-04-09util: add shell_maybe_quote() call for preparing a string for shell cmdline i...Lennart Poettering
2015-03-13tree-wide: there is no ENOTSUP on linuxDavid Herrmann
2015-03-12core: add missing words to my fix of explanation of associativityTom Gundersen
2015-03-11core: fix explanation of associativityTom Gundersen
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-02-01Add a snprinf wrapper which checks that the buffer was big enoughZbigniew Jędrzejewski-Szmek
2015-01-05core: rework counting of running jobsLennart Poettering
2014-12-15unit: handle nicely of certain unit types are not supported on specific systemsLennart Poettering
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt
2014-11-28log: fix order of log_unit_struct() to match other logging callsLennart Poettering
2014-11-27log: rearrange log function namingLennart Poettering
2014-11-26core: drop now-redundant special-casing of JOB_NOPMichal Schmidt
2014-11-26core: fix assertion failure in checking a transaction with a JOB_NOPMichal Schmidt
2014-11-06core: introduce the concept of AssertXYZ= similar to ConditionXYZ=, but fatal...Lennart Poettering
2014-10-27manager: convert ephemeral to enumZbigniew Jędrzejewski-Szmek
2014-10-28job: optionally, when a job timeout is hit, also execute a failure actionLennart Poettering
2014-08-31Quote unit names in suggested systemctl commandlinesZbigniew Jędrzejewski-Szmek
2014-08-15core: Rename Job.subscribed field to Job.clientsStef Walter
2014-05-12job: always add waiting jobs to run queue during coldplugMichael Marineau
2014-04-26job: add waiting jobs to run queue in unit_coldplugBrandon Philips
2014-03-24sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM...Lennart Poettering
2014-03-07Make tables for DEFINE_STRING_TABLE_LOOKUP consistentDaniel Mack
2014-03-03bus: add sd_bus_track object for tracking peers, and port core over to itLennart Poettering
2014-02-20macro: introduce a nice macro for disabling -Wformat-nonliteral temporarilyLennart Poettering
2014-02-20api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering
2014-02-11journald: log provenience of signalsZbigniew Jędrzejewski-Szmek
2014-01-28manager: print ephemeral information about running jobs' timeouts (v2)Zbigniew Jędrzejewski-Szmek
2014-01-28Revert "manager: print ephemeral information about running jobs' timeouts"Kay Sievers
2014-01-27manager: also turn on output on unit failureZbigniew Jędrzejewski-Szmek
2014-01-27manager: print ephemeral information about running jobs' timeoutsZbigniew Jędrzejewski-Szmek
2014-01-27core: add function to tell when job will time outZbigniew Jędrzejewski-Szmek
2014-01-02Use format patterns for usec_t, pid_t, nsec_t, usec_tZbigniew Jędrzejewski-Szmek
2013-12-14Add more _printf_'s for format-nonliteralsThomas Hindoe Paaboel Andersen
2013-12-02systemd: treat reload failure as failureZbigniew Jędrzejewski-Szmek