index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
journal
/
journald-server.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
libsystemd: turn json.[ch] into a public API
Lennart Poettering
2024-06-12
1
-8
/
+8
*
various: remove unnecessary check before sd_event_source_set_enabled()
Zbigniew Jędrzejewski-Szmek
2024-05-30
1
-6
/
+4
*
journald: always unset flushed flag when the runtime journal is opened
Yu Watanabe
2024-05-25
1
-6
/
+15
*
journald: log removal of runtime journal directories
Yu Watanabe
2024-05-25
1
-3
/
+12
*
journald: close runtime journal earlier
Yu Watanabe
2024-05-25
1
-4
/
+5
*
journald-server: drop another invalid assert()
David Tardon
2024-05-16
1
-1
/
+0
*
journald-server: drop invalid assert()
David Tardon
2024-05-16
1
-1
/
+0
*
journal-rate-limit: replace in-house management of JournalRateLimitGroup with...
Yu Watanabe
2024-05-13
1
-7
/
+2
*
tree-wide: use LOG_PRI() and LOG_FAC()
Yu Watanabe
2024-05-12
1
-1
/
+7
*
journal: Serialize __MONOTONIC_TIMESTAMP metadata field as well
Daan De Meyer
2024-05-03
1
-13
/
+15
*
Merge pull request #32592 from yuwata/journal-timestamp
Luca Boccassi
2024-05-02
1
-2
/
+2
|
\
|
*
journal: use STRLEN() and xsprintf()
Yu Watanabe
2024-05-01
1
-2
/
+2
*
|
journald: wait for journal files fsync()ed on Synchronize() varlink method
Yu Watanabe
2024-05-01
1
-13
/
+11
*
|
journald: make several functions static
Yu Watanabe
2024-05-01
1
-4
/
+7
|
/
*
journal: Add journal.storage credential
Daan De Meyer
2024-04-30
1
-9
/
+18
*
journald-server: drop spuriously doubled '=' for OBJECT_SYSTEMD_INVOCATION_ID
Mike Yuan
2024-04-24
1
-1
/
+1
*
journal: do not rotate unrelated journal files when full or corrupted
Yu Watanabe
2024-04-23
1
-18
/
+48
*
Merge pull request #30480 from keszybz/kernel-install-more-paths
Zbigniew Jędrzejewski-Szmek
2024-03-08
1
-6
/
+11
|
\
|
*
various: use new config loader instead of config_parse_config_file()
Zbigniew Jędrzejewski-Szmek
2024-03-07
1
-3
/
+6
|
*
shared/conf-parser: collapse pkgdir and conf_file args into one
Zbigniew Jędrzejewski-Szmek
2024-03-07
1
-2
/
+4
*
|
signal-util: imply sentinel -1 in sigprocmask_many() + sigset_add_many() args...
Lennart Poettering
2024-02-23
1
-1
/
+1
*
|
journal-native: ignore server_process_native_file error on caller's side
Mike Yuan
2024-02-21
1
-1
/
+1
|
/
*
journald: shorten code a bit and return error where it's useful
Zbigniew Jędrzejewski-Szmek
2024-02-19
1
-9
/
+5
*
Merge pull request #31218 from CodethinkLabs/vmspawn/journal_forwarding
Luca Boccassi
2024-02-16
1
-1
/
+81
|
\
|
*
journald: implement socket forwarding
Sam Leonard
2024-02-15
1
-0
/
+76
|
*
journald: Add assertions to config_parse_compress
Sam Leonard
2024-02-15
1
-1
/
+5
*
|
Merge pull request #30263 from msizanoen1/fix-onboot-rotate-2
Lennart Poettering
2024-02-16
1
-2
/
+24
|
\
\
|
|
/
|
/
|
|
*
journald: also remove runtime journal directories with a different machine ID
Yu Watanabe
2023-12-04
1
-1
/
+15
|
*
journald: close runtime journals before their parent directory removed
Yu Watanabe
2023-12-04
1
-2
/
+5
|
*
journald: reset runtime seqnum data when flushing to system journal
msizanoen
2023-12-04
1
-0
/
+5
*
|
journal-file-util: drop unused template argument for journal_file_open_reliab...
Yu Watanabe
2024-02-15
1
-1
/
+0
*
|
sd-journal: use -EBADF for journal_file_open()
Yu Watanabe
2024-02-15
1
-1
/
+1
*
|
journald: inline one variable declaration
Zbigniew Jędrzejewski-Szmek
2024-01-30
1
-3
/
+2
*
|
src/basic: rename uid-alloc-range.[ch] to uid-classification.[ch]
Zbigniew Jędrzejewski-Szmek
2024-01-09
1
-1
/
+1
*
|
tree-wide: use hashmap_isempty() and friends
Yu Watanabe
2023-12-21
1
-1
/
+1
*
|
journal: split out server_new() from server_init()
Yu Watanabe
2023-12-06
1
-8
/
+25
|
/
*
journal: sync immediately on shutting down journald
Yu Watanabe
2023-11-22
1
-0
/
+6
*
journalctl: verify sealed log epochs are continuous
Felix Dörre
2023-11-08
1
-0
/
+1
*
iovec-util: make IOVEC_TOTAL_SIZE() a regular function
Lennart Poettering
2023-10-20
1
-2
/
+2
*
io-util: split out "struct iovec" related calls into their own .c/.h files
Lennart Poettering
2023-10-20
1
-1
/
+1
*
tree-wide: make all our Varlink APIs introspectable
Lennart Poettering
2023-10-06
1
-0
/
+5
*
journald: move and rename journal/managed-journal-file.[ch] -> shared/journal...
Yu Watanabe
2023-10-02
1
-0
/
+1
*
journald: drop ManagedJournalFile
Yu Watanabe
2023-10-02
1
-57
/
+57
*
journald: split-out closing journal files from managed_journal_file_open()
Yu Watanabe
2023-10-02
1
-3
/
+2
*
journald: do not close all files stored in Server.deferred_closes
Yu Watanabe
2023-10-02
1
-1
/
+1
*
journal: Stop trying to open runtime journal once flushed
Daan De Meyer
2023-09-26
1
-20
/
+19
*
journal: Relax boot ID and monotonic clock consistency checks
msizanoen
2023-08-30
1
-6
/
+6
*
journald: move uid_for_system_journal() to uid-alloc-range.h
Lennart Poettering
2023-06-08
1
-7
/
+0
*
journal: handle EADDRNOTAVAIL in two more cases gracefully
Lennart Poettering
2023-05-02
1
-0
/
+1
*
Drop log level of header limits log message
Daan De Meyer
2023-04-25
1
-4
/
+3
[next]