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.c
Age
Commit message (
Expand
)
Author
2013-11-13
Fix possible lack of status messages on shutdown/reboot
Olivier Brunel
2013-11-08
Remove dead code and unexport some calls
Lennart Poettering
2013-10-14
list: make our list macros a bit easier to use by not requring type spec on e...
Lennart Poettering
2013-09-17
Make tmpdir removal asynchronous
Zbigniew Jędrzejewski-Szmek
2013-06-28
core: add transient units
Lennart Poettering
2013-05-02
Add __attribute__((const, pure, format)) in various places
Zbigniew Jędrzejewski-Szmek
2013-04-23
unit: rework trigger dependency logic
Lennart Poettering
2013-04-05
Use initalization instead of explicit zeroing
Zbigniew Jędrzejewski-Szmek
2013-03-02
job: print the "OK" status messages in normal green
Michal Schmidt
2013-02-28
util, core: add support for ephemeral status lines
Michal Schmidt
2013-02-28
core: redefine unit_status_printf()
Michal Schmidt
2013-02-27
core: keep track of the number of JOB_RUNNING jobs
Michal Schmidt
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
2013-01-25
job: fix merging with --ignore-dependencies
Michal Schmidt
2013-01-18
core: log USER_UNIT instead of UNIT if in user session
Mirco Tischler
2013-01-15
core: use correct argument of type JobResult
Michal Sekletar
2013-01-06
systemd: use unit logging macros
Zbigniew Jędrzejewski-Szmek
2012-10-25
job: avoid recursion into transaction code from job cancelation
Michal Schmidt
2012-10-13
log: introduce a macro to format message id
Zbigniew Jędrzejewski-Szmek
2012-09-03
journal: suppress structured messages if they'd go to the console
Lennart Poettering
2012-09-03
journal: generate structured journal messages for a number of events
Lennart Poettering
2012-05-14
job: info message if JOB_VERIFY_ACTIVE detects an inactive unit
Michal Schmidt
2012-05-14
job: report the status of first half of JOB_RESTART the same as JOB_STOP
Michal Schmidt
2012-05-14
unit: unit type dependent status messages
Michal Schmidt
2012-05-14
job: change red [ABORT] status to yellow [DEPEND]
Michal Schmidt
2012-05-14
job: only jobs on the runqueue can be run
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-22
job: the status messages are proper sentences, hence end them with a full stop
Lennart Poettering
2012-04-20
dbus-job: allow multiple bus clients
Michal Schmidt
2012-04-20
transaction: remove checks for installed
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: Transaction as an object
Michal Schmidt
2012-04-20
job: job_uninstall()
Michal Schmidt
2012-04-20
job: allow job_free() only on already unlinked jobs
Michal Schmidt
2012-04-13
unit: signal explicitly if a condition failed in unit_start()
Lennart Poettering
2012-04-12
relicense to LGPLv2.1 (with exceptions)
Lennart Poettering
2012-04-11
move libsystemd_core.la sources into core/
Kay Sievers