summaryrefslogtreecommitdiff
path: root/src/core/job.h
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-4/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* fix race between daemon-reload and other commandsDavid Tardon2018-05-191-0/+2
* core: enforce that scope units can be started only onceLennart Poettering2018-04-271-0/+1
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* pid1: rename job_check_gc to job_may_gcZbigniew Jędrzejewski-Szmek2018-02-151-1/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* job: Ensure JobRunningTimeoutSec= survives serialization (#6128)Michal Koutný2017-06-181-0/+1
* job: add JobRunningTimeoutSec for JOB_RUNNING stateMichal Koutný2017-04-251-1/+1
* core: add bus calls for determining jobs waiting for other jobsLennart Poettering2016-11-161-0/+3
* core: GC redundant device jobs from the run queueLennart Poettering2016-11-161-0/+7
* core: rename "clients" field of Job structure to "bus_track"Lennart Poettering2016-11-161-1/+1
* core: a few small coding style/modernization updates for job.cLennart Poettering2016-11-161-2/+2
* core: add Ref()/Unref() bus calls for unitsLennart Poettering2016-08-221-2/+2
* core: don't log job status message in case job was effectively NOP (#3199)Michal Sekletar2016-05-161-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* core: rework job_get_timeout() to use usec_t and handle USEC_INFINITY time ev...Lennart Poettering2016-02-041-2/+2
* core: refactoring: add job_type_to_access_methodEvgeny Vereshchagin2016-01-311-0/+2
* core: make sure "systemctl reload-or-try-restart is actually a noop if a unit...Lennart Poettering2016-01-281-0/+3
* tree-wide: sort includes in *.hThomas Hindoe Paaboel Andersen2015-11-181-0/+1
* core: drop "override" flag when building transactionsLennart Poettering2015-11-121-1/+0
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-2/+4
* core: when propagating restart requests due to deps, downgrade restart to try...Lennart Poettering2015-05-191-1/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-4/+0
* unit: handle nicely of certain unit types are not supported on specific systemsLennart Poettering2014-12-151-1/+2
* core: fix assertion failure in checking a transaction with a JOB_NOPMichal Schmidt2014-11-261-4/+10
* core: introduce the concept of AssertXYZ= similar to ConditionXYZ=, but fatal...Lennart Poettering2014-11-061-0/+1
* core: Rename Job.subscribed field to Job.clientsStef Walter2014-08-151-3/+9
* bus: add sd_bus_track object for tracking peers, and port core over to itLennart Poettering2014-03-031-1/+2
* core: add function to tell when job will time outZbigniew Jędrzejewski-Szmek2014-01-271-0/+2
* systemd: treat reload failure as failureZbigniew Jędrzejewski-Szmek2013-12-021-1/+2
* core: add new "flush" job mode to cancel all other jobs when queuing a new jobLennart Poettering2013-11-261-0/+1
* core: replace OnFailureIsolate= setting by a more generic OnFailureJobMode= s...Lennart Poettering2013-11-261-2/+1
* core: convert PID 1 to libsystemd-busLennart Poettering2013-11-201-13/+4
* Remove dead code and unexport some callsLennart Poettering2013-11-081-2/+0
* Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek2013-05-021-13/+13
* core, systemctl: add support for irreversible jobsMichal Schmidt2013-02-221-0/+2
* shutdown: issue a sync() as soon as shutdown.target is queuedLennart Poettering2013-02-091-0/+2
* job: add comments to JobResult valuesMichal Schmidt2012-10-251-6/+6
* use #pragma once instead of foo*foo #define guardsShawn Landden2012-07-191-4/+1
* unit: unit type dependent status messagesMichal Schmidt2012-05-141-5/+5
* core: add NOP jobs, job type collapsingMichal Schmidt2012-04-251-13/+31
* transaction: cancel jobs non-recursively on isolateMichal Schmidt2012-04-231-1/+1
* job: serialize jobs properlyMichal Schmidt2012-04-241-0/+6
* dbus-job: allow multiple bus clientsMichal Schmidt2012-04-201-3/+12
* transaction: rework merging with installed jobsMichal Schmidt2012-04-201-1/+1
* job: separate job_install()Michal Schmidt2012-04-201-1/+2
* transaction: remove the anchor linkMichal Schmidt2012-04-201-2/+0
* job: jobs shouldn't need to know about transaction anchorsMichal Schmidt2012-04-201-3/+2
* job: job_new() can find the manager from the unitMichal Schmidt2012-04-201-1/+1