summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-journal
Commit message (Expand)AuthorAgeFilesLines
...
* | journal: modernize sd_journal_get_realtime_usec() a bitLennart Poettering2023-02-081-4/+8
|/
* journal: minor modernizationsLennart Poettering2023-02-071-12/+7
* journal: print a useful error message if we hit the journal file open limitLennart Poettering2023-02-072-2/+2
* sd-journal: avoid use of fake flex arraysZbigniew Jędrzejewski-Szmek2023-02-061-18/+24
* 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-262-8/+44
|\
| * journal-file: make strict order optionalLennart Poettering2023-01-252-8/+44
* | 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-252-13/+12
|\
| * journal: use compound initialization for journal file Header structureLennart Poettering2023-01-251-12/+11
| * journal-def: fix type of signature to match the actual field in the Header st...Lennart Poettering2023-01-251-1/+1
* | journal-file: cast file size to to fixed size typeLennart Poettering2023-01-252-5/+5
* | journal-file: fix type of array counterLennart Poettering2023-01-252-2/+3
|/
* sd-journal: validate monotonic timestamp before returning itLennart Poettering2023-01-211-3/+6
* journal: use compound initializors at one more placeLennart Poettering2023-01-201-6/+8
* journal: modernize match_make_string()Lennart Poettering2023-01-201-17/+8
* journald: introduce journal_file_parse_uid_from_filename() helperFranck Bui2023-01-163-0/+82
* journal: enforce strict consistency for realtime timestamps on writemsizanoen12023-01-091-0/+6
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-197-13/+13
* 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-052-8/+16
* journal: Use shared log ratelimit constantDaan De Meyer2022-12-052-10/+9
* tree-wide: make constant ratelimit compound actually constLennart Poettering2022-11-221-1/+1
* Merge pull request #25096 from DaanDeMeyer/journald-log-fixesDaan De Meyer2022-11-161-26/+36
|\
| * journal: Ratelimit more journald log messagesDaan De Meyer2022-11-101-26/+36
* | Revert "journal: Make sd_journal_previous/next() return 0 at HEAD/TAIL"Daan De Meyer2022-11-161-4/+4
* | nulstr-util: Declare NULSTR_FOREACH() iterator inlineDaan De Meyer2022-11-111-1/+0
|/
* basic: rename util.h to logarithm.hZbigniew Jędrzejewski-Szmek2022-11-086-6/+0
* sd-journal: make prot_from_flags() static and renameZbigniew Jędrzejewski-Szmek2022-11-081-1/+14
* sd-journal: use new() instead of newa() if too many items will be addedYu Watanabe2022-10-141-4/+23
* Merge pull request #24974 from yuwata/sd-journalZbigniew Jędrzejewski-Szmek2022-10-123-146/+258
|\
| * sd-journal: add comments that journal_file_move_to() may break previous read ...Yu Watanabe2022-10-121-0/+8
| * sd-journal: re-read object on next tryYu Watanabe2022-10-122-5/+18
| * sd-journal: re-read object from cacheYu Watanabe2022-10-121-0/+6
| * sd-journal: drop unused argumentYu Watanabe2022-10-121-3/+3
| * sd-journal: several coding style updatesYu Watanabe2022-10-122-135/+220
| * sd-journal: rename next_hash_offset() -> get_next_hash_offset()Yu Watanabe2022-10-121-3/+3
* | Merge pull request #24933 from keszybz/erradicate-strerrorLuca Boccassi2022-10-111-1/+1
|\ \ | |/ |/|
| * tree-wide: get rid of lgtm annotationsZbigniew Jędrzejewski-Szmek2022-10-111-1/+1
* | journal: Store offsets to tail entry array objects in chainDaan De Meyer2022-10-075-46/+99
* | journal: Introduce journal_file_data_payload()Daan De Meyer2022-10-073-205/+148
* | journal: Use 32-bit entry item object offsets in compact modeDaan De Meyer2022-10-075-56/+94
* | journal: Use 32-bit entry array offsets in compact modeDaan De Meyer2022-10-074-36/+63
* | journal: Don't allocate objects above UINT32_MAX in compact modeDaan De Meyer2022-10-071-0/+4
* | journal: Enable compact modeDaan De Meyer2022-10-071-12/+27
* | journal: Add compact modeDaan De Meyer2022-10-073-6/+19
|/