summaryrefslogtreecommitdiff
path: root/src/journal
Commit message (Expand)AuthorAgeFilesLines
* journald: when journald namespace instances log, they can do so safely to the...Lennart Poettering2021-07-091-9/+16
* fix: point to the correct drop-ins subdirectory for confsJóhann B. Guðmundsson2021-05-061-1/+1
* journald: Retry if posix_fallocate returned -1 (EINTR)Igor Zhbanov2021-05-061-2/+3
* journald: enforce longer line length limit during "setup" phase of stream pro...Yangyang Shen2021-05-061-7/+28
* journald: fix %m usageZbigniew Jędrzejewski-Szmek2021-05-061-2/+2
* tree-wide: avoid uninitialized warning on _cleanup_ variablesLuca Boccassi2021-05-062-6/+6
* 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
* | | tree-wide: fix typoYu Watanabe2020-12-161-1/+1
* | | Merge pull request #17967 from poettering/connect-user-busLennart Poettering2020-12-151-1/+1
|\ \ \ | |/ / |/| |
| * | hostname-util: flagsify hostname_is_valid(), drop machine_name_is_valid()Lennart Poettering2020-12-151-1/+1
* | | journalctl: don't skip the entries that have the same seqnumshenyangyang42020-12-152-3/+8
|/ /
* | mmap-cache: drop ret_size from mmap_cache_get()Vito Caputo2020-12-135-40/+25
|/
* mmap-cache: bind prot(ection) to MMapFileDescriptorVito Caputo2020-12-106-41/+33
* mmap-cache: separate context and window list cache hit accountingVito Caputo2020-12-101-4/+4