summaryrefslogtreecommitdiff
path: root/src/core/transaction.c
Commit message (Expand)AuthorAge
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-23
* sd-bus: move common errors src/shared/bus-errors.h → src/libsystemd/sd-bus/...Lennart Poettering2014-12-10
* treewide: more log_*_errno + return simplificationsMichal Schmidt2014-11-28
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-28
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-28
* log: rearrange log function namingLennart Poettering2014-11-27
* core: fix transaction destructiveness check once moreMichal Schmidt2014-11-27
* core: fix check for transaction destructivenessMichal Schmidt2014-11-26
* Raise level of 'Found dependency...' linesZbigniew Jędrzejewski-Szmek2014-11-02
* Convert the rest to sd_bus_errnomapZbigniew Jędrzejewski-Szmek2014-10-30
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-15
* systemd-analyze verify: improve error messageZbigniew Jędrzejewski-Szmek2014-07-31
* core/transaction: fix cycle break attempts outside transactionUoti Urpala2014-06-26
* core/transaction: avoid misleading error message when unit not foundZbigniew Jędrzejewski-Szmek2014-06-22
* core/transaction: reindent and split very long linesZbigniew Jędrzejewski-Szmek2014-06-22
* transaction: print more information about conflicting jobsZbigniew Jędrzejewski-Szmek2014-02-06
* core: add new "flush" job mode to cancel all other jobs when queuing a new jobLennart Poettering2013-11-26
* core: convert PID 1 to libsystemd-busLennart Poettering2013-11-20
* list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering2013-10-14
* transaction.c: do not point users to logs when unit not foundZbigniew Jędrzejewski-Szmek2013-09-16
* systemd: do not output status messages once gettys are runningZbigniew Jędrzejewski-Szmek2013-07-15
* core: add transient unitsLennart Poettering2013-06-28
* Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek2013-05-02
* Move bus_error to dbus-common and remove bus_error_message_or_strerrorSimon Peeters2013-04-18
* core/transaction: replace a bare status_printf()Michal Schmidt2013-02-28
* core, systemctl: add support for irreversible jobsMichal Schmidt2013-02-22
* shutdown: issue a sync() as soon as shutdown.target is queuedLennart Poettering2013-02-09
* systemd: use unit logging macrosZbigniew Jędrzejewski-Szmek2013-01-06
* systemd: highlight ordering cycle deletionsOlivier Brunel2012-11-15
* man: fix a bunch of typos in docsThomas Hindoe Paaboel Andersen2012-09-13
* systemd: added new dependency PartOfMichal Sekletar2012-07-26
* unit: rename BindTo= to BindsTo=Lennart Poettering2012-07-13
* core: add NOP jobs, job type collapsingMichal Schmidt2012-04-25
* service: introduce Type=idle and use it for gettysLennart Poettering2012-04-24
* transaction: cancel jobs non-recursively on isolateMichal Schmidt2012-04-23
* transaction: abort does not need to use recursive deletionMichal Schmidt2012-04-24
* transaction: fix detection of cycles involving installed jobsMichal Schmidt2012-04-24
* transaction: improve readabilityMichal Schmidt2012-04-24
* transaction: downgrade warnings about masked unitsLennart Poettering2012-04-22
* transaction: add missing emacs and license headersLennart Poettering2012-04-22
* transaction: add starting requirements for JOB_RESTARTMichal Schmidt2012-04-20
* transaction: remove checks for installedMichal Schmidt2012-04-20
* transaction: rework merging with installed jobsMichal Schmidt2012-04-20
* job: separate job_install()Michal Schmidt2012-04-20
* transaction: remove a couple of assertsMichal Schmidt2012-04-20
* transaction: remove the anchor linkMichal Schmidt2012-04-20
* transaction: avoid garbage collecting the anchor jobMichal Schmidt2012-04-20
* transaction: simplify transaction_find_jobs_that_matter_to_anchor()Michal Schmidt2012-04-20
* transaction: change the linking of isolate jobs to the anchorMichal Schmidt2012-04-20
* transaction: maintain anchor_jobMichal Schmidt2012-04-20