summaryrefslogtreecommitdiff
path: root/src/core/job.c
AgeCommit message (Expand)Author
2017-04-29Merge pull request #5164 from Werkov/ordering-for-_netdev-devicesLennart Poettering
2017-04-25job: add JobRunningTimeoutSec for JOB_RUNNING stateMichal Koutný
2017-04-21tree-wide: mark log_struct with _printf_ and fix falloutZbigniew Jędrzejewski-Szmek
2017-02-16Merge pull request #4526 from keszybz/coredump-pythonLennart Poettering
2017-02-15tree-wide: add SD_ID128_MAKE_STR, remove LOG_MESSAGE_IDZbigniew Jędrzejewski-Szmek
2017-02-14core: explicitly verify that BindsTo= deps are in order before dispatch start...Lennart Poettering
2017-01-31pid1: remove duplicate const attributeZbigniew Jędrzejewski-Szmek
2016-12-21core: fix typoLennart Poettering
2016-11-16core: add bus calls for determining jobs waiting for other jobsLennart Poettering
2016-11-16core: GC redundant device jobs from the run queueLennart Poettering
2016-11-16core: rename "clients" field of Job structure to "bus_track"Lennart Poettering
2016-11-16core: a few small coding style/modernization updates for job.cLennart Poettering
2016-11-02core: make a constant table actually constantLennart Poettering
2016-11-02core: don't hit an assert when printing status messages about units with over...Lennart Poettering
2016-10-21failure-action: generalize failure action to emergency actionLukas Nykryn
2016-08-22core: add Ref()/Unref() bus calls for unitsLennart Poettering
2016-05-16core: don't log job status message in case job was effectively NOP (#3199)Michal Sekletar
2016-04-12core: introduce MANAGER_IS_RELOADING() macroLennart Poettering
2016-04-12core: remove ManagerRunningAs enumLennart Poettering
2016-03-24core: fix "stoppping" typoMartin Pitt
2016-03-17systemd: obey systemd.log_color configZbigniew Jędrzejewski-Szmek
2016-02-22tree-wide: make ++/-- usage consistent WRT spacingVito Caputo
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-02-04core: rework job_get_timeout() to use usec_t and handle USEC_INFINITY time ev...Lennart Poettering
2016-02-01core: rework unit timeout handling, and add new setting RuntimeMaxSec=Lennart Poettering
2016-01-31core: refactoring: add job_type_to_access_methodEvgeny Vereshchagin
2016-01-28core: make sure "systemctl reload-or-try-restart is actually a noop if a unit...Lennart Poettering
2016-01-12tree-wide: use xsprintf() where applicableDaniel Mack
2015-11-17core: Minor cleaning up of unit/log status and log logicLennart Poettering
2015-11-12core: drop "override" flag when building transactionsLennart Poettering
2015-11-12core: remove support for RequiresOverridable= and RequisiteOverridable=Lennart Poettering
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-10-24util: split out escaping code into escape.[ch]Lennart Poettering
2015-09-22cgtop: underline table headerLennart Poettering
2015-09-07basic: rework virtualization detection APILennart Poettering
2015-07-21core: adjust job completion message log levelsMichal Schmidt
2015-07-21core: small refactor of job completion loggingMichal Schmidt
2015-07-21core: log completion of remaining job typesMichal Schmidt
2015-07-21core: do not log done failed-condition jobs as if unit startedMichal Schmidt
2015-07-21core: try harder to get job completion messages tooMichal Schmidt
2015-07-21core: fix confusing logging of instantaneous jobsMichal Schmidt
2015-07-06treewide: fix typos of let'sZbigniew Jędrzejewski-Szmek
2015-05-19core: when propagating restart requests due to deps, downgrade restart to try...Lennart Poettering
2015-05-19core: introduce seperate reverse dependencies for Requires= and Requisite=Lennart Poettering
2015-05-11core: rename SystemdRunningAs to ManagerRunningAsLennart Poettering
2015-05-11core,network: major per-object logging reworkLennart Poettering
2015-04-29core: annotate event sourcesTom Gundersen