index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
job.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #10439 from poettering/job-struct-init
Lennart Poettering
2018-10-17
1
-12
/
+13
|
\
|
*
job: add lots of colons to log messages
Lennart Poettering
2018-10-17
1
-7
/
+7
|
*
job: use structured initialization
Lennart Poettering
2018-10-17
1
-5
/
+6
*
|
core: do not "warn" about mundane emergency actions
Zbigniew Jędrzejewski-Szmek
2018-10-17
1
-1
/
+2
*
|
core: limit service-watchdogs=no to actual "watchdog" commands
Zbigniew Jędrzejewski-Szmek
2018-10-17
1
-1
/
+2
|
/
*
tree-wide: use typesafe_qsort()
Yu Watanabe
2018-09-19
1
-10
/
+3
*
tree-wide: drop empty lines in comments
Yu Watanabe
2018-07-23
1
-1
/
+0
*
core/job: add check for return of job_type_merge_and_collapse()
Filipe Brandenburger
2018-06-25
1
-1
/
+1
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
basic/log: add the log_struct terminator to macro
Zbigniew Jędrzejewski-Szmek
2018-06-04
1
-6
/
+3
*
core/job: shortening
Zbigniew Jędrzejewski-Szmek
2018-05-20
1
-5
/
+4
*
fix race between daemon-reload and other commands
David Tardon
2018-05-19
1
-6
/
+43
*
core: enforce that scope units can be started only once
Lennart Poettering
2018-04-27
1
-0
/
+6
*
tree-wide: drop spurious newlines (#8764)
Lennart Poettering
2018-04-19
1
-1
/
+0
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
tree-wide: use TAKE_PTR() and TAKE_FD() macros
Yu Watanabe
2018-04-05
1
-4
/
+2
*
Add build-time option to change the color of the "OK" status text
Alexander F Rødseth
2018-03-02
1
-1
/
+1
*
job: truncate unit description
Iago López Galeiras
2018-02-19
1
-2
/
+5
*
pid1: also show gc status for jobs like we do for units
Zbigniew Jędrzejewski-Szmek
2018-02-15
1
-2
/
+4
*
pid1: rename job_check_gc to job_may_gc
Zbigniew Jędrzejewski-Szmek
2018-02-15
1
-10
/
+11
*
cocci: use strempty() at more places
Lennart Poettering
2018-01-10
1
-2
/
+1
*
shutdown: unify shutdown.c's and async.c's sync() helper process
Lennart Poettering
2017-12-25
1
-1
/
+1
*
sync: fork off sync() in a process instead of a thread
Lennart Poettering
2017-12-25
1
-1
/
+1
*
Replace use of snprintf with xsprintf
Daniel Lockyer
2017-11-24
1
-1
/
+1
*
tree-wide: adjust fall through comments so that gcc is happy
Shawn Landden
2017-11-20
1
-1
/
+1
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
core: track why unit dependencies came to be
Lennart Poettering
2017-11-10
1
-12
/
+17
*
core: simplify - don't add jobs to dbus queue if we immediately remove them (...
Alan Jenkins
2017-11-07
1
-2
/
+1
*
tree-wide: use IN_SET macro (#6977)
Yu Watanabe
2017-10-04
1
-1
/
+1
*
tree-wide: use IN_SET where possible
Andreas Rammhold
2017-10-02
1
-10
/
+4
*
job: change result field for log message about job result RESULT= → JOB_RES...
Lennart Poettering
2017-09-22
1
-3
/
+6
*
core: make sure to log invocation ID of units also when doing structured logging
Lennart Poettering
2017-09-22
1
-0
/
+2
*
core: do not print color console message about gc-ed jobs
Zbigniew Jędrzejewski-Szmek
2017-07-02
1
-23
/
+25
*
Merge pull request #6113 from keszybz/shell-quoting
Lennart Poettering
2017-06-20
1
-1
/
+1
|
\
|
*
Use "dollar-single-quotes" to escape shell-sensitive strings
Zbigniew Jędrzejewski-Szmek
2017-06-20
1
-1
/
+1
*
|
job: Ensure JobRunningTimeoutSec= survives serialization (#6128)
Michal Koutný
2017-06-18
1
-5
/
+28
|
/
*
Merge pull request #5164 from Werkov/ordering-for-_netdev-devices
Lennart Poettering
2017-04-29
1
-7
/
+31
|
\
|
*
job: add JobRunningTimeoutSec for JOB_RUNNING state
Michal Koutný
2017-04-25
1
-7
/
+31
*
|
tree-wide: mark log_struct with _printf_ and fix fallout
Zbigniew Jędrzejewski-Szmek
2017-04-21
1
-3
/
+3
|
/
*
Merge pull request #4526 from keszybz/coredump-python
Lennart Poettering
2017-02-16
1
-6
/
+8
|
\
|
*
tree-wide: add SD_ID128_MAKE_STR, remove LOG_MESSAGE_ID
Zbigniew Jędrzejewski-Szmek
2017-02-15
1
-6
/
+8
*
|
core: explicitly verify that BindsTo= deps are in order before dispatch start...
Lennart Poettering
2017-02-14
1
-0
/
+2
|
/
*
pid1: remove duplicate const attribute
Zbigniew Jędrzejewski-Szmek
2017-01-31
1
-1
/
+1
*
core: fix typo
Lennart Poettering
2016-12-21
1
-1
/
+1
*
core: add bus calls for determining jobs waiting for other jobs
Lennart Poettering
2016-11-16
1
-0
/
+127
*
core: GC redundant device jobs from the run queue
Lennart Poettering
2016-11-16
1
-4
/
+110
*
core: rename "clients" field of Job structure to "bus_track"
Lennart Poettering
2016-11-16
1
-3
/
+3
*
core: a few small coding style/modernization updates for job.c
Lennart Poettering
2016-11-16
1
-7
/
+5
*
core: make a constant table actually constant
Lennart Poettering
2016-11-03
1
-8
/
+8
[next]