summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | service: when starting a service make a copy of the watchdog timeout and use ...Lennart Poettering2018-10-262-3/+14
| * | service: continue to use the overriden timeout when forking off againLennart Poettering2018-10-261-1/+1
| * | service: rename service_reset_watchdog_timeout() → service_override_watchdo...Lennart Poettering2018-10-261-2/+2
| * | service: rework service_extend_timeout()Lennart Poettering2018-10-261-31/+36
| * | service: explicit stop the watchdog when we shall not use itLennart Poettering2018-10-261-4/+6
* | | Merge pull request #10534 from poettering/cmdline-fixletsLennart Poettering2018-10-262-12/+23
|\ \ \ | |/ / |/| |
| * | proc-cmdline: teach proc_cmdline_get_key() the same flags magic as proc_cmdli...Lennart Poettering2018-10-261-4/+14
| * | proc-cmdline: use FLAGS_SET() where appropriateLennart Poettering2018-10-261-5/+6
| * | proc-cmdline: use our usual syntax for denoting bit mask enumsLennart Poettering2018-10-261-3/+3
* | | journalctl: in --follow mode watch stdout for POLLHUP/POLLERR and exitLennart Poettering2018-10-261-17/+48
* | | lgtm: add a custom query for catching the use of fgetsEvgeny Vereshchagin2018-10-261-0/+23
| |/ |/|
* | Merge pull request #10519 from poettering/serialize-fixesZbigniew Jędrzejewski-Szmek2018-10-2634-528/+603
|\ \ | |/ |/|
| * CODING_STYLE: briefly mention that fgets() should not be used anymoreLennart Poettering2018-10-261-0/+4
| * fileio: drop FOREACH_LINE(), it's not used anymoreLennart Poettering2018-10-261-9/+0
| * core: rework serializationLennart Poettering2018-10-2631-460/+517
| * core: make manager_serialize() a bit easier to read by adding predicate functionLennart Poettering2018-10-261-6/+14
| * core: strjoina() in a loop is never OKLennart Poettering2018-10-261-3/+7
| * automount: fix deserialization of dev_tLennart Poettering2018-10-261-3/+4
| * core: enforce a limit on STATUS= texts recvd from servicesLennart Poettering2018-10-262-2/+8
| * core: when deserializing state always use read_line(…, LONG_LINE_MAX, …)Lennart Poettering2018-10-264-46/+50
|/
* Merge pull request #10525 from poettering/journal-vaccum-allZbigniew Jędrzejewski-Szmek2018-10-266-144/+361
|\
| * journal-file: structured initialization is your friendLennart Poettering2018-10-251-15/+15
| * journald: when we are asked to rotate all files, let's also look at closed filesLennart Poettering2018-10-251-6/+145
| * man: document the new combined --vacuum*= and --rotate invocationLennart Poettering2018-10-251-29/+28
| * journalctl: fix error number in error messageLennart Poettering2018-10-251-1/+1
| * journalctl: add ability to vacuum and rotate in one stepLennart Poettering2018-10-251-4/+14
| * journald: log about an OOM conditionLennart Poettering2018-10-251-1/+3
| * journald: debug log when we cannot read the machine IDLennart Poettering2018-10-251-5/+8
| * journal-file: refactor journal_file_open_reliably()Lennart Poettering2018-10-252-19/+42
| * journal-file: refactor journal_file_rotate()Lennart Poettering2018-10-252-46/+84
| * journal: refactor out loop that processes deferred closes into its own functionLennart Poettering2018-10-251-6/+13
| * journal: fix some type confusion in journal_directory_vacuum()Lennart Poettering2018-10-251-4/+3
| * journald: use structured initializationLennart Poettering2018-10-251-7/+8
| * journald: use usec_sub_unsigned() where we canLennart Poettering2018-10-251-7/+3
* | Merge pull request #10522 from lnykryn/initrd_debugZbigniew Jędrzejewski-Szmek2018-10-264-10/+23
|\ \
| * | debug-generator: introduce rd.* version of all optionsLukas Nykryn2018-10-252-9/+20
| * | proc-cmdline: introduce PROC_CMDLINE_RD_STRICTLukas Nykryn2018-10-252-1/+3
* | | man: journalctl: expand description of --allLucas Werkmeister2018-10-261-3/+3
* | | sd-device: fix wrong assertion (#10530)Yu Watanabe2018-10-261-1/+1
* | | Merge pull request #10523 from poettering/fd-get-path-optimizeYu Watanabe2018-10-262-13/+13
|\ \ \
| * | | fd-util: optimize fd_get_path() a bitLennart Poettering2018-10-251-12/+12
| * | | fs-util: increase start buffer size in readlinkat_malloc()Lennart Poettering2018-10-251-1/+1
| | |/ | |/|
* | | core: reword polkit request a bit (#10524)Lennart Poettering2018-10-261-1/+1
|/ /
* | Merge pull request #10378 from poettering/json-fuzz-fixZbigniew Jędrzejewski-Szmek2018-10-256-59/+214
|\ \
| * | fuzz: add test from oss-fuzz#10908Lennart Poettering2018-10-181-0/+9
| * | json: add an assert_cc() check that validates _JSON_VARIANT_MAGIC_MAXLennart Poettering2018-10-181-0/+5
| * | macro.h: include assert.h so that static_assert can be properly checked forLennart Poettering2018-10-181-0/+1
| * | json: add support for using static const strings directly as JsonVariant objectsLennart Poettering2018-10-183-26/+86
| * | json: minor optimizationLennart Poettering2018-10-182-9/+5
| * | json: when creating an object, insist that every second item is a stringLennart Poettering2018-10-181-0/+4