summaryrefslogtreecommitdiffstats
path: root/src/journal (follow)
Commit message (Expand)AuthorAgeFilesLines
* audit-util: return -ENODATA from audit_{session|loginuid}_from_pid() if invok...Lennart Poettering2024-11-121-2/+2
* Fix display of qrcodes by bsod and other related cleanups (#34914)Lennart Poettering2024-10-302-7/+7
|\
| * cryptenroll,homectl,journalctl: adjust messages before qrcodesZbigniew Jędrzejewski-Szmek2024-10-301-3/+1
| * bsod: make message for qrcode more usefulZbigniew Jędrzejewski-Szmek2024-10-301-4/+4
| * bsod: do not check for color supportZbigniew Jędrzejewski-Szmek2024-10-291-1/+3
* | sd-json,tree-wide: add sd_json_format_enabled() and use it everwhereZbigniew Jędrzejewski-Szmek2024-10-281-1/+1
|/
* journalctl: do not directly use optarg, but copy optarg before useYu Watanabe2024-10-162-29/+57
* journalctl: erase verify key before freeYu Watanabe2024-10-161-4/+6
* tree-wide: drop doubled empty linesYu Watanabe2024-10-071-1/+0
* basic/memory-util: introduce mempcpy_typesafeMike Yuan2024-09-202-8/+8
* tree-wide: make sigprocmask() changes more automaticLennart Poettering2024-09-131-8/+6
* journald: mention the access mode we tried to open /dev/kmsg inLennart Poettering2024-09-061-6/+4
* time-util: rework localtime_or_gmtime() into localtime_or_gmtime_usec()Lennart Poettering2024-09-051-3/+1
* socket-util: make recvmsg_safe() handle MSG_TRUNC tooMike Yuan2024-09-041-18/+21
* tree-wide: drop msg argument for DEFINE_CONFIG_PARSE() macro and friendsYu Watanabe2024-09-011-2/+2
* shared/logs-show: introduce journal_browse_prepare()Mike Yuan2024-08-222-9/+3
* tree-wide: use isatty_safe() moreLennart Poettering2024-08-201-1/+1
* Merge pull request #33944 from yuwata/journal-max-retention-secLuca Boccassi2024-08-052-3/+2
|\
| * journal: comment the default value in journald.confYu Watanabe2024-08-051-1/+1
| * journal: do not rotate journal when MaxRetentionSec= is setYu Watanabe2024-08-051-2/+1
* | journal: set flushed flag even if we fail to open runtime journalsYu Watanabe2024-08-051-3/+4
|/
* journalctl: fix compile error on i386Yu Watanabe2024-08-011-1/+1
* journalctl: add --list-invocations command and -I/--invocation optionsYu Watanabe2024-08-017-9/+189
* use int64_t for index in show_log_ids()Yu Watanabe2024-08-011-5/+6
* journalctl: split out show_log_ids() from action_list_boots()Yu Watanabe2024-08-011-21/+31
* journalctl: update log messagesYu Watanabe2024-08-011-2/+2
* logs-show: rename BootId -> LogIdYu Watanabe2024-08-011-8/+8
* 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