summaryrefslogtreecommitdiff
path: root/src/journal/journald-server.c
Commit message (Expand)AuthorAgeFilesLines
* journal: handle EADDRNOTAVAIL in two more cases gracefullyLennart Poettering2023-05-031-0/+1
* Drop log level of header limits log messageDaan De Meyer2023-04-251-4/+3
* tree-wide: copy timestamp data from cmsgYu Watanabe2023-04-161-3/+3
* tree-wide: port more code over to CMSG_TYPED_DATA()Lennart Poettering2023-04-131-4/+4
* journald: fix log messageYu Watanabe2023-04-041-1/+1
* conf: replace config_parse_many_nulstr() with config_parse_config_file()Franck Bui2023-03-141-26/+6
* journald: hook up journald with the memory pressure and SIGRTMIN+18 logicLennart Poettering2023-03-011-1/+48
* journald: remove triplicate logging about failure to write log linesLennart Poettering2023-02-281-11/+7
* journald: always pass error code to logging function, even if we don't use it...Lennart Poettering2023-02-281-13/+13
* journald: upgrade log message about missing mmap() support to LOG_ERRLennart Poettering2023-02-281-1/+1
* journald: downgrade various log messages from LOG_WARNING to LOG_INFOLennart Poettering2023-02-281-6/+6
* journald: start log message uppercase, like every other one aroundLennart Poettering2023-02-281-1/+1
* journald: make sure shall_try_append_again() logs about all return codes pass...Lennart Poettering2023-02-281-0/+1
* journal-file: drop checking if files are from the future at time of openLennart Poettering2023-02-211-4/+0
* Correct journal misspellWinterhuman2023-02-171-1/+1
* journald: maintain entry seqnum counter in mmap()ed file in /run/Lennart Poettering2023-02-081-10/+95
* journal: use TAKE_PTR() at one more placeLennart Poettering2023-01-271-2/+1
* journal: prefix all functions with "server_" that operate on Server objectsLennart Poettering2023-01-261-40/+44
* journal: add some line breaks/commentsLennart Poettering2023-01-251-13/+39
* journal-file: make strict order optionalLennart Poettering2023-01-251-5/+17
* journald: split find_journal() upFranck Bui2023-01-161-28/+44
* journald: introduce journal_file_parse_uid_from_filename() helperFranck Bui2023-01-161-16/+5
* journald: rename vacuum_offline_user_journals()Franck Bui2023-01-161-2/+2
* journal: give the ability to enable/disable systemd-journald-audit.socketFranck Bui2023-01-111-1/+4
* journal: enforce strict consistency for realtime timestamps on writemsizanoen12023-01-091-0/+4
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-191-9/+9
* journald: fix build errorLuca Boccassi2022-12-061-1/+1
* log: Switch logging to runtime when FS becomes read-onlyRichard Phibel2022-12-061-0/+8
* journal: Use shared log ratelimit constantDaan De Meyer2022-12-051-42/+42
* tree-wide: make constant ratelimit compound actually constLennart Poettering2022-11-221-1/+1
* log: Remove log_ratelimit_debug() macrosDaan De Meyer2022-11-171-16/+11
* journal: Ratelimit more journald log messagesDaan De Meyer2022-11-101-62/+100
* log: Add ratelimit argument to ratelimit log macrosDaan De Meyer2022-11-101-3/+11
* basic: create new basic/initrd-util.[ch] for initrd-related functionsZbigniew Jędrzejewski-Szmek2022-11-081-0/+1
* core,logind,systemctl,journald: replace calls to strerror() with setting errn...Zbigniew Jędrzejewski-Szmek2022-10-111-1/+2
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-46/+19
* tree-wide: Use correct format specifiersJan Janssen2022-08-301-4/+4
* journal: rename special journal field _SYSTEM_CONTEXT= → _RUNTIME_SCOPE=Lennart Poettering2022-08-251-5/+1
* journald: use rate-limited logging to log 'Failed to write entry' messageRichard Phibel2022-08-241-3/+3
* journal: Add new _INITRD fieldDaan De Meyer2022-08-231-0/+5
* tree-wide: pass proper values (not bools) to sd_event_source_set_enabled()Lennart Poettering2022-08-191-1/+1
* config-parser: Add list of drop-in files as return argument of config_parse_manyRichard Phibel2022-08-121-1/+1
* src: The return value of server_vacuum () is not used and could be modified t...Li kunyu2022-06-011-3/+1
* journald: make use of CLAMP() in cache_space_refresh()Franck Bui2022-04-041-1/+1
* tree-wide: add a space after if, switch, for, and whileYu Watanabe2022-04-011-1/+1
* Merge pull request #22861 from poettering/journald-sigtermYu Watanabe2022-03-261-3/+73
|\
| * journald: make sure SIGTERM handling doesn't get starved outLennart Poettering2022-03-251-3/+73
* | journal-file: merge compress/seal bool args into a single flags paramLennart Poettering2022-03-251-20/+47
|/
* journal: Rename JournaldFile to ManagedJournalFileDaan De Meyer2022-02-021-35/+34
* journal: Log filename when we fail to write an entryDaan De Meyer2022-01-051-2/+2