summaryrefslogtreecommitdiff
path: root/src/journal
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge pull request #16145 from poettering/qrcode-dlopenZbigniew Jędrzejewski-Szmek2020-08-043-92/+96
|\ \ \ | |_|/ |/| |
| * | journalctl: make libqrencode a weak dependencyLennart Poettering2020-06-251-2/+20
| * | journalctl: set and log about all fss file flags individuallyLennart Poettering2020-06-251-5/+13
| * | journalctl: don't print QR codes if we can't/shan't use colorsLennart Poettering2020-06-253-12/+22
| * | qrcode: modernize code a bitLennart Poettering2020-06-252-73/+41
* | | tree-wide: use siphash24_compress_string() where it is applicableYu Watanabe2020-07-221-1/+1
* | | journal/compress: remove loop in decompress_startswith_zstd()Zbigniew Jędrzejewski-Szmek2020-07-212-26/+19
* | | journal/compress: fix zstd decompression with capped output sizeZbigniew Jędrzejewski-Szmek2020-07-211-28/+30
* | | journal: use -EPROTONOSUPPORT for unknown compressionZbigniew Jędrzejewski-Szmek2020-07-211-1/+1
* | | sd-journal: when enumerating, continue even after an inaccessible fieldZbigniew Jędrzejewski-Szmek2020-07-212-0/+36
| |/ |/|
* | journald: minor wording tweak in messageZbigniew Jędrzejewski-Szmek2020-07-071-1/+1
* | journal/compress: drop "future" code in zstd compressionZbigniew Jędrzejewski-Szmek2020-07-071-7/+0
* | tree-wide: fixes for assorted grammar and spelling issuesZbigniew Jędrzejewski-Szmek2020-07-061-1/+1
* | compress: do something roughly reasonable when building without compressorLennart Poettering2020-06-251-2/+9