summaryrefslogtreecommitdiff
path: root/src/journal
Commit message (Expand)AuthorAgeFilesLines
* 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
* | sd-journal: narrow scope of boot id variableVito Caputo2020-08-251-1/+2
* | journal: move qrcode printing code to src/shared/Lennart Poettering2020-08-251-51/+2
|/
* basic/time-util: add function to format timestamps with different stylesLuca Boccassi2020-08-191-1/+1
* Merge pull request #16640 from keszybz/various-patchesLennart Poettering2020-08-191-2/+2
|\
| * journal: adjust line about when the journal begins and endsZbigniew Jędrzejewski-Szmek2020-08-171-2/+2
* | Merge pull request #16684 from keszybz/assorted-cleanupsLennart Poettering2020-08-102-26/+23
|\ \
| * | journalctl: reshuffle console message about fss keysZbigniew Jędrzejewski-Szmek2020-08-052-26/+23
* | | journalctl: add --image= switchLennart Poettering2020-08-051-3/+36
|/ /
* | Merge pull request #16596 from poettering/event-time-relZbigniew Jędrzejewski-Szmek2020-08-042-31/+7
|\ \
| * | tree-wide: make use of new relative time events in sd-event.hLennart Poettering2020-07-282-31/+7
| |/
* | Merge pull request #16260 from poettering/pcre2-dlopenZbigniew Jędrzejewski-Szmek2020-08-044-23/+106
|\ \
| * | journalctl: make pcre2 a dlopen() dependencyLennart Poettering2020-07-214-23/+106