summaryrefslogtreecommitdiff
path: root/src/core/transaction.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* core: coldplug all units which participate in jobs during coldpluggingIvan Shapovalov2015-04-271-0/+7
* shared: add terminal-util.[ch]Ronny Chevalier2015-04-111-0/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-1/+0
* sd-bus: move common errors src/shared/bus-errors.h → src/libsystemd/sd-bus/...Lennart Poettering2014-12-101-1/+1
* treewide: more log_*_errno + return simplificationsMichal Schmidt2014-11-281-4/+2
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-1/+1
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-1/+1
* log: rearrange log function namingLennart Poettering2014-11-271-18/+21
* core: fix transaction destructiveness check once moreMichal Schmidt2014-11-271-1/+1
* core: fix check for transaction destructivenessMichal Schmidt2014-11-261-1/+1
* Raise level of 'Found dependency...' linesZbigniew Jędrzejewski-Szmek2014-11-021-3/+3
* Convert the rest to sd_bus_errnomapZbigniew Jędrzejewski-Szmek2014-10-301-52/+36
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-151-1/+1
* systemd-analyze verify: improve error messageZbigniew Jędrzejewski-Szmek2014-07-311-1/+1
* core/transaction: fix cycle break attempts outside transactionUoti Urpala2014-06-261-1/+1
* core/transaction: avoid misleading error message when unit not foundZbigniew Jędrzejewski-Szmek2014-06-221-6/+12
* core/transaction: reindent and split very long linesZbigniew Jędrzejewski-Szmek2014-06-221-15/+22
* transaction: print more information about conflicting jobsZbigniew Jędrzejewski-Szmek2014-02-061-1/+3
* core: add new "flush" job mode to cancel all other jobs when queuing a new jobLennart Poettering2013-11-261-1/+1
* core: convert PID 1 to libsystemd-busLennart Poettering2013-11-201-40/+42
* list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering2013-10-141-2/+2
* transaction.c: do not point users to logs when unit not foundZbigniew Jędrzejewski-Szmek2013-09-161-3/+11
* systemd: do not output status messages once gettys are runningZbigniew Jędrzejewski-Szmek2013-07-151-1/+4
* core: add transient unitsLennart Poettering2013-06-281-1/+2
* Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek2013-05-021-2/+2
* Move bus_error to dbus-common and remove bus_error_message_or_strerrorSimon Peeters2013-04-181-0/+1
* core/transaction: replace a bare status_printf()Michal Schmidt2013-02-281-2/+2
* core, systemctl: add support for irreversible jobsMichal Schmidt2013-02-221-9/+11
* shutdown: issue a sync() as soon as shutdown.target is queuedLennart Poettering2013-02-091-0/+1
* systemd: use unit logging macrosZbigniew Jędrzejewski-Szmek2013-01-061-24/+64
* systemd: highlight ordering cycle deletionsOlivier Brunel2012-11-151-1/+2
* man: fix a bunch of typos in docsThomas Hindoe Paaboel Andersen2012-09-131-1/+1
* systemd: added new dependency PartOfMichal Sekletar2012-07-261-0/+12
* unit: rename BindTo= to BindsTo=Lennart Poettering2012-07-131-2/+2
* core: add NOP jobs, job type collapsingMichal Schmidt2012-04-251-8/+10
* service: introduce Type=idle and use it for gettysLennart Poettering2012-04-241-0/+14
* transaction: cancel jobs non-recursively on isolateMichal Schmidt2012-04-231-6/+4
* transaction: abort does not need to use recursive deletionMichal Schmidt2012-04-241-1/+1
* transaction: fix detection of cycles involving installed jobsMichal Schmidt2012-04-241-0/+8
* transaction: improve readabilityMichal Schmidt2012-04-241-90/+62