summaryrefslogtreecommitdiff
path: root/src/core/job.c
AgeCommit message (Expand)Author
2013-05-02Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek
2013-04-23unit: rework trigger dependency logicLennart Poettering
2013-04-05Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek
2013-03-02job: print the "OK" status messages in normal greenMichal Schmidt
2013-02-28util, core: add support for ephemeral status linesMichal Schmidt
2013-02-28core: redefine unit_status_printf()Michal Schmidt
2013-02-27core: keep track of the number of JOB_RUNNING jobsMichal 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-25job: fix merging with --ignore-dependenciesMichal Schmidt
2013-01-18core: log USER_UNIT instead of UNIT if in user sessionMirco Tischler
2013-01-15core: use correct argument of type JobResultMichal Sekletar
2013-01-06systemd: use unit logging macrosZbigniew Jędrzejewski-Szmek
2012-10-25job: avoid recursion into transaction code from job cancelationMichal Schmidt
2012-10-13log: introduce a macro to format message idZbigniew Jędrzejewski-Szmek
2012-09-03journal: suppress structured messages if they'd go to the consoleLennart Poettering
2012-09-03journal: generate structured journal messages for a number of eventsLennart Poettering
2012-05-14job: info message if JOB_VERIFY_ACTIVE detects an inactive unitMichal Schmidt
2012-05-14job: report the status of first half of JOB_RESTART the same as JOB_STOPMichal Schmidt
2012-05-14unit: unit type dependent status messagesMichal Schmidt
2012-05-14job: change red [ABORT] status to yellow [DEPEND]Michal Schmidt
2012-05-14job: only jobs on the runqueue can be runMichal Schmidt
2012-04-25core: add NOP jobs, job type collapsingMichal Schmidt
2012-04-23transaction: cancel jobs non-recursively on isolateMichal Schmidt
2012-04-24job: serialize jobs properlyMichal Schmidt
2012-04-22job: the status messages are proper sentences, hence end them with a full stopLennart Poettering
2012-04-20dbus-job: allow multiple bus clientsMichal 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 the anchor linkMichal 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: Transaction as an objectMichal Schmidt
2012-04-20job: job_uninstall()Michal Schmidt
2012-04-20job: allow job_free() only on already unlinked jobsMichal Schmidt
2012-04-13unit: signal explicitly if a condition failed in unit_start()Lennart Poettering
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering
2012-04-11move libsystemd_core.la sources into core/Kay Sievers