summaryrefslogtreecommitdiffstats
path: root/src/libsystemd/sd-journal (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #34520 from vcaputo/mmap-cache-unused-minYu Watanabe2024-10-132-7/+14
|\
| * mmap-cache: add some stats about files/windows/unusedVito Caputo2024-09-222-5/+7
| * mmap-cache: enforce an unused windows minimumVito Caputo2024-09-221-2/+7
* | tree-wide: drop doubled empty linesYu Watanabe2024-10-071-2/+0
|/
* test: use ASSERT_EQ_ID128() and ASSERT_NE_ID128()Yu Watanabe2024-08-231-13/+13
* sd-journal: rename offset -> ret_offsetYu Watanabe2024-08-141-31/+27
* sd-journal: swap condition to reduce indentationYu Watanabe2024-08-141-32/+32
* sd-journal: drop unnecessary temporal variable 'k'Yu Watanabe2024-08-141-25/+15
* sd-journal: add trailing commaYu Watanabe2024-08-143-4/+4
* test: add test cases for sd_journal_seek_realtime_usec() and sd_journal_seek_...Yu Watanabe2024-08-141-0/+443
* sd-journal: fix sd_journal_seek_monotonic_usec()Yu Watanabe2024-08-141-4/+84
* test: modernize test-journal-interleavingYu Watanabe2024-08-141-318/+276
* logs-show: rename BootId -> LogIdYu Watanabe2024-08-011-28/+28
* terminal-util: split out color macros/helpers into its own headerLennart Poettering2024-07-192-0/+2
* various: move ptr indicator to return valueZbigniew Jędrzejewski-Szmek2024-06-192-2/+2
* various: move const ptr indicator to return valueZbigniew Jędrzejewski-Szmek2024-06-191-1/+1
* sd-journal: realign flagsYu Watanabe2024-06-181-3/+3
* strbuf: make length for strbuf_add_string() optionalYu Watanabe2024-06-121-1/+1
* test: suppress logs generated by journal testsYu Watanabe2024-05-281-13/+13
* tree-wide: use LOG_PRI() and LOG_FAC()Yu Watanabe2024-05-121-2/+2
* journalctl: make --list-boots support -n/--lines= optionYu Watanabe2024-05-101-1/+31
* journalctl: fix support of --boot=ID±offset formatYu Watanabe2024-05-101-16/+17
* sd-journal: verify monotonic timestamp before assigning resultYu Watanabe2024-05-011-3/+3
* test-journal-flush: use archived journal if possibleYu Watanabe2024-04-301-2/+84
* treewide: fix a few typos in NEWS, docs, comments, and log messagesDmitry V. Levin2024-04-271-1/+1
* sd-journal: downgrade log message "Unused data (entry_offset==0)"Yu Watanabe2024-04-201-1/+1
* test: add test case for sd_journal_{get,seek,test}_cursor()Yu Watanabe2024-04-201-2/+60
* sd-event,sd-journal: fix error handling of inotify_add_watch_fd()Yu Watanabe2024-04-191-1/+1
* sd-journal: make sure sd_journal_add_match() also accepts SIZE_MAX as sizeLennart Poettering2024-04-104-32/+36
* tree-wide: drop several remaining license headersYu Watanabe2024-04-082-30/+0
* sd-journal: fix check in `journal_file_verify_header()`Antonio Alvarez Feijoo2024-04-051-3/+3
* gcrypt: dlopenify for libsystemdLuca Boccassi2024-04-035-119/+158
* sd-journal: introduce two helper functions for adding filterYu Watanabe2024-03-222-0/+34
* sd-journal/catalog: use strdup_to(), rename output paramZbigniew Jędrzejewski-Szmek2024-03-202-24/+7
* sd-journal: introduce sd_journal_stream_fd_with_namespaceMike Yuan2024-03-141-4/+19
* journal-send: introduce journal_stream_path helperMike Yuan2024-03-141-0/+17
* path-util: introduce skip_leading_slash and use it where appropriateMike Yuan2024-03-141-13/+2
* Update catalog.c - Removing sanity check as there is no need of checking non ...SidhuRupinder2024-03-071-2/+1
* Merge pull request #31311 from yuwata/journal-user-corruptionLuca Boccassi2024-02-161-2/+3
|\
| * sd-journal: use stat_verify_linked()Yu Watanabe2024-02-151-2/+3
* | Merge pull request #30263 from msizanoen1/fix-onboot-rotate-2Lennart Poettering2024-02-162-0/+36
|\ \ | |/ |/|
| * journald: also remove runtime journal directories with a different machine IDYu Watanabe2023-12-042-0/+36
* | sd-journal: fix potential memory leakYu Watanabe2024-02-151-0/+2
* | sd-journal: use -EBADF for journal_file_open()Yu Watanabe2024-02-156-20/+20
* | sd-journal: shorten code a bitYu Watanabe2024-02-151-4/+2
* | sd-journal: drop unused function prototypeYu Watanabe2024-02-141-1/+0
* | Merge pull request #30380 from keszybz/tmpfiles-dry-runLennart Poettering2024-02-131-1/+1
|\ \
| * | tree-wide: use normal spelling of "reopen"Zbigniew Jędrzejewski-Szmek2024-02-091-1/+1
* | | sd-journal: drop to use Hashmap to manage journal files per boot IDYu Watanabe2024-02-112-90/+111
* | | tree-wide: set SD_JOURNAL_ASSUME_IMMUTABLE where appropriateYu Watanabe2024-02-116-24/+24