summaryrefslogtreecommitdiffstats
path: root/src/journal/journald-server.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* libsystemd: turn json.[ch] into a public APILennart Poettering2024-06-121-8/+8
* 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-131-7/+2
* tree-wide: use LOG_PRI() and LOG_FAC()Yu Watanabe2024-05-121-1/+7
* journal: Serialize __MONOTONIC_TIMESTAMP metadata field as wellDaan De Meyer2024-05-031-13/+15
* Merge pull request #32592 from yuwata/journal-timestampLuca Boccassi2024-05-021-2/+2
|\
| * journal: use STRLEN() and xsprintf()Yu Watanabe2024-05-011-2/+2
* | journald: wait for journal files fsync()ed on Synchronize() varlink methodYu Watanabe2024-05-011-13/+11
* | journald: make several functions staticYu Watanabe2024-05-011-4/+7
|/
* journal: Add journal.storage credentialDaan De Meyer2024-04-301-9/+18
* 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
* Merge pull request #30480 from keszybz/kernel-install-more-pathsZbigniew Jędrzejewski-Szmek2024-03-081-6/+11
|\
| * various: use new config loader instead of config_parse_config_file()Zbigniew Jędrzejewski-Szmek2024-03-071-3/+6
| * shared/conf-parser: collapse pkgdir and conf_file args into oneZbigniew Jędrzejewski-Szmek2024-03-071-2/+4
* | signal-util: imply sentinel -1 in sigprocmask_many() + sigset_add_many() args...Lennart Poettering2024-02-231-1/+1
* | journal-native: ignore server_process_native_file error on caller's sideMike Yuan2024-02-211-1/+1
|/
* journald: shorten code a bit and return error where it's usefulZbigniew Jędrzejewski-Szmek2024-02-191-9/+5
* Merge pull request #31218 from CodethinkLabs/vmspawn/journal_forwardingLuca Boccassi2024-02-161-1/+81
|\
| * journald: implement socket forwardingSam Leonard2024-02-151-0/+76
| * journald: Add assertions to config_parse_compressSam Leonard2024-02-151-1/+5
* | Merge pull request #30263 from msizanoen1/fix-onboot-rotate-2Lennart Poettering2024-02-161-2/+24
|\ \ | |/ |/|
| * journald: also remove runtime journal directories with a different machine IDYu Watanabe2023-12-041-1/+15
| * journald: close runtime journals before their parent directory removedYu Watanabe2023-12-041-2/+5
| * journald: reset runtime seqnum data when flushing to system journalmsizanoen2023-12-041-0/+5
* | journal-file-util: drop unused template argument for journal_file_open_reliab...Yu Watanabe2024-02-151-1/+0
* | sd-journal: use -EBADF for journal_file_open()Yu Watanabe2024-02-151-1/+1
* | journald: inline one variable declarationZbigniew Jędrzejewski-Szmek2024-01-301-3/+2
* | src/basic: rename uid-alloc-range.[ch] to uid-classification.[ch]Zbigniew Jędrzejewski-Szmek2024-01-091-1/+1
* | tree-wide: use hashmap_isempty() and friendsYu Watanabe2023-12-211-1/+1
* | journal: split out server_new() from server_init()Yu Watanabe2023-12-061-8/+25
|/
* journal: sync immediately on shutting down journaldYu Watanabe2023-11-221-0/+6
* journalctl: verify sealed log epochs are continuousFelix Dörre2023-11-081-0/+1
* iovec-util: make IOVEC_TOTAL_SIZE() a regular functionLennart Poettering2023-10-201-2/+2
* io-util: split out "struct iovec" related calls into their own .c/.h filesLennart Poettering2023-10-201-1/+1
* tree-wide: make all our Varlink APIs introspectableLennart Poettering2023-10-061-0/+5
* journald: move and rename journal/managed-journal-file.[ch] -> shared/journal...Yu Watanabe2023-10-021-0/+1
* journald: drop ManagedJournalFileYu Watanabe2023-10-021-57/+57
* journald: split-out closing journal files from managed_journal_file_open()Yu Watanabe2023-10-021-3/+2
* journald: do not close all files stored in Server.deferred_closesYu Watanabe2023-10-021-1/+1
* journal: Stop trying to open runtime journal once flushedDaan De Meyer2023-09-261-20/+19
* journal: Relax boot ID and monotonic clock consistency checksmsizanoen2023-08-301-6/+6
* journald: move uid_for_system_journal() to uid-alloc-range.hLennart Poettering2023-06-081-7/+0
* journal: handle EADDRNOTAVAIL in two more cases gracefullyLennart Poettering2023-05-021-0/+1
* Drop log level of header limits log messageDaan De Meyer2023-04-251-4/+3