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: 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
*
treewide: no need to negate errno for log_*_errno()
Michal Schmidt
2014-11-28
1
-1
/
+1
*
treewide: auto-convert the simple cases to log_*_errno()
Michal Schmidt
2014-11-28
1
-1
/
+1
*
log: rearrange log function naming
Lennart Poettering
2014-11-27
1
-18
/
+21
*
core: fix transaction destructiveness check once more
Michal Schmidt
2014-11-27
1
-1
/
+1
*
core: fix check for transaction destructiveness
Michal Schmidt
2014-11-26
1
-1
/
+1
*
Raise level of 'Found dependency...' lines
Zbigniew Jędrzejewski-Szmek
2014-11-02
1
-3
/
+3
*
Convert the rest to sd_bus_errnomap
Zbigniew Jędrzejewski-Szmek
2014-10-31
1
-52
/
+36
*
hashmap: introduce hash_ops to make struct Hashmap smaller
Michal Schmidt
2014-09-15
1
-1
/
+1
*
systemd-analyze verify: improve error message
Zbigniew Jędrzejewski-Szmek
2014-07-31
1
-1
/
+1
*
core/transaction: fix cycle break attempts outside transaction
Uoti Urpala
2014-06-26
1
-1
/
+1
*
core/transaction: avoid misleading error message when unit not found
Zbigniew Jędrzejewski-Szmek
2014-06-22
1
-6
/
+12
*
core/transaction: reindent and split very long lines
Zbigniew Jędrzejewski-Szmek
2014-06-22
1
-15
/
+22
*
transaction: print more information about conflicting jobs
Zbigniew Jędrzejewski-Szmek
2014-02-06
1
-1
/
+3
*
core: add new "flush" job mode to cancel all other jobs when queuing a new job
Lennart Poettering
2013-11-26
1
-1
/
+1
*
core: convert PID 1 to libsystemd-bus
Lennart Poettering
2013-11-20
1
-40
/
+42
*
list: make our list macros a bit easier to use by not requring type spec on e...
Lennart Poettering
2013-10-14
1
-2
/
+2
*
transaction.c: do not point users to logs when unit not found
Zbigniew Jędrzejewski-Szmek
2013-09-16
1
-3
/
+11
*
systemd: do not output status messages once gettys are running
Zbigniew Jędrzejewski-Szmek
2013-07-16
1
-1
/
+4
*
core: add transient units
Lennart Poettering
2013-06-28
1
-1
/
+2
*
Add __attribute__((const, pure, format)) in various places
Zbigniew Jędrzejewski-Szmek
2013-05-03
1
-2
/
+2
*
Move bus_error to dbus-common and remove bus_error_message_or_strerror
Simon Peeters
2013-04-18
1
-0
/
+1
*
core/transaction: replace a bare status_printf()
Michal Schmidt
2013-02-28
1
-2
/
+2
*
core, systemctl: add support for irreversible jobs
Michal Schmidt
2013-02-22
1
-9
/
+11
*
shutdown: issue a sync() as soon as shutdown.target is queued
Lennart Poettering
2013-02-09
1
-0
/
+1
*
systemd: use unit logging macros
Zbigniew Jędrzejewski-Szmek
2013-01-06
1
-24
/
+64
*
systemd: highlight ordering cycle deletions
Olivier Brunel
2012-11-15
1
-1
/
+2
*
man: fix a bunch of typos in docs
Thomas Hindoe Paaboel Andersen
2012-09-13
1
-1
/
+1
*
systemd: added new dependency PartOf
Michal Sekletar
2012-07-26
1
-0
/
+12
*
unit: rename BindTo= to BindsTo=
Lennart Poettering
2012-07-13
1
-2
/
+2
*
core: add NOP jobs, job type collapsing
Michal Schmidt
2012-04-25
1
-8
/
+10
*
service: introduce Type=idle and use it for gettys
Lennart Poettering
2012-04-24
1
-0
/
+14
*
transaction: cancel jobs non-recursively on isolate
Michal Schmidt
2012-04-23
1
-6
/
+4
*
transaction: abort does not need to use recursive deletion
Michal Schmidt
2012-04-24
1
-1
/
+1
*
transaction: fix detection of cycles involving installed jobs
Michal Schmidt
2012-04-24
1
-0
/
+8
*
transaction: improve readability
Michal Schmidt
2012-04-24
1
-90
/
+62
*
transaction: downgrade warnings about masked units
Lennart Poettering
2012-04-22
1
-4
/
+7
*
transaction: add missing emacs and license headers
Lennart Poettering
2012-04-22
1
-0
/
+21
*
transaction: add starting requirements for JOB_RESTART
Michal Schmidt
2012-04-20
1
-1
/
+1
*
transaction: remove checks for installed
Michal Schmidt
2012-04-20
1
-18
/
+3
*
transaction: rework merging with installed jobs
Michal Schmidt
2012-04-20
1
-9
/
+12
[next]