summaryrefslogtreecommitdiff
path: root/src/journal
Commit message (Expand)AuthorAgeFilesLines
* 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
* mmap-cache: replace stats accessors with log funcVito Caputo2020-12-043-11/+4
* tree-wide: make use of new DLSYM_ARG() macro everywhereLennart Poettering2020-12-041-7/+15
* tree-wide: use return value of log_xxx_errno()Yu Watanabe2020-11-201-9/+6
* meson: add option to skip installing to $sysconfdirJörg Thalheim2020-11-121-2/+4
* journal: refuse skip parameter for sd_journal_next_skip() larger than INT_MAXYu Watanabe2020-11-101-0/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-0964-64/+64
* journalctl: show boot id in the reboot context separatorRonan Pigott2020-11-061-2/+2
* Merge pull request #17472 from keszybz/spdx-license-headersZbigniew Jędrzejewski-Szmek2020-10-292-0/+2
|\
| * headers: use custom LicenseRef- spdx tag for various "public domain" filesZbigniew Jędrzejewski-Szmek2020-10-292-0/+2
* | journalctl: drop format_journal_url() if gcrypt is not usedYu Watanabe2020-10-291-0/+2
* | Merge pull request #17454 from keszybz/journal-dlopen-cleanupZbigniew Jędrzejewski-Szmek2020-10-284-124/+62
|\ \
| * | journal,homectl: unify implementations of libqrencode loading and fss key pri...Zbigniew Jędrzejewski-Szmek2020-10-274-124/+62
| |/
* | journald: remove pointless conditionalizationLennart Poettering2020-10-272-7/+2
* | tree-wide: cast result of get_process_comm() to (void) where we ignore itLennart Poettering2020-10-274-4/+4
|/
* tree-wide: assorted coccinelle fixesFrantisek Sumsal2020-10-094-61/+55
* Move {uid,gid}_is_*() from basic to sharedZbigniew Jędrzejewski-Szmek2020-09-251-0/+1
* Rename find_binary to find_executableZbigniew Jędrzejewski-Szmek2020-09-181-1/+1
* journal: downgrade log levelYu Watanabe2020-09-101-2/+2
* Merge pull request #16635 from keszybz/do-not-for-each-wordLennart Poettering2020-09-091-33/+28
|\
| * sd-journal: use extract_first_word()Zbigniew Jędrzejewski-Szmek2020-09-091-33/+28
* | tree-wide: define iterator inside of the macroZbigniew Jędrzejewski-Szmek2020-09-087-54/+28
|/
* Merge pull request #16841 from keszybz/acl-util-bitmaskLennart Poettering2020-08-311-4/+3
|\
| * shared/acl-util: convert rd,wr,ex to a bitmaskZbigniew Jędrzejewski-Szmek2020-08-271-4/+3
* | journal: fix divide-by-zero warningYu Watanabe2020-08-271-5/+6
|/
* Merge pull request #16568 from poettering/creds-storeZbigniew Jędrzejewski-Szmek2020-08-261-1/+1
|\
| * acl-util: beef up add_acls_for_user()Lennart Poettering2020-08-251-1/+1