summaryrefslogtreecommitdiffstats
path: root/src/journal (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | tree-wide: add new HAVE_COMPRESSION compile time flagLennart Poettering2020-06-256-13/+13
* | docs: import journal file format docs from fdo wikiLennart Poettering2020-06-251-1/+1
* | journal: support zstd compression for large objects in journal filesLennart Poettering2020-06-2510-46/+260
* | journal-file: when individual hash chains grow too large, rotateLennart Poettering2020-06-252-18/+89
* | journal: use a different hash function for each journal fileLennart Poettering2020-06-257-44/+128
* | journal: make signature arrays constLennart Poettering2020-06-251-2/+4
* | journal: rename hash64() to jenkins_hash64()Lennart Poettering2020-06-254-8/+8
* | journal-file: rename return parameters to ret_xyzLennart Poettering2020-06-251-119/+134
* | journal-file: also show field hash table size in debug outputLennart Poettering2020-06-251-1/+3
* | journal-file: simplify boot ID acquiringLennart Poettering2020-06-251-4/+1
* | journal: store NE hash instead of LE hash in Match objectLennart Poettering2020-06-252-7/+7
* | journal-file: use FLAGS_SET where appropriateLennart Poettering2020-06-251-3/+3
* | journal: fix definition of _OBJECT_COMPRESSED_MAXLennart Poettering2020-06-252-9/+11
|/