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