summaryrefslogtreecommitdiffstats
path: root/src/core/job.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM...Lennart Poettering2014-03-241-2/+12
* Make tables for DEFINE_STRING_TABLE_LOOKUP consistentDaniel Mack2014-03-071-1/+1
* bus: add sd_bus_track object for tracking peers, and port core over to itLennart Poettering2014-03-031-9/+13
* macro: introduce a nice macro for disabling -Wformat-nonliteral temporarilyLennart Poettering2014-02-201-6/+6
* api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering2014-02-201-2/+2
* journald: log provenience of signalsZbigniew Jędrzejewski-Szmek2014-02-121-3/+0
* manager: print ephemeral information about running jobs' timeouts (v2)Zbigniew Jędrzejewski-Szmek2014-01-291-2/+5
* Revert "manager: print ephemeral information about running jobs' timeouts"Kay Sievers2014-01-281-4/+1
* manager: also turn on output on unit failureZbigniew Jędrzejewski-Szmek2014-01-281-0/+4
* manager: print ephemeral information about running jobs' timeoutsZbigniew Jędrzejewski-Szmek2014-01-271-1/+4
* core: add function to tell when job will time outZbigniew Jędrzejewski-Szmek2014-01-271-0/+31
* Use format patterns for usec_t, pid_t, nsec_t, usec_tZbigniew Jędrzejewski-Szmek2014-01-031-2/+2
* Add more _printf_'s for format-nonliteralsThomas Hindoe Paaboel Andersen2013-12-141-0/+3
* systemd: treat reload failure as failureZbigniew Jędrzejewski-Szmek2013-12-031-4/+7
* core: add new "flush" job mode to cancel all other jobs when queuing a new jobLennart Poettering2013-11-261-1/+2
* core: dispatch run queue only if there's nothing else to doLennart Poettering2013-11-251-0/+3
* job: fix serializationLennart Poettering2013-11-221-1/+6
* core: convert PID 1 to libsystemd-busLennart Poettering2013-11-201-114/+81
* Fix possible lack of status messages on shutdown/rebootOlivier Brunel2013-11-141-0/+3
* Remove dead code and unexport some callsLennart Poettering2013-11-081-1/+1
* list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering2013-10-141-10/+10
* Make tmpdir removal asynchronousZbigniew Jędrzejewski-Szmek2013-09-171-1/+1
* core: add transient unitsLennart Poettering2013-06-281-2/+5
* Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek2013-05-031-2/+2
* unit: rework trigger dependency logicLennart Poettering2013-04-231-1/+3
* Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek2013-04-061-13/+9
* job: print the "OK" status messages in normal greenMichal Schmidt2013-03-021-2/+2
* util, core: add support for ephemeral status linesMichal Schmidt2013-02-281-1/+1
* core: redefine unit_status_printf()Michal Schmidt2013-02-281-8/+8
* core: keep track of the number of JOB_RUNNING jobsMichal Schmidt2013-02-271-4/+9
* core, systemctl: add support for irreversible jobsMichal Schmidt2013-02-221-2/+13
* shutdown: issue a sync() as soon as shutdown.target is queuedLennart Poettering2013-02-091-0/+26
* job: fix merging with --ignore-dependenciesMichal Schmidt2013-01-251-0/+1
* core: log USER_UNIT instead of UNIT if in user sessionMirco Tischler2013-01-181-8/+8
* core: use correct argument of type JobResultMichal Sekletar2013-01-151-1/+1
* systemd: use unit logging macrosZbigniew Jędrzejewski-Szmek2013-01-061-15/+31
* job: avoid recursion into transaction code from job cancelationMichal Schmidt2012-10-251-1/+1
* log: introduce a macro to format message idZbigniew Jędrzejewski-Szmek2012-10-131-3/+3
* journal: suppress structured messages if they'd go to the consoleLennart Poettering2012-09-041-0/+6
* journal: generate structured journal messages for a number of eventsLennart Poettering2012-09-041-6/+112
* job: info message if JOB_VERIFY_ACTIVE detects an inactive unitMichal Schmidt2012-05-141-0/+8
* job: report the status of first half of JOB_RESTART the same as JOB_STOPMichal Schmidt2012-05-141-1/+1
* unit: unit type dependent status messagesMichal Schmidt2012-05-141-18/+31
* job: change red [ABORT] status to yellow [DEPEND]Michal Schmidt2012-05-141-1/+1
* job: only jobs on the runqueue can be runMichal Schmidt2012-05-141-4/+3
* core: add NOP jobs, job type collapsingMichal Schmidt2012-04-251-61/+102
* transaction: cancel jobs non-recursively on isolateMichal Schmidt2012-04-231-25/+16
* job: serialize jobs properlyMichal Schmidt2012-04-241-7/+155
* job: the status messages are proper sentences, hence end them with a full stopLennart Poettering2012-04-221-6/+6
* dbus-job: allow multiple bus clientsMichal Schmidt2012-04-201-1/+20