summaryrefslogtreecommitdiff
path: root/src/journal
Commit message (Expand)AuthorAgeFilesLines
* alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()Lennart Poettering2021-05-197-46/+57
* Merge pull request #18863 from keszybz/cmdline-escapingLennart Poettering2021-05-071-1/+1
|\
| * core,journald: use quoted commandlinesZbigniew Jędrzejewski-Szmek2021-05-051-1/+1
* | Merge pull request #19391 from poettering/dissect-growZbigniew Jędrzejewski-Szmek2021-05-071-1/+1
|\ \
| * | tree-wide: enable automatic growing of file systems in images in various tool...Lennart Poettering2021-04-231-1/+1
* | | fuzz-journald-kmsg: silence output as usualZbigniew Jędrzejewski-Szmek2021-05-051-0/+5
|/ /
* | fix: point to the correct drop-ins subdirectory for confsJóhann B. Guðmundsson2021-04-221-1/+1
* | journald: Retry if posix_fallocate returned -1 (EINTR)Igor Zhbanov2021-04-211-2/+3
* | journald: enforce longer line length limit during "setup" phase of stream pro...Yangyang Shen2021-04-211-7/+28
* | journald: fix %m usageZbigniew Jędrzejewski-Szmek2021-04-141-2/+2
* | tree-wide: avoid uninitialized warning on _cleanup_ variablesLuca Boccassi2021-04-142-6/+6
* | Merge pull request #18958 from poettering/dissect-no-rootZbigniew Jędrzejewski-Szmek2021-03-311-1/+4
|\ \ | |/ |/|
| * dissect-image: split DISSECT_IMAGE_REQUIRE_ROOT in twoLennart Poettering2021-03-161-1/+4
* | config files: recommend systemd-analyze cat-configZbigniew Jędrzejewski-Szmek2021-03-261-0/+2
* | journald: restore syslog priority *with* facility bits for stream connections...Lennart Poettering2021-03-161-7/+25
* | journald: use log_warning_errno() where appropriateLennart Poettering2021-03-161-16/+8
|/
* Merge pull request #18852 from yuwata/tree-wide-use-UINT64_MAXZbigniew Jędrzejewski-Szmek2021-03-055-8/+8
|\
| * tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-055-6/+6
| * tree-wide: use usec_add() and usec_sub_unsigned()Yu Watanabe2021-03-051-2/+2
* | journal: make namespace invocation also support drop-in configYu Watanabe2021-03-051-8/+10
|/
* tree-wide: use ppoll_usec()Yu Watanabe2021-03-041-14/+6
* Recommend drop-ins over modifications to the main config fileZbigniew Jędrzejewski-Szmek2021-02-191-7/+8
* sd-device: add sd_device_get_action() + sd_device_get_seqnum() + sd_device_ne...Lennart Poettering2021-02-181-2/+1
* Merge pull request #18596 from keszybz/systemctl-quiet-legendLennart Poettering2021-02-171-10/+6
|\
| * tree-wide: add a helper to parse boolean optargZbigniew Jędrzejewski-Szmek2021-02-171-10/+6
* | tree-wide: reset the cleaned-up variable in cleanup functionsZbigniew Jędrzejewski-Szmek2021-02-161-2/+2
* | tree-wide: return NULL from freeing functionsZbigniew Jędrzejewski-Szmek2021-02-162-4/+4
|/
* Move and rename parse_path_argument() functionZbigniew Jędrzejewski-Szmek2021-02-151-2/+3
* tree-wide: propagate error code from _from_string() functionsZbigniew Jędrzejewski-Szmek2021-02-102-7/+5
* tree-wide: use -EINVAL for enum invalid valuesZbigniew Jędrzejewski-Szmek2021-02-102-3/+3
* tree-wide: enable colorized logging for daemons when run in consoleYu Watanabe2021-02-012-2/+2
* tree-wide: Drop custom formatting for print() help messagesDaan De Meyer2021-01-312-11/+12
* tree-wide: add spdx header on all scripts and helpersZbigniew Jędrzejewski-Szmek2021-01-281-0/+1
* varlink: make 'userdata' pointer inheritance from varlink server to connectio...Lennart Poettering2021-01-211-1/+1
* Merge pull request #18038 from yuwata/meson-splitYu Watanabe2021-01-1950-17148/+269
|\
| * meson: move test or fuzzer definitions to relevant meson.build in subdirectoriesYu Watanabe2021-01-191-0/+57
| * meson: slightly disentangle code dependenciesYu Watanabe2021-01-191-0/+2
| * meson: move libjournal_core definition to src/journal/meson.buildYu Watanabe2021-01-191-7/+13
| * fuzzers: move several fuzzersYu Watanabe2021-01-199-0/+197
| * sd-journal: move source files for sd-journal to src/libsystemd/sd-journalYu Watanabe2021-01-1941-17141/+0
* | journal: context - use hashmap_ensure_putSusant Sahani2021-01-181-5/+1
* | journal: context - Use _cleanup_free_Susant Sahani2021-01-181-5/+3
|/
* journal: journal-file - tighten variable scope used in loopSusant Sahani2021-01-171-13/+9
* Add install-sysconfdir=no-samples option for (non-)installation of sample con...Josh Triplett2021-01-141-1/+1
* journal: send journald logs to kmsg againFranck Bui2021-01-121-2/+8
* Merge pull request #17702 from rnhmjoj/masterLennart Poettering2020-12-161-1/+3
|\
| * tree-wide: avoid direct use of color macrosrnhmjoj2020-12-151-1/+3
* | Merge pull request #17799 from yuwata/oss-fuzz-25353Zbigniew Jędrzejewski-Szmek2020-12-162-0/+43
|\ \
| * | journal: refuse data which contain invalid fieldsYu Watanabe2020-12-161-0/+3
| * | journal: move journal_field_valid() to journal_file.cYu Watanabe2020-12-162-0/+40