summaryrefslogtreecommitdiffstats
path: root/src/libsystemd/sd-journal (follow)
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: Fix field width specifier warningsJan Janssen2022-08-301-2/+2
* journal: Show grcrypt error message instead of a raw codeJan Janssen2022-08-301-2/+2
* tree-wide: port things dirname_malloc() → path_extract_directory()Lennart Poettering2022-08-231-3/+3
* tree-wide: use path_join() instead of prefix_roota() in various casesLennart Poettering2022-08-221-7/+14
* sd-journal: drop an unused variableFrantisek Sumsal2022-08-201-4/+1
* Merge pull request #23963 from matoro/mainLennart Poettering2022-07-212-12/+22
|\
| * journal: replace __sync intrinsics with __atomicmatoro2022-07-142-12/+22
* | coredump: Try to write journald coredump metadata to the journalDaan De Meyer2022-07-152-1/+15
|/
* journal: Make sd_journal_previous/next() return 0 at HEAD/TAILDaan De Meyer2022-07-051-4/+4
* tree-wide: add global ascii_isdigit() + ascii_isalpha()Lennart Poettering2022-07-052-4/+4
* Merge pull request #23865 from keszybz/drop-memcpy-callZbigniew Jędrzejewski-Szmek2022-07-021-1/+1
|\
| * sd-journal: silence bogus gcc warningZbigniew Jędrzejewski-Szmek2022-07-011-1/+1
* | journal: Fix missing parenthesisDaan De Meyer2022-06-291-1/+1
* | sd-journal: data object may be invalid after data_object_in_hash_table()Yu Watanabe2022-06-281-0/+5
* | sd-journal: also check object header before verifying object dataYu Watanabe2022-06-281-51/+44
* | sd-journal: drop unused argument from journal_file_check_object()Yu Watanabe2022-06-281-4/+3
* | sd-journal: shorten code a bitYu Watanabe2022-06-281-9/+3
* | sd-journal: align tableYu Watanabe2022-06-281-6/+6
|/
* sd-journal: check retval of sd_id128_from_string callShreenidhi Shedi2022-06-141-0/+2
* sd-journal: inline variable declarationsZbigniew Jędrzejewski-Szmek2022-06-091-16/+9
* sd-journal: use _cleanup_Zbigniew Jędrzejewski-Szmek2022-06-091-29/+18
* sd-journal: fix NULL arg to %s in error messages and hashmap lookupZbigniew Jędrzejewski-Szmek2022-06-071-22/+28
* tree-wide: port various users over to connect_unix_path()Lennart Poettering2022-05-131-6/+2
* journal: Make journal_default_metrics() staticDaan De Meyer2022-05-052-79/+78
* journal: Use header macros everywhere instead of JournalFile fieldsDaan De Meyer2022-05-034-102/+89
* Merge pull request #23135 from DaanDeMeyer/journal-moveLennart Poettering2022-05-032-12/+23
|\
| * journal: Document generic_array_bisect()Daan De Meyer2022-04-201-0/+13
| * journal: Only move to object if requestedDaan De Meyer2022-04-201-12/+10
* | journal-verify: tighten check for compression of non-objectsLennart Poettering2022-04-261-1/+1
* | compress: make Compression a regular non-sparse enumLennart Poettering2022-04-265-11/+37
* | basic: move compress.[ch] → src/basic/Lennart Poettering2022-04-269-1771/+57
* | meson: use a single constant for default compression settingZbigniew Jędrzejewski-Szmek2022-04-222-34/+39
* | meson: simplify setting of default compressionZbigniew Jędrzejewski-Szmek2022-04-226-65/+64
|/
* compression: add separate pre-processor definitionsLuca Boccassi2022-04-193-13/+22
* compression: add build-time option to select defaultLuca Boccassi2022-04-173-13/+11
* journald: make sure journal_file_open() doesn't leave a corrupted file around...Franck Bui2022-04-041-0/+3
* tree-wide: add a space after if, switch, for, and whileYu Watanabe2022-04-011-2/+5
* fix typoYu Watanabe2022-03-281-1/+1
* Merge pull request #22861 from poettering/journald-sigtermYu Watanabe2022-03-251-0/+7
|\
| * journal-file: if we are going down, don't use event loop to schedule postLennart Poettering2022-03-251-0/+7
* | 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-253-19/+22
|/
* inotify-util: declare iterator in FOREACH_INOTIFY_EVENT()Yu Watanabe2022-03-251-1/+0
* journal-file: port journal_file_open() to openat_report_new()Lennart Poettering2022-03-211-10/+16
* sd-journal: refuse invocation of journal_file_open() with O_RDONLY|O_CREATLennart Poettering2022-03-211-0/+3
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-192-3/+0
* list: declare iterator of LIST_FOREACH() in the loopYu Watanabe2022-03-192-17/+10
* test: Use TEST macros in more placesJan Janssen2022-03-162-12/+11
* core: check size before mmapTobias Stoeckmann2022-03-032-2/+6
* Merge pull request #22605 from yuwata/test-journal-send-fd-leaksZbigniew Jędrzejewski-Szmek2022-02-233-2/+39
|\