summaryrefslogtreecommitdiff
path: root/src/core/job.h
AgeCommit message (Expand)AuthorFilesLines
2014-01-27core: add function to tell when job will time outZbigniew Jędrzejewski-Szmek1-0/+2
2013-12-02systemd: treat reload failure as failureZbigniew Jędrzejewski-Szmek1-1/+2
2013-11-26core: add new "flush" job mode to cancel all other jobs when queuing a new jobLennart Poettering1-0/+1
2013-11-26core: replace OnFailureIsolate= setting by a more generic OnFailureJobMode= s...Lennart Poettering1-2/+1
2013-11-20core: convert PID 1 to libsystemd-busLennart Poettering1-13/+4
2013-11-08Remove dead code and unexport some callsLennart Poettering1-2/+0
2013-05-02Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek1-13/+13
2013-02-22core, systemctl: add support for irreversible jobsMichal Schmidt1-0/+2
2013-02-09shutdown: issue a sync() as soon as shutdown.target is queuedLennart Poettering1-0/+2
2012-10-25job: add comments to JobResult valuesMichal Schmidt1-6/+6
2012-07-19use #pragma once instead of foo*foo #define guardsShawn Landden1-4/+1
2012-05-14unit: unit type dependent status messagesMichal Schmidt1-5/+5
2012-04-25core: add NOP jobs, job type collapsingMichal Schmidt1-13/+31
2012-04-23transaction: cancel jobs non-recursively on isolateMichal Schmidt1-1/+1
2012-04-24job: serialize jobs properlyMichal Schmidt1-0/+6
2012-04-20dbus-job: allow multiple bus clientsMichal Schmidt1-3/+12
2012-04-20transaction: rework merging with installed jobsMichal Schmidt1-1/+1
2012-04-20job: separate job_install()Michal Schmidt1-1/+2
2012-04-20transaction: remove the anchor linkMichal Schmidt1-2/+0
2012-04-20job: jobs shouldn't need to know about transaction anchorsMichal Schmidt1-3/+2
2012-04-20job: job_new() can find the manager from the unitMichal Schmidt1-1/+1
2012-04-20manager: split transaction.[ch]Michal Schmidt1-0/+1
2012-04-20manager: Transaction as an objectMichal Schmidt1-2/+2
2012-04-20job: job_uninstall()Michal Schmidt1-0/+1
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering1-4/+4
2012-04-11move libsystemd_core.la sources into core/Kay Sievers1-0/+200