summaryrefslogtreecommitdiffstats
path: root/src/core/job.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: make refuse_late_merge a proper attr of Job and introduce TRANSACTION_R...Mike Yuan2024-10-271-17/+28
* core/job: trivial modernizationMike Yuan2024-10-271-6/+10
* core: do BindMount/MountImage operations in async control processLuca Boccassi2024-08-291-2/+2
* terminal-util: split out color macros/helpers into its own headerLennart Poettering2024-07-191-0/+1
* various: move ptr indicator to return valueZbigniew Jędrzejewski-Szmek2024-06-191-1/+1
* core: clean up OnFailure= and OnSuccess= handling a bitMike Yuan2024-06-091-3/+4
* core: switch j->unit->manager to j->managerMike Yuan2024-04-181-11/+17
* core: rename SoftRebootStartTimestamp -> ShutdownStartTimestamp and generalizeLuca Boccassi2024-04-171-2/+5
* core: Fail to start/stop/reload unit if frozenAdrian Vovk2024-01-301-1/+8
* core/job: emit job start message if we're only waiting for unit stateMike Yuan2023-12-121-17/+14
* serialize: add common deserialize_read_line() helper and use it everywhereLennart Poettering2023-09-081-12/+8
* core: refuse late merge only for anchor job when JOB_RESTART_DEPENDENCIESMike Yuan2023-07-121-2/+3
* service: fix for RestartMode=direct optionRichard Phibel2023-07-061-2/+2
* core: introduce a new job mode JOB_RESTART_DEPENDENCIESLennart Poettering2023-07-031-0/+1
* core: do not GC units/jobs that are in the D-Bus queueLennart Poettering2023-06-081-0/+4
* core: several cleanups for job_get_timeout()Yu Watanabe2023-05-101-3/+7
* core/job: use new job ID when we failed to deserialize job IDYu Watanabe2023-04-261-0/+4
* core/job: handle job ID overflow or conflict more sanelyYu Watanabe2023-04-261-1/+23
* core/job: fix indentationYu Watanabe2023-04-261-2/+2
* core/job: add one more assertionYu Watanabe2023-04-261-0/+1
* Uphold/StopWhenUnneeded/BindsTo: requeue when job finishesLuca Boccassi2023-04-131-0/+6
* doc: correct wrong use "'s" contractionsJan Engelhardt2023-03-071-1/+1
* tree-wide: drop () around the first argument of a ternary opZbigniew Jędrzejewski-Szmek2022-10-111-3/+3
* tree-wide: use nested ASSERT_PTRDavid Tardon2022-09-141-5/+1
* tree-wide: check parameter before dereferencingDavid Tardon2022-09-131-2/+4
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-2/+1
* Merge pull request #24404 from thatguystone/socket-jobsLennart Poettering2022-09-051-3/+21
|\
| * job: Don't discard propagated restart jobs when unit is activatingAndrew Stone2022-08-261-3/+21
* | tree-wide: Use "unmet" for condition checks, not "failed"Colin Walters2022-09-011-5/+5
* | core: add basic infrastructure to record unit activation informationLuca Boccassi2022-08-231-3/+26
|/
* core: drop unused BUS_UNIT_QUEUE_RETURN_SKIP_ON_CONDITION_FAIL flagLuca Boccassi2022-08-031-2/+2
* tree-wide: use LOG_MESSAGE() where possibleZbigniew Jędrzejewski-Szmek2022-05-111-7/+7
* core: split $MONITOR_METADATA and return it only if a single unit triggers On...Luca Boccassi2022-03-101-12/+0
* core: simply freeing list in job_free()Luca Boccassi2022-02-021-6/+2
* service: pass service exit status to spawned On{Failure,Success}= dependencyPeter Morrow2021-12-131-0/+16
* core: add StartUnitWithFlags DBUS methodLuca Boccassi2021-12-071-2/+2
* pid1: add a manager_trigger_run_queue() helperLennart Poettering2021-11-121-6/+2
* cgroup: re-evaluate startup units during shutdown as wellPeter Morrow2021-09-241-0/+2
* core: Add information on which condition failed to the job done messageDaan De Meyer2021-08-281-11/+43
* Revert "core: Add information on which condition failed to job skipped format...Lennart Poettering2021-08-261-34/+11
* core: Add information on which condition failed to job skipped format stringDaan De Meyer2021-08-261-11/+34
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-3/+3
* core: align string tablesZbigniew Jędrzejewski-Szmek2021-07-191-25/+25
* Merge pull request #20058 from keszybz/status-formatZbigniew Jędrzejewski-Szmek2021-07-011-280/+208
|\
| * core: rework unit printing and implement 'combined' formatZbigniew Jędrzejewski-Szmek2021-06-301-280/+208
* | Merge pull request #20030 from keszybz/exec_fd-event-sourceZbigniew Jędrzejewski-Szmek2021-07-011-3/+3
|\ \ | |/ |/|
| * core: disable event sources before unreffing themZbigniew Jędrzejewski-Szmek2021-05-121-3/+3
* | core: add new OnSuccess= dependency typeLennart Poettering2021-05-251-1/+1
* | core: rebreak a few commentsLennart Poettering2021-05-251-22/+16
* | core: split dependency types into atomsLennart Poettering2021-05-251-46/+38