summaryrefslogtreecommitdiff
path: root/src/core/transaction.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-21core: properly handle jobs that are suppressed to JOB_NOPs when propagating r...Lennart Poettering1-1/+6
2015-05-19core: when propagating restart requests due to deps, downgrade restart to try...Lennart Poettering1-3/+8
2015-05-19core: sd_bus_error() already checks for NULL, no need to duplicate checkLennart Poettering1-26/+10
2015-05-19core: reinstate propagation of stop/restart jobs via RequsiteOf dependenciesLennart Poettering1-28/+14
2015-05-11core,network: major per-object logging reworkLennart Poettering1-35/+31
2015-04-27core: coldplug all units which participate in jobs during coldpluggingIvan Shapovalov1-0/+7
2015-04-11shared: add terminal-util.[ch]Ronny Chevalier1-0/+1
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen1-1/+0
2014-12-10sd-bus: move common errors src/shared/bus-errors.h → src/libsystemd/sd-bus/...Lennart Poettering1-1/+1
2014-11-28treewide: more log_*_errno + return simplificationsMichal Schmidt1-4/+2
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt1-1/+1
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt1-1/+1
2014-11-27log: rearrange log function namingLennart Poettering1-18/+21
2014-11-27core: fix transaction destructiveness check once moreMichal Schmidt1-1/+1
2014-11-26core: fix check for transaction destructivenessMichal Schmidt1-1/+1
2014-11-02Raise level of 'Found dependency...' linesZbigniew Jędrzejewski-Szmek1-3/+3
2014-10-30Convert the rest to sd_bus_errnomapZbigniew Jędrzejewski-Szmek1-52/+36
2014-09-15hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt1-1/+1
2014-07-31systemd-analyze verify: improve error messageZbigniew Jędrzejewski-Szmek1-1/+1
2014-06-26core/transaction: fix cycle break attempts outside transactionUoti Urpala1-1/+1
2014-06-22core/transaction: avoid misleading error message when unit not foundZbigniew Jędrzejewski-Szmek1-6/+12
2014-06-22core/transaction: reindent and split very long linesZbigniew Jędrzejewski-Szmek1-15/+22
2014-02-06transaction: print more information about conflicting jobsZbigniew Jędrzejewski-Szmek1-1/+3
2013-11-26core: add new "flush" job mode to cancel all other jobs when queuing a new jobLennart Poettering1-1/+1
2013-11-20core: convert PID 1 to libsystemd-busLennart Poettering1-40/+42
2013-10-14list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering1-2/+2
2013-09-16transaction.c: do not point users to logs when unit not foundZbigniew Jędrzejewski-Szmek1-3/+11
2013-07-15systemd: do not output status messages once gettys are runningZbigniew Jędrzejewski-Szmek1-1/+4
2013-06-28core: add transient unitsLennart Poettering1-1/+2
2013-05-02Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek1-2/+2
2013-04-18Move bus_error to dbus-common and remove bus_error_message_or_strerrorSimon Peeters1-0/+1
2013-02-28core/transaction: replace a bare status_printf()Michal Schmidt1-2/+2
2013-02-22core, systemctl: add support for irreversible jobsMichal Schmidt1-9/+11
2013-02-09shutdown: issue a sync() as soon as shutdown.target is queuedLennart Poettering1-0/+1
2013-01-06systemd: use unit logging macrosZbigniew Jędrzejewski-Szmek1-24/+64
2012-11-15systemd: highlight ordering cycle deletionsOlivier Brunel1-1/+2
2012-09-13man: fix a bunch of typos in docsThomas Hindoe Paaboel Andersen1-1/+1
2012-07-26systemd: added new dependency PartOfMichal Sekletar1-0/+12
2012-07-13unit: rename BindTo= to BindsTo=Lennart Poettering1-2/+2
2012-04-25core: add NOP jobs, job type collapsingMichal Schmidt1-8/+10
2012-04-24service: introduce Type=idle and use it for gettysLennart Poettering1-0/+14
2012-04-23transaction: cancel jobs non-recursively on isolateMichal Schmidt1-6/+4
2012-04-24transaction: abort does not need to use recursive deletionMichal Schmidt1-1/+1
2012-04-24transaction: fix detection of cycles involving installed jobsMichal Schmidt1-0/+8
2012-04-24transaction: improve readabilityMichal Schmidt1-90/+62
2012-04-22transaction: downgrade warnings about masked unitsLennart Poettering1-4/+7
2012-04-22transaction: add missing emacs and license headersLennart Poettering1-0/+21
2012-04-20transaction: add starting requirements for JOB_RESTARTMichal Schmidt1-1/+1
2012-04-20transaction: remove checks for installedMichal Schmidt1-18/+3
2012-04-20transaction: rework merging with installed jobsMichal Schmidt1-9/+12