summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-journal/journal-file.h
Commit message (Expand)AuthorAgeFilesLines
* sd-journal: always use the compression algorithm specified in the headerYu Watanabe2023-04-041-3/+9
* sd-journal: track newest open journal file per boot IDLennart Poettering2023-03-021-0/+8
* journal: move journal_file_compare_locations() from journal-file.c → sd-jou...Lennart Poettering2023-02-211-1/+0
* journal-file: don't update boot_id in journal header on openLennart Poettering2023-02-211-0/+3
* journald: maintain entry seqnum counter in mmap()ed file in /run/Lennart Poettering2023-02-081-2/+3
* journal-file: make strict order optionalLennart Poettering2023-01-251-2/+5
* journal-file: fix type of array counterLennart Poettering2023-01-251-1/+2
* journald: introduce journal_file_parse_uid_from_filename() helperFranck Bui2023-01-161-0/+1
* sd-journal: several coding style updatesYu Watanabe2022-10-121-18/+18
* journal: Store offsets to tail entry array objects in chainDaan De Meyer2022-10-071-0/+10
* journal: Introduce journal_file_data_payload()Daan De Meyer2022-10-071-0/+11
* journal: Use 32-bit entry item object offsets in compact modeDaan De Meyer2022-10-071-1/+19
* journal: Use 32-bit entry array offsets in compact modeDaan De Meyer2022-10-071-1/+14
* journal: Add compact modeDaan De Meyer2022-10-071-0/+3
* journal: Make journal_default_metrics() staticDaan De Meyer2022-05-051-1/+0
* journal: Use header macros everywhere instead of JournalFile fieldsDaan De Meyer2022-05-031-8/+22
* compress: make Compression a regular non-sparse enumLennart Poettering2022-04-261-6/+24
* basic: move compress.[ch] → src/basic/Lennart Poettering2022-04-261-0/+13
* journal: don't talk about -1 in context of unsigned valuesLennart Poettering2022-03-251-1/+1
* journal-file: merge compress/seal bool args into a single flags paramLennart Poettering2022-03-251-4/+8
* journal-file: don't use pread() when determining where to append, use mmap as...Lennart Poettering2022-02-021-1/+2
* journal: various fixes to journal_file_read_object()Lennart Poettering2022-02-011-1/+1
* journal: Invert verify entry <=> data consistency checksDaan De Meyer2022-01-261-0/+1
* journal: Use ret_offset everywhere in journal-file.hDaan De Meyer2022-01-261-15/+15
* journal: Pass data objects to journal_file_move_to_entry_..._for_data() funct...Daan De Meyer2022-01-261-5/+5
* journal: Remove unused arguments from journal_file_next_entry_for_data()Daan De Meyer2022-01-121-1/+1
* journal-file: goodbye JournalFile.mmapVito Caputo2021-12-071-1/+0
* journal: stop using JournalFile.mmap everywhereVito Caputo2021-12-071-0/+1
* journal: Fix disabling NO_COW on btrfs filesystemsDaan De Meyer2021-12-061-1/+0
* journal: Update the JournalFile path when archivingDaan De Meyer2021-12-061-1/+1
* journal: Move offlining logic to journald-file.cDaan De Meyer2021-12-061-2/+3
* journal: Introduce journald-file.c for journal file write related logicDaan De Meyer2021-12-061-16/+0
* journal: Add journal_file_read_object()Daan De Meyer2021-12-061-0/+1
* journal: Add journal_file_object_to_string()Daan De Meyer2021-11-191-0/+2
* journal: Add log level argument to journal_file_rotate_suggested()Daan De Meyer2021-10-181-1/+1
* alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()Lennart Poettering2021-05-191-1/+0
* sd-journal: move source files for sd-journal to src/libsystemd/sd-journalYu Watanabe2021-01-191-0/+275