index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
transaction.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: make destructive transaction error a bit more useful
Lennart Poettering
2018-10-13
1
-1
/
+3
*
tree-wide: shorten error logging a bit
Yu Watanabe
2018-08-07
1
-12
/
+6
*
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
*
core: introduce a new load state "bad-setting"
Lennart Poettering
2018-06-11
1
-1
/
+3
*
core: rename (and modernize) bus_unit_check_load_state() → bus_unit_validat...
Lennart Poettering
2018-06-11
1
-1
/
+1
*
basic/log: add the log_struct terminator to macro
Zbigniew Jędrzejewski-Szmek
2018-06-04
1
-3
/
+3
*
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
*
Replace free and return NULL with return mfree
Daniel Lockyer
2017-11-24
1
-2
/
+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
/
+16
*
tree-wide: use IN_SET where possible
Andreas Rammhold
2017-10-02
1
-3
/
+3
*
core: propagate reload from RELOADING=1 notification (#6550)
Jouke Witteveen
2017-08-07
1
-18
/
+26
*
core: when logging about dependency cycles, add UNIT= entries for all involve...
Zbigniew Jędrzejewski-Szmek
2017-07-23
1
-29
/
+54
*
job: add JobRunningTimeoutSec for JOB_RUNNING state
Michal Koutný
2017-04-25
1
-1
/
+1
*
core/transaction: also downgrade warning for masked units wanted by followed ...
Zbigniew Jędrzejewski-Szmek
2017-02-02
1
-1
/
+4
*
tree-wide: use mfree more
Zbigniew Jędrzejewski-Szmek
2016-10-17
1
-4
/
+2
*
transaction: don't cancel jobs for units with IgnoreOnIsolate=true (#3671)
Michael Olbrich
2016-07-25
1
-0
/
+3
*
treewide: fix typos and remove accidental repetition of words
Torstein Husebø
2016-07-11
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: use ERFKILL instead of ESHUTDOWN for "unit masked"
Zbigniew Jędrzejewski-Szmek
2016-04-17
1
-1
/
+1
*
core: introduce MANAGER_IS_RELOADING() macro
Lennart Poettering
2016-04-12
1
-1
/
+1
*
systemd: obey systemd.log_color config
Zbigniew Jędrzejewski-Szmek
2016-03-17
1
-1
/
+8
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
Merge pull request #2565 from poettering/fix-2315
Zbigniew Jędrzejewski-Szmek
2016-02-10
1
-7
/
+7
|
\
|
*
core: change internal error code for masked units from EBADR to ESHUTDOWN
Lennart Poettering
2016-02-09
1
-7
/
+7
|
/
*
core: when propagating reload jobs, downgrade them to try-reload
Lennart Poettering
2016-01-28
1
-1
/
+7
*
Merge pull request #2085 from fbuihuu/more-use-of-check-load-state
Lennart Poettering
2016-01-20
1
-22
/
+5
|
\
|
*
core: use bus_unit_check_load_state() in transaction_add_job_and_dependencies()
Franck Bui
2015-12-02
1
-22
/
+5
*
|
transaction: downgrade warnings about wanted unit which are not found
Franck Bui
2016-01-14
1
-2
/
+3
*
|
core: do not warn about Wants depencencies on masked units
Zbigniew Jędrzejewski-Szmek
2015-12-01
1
-1
/
+1
|
/
*
tree-wide: sort includes
Thomas Hindoe Paaboel Andersen
2015-11-16
1
-1
/
+1
*
core: drop "override" flag when building transactions
Lennart Poettering
2015-11-12
1
-16
/
+12
*
core: remove support for RequiresOverridable= and RequisiteOverridable=
Lennart Poettering
2015-11-12
1
-22
/
+0
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-1
/
+2
*
cgtop: underline table header
Lennart Poettering
2015-09-22
1
-1
/
+1
*
transaction: clarify via void-casting that we ignore the pipe2() return value...
Lennart Poettering
2015-09-11
1
-2
/
+2
*
tree-wide: drop {} from one-line if blocks
Lennart Poettering
2015-09-09
1
-3
/
+1
*
tree-wide: don't do assignments within if checks
Lennart Poettering
2015-09-09
1
-2
/
+4
*
core: properly handle jobs that are suppressed to JOB_NOPs when propagating r...
Lennart Poettering
2015-05-21
1
-1
/
+6
*
core: when propagating restart requests due to deps, downgrade restart to try...
Lennart Poettering
2015-05-19
1
-3
/
+8
*
core: sd_bus_error() already checks for NULL, no need to duplicate check
Lennart Poettering
2015-05-19
1
-26
/
+10
*
core: reinstate propagation of stop/restart jobs via RequsiteOf dependencies
Lennart Poettering
2015-05-19
1
-28
/
+14
*
core,network: major per-object logging rework
Lennart Poettering
2015-05-11
1
-35
/
+31
*
core: coldplug all units which participate in jobs during coldplugging
Ivan Shapovalov
2015-04-27
1
-0
/
+7
*
shared: add terminal-util.[ch]
Ronny Chevalier
2015-04-11
1
-0
/
+1
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
1
-1
/
+0
*
sd-bus: move common errors src/shared/bus-errors.h → src/libsystemd/sd-bus/...
Lennart Poettering
2014-12-10
1
-1
/
+1
*
treewide: more log_*_errno + return simplifications
Michal Schmidt
2014-11-28
1
-4
/
+2
[next]