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: replace hashmap_get() with hashmap_contains() where appropriate
Yu Watanabe
2023-05-10
1
-4
/
+4
*
core: drop unused argument
Yu Watanabe
2023-05-10
1
-5
/
+3
*
Merge pull request #27424 from dtardon/auto-cleanup
Yu Watanabe
2023-04-28
1
-3
/
+16
|
\
|
*
transaction: make transaction_free() static
David Tardon
2023-04-28
1
-1
/
+1
|
*
transaction: introduce transaction_abort_and_free()
David Tardon
2023-04-28
1
-0
/
+9
|
*
transaction: modernize transaction_free()
David Tardon
2023-04-27
1
-2
/
+6
*
|
core/transaction: use hashmap_remove_value() to make not remove job with same ID
Yu Watanabe
2023-04-26
1
-2
/
+2
|
/
*
Merge pull request #26875 from yuwata/core-transaction
Yu Watanabe
2023-03-20
1
-10
/
+16
|
\
|
*
core/transaction: do not log "(null)"
Yu Watanabe
2023-03-18
1
-3
/
+3
|
*
core/transaction: make merge_unit_ids() return non-NULL on success
Yu Watanabe
2023-03-18
1
-0
/
+3
|
*
core/transaction: make merge_unit_ids() always return NUL-terminated string
Yu Watanabe
2023-03-18
1
-7
/
+10
*
|
tree-wide: simplify x ? x : y to x ?: y where applicable
Frantisek Sumsal
2023-03-18
1
-1
/
+1
|
/
*
core: when isolating to a unit, also keep units running that are triggered by...
Lennart Poettering
2023-02-10
1
-6
/
+27
*
core: propagate stop too if restart is issued
Mike Yuan
2023-01-19
1
-15
/
+27
*
core/transaction: modernize to use cleanup attribute
Mike Yuan
2023-01-10
1
-5
/
+2
*
core/transaction: avoid unneeded gotos
Mike Yuan
2023-01-08
1
-7
/
+4
*
core: use LOG_UNIT_MESSAGE() where appropriate
Zbigniew Jędrzejewski-Szmek
2022-05-11
1
-9
/
+10
*
strv: make iterator in STRV_FOREACH() declaread in the loop
Yu Watanabe
2022-03-19
1
-2
/
+1
*
list: declare iterator of LIST_FOREACH() in the loop
Yu Watanabe
2022-03-19
1
-22
/
+17
*
core: rework unit printing and implement 'combined' format
Zbigniew Jędrzejewski-Szmek
2021-06-30
1
-1
/
+2
*
core: rebreak a few comments
Lennart Poettering
2021-05-25
1
-14
/
+9
*
core: split dependency types into atoms
Lennart Poettering
2021-05-25
1
-53
/
+38
*
alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()
Lennart Poettering
2021-05-19
1
-2
/
+2
*
pid1: do not use generated strings as format strings (#19098)
Lincoln Ramsay
2021-03-24
1
-3
/
+3
*
core: transaction - use hashmap_ensure_put
Susant Sahani
2021-01-18
1
-5
/
+1
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
core: propagate triggered unit in more load states
Lennart Poettering
2020-09-14
1
-1
/
+1
*
core: make log_unit_error() or friends return void
Yu Watanabe
2020-09-08
1
-8
/
+7
*
tree-wide: define iterator inside of the macro
Zbigniew Jędrzejewski-Szmek
2020-09-08
1
-36
/
+23
*
core: rename manager_unit_file_maybe_loadable_from_cache()
Zbigniew Jędrzejewski-Szmek
2020-08-31
1
-2
/
+3
*
core: reset bus error before reuse
Zbigniew Jędrzejewski-Szmek
2020-08-03
1
-0
/
+1
*
core: refresh unit cache when building a transaction if UNIT_NOT_FOUND
Luca Boccassi
2020-07-07
1
-0
/
+18
*
Revert "job: Don't mark as redundant if deps are relevant"
Dave Reisner
2020-06-23
1
-4
/
+4
*
manager: free the jobs hashmap after we have no jobs
Zbigniew Jędrzejewski-Szmek
2020-05-28
1
-0
/
+4
*
Remove unneded {}s
Zbigniew Jędrzejewski-Szmek
2020-04-13
1
-2
/
+1
*
pid1: when showing error status, do not switch to status=temporary
Zbigniew Jędrzejewski-Szmek
2020-03-01
1
-1
/
+3
*
job: Don't mark as redundant if deps are relevant
Kevin Kuehler
2020-01-03
1
-4
/
+4
*
man: Document --job-mode=triggering switch
Kevin Kuehler
2019-11-05
1
-0
/
+1
*
core: Add triggering job mode
Kevin Kuehler
2019-11-05
1
-0
/
+25
*
Create src/shared/unit-file.[ch] for unit-file related ops
Zbigniew Jędrzejewski-Szmek
2019-07-19
1
-1
/
+2
*
core: Check transaction against execution cycles
Michal Koutný
2019-06-26
1
-17
/
+30
*
core: refactor transaction.c to use fewer gotos
Lennart Poettering
2019-04-02
1
-31
/
+46
*
core: add new API for enqueing a job with returning the transaction data
Lennart Poettering
2019-03-27
1
-3
/
+19
*
Enable some more debug logging for transaction building
Jonathon Kowalski
2019-01-21
1
-13
/
+13
*
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
[next]