summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-journal/journal-file.c
Commit message (Expand)AuthorAgeFilesLines
* sd-journal: split out generic_array_bisect_one() from generic_array_bisect()Yu Watanabe2023-05-071-82/+72
* sd-journal: re-read entry array objectYu Watanabe2023-05-071-1/+9
* sd-journal: drop unnecessary initializationYu Watanabe2023-05-071-1/+1
* sd-journal: rebreak commentsYu Watanabe2023-05-071-9/+5
* sd-journal: fix commentYu Watanabe2023-05-071-1/+1
* Revert "sd-journal: introduce simple loop detection for entry array objects"Yu Watanabe2023-05-031-19/+7
* sd-journal: check .next_entry_array_offset earlierYu Watanabe2023-05-031-5/+6
* tree-wide: Handle EADDRNOTAVAIL as journal corruptionDaan De Meyer2023-05-021-2/+2
* sd-journal: introduce simple loop detection for entry array objectsYu Watanabe2023-05-011-7/+19
* sd-journal: tighten variable scopeYu Watanabe2023-05-011-1/+3
* sd-journal: read entry array object againYu Watanabe2023-05-011-1/+6
* sd-journal: check validity of object type more strictlyYu Watanabe2023-05-011-3/+3
* sd-journal: align tableYu Watanabe2023-05-011-7/+7
* sd-journal: check that the journal file is not stored in .newest_by_boot_id o...Yu Watanabe2023-05-011-0/+2
* sd-journal: make journal_file_copy_entry() return earlierYu Watanabe2023-04-261-0/+2
* sd-journal: copy boot IDYu Watanabe2023-04-261-3/+3
* sd-journal: tighten variable scopeYu Watanabe2023-04-261-2/+2
* journal: Don't try to write garbage if journal entry is corruptedDaan De Meyer2023-04-261-3/+6
* compress: replace compress_blob() with compress_blob_explicit()Yu Watanabe2023-04-111-16/+16
* sd-journal: allow to specify compression algorithm through envYu Watanabe2023-04-041-1/+43
* sd-journal: always use the compression algorithm specified in the headerYu Watanabe2023-04-041-16/+24
* sd-journal: cache results of parsing environment variablesYu Watanabe2023-04-041-12/+23
* sd-journal: track newest open journal file per boot IDLennart Poettering2023-03-021-0/+3
* journal-file: journal-file: extend journal header to always carry offset of m...Lennart Poettering2023-03-021-0/+6
* journal-file: Improve debug messagesDaan De Meyer2023-02-231-19/+26
* journal-file: Fix return value in bump_entry_array()Daan De Meyer2023-02-231-1/+2
* journal: move journal_file_compare_locations() from journal-file.c → sd-jou...Lennart Poettering2023-02-211-50/+0
* journal-file: drop checking if files are from the future at time of openLennart Poettering2023-02-211-8/+0
* journal-file: allow opening journal files for write when machine ID is not in...Lennart Poettering2023-02-211-2/+6
* journal-file: lazily fill in machine ID into journal header, if neededLennart Poettering2023-02-211-3/+40
* journal-file: write machine ID when create the file, not when we open it for ...Lennart Poettering2023-02-211-9/+5
* journal-file: don't update boot_id in journal header on openLennart Poettering2023-02-211-10/+12
* journald: maintain entry seqnum counter in mmap()ed file in /run/Lennart Poettering2023-02-081-3/+27
* id128: introduce ERRNO_IS_MACHINE_ID_UNSET() helper macroLennart Poettering2023-02-011-5/+8
* journald: some minor modernizationsLennart Poettering2023-02-011-2/+2
* journal: generate a clean message when we try to write to a journal file from...Lennart Poettering2023-02-011-1/+2
* journal-file: refuse writing to journal files where the header size is differ...Lennart Poettering2023-02-011-0/+5
* journal-file: be a tiny bit more careful with generating seqnumsLennart Poettering2023-01-261-14/+16
* Merge pull request #26198 from poettering/journal-strict-modeLennart Poettering2023-01-261-6/+39
|\
| * journal-file: make strict order optionalLennart Poettering2023-01-251-6/+39
* | journal: automatically pick up boot ID in journal_file_append_entry()Lennart Poettering2023-01-261-0/+9
|/
* Merge pull request #26204 from poettering/journal-header-compoung-initLennart Poettering2023-01-251-12/+11
|\
| * journal: use compound initialization for journal file Header structureLennart Poettering2023-01-251-12/+11
* | journal-file: cast file size to to fixed size typeLennart Poettering2023-01-251-2/+2
* | journal-file: fix type of array counterLennart Poettering2023-01-251-1/+1
|/
* journald: introduce journal_file_parse_uid_from_filename() helperFranck Bui2023-01-161-0/+36
* journal: enforce strict consistency for realtime timestamps on writemsizanoen12023-01-091-0/+6
* sd-id128: make id128_read() or friends return -ENOPKG when the file contents ...Yu Watanabe2022-12-121-1/+1
* journal: Ratelimit more log messagesDaan De Meyer2022-12-051-6/+9
* journal: Use shared log ratelimit constantDaan De Meyer2022-12-051-10/+7