index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
job.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
service: pass service exit status to spawned On{Failure,Success}= dependency
Peter Morrow
2021-12-13
1
-0
/
+4
*
core: add StartUnitWithFlags DBUS method
Luca Boccassi
2021-12-07
1
-0
/
+1
*
core: split dependency types into atoms
Lennart Poettering
2021-05-25
1
-1
/
+3
*
tree-wide: use -EINVAL for enum invalid values
Zbigniew Jędrzejewski-Szmek
2021-02-10
1
-4
/
+4
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
Revert "job: Don't mark as redundant if deps are relevant"
Dave Reisner
2020-06-23
1
-2
/
+1
*
job: Don't mark as redundant if deps are relevant
Kevin Kuehler
2020-01-03
1
-1
/
+2
*
core: Add triggering job mode
Kevin Kuehler
2019-11-05
1
-0
/
+1
*
job: make the run queue order deterministic
Michael Olbrich
2019-07-18
1
-1
/
+2
*
core: ExecCondition= for services
Anita Zhang
2019-07-17
1
-1
/
+1
*
core: Extract job ordering logic
Michal Koutný
2019-06-26
1
-0
/
+2
*
codespell: fix spelling errors
Ben Boeckel
2019-04-29
1
-1
/
+1
*
core: rework how we deserialize jobs
Lennart Poettering
2018-12-12
1
-0
/
+2
*
core: don't track jobs-finishing-during-reload explicitly
Lennart Poettering
2018-12-12
1
-1
/
+0
*
job: update job_free() to follow our usual return-NULL style
Lennart Poettering
2018-12-12
1
-1
/
+1
*
tree-wide: add whitespace between type and variable name
Yu Watanabe
2018-12-04
1
-1
/
+1
*
job: add a comment that JOB_DONE also means skipped due to condition (#10453)
Lennart Poettering
2018-10-18
1
-1
/
+1
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-4
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
fix race between daemon-reload and other commands
David Tardon
2018-05-19
1
-0
/
+2
*
core: enforce that scope units can be started only once
Lennart Poettering
2018-04-27
1
-0
/
+1
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
pid1: rename job_check_gc to job_may_gc
Zbigniew Jędrzejewski-Szmek
2018-02-15
1
-1
/
+1
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
job: Ensure JobRunningTimeoutSec= survives serialization (#6128)
Michal Koutný
2017-06-18
1
-0
/
+1
*
job: add JobRunningTimeoutSec for JOB_RUNNING state
Michal Koutný
2017-04-25
1
-1
/
+1
*
core: add bus calls for determining jobs waiting for other jobs
Lennart Poettering
2016-11-16
1
-0
/
+3
*
core: GC redundant device jobs from the run queue
Lennart Poettering
2016-11-16
1
-0
/
+7
*
core: rename "clients" field of Job structure to "bus_track"
Lennart Poettering
2016-11-16
1
-1
/
+1
*
core: a few small coding style/modernization updates for job.c
Lennart Poettering
2016-11-16
1
-2
/
+2
*
core: add Ref()/Unref() bus calls for units
Lennart Poettering
2016-08-22
1
-2
/
+2
*
core: don't log job status message in case job was effectively NOP (#3199)
Michal Sekletar
2016-05-16
1
-1
/
+1
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
core: rework job_get_timeout() to use usec_t and handle USEC_INFINITY time ev...
Lennart Poettering
2016-02-04
1
-2
/
+2
*
core: refactoring: add job_type_to_access_method
Evgeny Vereshchagin
2016-01-31
1
-0
/
+2
*
core: make sure "systemctl reload-or-try-restart is actually a noop if a unit...
Lennart Poettering
2016-01-28
1
-0
/
+3
*
tree-wide: sort includes in *.h
Thomas Hindoe Paaboel Andersen
2015-11-18
1
-0
/
+1
*
core: drop "override" flag when building transactions
Lennart Poettering
2015-11-12
1
-1
/
+0
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-2
/
+4
*
core: when propagating restart requests due to deps, downgrade restart to try...
Lennart Poettering
2015-05-19
1
-1
/
+1
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
1
-4
/
+0
*
unit: handle nicely of certain unit types are not supported on specific systems
Lennart Poettering
2014-12-15
1
-1
/
+2
*
core: fix assertion failure in checking a transaction with a JOB_NOP
Michal Schmidt
2014-11-26
1
-4
/
+10
*
core: introduce the concept of AssertXYZ= similar to ConditionXYZ=, but fatal...
Lennart Poettering
2014-11-06
1
-0
/
+1
*
core: Rename Job.subscribed field to Job.clients
Stef Walter
2014-08-15
1
-3
/
+9
*
bus: add sd_bus_track object for tracking peers, and port core over to it
Lennart Poettering
2014-03-03
1
-1
/
+2
*
core: add function to tell when job will time out
Zbigniew Jędrzejewski-Szmek
2014-01-27
1
-0
/
+2
*
systemd: treat reload failure as failure
Zbigniew Jędrzejewski-Szmek
2013-12-03
1
-1
/
+2
*
core: add new "flush" job mode to cancel all other jobs when queuing a new job
Lennart Poettering
2013-11-26
1
-0
/
+1
*
core: replace OnFailureIsolate= setting by a more generic OnFailureJobMode= s...
Lennart Poettering
2013-11-26
1
-2
/
+1
[next]