summaryrefslogtreecommitdiff
path: root/src/journal
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
|/
* Merge pull request #16238 from keszybz/set-handling-moreZbigniew Jędrzejewski-Szmek2020-06-241-6/+1
|\
| * tree-wide: use set_ensure_put()Zbigniew Jędrzejewski-Szmek2020-06-221-6/+1
* | log: introduce log_parse_environment_cli() and log_setup_cli()Filipe Brandenburger2020-06-242-6/+2
|/
* journal: drop the assert-only variable completelyFrantisek Sumsal2020-06-111-6/+2
* Merge pull request #16087 from mrc0mmand/travis-build-checkZbigniew Jędrzejewski-Szmek2020-06-101-2/+2
|\
| * tree-wide: mark assert()-only variables as unusedFrantisek Sumsal2020-06-091-2/+2
* | tree-wide: check POLLNVAL everywhereLennart Poettering2020-06-101-1/+4
|/
* conf-parser: return mtime in config_parse() and friendsLennart Poettering2020-06-021-11/+12
* journal: expand variables up to PATH_MAX in size in catalog outputLennart Poettering2020-05-261-1/+3
* tree-wide: codespell fixesFrantisek Sumsal2020-05-251-2/+2
* Merge pull request #15557 from poettering/journal-zero-fixAnita Zhang2020-05-203-99/+179
|\
| * journal: no need to check offset twice, journal_file_move_to_object() does it...Lennart Poettering2020-04-231-3/+1
| * journal: make sure to explicitly copy out values of mmap before doing arithme...Lennart Poettering2020-04-232-51/+116
| * journal: several minor coding style fixes/clean-upsLennart Poettering2020-04-231-6/+14
| * journal: don't assert on mmap'ed object typeLennart Poettering2020-04-231-1/+0
| * journal: use structured initialization for Location structureLennart Poettering2020-04-231-32/+42
| * journal: use a bitfield where appropriateLennart Poettering2020-04-231-4/+4
| * journal-file: avoid risky subtraction when validity checking objectLennart Poettering2020-04-231-2/+2
* | journalctl,elsewhere: make sure --file=foo fails with sane error msg if foo i...Lennart Poettering2020-05-191-1/+1
* | journal-send: Fix the limitation of LINE_MAXAnkit Jain2020-05-141-12/+43
* | test-journal-send: send printing of long linesZbigniew Jędrzejewski-Szmek2020-05-141-2/+16
* | Merge pull request #15765 from benjarobin/fix_kwLennart Poettering2020-05-141-0/+1
|\ \
| * | test: Add return 0 to main() function (even it is not strictly necessary)Benjamin Robin2020-05-131-0/+1