summaryrefslogtreecommitdiffstats
path: root/src/journal (follow)
Commit message (Expand)AuthorAgeFilesLines
* terminal-util: split out color macros/helpers into its own headerLennart Poettering2024-07-192-0/+2
* terminal-util: rename set_terminal_cursor_position() → terminal_set_cursor_...Lennart Poettering2024-07-191-3/+3
* sd-varlink: make our internal Varlink API public as sd-varlink.[ch]Lennart Poettering2024-07-163-44/+46
* Merge pull request #33401 from yuwata/journal-revert-source-boottime-timestampMike Yuan2024-06-241-4/+2
|\
| * journal: drop mapping from CLOCK_BOOTTIME -> CLOCK_MONOTONICYu Watanabe2024-06-191-4/+2
* | various: move const ptr indicator to return valueZbigniew Jędrzejewski-Szmek2024-06-191-2/+2
|/
* journal: introduce _SOURCE_BOOTTIME_TIMESTAMP fieldYu Watanabe2024-06-181-3/+11
* libsystemd: turn json.[ch] into a public APILennart Poettering2024-06-125-14/+15
* various: remove unnecessary check before sd_event_source_set_enabled()Zbigniew Jędrzejewski-Szmek2024-05-301-6/+4
* journald: always unset flushed flag when the runtime journal is openedYu Watanabe2024-05-251-6/+15
* journald: log removal of runtime journal directoriesYu Watanabe2024-05-251-3/+12
* journald: close runtime journal earlierYu Watanabe2024-05-251-4/+5
* journald-server: drop another invalid assert()David Tardon2024-05-161-1/+0
* journald-server: drop invalid assert()David Tardon2024-05-161-1/+0
* journal-rate-limit: replace in-house management of JournalRateLimitGroup with...Yu Watanabe2024-05-135-123/+60
* journal-rate-limit: split out journal_ratelimit_group_acquire()Yu Watanabe2024-05-121-18/+37
* journal-rate-limit: introduce cleanup function for JournalRateLimitGroupYu Watanabe2024-05-121-18/+21
* journal-rate-limit: rename variablesYu Watanabe2024-05-122-15/+33
* journal-rate-limit: use FOREACH_ELEMENT() and usec_add()Yu Watanabe2024-05-121-5/+3
* journal-rate-limit: make journal_ratelimit_group_free() return NULLYu Watanabe2024-05-121-3/+4
* journal-rate-limit: add trailing comma in tableYu Watanabe2024-05-121-1/+1
* test: introduce test cases for journal_ratelimit_test()Yu Watanabe2024-05-122-0/+50
* tree-wide: use LOG_PRI() and LOG_FAC()Yu Watanabe2024-05-125-9/+15
* journalctl: make --list-boots support -n/--lines= optionYu Watanabe2024-05-102-7/+23
* journalctl: fail and show error message when no boot ID foundYu Watanabe2024-05-101-1/+2
* journalctl: fix support of --boot=ID±offset formatYu Watanabe2024-05-101-13/+15
* journalctl: fix --boot=0 with --file=- (from stdin)Yu Watanabe2024-05-101-1/+1
* journalctl: split out journal_acquire_boot() from add_boot()Yu Watanabe2024-05-103-35/+61
* journalctl: several cleanups for parse_boot_descriptor()Yu Watanabe2024-05-101-17/+16
* logs-show: drop uid argument from add_matches_for_user_units()Yu Watanabe2024-05-101-2/+2
* journal: Serialize __MONOTONIC_TIMESTAMP metadata field as wellDaan De Meyer2024-05-033-21/+29
* Merge pull request #32592 from yuwata/journal-timestampLuca Boccassi2024-05-026-25/+25
|\
| * journal: use STRLEN() and xsprintf()Yu Watanabe2024-05-016-18/+21
| * journald-audit: set _SOURCE_REALTIME_TIMESTAMP= field in server_dispatch_mess...Yu Watanabe2024-05-011-8/+5
* | journald: wait for journal files fsync()ed on Synchronize() varlink methodYu Watanabe2024-05-011-13/+11
* | journald: make several functions staticYu Watanabe2024-05-012-8/+7
|/
* journal: Add journal.storage credentialDaan De Meyer2024-04-301-9/+18
* journalctl: also check arg_file_stdin with other journal locationMike Yuan2024-04-291-1/+1
* tree-wide: Use log_setup() everywhereDaan De Meyer2024-04-251-2/+1
* journald-server: drop spuriously doubled '=' for OBJECT_SYSTEMD_INVOCATION_IDMike Yuan2024-04-241-1/+1
* journal: do not rotate unrelated journal files when full or corruptedYu Watanabe2024-04-231-18/+48
* journalctl: update help to say "priority range" (#32323)Winterhuman2024-04-181-1/+1
* journalctl: tighten rules on parsing namespace journal dir suffixesLennart Poettering2024-04-161-9/+16
* journalctl: show human readable text if no namespace is foundLennart Poettering2024-04-161-3/+8
* journalctl: add missing --help line for --list-namespacesLennart Poettering2024-04-161-0/+1
* journal: drop thousands separator in commentYu Watanabe2024-04-121-1/+1
* sd-journal: make sure sd_journal_add_match() also accepts SIZE_MAX as sizeLennart Poettering2024-04-102-4/+4
* gcrypt: dlopenify for libsystemdLuca Boccassi2024-04-032-3/+6
* journalctl-filter: use add_match_boot_id() instead of add_match_this_boot()Yu Watanabe2024-03-281-5/+1
* journalctl-authenticate: return earlier if we are not on a TTYYu Watanabe2024-03-281-56/+49