summaryrefslogtreecommitdiff
path: root/src/core/transaction.c
Commit message (Expand)AuthorAgeFilesLines
* Create src/shared/unit-file.[ch] for unit-file related opsZbigniew Jędrzejewski-Szmek2019-07-191-1/+2
* core: Check transaction against execution cyclesMichal Koutný2019-06-261-17/+30
* core: refactor transaction.c to use fewer gotosLennart Poettering2019-04-021-31/+46
* core: add new API for enqueing a job with returning the transaction dataLennart Poettering2019-03-271-3/+19
* Enable some more debug logging for transaction buildingJonathon Kowalski2019-01-211-13/+13
* core: make destructive transaction error a bit more usefulLennart Poettering2018-10-131-1/+3
* tree-wide: shorten error logging a bitYu Watanabe2018-08-071-12/+6
* 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
* core: introduce a new load state "bad-setting"Lennart Poettering2018-06-111-1/+3
* core: rename (and modernize) bus_unit_check_load_state() → bus_unit_validat...Lennart Poettering2018-06-111-1/+1
* basic/log: add the log_struct terminator to macroZbigniew Jędrzejewski-Szmek2018-06-041-3/+3
* tree-wide: drop spurious newlines (#8764)Lennart Poettering2018-04-191-1/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* Replace free and return NULL with return mfreeDaniel Lockyer2017-11-241-2/+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/+16
* tree-wide: use IN_SET where possibleAndreas Rammhold2017-10-021-3/+3
* core: propagate reload from RELOADING=1 notification (#6550)Jouke Witteveen2017-08-071-18/+26
* core: when logging about dependency cycles, add UNIT= entries for all involve...Zbigniew Jędrzejewski-Szmek2017-07-221-29/+54
* job: add JobRunningTimeoutSec for JOB_RUNNING stateMichal Koutný2017-04-251-1/+1
* core/transaction: also downgrade warning for masked units wanted by followed ...Zbigniew Jędrzejewski-Szmek2017-02-011-1/+4
* tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek2016-10-161-4/+2
* transaction: don't cancel jobs for units with IgnoreOnIsolate=true (#3671)Michael Olbrich2016-07-251-0/+3
* treewide: fix typos and remove accidental repetition of wordsTorstein Husebø2016-07-111-2/+2
* core: don't log job status message in case job was effectively NOP (#3199)Michal Sekletar2016-05-161-1/+1
* tree-wide: use ERFKILL instead of ESHUTDOWN for "unit masked"Zbigniew Jędrzejewski-Szmek2016-04-161-1/+1
* core: introduce MANAGER_IS_RELOADING() macroLennart Poettering2016-04-121-1/+1
* systemd: obey systemd.log_color configZbigniew Jędrzejewski-Szmek2016-03-171-1/+8
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* Merge pull request #2565 from poettering/fix-2315Zbigniew Jędrzejewski-Szmek2016-02-091-7/+7
|\
| * core: change internal error code for masked units from EBADR to ESHUTDOWNLennart Poettering2016-02-091-7/+7
|/
* core: when propagating reload jobs, downgrade them to try-reloadLennart Poettering2016-01-281-1/+7
* Merge pull request #2085 from fbuihuu/more-use-of-check-load-stateLennart Poettering2016-01-201-22/+5
|\
| * core: use bus_unit_check_load_state() in transaction_add_job_and_dependencies()Franck Bui2015-12-021-22/+5
* | transaction: downgrade warnings about wanted unit which are not foundFranck Bui2016-01-141-2/+3
* | core: do not warn about Wants depencencies on masked unitsZbigniew Jędrzejewski-Szmek2015-11-301-1/+1
|/
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-1/+1
* core: drop "override" flag when building transactionsLennart Poettering2015-11-121-16/+12
* core: remove support for RequiresOverridable= and RequisiteOverridable=Lennart Poettering2015-11-121-22/+0
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-1/+2
* cgtop: underline table headerLennart Poettering2015-09-221-1/+1
* transaction: clarify via void-casting that we ignore the pipe2() return value...Lennart Poettering2015-09-111-2/+2
* tree-wide: drop {} from one-line if blocksLennart Poettering2015-09-091-3/+1
* tree-wide: don't do assignments within if checksLennart Poettering2015-09-091-2/+4
* core: properly handle jobs that are suppressed to JOB_NOPs when propagating r...Lennart Poettering2015-05-211-1/+6
* core: when propagating restart requests due to deps, downgrade restart to try...Lennart Poettering2015-05-191-3/+8
* core: sd_bus_error() already checks for NULL, no need to duplicate checkLennart Poettering2015-05-191-26/+10
* core: reinstate propagation of stop/restart jobs via RequsiteOf dependenciesLennart Poettering2015-05-191-28/+14
* core,network: major per-object logging reworkLennart Poettering2015-05-111-35/+31