]> git.ipfire.org Git - thirdparty/systemd.git/history - src/core/transaction.c
tree-wide: drop {} from one-line if blocks
[thirdparty/systemd.git] / src / core / transaction.c
2015-09-09  Lennart Poetteringtree-wide: drop {} from one-line if blocks 1207/head
2015-09-09  Lennart Poetteringtree-wide: don't do assignments within if checks
2015-06-04  David HerrmannMerge pull request #57 from pwithnall/wip/pwithnall...
2015-06-02  Daniel MackMerge pull request #4 from systemd-mailing-devs/1431989...
2015-05-21  Lennart Poetteringcore: properly handle jobs that are suppressed to JOB_N...
2015-05-19  Lennart Poetteringcore: when propagating restart requests due to deps...
2015-05-19  Lennart Poetteringcore: sd_bus_error() already checks for NULL, no need...
2015-05-19  Lennart Poetteringcore: reinstate propagation of stop/restart jobs via...
2015-05-11  Lennart Poetteringcore,network: major per-object logging rework
2015-04-27  Ivan Shapovalovcore: coldplug all units which participate in jobs...
2015-04-10  Ronny Chevaliershared: add terminal-util.[ch]
2015-02-23  Thomas Hindoe Paab... remove unused includes
2014-12-10  Lennart Poetteringsd-bus: move common errors src/shared/bus-errors.h...
2014-11-28  Michal Schmidttreewide: more log_*_errno + return simplifications
2014-11-28  Michal Schmidttreewide: no need to negate errno for log_*_errno()
2014-11-28  Michal Schmidttreewide: auto-convert the simple cases to log_*_errno()
2014-11-27  Lennart Poetteringlog: rearrange log function naming
2014-11-27  Michal Schmidtcore: fix transaction destructiveness check once more
2014-11-26  Michal Schmidtcore: fix check for transaction destructiveness
2014-11-02  Zbigniew Jędrzejew... Raise level of 'Found dependency...' lines
2014-10-31  Zbigniew Jędrzejew... Convert the rest to sd_bus_errnomap
2014-09-15  Michal Schmidthashmap: introduce hash_ops to make struct Hashmap...
2014-07-31  Zbigniew Jędrzejew... systemd-analyze verify: improve error message
2014-06-26  Uoti Urpalacore/transaction: fix cycle break attempts outside...
2014-06-22  Zbigniew Jędrzejew... core/transaction: avoid misleading error message when...
2014-06-22  Zbigniew Jędrzejew... core/transaction: reindent and split very long lines
2014-02-06  Zbigniew Jędrzejew... transaction: print more information about conflicting...
2013-11-26  Lennart Poetteringcore: add new "flush" job mode to cancel all other...
2013-11-20  Lennart Poetteringcore: convert PID 1 to libsystemd-bus
2013-10-14  Lennart Poetteringlist: make our list macros a bit easier to use by not...
2013-09-16  Zbigniew Jędrzejew... transaction.c: do not point users to logs when unit...
2013-07-16  Zbigniew Jędrzejew... systemd: do not output status messages once gettys...
2013-06-28  Lennart Poetteringcore: add transient units
2013-05-03  Zbigniew Jędrzejew... Add __attribute__((const, pure, format)) in various...
2013-04-18  Simon PeetersMove bus_error to dbus-common and remove bus_error_mess...
2013-03-01  Zbigniew Jędrzejew... Merge branch 'python-systemd-reader'
2013-02-28  Michal Schmidtcore/transaction: replace a bare status_printf()
2013-02-22  Michal Schmidtcore, systemctl: add support for irreversible jobs
2013-02-09  Lennart Poetteringshutdown: issue a sync() as soon as shutdown.target...
2013-01-07  Tom GundersenMerge nss-myhostname
2013-01-06  Zbigniew Jędrzejew... systemd: use unit logging macros
2012-11-15  Olivier Brunelsystemd: highlight ordering cycle deletions
2012-09-13  Thomas Hindoe Paab... man: fix a bunch of typos in docs
2012-07-26  Michal Sekletarsystemd: added new dependency PartOf
2012-07-13  Lennart Poetteringunit: rename BindTo= to BindsTo=
2012-04-25  Michal Schmidtcore: add NOP jobs, job type collapsing
2012-04-24  Lennart Poetteringservice: introduce Type=idle and use it for gettys
2012-04-23  Michal Schmidttransaction: cancel jobs non-recursively on isolate
2012-04-23  Michal Schmidttransaction: abort does not need to use recursive deletion
2012-04-23  Michal Schmidttransaction: fix detection of cycles involving installe...
2012-04-23  Michal Schmidttransaction: improve readability
2012-04-22  Lennart Poetteringtransaction: downgrade warnings about masked units
2012-04-22  Lennart Poetteringtransaction: add missing emacs and license headers
2012-04-20  Michal Schmidttransaction: add starting requirements for JOB_RESTART
2012-04-20  Michal Schmidttransaction: remove checks for installed
2012-04-20  Michal Schmidttransaction: rework merging with installed jobs
2012-04-20  Michal Schmidtjob: separate job_install()
2012-04-20  Michal Schmidttransaction: remove a couple of asserts
2012-04-20  Michal Schmidttransaction: remove the anchor link
2012-04-20  Michal Schmidttransaction: avoid garbage collecting the anchor job
2012-04-20  Michal Schmidttransaction: simplify transaction_find_jobs_that_matter...
2012-04-20  Michal Schmidttransaction: change the linking of isolate jobs to...
2012-04-20  Michal Schmidttransaction: maintain anchor_job
2012-04-20  Michal Schmidttransaction: do not add installed jobs to the transaction
2012-04-20  Michal Schmidtjob: jobs shouldn't need to know about transaction...
2012-04-20  Michal Schmidtjob: job_new() can find the manager from the unit
2012-04-20  Michal Schmidtmanager: split transaction.[ch]