summaryrefslogtreecommitdiff
path: root/src/core/transaction.c
AgeCommit message (Expand)Author
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