summaryrefslogtreecommitdiff
path: root/src/core/job.c
Commit message (Expand)AuthorAgeFilesLines
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-0/+1
* util: split out escaping code into escape.[ch]Lennart Poettering2015-10-241-8/+11
* cgtop: underline table headerLennart Poettering2015-09-221-7/+7
* basic: rework virtualization detection APILennart Poettering2015-09-071-1/+1
* core: adjust job completion message log levelsMichal Schmidt2015-07-211-2/+13
* core: small refactor of job completion loggingMichal Schmidt2015-07-211-25/+15
* core: log completion of remaining job typesMichal Schmidt2015-07-211-1/+7
* core: do not log done failed-condition jobs as if unit startedMichal Schmidt2015-07-211-9/+14
* core: try harder to get job completion messages tooMichal Schmidt2015-07-211-124/+68
* core: fix confusing logging of instantaneous jobsMichal Schmidt2015-07-211-20/+45
* treewide: fix typos of let'sZbigniew Jędrzejewski-Szmek2015-07-061-2/+2
* core: when propagating restart requests due to deps, downgrade restart to try...Lennart Poettering2015-05-191-14/+14
* core: introduce seperate reverse dependencies for Requires= and Requisite=Lennart Poettering2015-05-191-31/+26
* core: rename SystemdRunningAs to ManagerRunningAsLennart Poettering2015-05-111-1/+1
* core,network: major per-object logging reworkLennart Poettering2015-05-111-33/+34
* core: annotate event sourcesTom Gundersen2015-04-291-0/+4
* shared: add terminal-util.[ch]Ronny Chevalier2015-04-111-0/+1
* util: add shell_maybe_quote() call for preparing a string for shell cmdline i...Lennart Poettering2015-04-091-5/+3
* tree-wide: there is no ENOTSUP on linuxDavid Herrmann2015-03-131-1/+1
* core: add missing words to my fix of explanation of associativityTom Gundersen2015-03-121-1/+1
* core: fix explanation of associativityTom Gundersen2015-03-111-2/+2
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-5/+0
* Add a snprinf wrapper which checks that the buffer was big enoughZbigniew Jędrzejewski-Szmek2015-02-011-1/+0
* core: rework counting of running jobsLennart Poettering2015-01-051-17/+44
* unit: handle nicely of certain unit types are not supported on specific systemsLennart Poettering2014-12-151-6/+18
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-1/+1
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-1/+1
* log: fix order of log_unit_struct() to match other logging callsLennart Poettering2014-11-281-27/+27
* log: rearrange log function namingLennart Poettering2014-11-271-12/+12
* core: drop now-redundant special-casing of JOB_NOPMichal Schmidt2014-11-261-2/+2
* core: fix assertion failure in checking a transaction with a JOB_NOPMichal Schmidt2014-11-261-0/+3
* core: introduce the concept of AssertXYZ= similar to ConditionXYZ=, but fatal...Lennart Poettering2014-11-061-0/+8
* manager: convert ephemeral to enumZbigniew Jędrzejewski-Szmek2014-10-271-1/+1
* job: optionally, when a job timeout is hit, also execute a failure actionLennart Poettering2014-10-281-2/+6
* Quote unit names in suggested systemctl commandlinesZbigniew Jędrzejewski-Szmek2014-08-311-2/+9
* core: Rename Job.subscribed field to Job.clientsStef Walter2014-08-151-5/+5
* job: always add waiting jobs to run queue during coldplugMichael Marineau2014-05-121-3/+3
* job: add waiting jobs to run queue in unit_coldplugBrandon Philips2014-04-261-0/+3
* sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM...Lennart Poettering2014-03-241-2/+12
* Make tables for DEFINE_STRING_TABLE_LOOKUP consistentDaniel Mack2014-03-071-1/+1
* bus: add sd_bus_track object for tracking peers, and port core over to itLennart Poettering2014-03-031-9/+13
* macro: introduce a nice macro for disabling -Wformat-nonliteral temporarilyLennart Poettering2014-02-201-6/+6
* api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering2014-02-201-2/+2
* journald: log provenience of signalsZbigniew Jędrzejewski-Szmek2014-02-111-3/+0
* manager: print ephemeral information about running jobs' timeouts (v2)Zbigniew Jędrzejewski-Szmek2014-01-281-2/+5
* Revert "manager: print ephemeral information about running jobs' timeouts"Kay Sievers2014-01-281-4/+1
* manager: also turn on output on unit failureZbigniew Jędrzejewski-Szmek2014-01-271-0/+4
* manager: print ephemeral information about running jobs' timeoutsZbigniew Jędrzejewski-Szmek2014-01-271-1/+4
* core: add function to tell when job will time outZbigniew Jędrzejewski-Szmek2014-01-271-0/+31
* Use format patterns for usec_t, pid_t, nsec_t, usec_tZbigniew Jędrzejewski-Szmek2014-01-021-2/+2