summaryrefslogtreecommitdiffstats
path: root/src/core/job.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #10439 from poettering/job-struct-initLennart Poettering2018-10-171-12/+13
|\
| * job: add lots of colons to log messagesLennart Poettering2018-10-171-7/+7
| * job: use structured initializationLennart Poettering2018-10-171-5/+6
* | core: do not "warn" about mundane emergency actionsZbigniew Jędrzejewski-Szmek2018-10-171-1/+2
* | core: limit service-watchdogs=no to actual "watchdog" commandsZbigniew Jędrzejewski-Szmek2018-10-171-1/+2
|/
* tree-wide: use typesafe_qsort()Yu Watanabe2018-09-191-10/+3
* tree-wide: drop empty lines in commentsYu Watanabe2018-07-231-1/+0
* core/job: add check for return of job_type_merge_and_collapse()Filipe Brandenburger2018-06-251-1/+1
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* basic/log: add the log_struct terminator to macroZbigniew Jędrzejewski-Szmek2018-06-041-6/+3
* core/job: shorteningZbigniew Jędrzejewski-Szmek2018-05-201-5/+4
* fix race between daemon-reload and other commandsDavid Tardon2018-05-191-6/+43
* core: enforce that scope units can be started only onceLennart Poettering2018-04-271-0/+6
* tree-wide: drop spurious newlines (#8764)Lennart Poettering2018-04-191-1/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-4/+2
* Add build-time option to change the color of the "OK" status textAlexander F Rødseth2018-03-021-1/+1
* job: truncate unit descriptionIago López Galeiras2018-02-191-2/+5
* pid1: also show gc status for jobs like we do for unitsZbigniew Jędrzejewski-Szmek2018-02-151-2/+4
* pid1: rename job_check_gc to job_may_gcZbigniew Jędrzejewski-Szmek2018-02-151-10/+11
* cocci: use strempty() at more placesLennart Poettering2018-01-101-2/+1
* shutdown: unify shutdown.c's and async.c's sync() helper processLennart Poettering2017-12-251-1/+1
* sync: fork off sync() in a process instead of a threadLennart Poettering2017-12-251-1/+1
* Replace use of snprintf with xsprintfDaniel Lockyer2017-11-241-1/+1
* tree-wide: adjust fall through comments so that gcc is happyShawn Landden2017-11-201-1/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* core: track why unit dependencies came to beLennart Poettering2017-11-101-12/+17
* core: simplify - don't add jobs to dbus queue if we immediately remove them (...Alan Jenkins2017-11-071-2/+1
* tree-wide: use IN_SET macro (#6977)Yu Watanabe2017-10-041-1/+1
* tree-wide: use IN_SET where possibleAndreas Rammhold2017-10-021-10/+4
* job: change result field for log message about job result RESULT= → JOB_RES...Lennart Poettering2017-09-221-3/+6
* core: make sure to log invocation ID of units also when doing structured loggingLennart Poettering2017-09-221-0/+2
* core: do not print color console message about gc-ed jobsZbigniew Jędrzejewski-Szmek2017-07-021-23/+25
* Merge pull request #6113 from keszybz/shell-quotingLennart Poettering2017-06-201-1/+1
|\
| * Use "dollar-single-quotes" to escape shell-sensitive stringsZbigniew Jędrzejewski-Szmek2017-06-201-1/+1
* | job: Ensure JobRunningTimeoutSec= survives serialization (#6128)Michal Koutný2017-06-181-5/+28
|/
* Merge pull request #5164 from Werkov/ordering-for-_netdev-devicesLennart Poettering2017-04-291-7/+31
|\
| * job: add JobRunningTimeoutSec for JOB_RUNNING stateMichal Koutný2017-04-251-7/+31
* | tree-wide: mark log_struct with _printf_ and fix falloutZbigniew Jędrzejewski-Szmek2017-04-211-3/+3
|/
* Merge pull request #4526 from keszybz/coredump-pythonLennart Poettering2017-02-161-6/+8
|\
| * tree-wide: add SD_ID128_MAKE_STR, remove LOG_MESSAGE_IDZbigniew Jędrzejewski-Szmek2017-02-151-6/+8
* | core: explicitly verify that BindsTo= deps are in order before dispatch start...Lennart Poettering2017-02-141-0/+2
|/
* pid1: remove duplicate const attributeZbigniew Jędrzejewski-Szmek2017-01-311-1/+1
* core: fix typoLennart Poettering2016-12-211-1/+1
* core: add bus calls for determining jobs waiting for other jobsLennart Poettering2016-11-161-0/+127
* core: GC redundant device jobs from the run queueLennart Poettering2016-11-161-4/+110
* core: rename "clients" field of Job structure to "bus_track"Lennart Poettering2016-11-161-3/+3
* core: a few small coding style/modernization updates for job.cLennart Poettering2016-11-161-7/+5
* core: make a constant table actually constantLennart Poettering2016-11-031-8/+8