summaryrefslogtreecommitdiff
path: root/src/core/job.h
Commit message (Expand)AuthorAge
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-23
* unit: handle nicely of certain unit types are not supported on specific systemsLennart Poettering2014-12-15
* core: fix assertion failure in checking a transaction with a JOB_NOPMichal Schmidt2014-11-26
* core: introduce the concept of AssertXYZ= similar to ConditionXYZ=, but fatal...Lennart Poettering2014-11-06
* core: Rename Job.subscribed field to Job.clientsStef Walter2014-08-15
* bus: add sd_bus_track object for tracking peers, and port core over to itLennart Poettering2014-03-03
* core: add function to tell when job will time outZbigniew Jędrzejewski-Szmek2014-01-27
* systemd: treat reload failure as failureZbigniew Jędrzejewski-Szmek2013-12-02
* core: add new "flush" job mode to cancel all other jobs when queuing a new jobLennart Poettering2013-11-26
* core: replace OnFailureIsolate= setting by a more generic OnFailureJobMode= s...Lennart Poettering2013-11-26
* core: convert PID 1 to libsystemd-busLennart Poettering2013-11-20
* Remove dead code and unexport some callsLennart Poettering2013-11-08
* Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek2013-05-02
* core, systemctl: add support for irreversible jobsMichal Schmidt2013-02-22
* shutdown: issue a sync() as soon as shutdown.target is queuedLennart Poettering2013-02-09
* job: add comments to JobResult valuesMichal Schmidt2012-10-25
* use #pragma once instead of foo*foo #define guardsShawn Landden2012-07-19
* unit: unit type dependent status messagesMichal Schmidt2012-05-14
* core: add NOP jobs, job type collapsingMichal Schmidt2012-04-25
* transaction: cancel jobs non-recursively on isolateMichal Schmidt2012-04-23
* job: serialize jobs properlyMichal Schmidt2012-04-24
* dbus-job: allow multiple bus clientsMichal Schmidt2012-04-20
* transaction: rework merging with installed jobsMichal Schmidt2012-04-20
* job: separate job_install()Michal Schmidt2012-04-20
* transaction: remove the anchor linkMichal Schmidt2012-04-20
* job: jobs shouldn't need to know about transaction anchorsMichal Schmidt2012-04-20
* job: job_new() can find the manager from the unitMichal Schmidt2012-04-20
* manager: split transaction.[ch]Michal Schmidt2012-04-20
* manager: Transaction as an objectMichal Schmidt2012-04-20
* job: job_uninstall()Michal Schmidt2012-04-20
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-12
* move libsystemd_core.la sources into core/Kay Sievers2012-04-11