index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
/
logs-show.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sd-journal: make sure sd_journal_add_match() also accepts SIZE_MAX as size
Lennart Poettering
2024-04-10
1
-6
/
+6
*
Merge pull request #31965 from yuwata/logs-show-cleanups
Luca Boccassi
2024-03-27
1
-76
/
+12
|
\
|
*
logs-show: read the current boot ID if nothing specified for add_match_boot_id()
Yu Watanabe
2024-03-26
1
-3
/
+14
|
*
sd-id128: move get_boot_id_for_machine() to id128-util.c
Yu Watanabe
2024-03-26
1
-79
/
+4
*
|
shared/logs-show: restore infinite loop avoidance for corrupted journals
Zbigniew Jędrzejewski-Szmek
2024-03-27
1
-1
/
+2
|
/
*
logs-show: use journal_add_matchf() and journal_add_match_pair()
Yu Watanabe
2024-03-25
1
-50
/
+23
*
logs-show: get timestamp and boot ID only when necessary
Yu Watanabe
2024-02-11
1
-132
/
+121
*
tree-wide: set SD_JOURNAL_ASSUME_IMMUTABLE where appropriate
Yu Watanabe
2024-02-11
1
-1
/
+4
*
tree-wide: add short comments for namespace_open() and namespace_enter()
Yu Watanabe
2024-01-19
1
-1
/
+1
*
journalctl: add --exclude-identifier option
Sergei Zhmylev
2024-01-04
1
-0
/
+3
*
process-util: add new FORK_DEATHSIG_SIGKILL flag, rename FORK_DEATHSIG → FO...
Lennart Poettering
2023-11-02
1
-1
/
+1
*
fd-uitl: rename PIPE_EBADF → EBADF_PAIR, and add EBADF_TRIPLET
Lennart Poettering
2023-10-26
1
-1
/
+1
*
journalctl: find boot ID more gracefully in corrupted journal
Yu Watanabe
2023-10-02
1
-28
/
+99
*
show-logs: add assert and fix local variable type
наб
2023-09-28
1
-3
/
+4
*
Merge pull request #29134 from nabijaczleweli/short-iso-timestamp
Luca Boccassi
2023-09-27
1
-12
/
+13
|
\
|
*
journalctl -o short-iso[-precise]: timezone as +02:00 instead of +0200
наб
2023-09-26
1
-12
/
+13
*
|
logs-show: use sd_journal_step_one()
Yu Watanabe
2023-09-26
1
-10
/
+4
*
|
logs-show: move journal_find_boot_by_offset() and friends from journalctl.c
Yu Watanabe
2023-09-26
1
-0
/
+206
|
/
*
logs-show: use json_variant_append_array()
Yu Watanabe
2023-07-13
1
-39
/
+26
*
logs-show: Rename json_data to JsonData and add typedef
Daan De Meyer
2023-07-12
1
-9
/
+9
*
json: free array in json_variant_unref_many()
Daan De Meyer
2023-07-12
1
-47
/
+41
*
journalctl: add --truncate-newline option
zhmylove
2023-06-16
1
-0
/
+3
*
logs-show: introduce add_match_boot_id() helper function
Yu Watanabe
2023-05-26
1
-3
/
+11
*
tree-wide: Handle EADDRNOTAVAIL as journal corruption
Daan De Meyer
2023-05-02
1
-6
/
+6
*
tree-wide: port various places to find_line_startswith()
Lennart Poettering
2023-03-24
1
-8
/
+3
*
logs-show: show seqnum info in export+json output mode
Lennart Poettering
2023-02-08
1
-7
/
+30
*
logs-show: rename "ts" paramater/variable to "display_ts"
Lennart Poettering
2023-02-07
1
-67
/
+93
*
logs-show: add a splash of colour to verbose output
Lennart Poettering
2023-01-21
1
-17
/
+32
*
logs-show: minor modernizations
Lennart Poettering
2023-01-21
1
-21
/
+27
*
logs-show: move strlen() handling into update_json_data() so that we can use ...
Lennart Poettering
2023-01-21
1
-6
/
+11
*
journalctl: don't convert between strv/Set for each log line
Lennart Poettering
2023-01-20
1
-7
/
+2
*
logs-show: use json_variant_unref_many() where appropriate
Lennart Poettering
2023-01-20
1
-5
/
+1
*
string-util: add new strdupcspn()/strdupspn()
Lennart Poettering
2023-01-20
1
-1
/
+1
*
tree-wide: introduce PIPE_EBADF macro
Yu Watanabe
2022-12-20
1
-1
/
+1
*
tree-wide: use -EBADF also in pipe initializers
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-1
/
+1
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-1
/
+1
*
basic: move container_get_leader() to process-util.[ch]
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+0
*
shared/logs-show: do not overwrite journal time in export format with source ...
msizanoen1
2022-10-14
1
-18
/
+26
*
logs-show: be more careful when initializing get_dual_timestamp() return para...
Lennart Poettering
2022-10-11
1
-10
/
+14
*
sd-journal: exit loop once we got all fields we are interested in
Lennart Poettering
2022-10-11
1
-0
/
+3
*
logs-show: Always retrieve the boot ID from the entry
Daan De Meyer
2022-10-11
1
-2
/
+4
*
shared/logs-show: add new --output= format "short-delta"
Daniel Braunwarth
2022-09-23
1
-14
/
+80
*
logs-show: move timestamp reading into show_journal_entry()
Daniel Braunwarth
2022-09-23
1
-92
/
+127
*
tree-wide: Fix field width specifier warnings
Jan Janssen
2022-08-30
1
-7
/
+6
*
journalctl: fix to show user slice
Yu Watanabe
2022-07-01
1
-1
/
+1
*
various: use CONST_MAX for array allocation
Zbigniew Jędrzejewski-Szmek
2022-06-06
1
-1
/
+1
*
sd128: export sd_id128_to_uuid_string()
Lennart Poettering
2022-02-14
1
-1
/
+1
*
alloc-util: add strdupa_safe() + strndupa_safe() and use it everywhere
Lennart Poettering
2021-10-14
1
-2
/
+2
*
basic: split out glyph/emoji related calls from locale-util.[ch] into glyph-u...
Lennart Poettering
2021-10-05
1
-0
/
+1
*
tree-wide: port everything over to new sd-id128 compund literal bliss
Lennart Poettering
2021-08-20
1
-5
/
+4
[next]