summaryrefslogtreecommitdiff
path: root/src/core/job.h
Commit message (Expand)AuthorAgeFilesLines
* core: add Ref()/Unref() bus calls for unitsLennart Poettering2016-08-221-2/+2
* core: don't log job status message in case job was effectively NOP (#3199)Michal Sekletar2016-05-161-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* core: rework job_get_timeout() to use usec_t and handle USEC_INFINITY time ev...Lennart Poettering2016-02-041-2/+2
* core: refactoring: add job_type_to_access_methodEvgeny Vereshchagin2016-01-311-0/+2
* core: make sure "systemctl reload-or-try-restart is actually a noop if a unit...Lennart Poettering2016-01-281-0/+3
* tree-wide: sort includes in *.hThomas Hindoe Paaboel Andersen2015-11-181-0/+1
* core: drop "override" flag when building transactionsLennart Poettering2015-11-121-1/+0
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-2/+4
* core: when propagating restart requests due to deps, downgrade restart to try...Lennart Poettering2015-05-191-1/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-4/+0
* unit: handle nicely of certain unit types are not supported on specific systemsLennart Poettering2014-12-151-1/+2
* core: fix assertion failure in checking a transaction with a JOB_NOPMichal Schmidt2014-11-261-4/+10
* core: introduce the concept of AssertXYZ= similar to ConditionXYZ=, but fatal...Lennart Poettering2014-11-061-0/+1
* core: Rename Job.subscribed field to Job.clientsStef Walter2014-08-151-3/+9
* bus: add sd_bus_track object for tracking peers, and port core over to itLennart Poettering2014-03-031-1/+2
* core: add function to tell when job will time outZbigniew Jędrzejewski-Szmek2014-01-271-0/+2
* systemd: treat reload failure as failureZbigniew Jędrzejewski-Szmek2013-12-021-1/+2
* core: add new "flush" job mode to cancel all other jobs when queuing a new jobLennart Poettering2013-11-261-0/+1
* core: replace OnFailureIsolate= setting by a more generic OnFailureJobMode= s...Lennart Poettering2013-11-261-2/+1
* core: convert PID 1 to libsystemd-busLennart Poettering2013-11-201-13/+4
* Remove dead code and unexport some callsLennart Poettering2013-11-081-2/+0
* Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek2013-05-021-13/+13
* core, systemctl: add support for irreversible jobsMichal Schmidt2013-02-221-0/+2
* shutdown: issue a sync() as soon as shutdown.target is queuedLennart Poettering2013-02-091-0/+2
* job: add comments to JobResult valuesMichal Schmidt2012-10-251-6/+6
* use #pragma once instead of foo*foo #define guardsShawn Landden2012-07-191-4/+1
* unit: unit type dependent status messagesMichal Schmidt2012-05-141-5/+5
* core: add NOP jobs, job type collapsingMichal Schmidt2012-04-251-13/+31
* transaction: cancel jobs non-recursively on isolateMichal Schmidt2012-04-231-1/+1
* job: serialize jobs properlyMichal Schmidt2012-04-241-0/+6
* dbus-job: allow multiple bus clientsMichal Schmidt2012-04-201-3/+12
* transaction: rework merging with installed jobsMichal Schmidt2012-04-201-1/+1
* job: separate job_install()Michal Schmidt2012-04-201-1/+2
* transaction: remove the anchor linkMichal Schmidt2012-04-201-2/+0
* job: jobs shouldn't need to know about transaction anchorsMichal Schmidt2012-04-201-3/+2
* job: job_new() can find the manager from the unitMichal Schmidt2012-04-201-1/+1
* manager: split transaction.[ch]Michal Schmidt2012-04-201-0/+1
* manager: Transaction as an objectMichal Schmidt2012-04-201-2/+2
* job: job_uninstall()Michal Schmidt2012-04-201-0/+1
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-121-4/+4
* move libsystemd_core.la sources into core/Kay Sievers2012-04-111-0/+200