summaryrefslogtreecommitdiff
path: root/src/core/job.c
Commit message (Expand)AuthorAge
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-23
* Add a snprinf wrapper which checks that the buffer was big enoughZbigniew Jędrzejewski-Szmek2015-02-01
* core: rework counting of running jobsLennart Poettering2015-01-05
* unit: handle nicely of certain unit types are not supported on specific systemsLennart Poettering2014-12-15
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-28
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-28
* log: fix order of log_unit_struct() to match other logging callsLennart Poettering2014-11-28
* log: rearrange log function namingLennart Poettering2014-11-27
* core: drop now-redundant special-casing of JOB_NOPMichal Schmidt2014-11-26
* core: fix assertion failure in checking a transaction with a JOB_NOPMichal Schmidt2014-11-26
* core: introduce the concept of AssertXYZ= similar to ConditionXYZ=, but fatal...Lennart Poettering2014-11-06
* manager: convert ephemeral to enumZbigniew Jędrzejewski-Szmek2014-10-27
* job: optionally, when a job timeout is hit, also execute a failure actionLennart Poettering2014-10-28
* Quote unit names in suggested systemctl commandlinesZbigniew Jędrzejewski-Szmek2014-08-31
* core: Rename Job.subscribed field to Job.clientsStef Walter2014-08-15
* job: always add waiting jobs to run queue during coldplugMichael Marineau2014-05-12
* job: add waiting jobs to run queue in unit_coldplugBrandon Philips2014-04-26
* sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM...Lennart Poettering2014-03-24
* Make tables for DEFINE_STRING_TABLE_LOOKUP consistentDaniel Mack2014-03-07
* bus: add sd_bus_track object for tracking peers, and port core over to itLennart Poettering2014-03-03
* macro: introduce a nice macro for disabling -Wformat-nonliteral temporarilyLennart Poettering2014-02-20
* api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering2014-02-20
* journald: log provenience of signalsZbigniew Jędrzejewski-Szmek2014-02-11
* manager: print ephemeral information about running jobs' timeouts (v2)Zbigniew Jędrzejewski-Szmek2014-01-28
* Revert "manager: print ephemeral information about running jobs' timeouts"Kay Sievers2014-01-28
* manager: also turn on output on unit failureZbigniew Jędrzejewski-Szmek2014-01-27
* manager: print ephemeral information about running jobs' timeoutsZbigniew Jędrzejewski-Szmek2014-01-27
* core: add function to tell when job will time outZbigniew Jędrzejewski-Szmek2014-01-27
* Use format patterns for usec_t, pid_t, nsec_t, usec_tZbigniew Jędrzejewski-Szmek2014-01-02
* Add more _printf_'s for format-nonliteralsThomas Hindoe Paaboel Andersen2013-12-14
* systemd: treat reload failure as failureZbigniew Jędrzejewski-Szmek2013-12-02
* core: add new "flush" job mode to cancel all other jobs when queuing a new jobLennart Poettering2013-11-26
* core: dispatch run queue only if there's nothing else to doLennart Poettering2013-11-25
* job: fix serializationLennart Poettering2013-11-22
* core: convert PID 1 to libsystemd-busLennart Poettering2013-11-20
* Fix possible lack of status messages on shutdown/rebootOlivier Brunel2013-11-13
* Remove dead code and unexport some callsLennart Poettering2013-11-08
* list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering2013-10-14
* Make tmpdir removal asynchronousZbigniew Jędrzejewski-Szmek2013-09-17
* core: add transient unitsLennart Poettering2013-06-28
* Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek2013-05-02
* unit: rework trigger dependency logicLennart Poettering2013-04-23
* Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek2013-04-05
* job: print the "OK" status messages in normal greenMichal Schmidt2013-03-02
* util, core: add support for ephemeral status linesMichal Schmidt2013-02-28
* core: redefine unit_status_printf()Michal Schmidt2013-02-28
* core: keep track of the number of JOB_RUNNING jobsMichal Schmidt2013-02-27
* core, systemctl: add support for irreversible jobsMichal Schmidt2013-02-22
* shutdown: issue a sync() as soon as shutdown.target is queuedLennart Poettering2013-02-09
* job: fix merging with --ignore-dependenciesMichal Schmidt2013-01-25