index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
job.h
Age
Commit message (
Expand
)
Author
2016-05-16
core: don't log job status message in case job was effectively NOP (#3199)
Michal Sekletar
2016-02-10
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-04
core: rework job_get_timeout() to use usec_t and handle USEC_INFINITY time ev...
Lennart Poettering
2016-01-31
core: refactoring: add job_type_to_access_method
Evgeny Vereshchagin
2016-01-28
core: make sure "systemctl reload-or-try-restart is actually a noop if a unit...
Lennart Poettering
2015-11-18
tree-wide: sort includes in *.h
Thomas Hindoe Paaboel Andersen
2015-11-12
core: drop "override" flag when building transactions
Lennart Poettering
2015-10-24
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-05-19
core: when propagating restart requests due to deps, downgrade restart to try...
Lennart Poettering
2015-02-23
remove unused includes
Thomas Hindoe Paaboel Andersen
2014-12-15
unit: handle nicely of certain unit types are not supported on specific systems
Lennart Poettering
2014-11-26
core: fix assertion failure in checking a transaction with a JOB_NOP
Michal Schmidt
2014-11-06
core: introduce the concept of AssertXYZ= similar to ConditionXYZ=, but fatal...
Lennart Poettering
2014-08-15
core: Rename Job.subscribed field to Job.clients
Stef Walter
2014-03-03
bus: add sd_bus_track object for tracking peers, and port core over to it
Lennart Poettering
2014-01-27
core: add function to tell when job will time out
Zbigniew Jędrzejewski-Szmek
2013-12-02
systemd: treat reload failure as failure
Zbigniew Jędrzejewski-Szmek
2013-11-26
core: add new "flush" job mode to cancel all other jobs when queuing a new job
Lennart Poettering
2013-11-26
core: replace OnFailureIsolate= setting by a more generic OnFailureJobMode= s...
Lennart Poettering
2013-11-20
core: convert PID 1 to libsystemd-bus
Lennart Poettering
2013-11-08
Remove dead code and unexport some calls
Lennart Poettering
2013-05-02
Add __attribute__((const, pure, format)) in various places
Zbigniew Jędrzejewski-Szmek
2013-02-22
core, systemctl: add support for irreversible jobs
Michal Schmidt
2013-02-09
shutdown: issue a sync() as soon as shutdown.target is queued
Lennart Poettering
2012-10-25
job: add comments to JobResult values
Michal Schmidt
2012-07-19
use #pragma once instead of foo*foo #define guards
Shawn Landden
2012-05-14
unit: unit type dependent status messages
Michal Schmidt
2012-04-25
core: add NOP jobs, job type collapsing
Michal Schmidt
2012-04-23
transaction: cancel jobs non-recursively on isolate
Michal Schmidt
2012-04-24
job: serialize jobs properly
Michal Schmidt
2012-04-20
dbus-job: allow multiple bus clients
Michal Schmidt
2012-04-20
transaction: rework merging with installed jobs
Michal Schmidt
2012-04-20
job: separate job_install()
Michal Schmidt
2012-04-20
transaction: remove the anchor link
Michal Schmidt
2012-04-20
job: jobs shouldn't need to know about transaction anchors
Michal Schmidt
2012-04-20
job: job_new() can find the manager from the unit
Michal Schmidt
2012-04-20
manager: split transaction.[ch]
Michal Schmidt
2012-04-20
manager: Transaction as an object
Michal Schmidt
2012-04-20
job: job_uninstall()
Michal Schmidt
2012-04-12
relicense to LGPLv2.1 (with exceptions)
Lennart Poettering
2012-04-11
move libsystemd_core.la sources into core/
Kay Sievers