summaryrefslogtreecommitdiff
path: root/src/job.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-11job: colored status messages on bootMichal Schmidt1-6/+7
2011-10-17manager: fix a crash in isolatingMichal Schmidt1-5/+14
2011-09-21job: after converting a job from restart to start readd it to run queueLennart Poettering1-1/+4
2011-04-16job: also print status messages when we successfully started a unitLennart Poettering1-6/+47
2011-04-07unit: introduce OnFailureIsolate=Lennart Poettering1-1/+7
2011-04-06job: fix deserialization of jobs: do not ignore orderingLennart Poettering1-2/+3
2011-03-08job: introduce new job result code 'skipped' to use when pre conditions of jo...Lennart Poettering1-1/+4
2011-03-08job: convert job type as early as we can, to simplify things a bitLennart Poettering1-3/+11
2011-02-28Spelling CorrectionsHarald Hoyer1-1/+1
2011-02-24job: also trigger on-failure dependencies when jobs faile due to dependencies...Lennart Poettering1-0/+7
2011-02-24job: don't access j->type when j is already freedLennart Poettering1-3/+3
2011-02-24job: start job timeout on enqueuing not when we start to process a jobLennart Poettering1-2/+0
2011-02-24dbus: pass along information why a job failed when it failed (dbus api change!)Lennart Poettering1-16/+31
2011-02-23job: start job timer when we begin running the job, not already when we add i...Lennart Poettering1-0/+2
2011-02-16systemctl: introduce --ignore-dependenciesLennart Poettering1-3/+8
2011-02-14job: make status message printing more verboseLennart Poettering1-1/+1
2010-11-18job: make sure we don't fail umount.target if a mount unit failed to stopLennart Poettering1-1/+1
2010-11-14job: make it possible to wait for devices to be unpluggedLennart Poettering1-0/+8
2010-10-29job: recursively fail BoundBy dependenciesLennart Poettering1-0/+7
2010-10-29unit: get rid of gnoreDependencyFailure= instead treat ConflictedBy= as weake...Lennart Poettering1-14/+3
2010-09-27job: show failure message only for start jobsLennart Poettering1-1/+1
2010-09-23dbus: export number of total failed jobs on D-Bus interfaceLennart Poettering1-1/+5
2010-09-21manager: measure startup timesLennart Poettering1-0/+2
2010-08-31manager: add missing second part of s/maintenance/failed/Matthew Miller1-3/+3
2010-08-14emacs: make sure nobody accidently adds tabs to our sourcesLennart Poettering1-1/+1
2010-08-13job: don't accidently access a job that doesn't exist anymoreLennart Poettering1-7/+18
2010-08-11gc: remove a lot of unused codeLennart Poettering1-24/+0
2010-08-09manager: when two pending jobs conflict, keep the one that "conflicts", remov...Lennart Poettering1-1/+10
2010-07-21job: make sure restart jobs are readded to the run queue after conversion to ...Lennart Poettering1-0/+2
2010-07-17job: timeout every job independently of the unitLennart Poettering1-2/+68
2010-07-12unit: introduce IgnoreDependencyFailure=Lennart Poettering1-3/+6
2010-07-08job: when converting restart jobs, move them to WAITING stateLennart Poettering1-2/+3
2010-07-07unit: don't cancel dependent jobs if a stopped daemon returned an error codeLennart Poettering1-1/+1
2010-07-07manager: optionally print status updates to console on bootLennart Poettering1-0/+3
2010-07-05dbus: send signals about jobs to the clients having created them unconditiona...Lennart Poettering1-4/+4
2010-07-01unit: shorten active state enums to make systemctl output nicerLennart Poettering1-7/+7
2010-07-01unit: add new abstracted maintenance state for unitsLennart Poettering1-3/+4
2010-05-22systemctl: add --block switch for synchronous starting of unitsLennart Poettering1-1/+2
2010-05-20job: don't show (null) prefix in dumpLennart Poettering1-2/+3
2010-05-16build-sys: move source files to subdirectoryLennart Poettering1-0/+589