summaryrefslogtreecommitdiff
path: root/src/core/job.h
AgeCommit message (Expand)Author
2016-11-16core: add bus calls for determining jobs waiting for other jobsLennart Poettering
2016-11-16core: GC redundant device jobs from the run queueLennart Poettering
2016-11-16core: rename "clients" field of Job structure to "bus_track"Lennart Poettering
2016-11-16core: a few small coding style/modernization updates for job.cLennart Poettering
2016-08-22core: add Ref()/Unref() bus calls for unitsLennart Poettering
2016-05-16core: don't log job status message in case job was effectively NOP (#3199)Michal Sekletar
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-02-04core: rework job_get_timeout() to use usec_t and handle USEC_INFINITY time ev...Lennart Poettering
2016-01-31core: refactoring: add job_type_to_access_methodEvgeny Vereshchagin
2016-01-28core: make sure "systemctl reload-or-try-restart is actually a noop if a unit...Lennart Poettering
2015-11-18tree-wide: sort includes in *.hThomas Hindoe Paaboel Andersen
2015-11-12core: drop "override" flag when building transactionsLennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-05-19core: when propagating restart requests due to deps, downgrade restart to try...Lennart Poettering
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2014-12-15unit: handle nicely of certain unit types are not supported on specific systemsLennart Poettering
2014-11-26core: fix assertion failure in checking a transaction with a JOB_NOPMichal Schmidt
2014-11-06core: introduce the concept of AssertXYZ= similar to ConditionXYZ=, but fatal...Lennart Poettering
2014-08-15core: Rename Job.subscribed field to Job.clientsStef Walter
2014-03-03bus: add sd_bus_track object for tracking peers, and port core over to itLennart Poettering
2014-01-27core: add function to tell when job will time outZbigniew Jędrzejewski-Szmek
2013-12-02systemd: treat reload failure as failureZbigniew Jędrzejewski-Szmek
2013-11-26core: add new "flush" job mode to cancel all other jobs when queuing a new jobLennart Poettering
2013-11-26core: replace OnFailureIsolate= setting by a more generic OnFailureJobMode= s...Lennart Poettering
2013-11-20core: convert PID 1 to libsystemd-busLennart Poettering
2013-11-08Remove dead code and unexport some callsLennart Poettering
2013-05-02Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek
2013-02-22core, systemctl: add support for irreversible jobsMichal Schmidt
2013-02-09shutdown: issue a sync() as soon as shutdown.target is queuedLennart Poettering
2012-10-25job: add comments to JobResult valuesMichal Schmidt
2012-07-19use #pragma once instead of foo*foo #define guardsShawn Landden
2012-05-14unit: unit type dependent status messagesMichal 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-20dbus-job: allow multiple bus clientsMichal 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: split transaction.[ch]Michal Schmidt
2012-04-20manager: Transaction as an objectMichal Schmidt
2012-04-20job: job_uninstall()Michal Schmidt
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering
2012-04-11move libsystemd_core.la sources into core/Kay Sievers