summaryrefslogtreecommitdiff
path: root/src/core/job.c
AgeCommit message (Expand)Author
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
2013-11-26core: add new "flush" job mode to cancel all other jobs when queuing a new jobLennart Poettering
2013-11-25core: dispatch run queue only if there's nothing else to doLennart Poettering
2013-11-22job: fix serializationLennart Poettering
2013-11-20core: convert PID 1 to libsystemd-busLennart Poettering
2013-11-13Fix possible lack of status messages on shutdown/rebootOlivier Brunel
2013-11-08Remove dead code and unexport some callsLennart Poettering
2013-10-14list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering
2013-09-17Make tmpdir removal asynchronousZbigniew Jędrzejewski-Szmek
2013-06-28core: add transient unitsLennart Poettering
2013-05-02Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek
2013-04-23unit: rework trigger dependency logicLennart Poettering
2013-04-05Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek
2013-03-02job: print the "OK" status messages in normal greenMichal Schmidt
2013-02-28util, core: add support for ephemeral status linesMichal Schmidt
2013-02-28core: redefine unit_status_printf()Michal Schmidt
2013-02-27core: keep track of the number of JOB_RUNNING jobsMichal Schmidt
2013-02-22core, systemctl: add support for irreversible jobsMichal Schmidt
2013-02-09shutdown: issue a sync() as soon as shutdown.target is queuedLennart Poettering
2013-01-25job: fix merging with --ignore-dependenciesMichal Schmidt
2013-01-18core: log USER_UNIT instead of UNIT if in user sessionMirco Tischler
2013-01-15core: use correct argument of type JobResultMichal Sekletar
2013-01-06systemd: use unit logging macrosZbigniew Jędrzejewski-Szmek
2012-10-25job: avoid recursion into transaction code from job cancelationMichal Schmidt