summaryrefslogtreecommitdiff
path: root/src/journal/journald-server.h
Commit message (Expand)AuthorAgeFilesLines
* journal: Use shared log ratelimit constantDaan De Meyer2022-12-051-2/+0
* tree-wide: make constant ratelimit compound actually constLennart Poettering2022-11-221-1/+1
* journal: Ratelimit more journald log messagesDaan De Meyer2022-11-101-0/+2
* journal: Add new _INITRD fieldDaan De Meyer2022-08-231-1/+1
* src: The return value of server_vacuum () is not used and could be modified t...Li kunyu2022-06-011-1/+1
* journal: Rename JournaldFile to ManagedJournalFileDaan De Meyer2022-02-021-3/+3
* journal: Introduce journald-file.c for journal file write related logicDaan De Meyer2021-12-061-3/+3
* Merge pull request #21431 from DaanDeMeyer/issue-19799Luca Boccassi2021-11-201-0/+3
|\
| * journal: Limit the number of audit fields per log messageDaan De Meyer2021-11-191-0/+3
* | journal: Don't discard kmsg messages coming from journald itselfDaan De Meyer2021-11-181-0/+2
|/
* alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()Lennart Poettering2021-05-191-1/+0
* tree-wide: use -EINVAL for enum invalid valuesZbigniew Jędrzejewski-Szmek2021-02-101-2/+2
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* journald: add configuration option for enabling/disabling audit during journa...Lennart Poettering2020-04-171-0/+1
* journald: add exit on idleLennart Poettering2020-01-311-0/+4
* journald: allow running multiple instances of journaldLennart Poettering2020-01-311-2/+6
* journald: remove unused fieldLennart Poettering2019-11-281-2/+0
* tree-wide: say "ratelimit" not "rate_limit"Zbigniew Jędrzejewski-Szmek2019-09-201-3/+3
* journald: also offer flush/rotate/sync as varlink method callsLennart Poettering2019-05-091-0/+3
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-271-0/+1
* journald: periodically drop cache for all dead PIDsZbigniew Jędrzejewski-Szmek2019-01-261-0/+2
* journal: replace udev_device by sd_deviceYu Watanabe2018-08-231-2/+0
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-4/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: port over all code to the new CONFIG_PARSER_PROTOTYPE() macroLennart Poettering2018-05-221-4/+5
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* journal: make the compression threshold tunableAlex Gartrell2018-03-201-1/+7
* tree-wide: make use of new STRLEN() macro everywhere (#7639)Lennart Poettering2017-12-141-1/+1
* journald: correct field countsLennart Poettering2017-11-291-2/+11
* journald: add _printf_ attribute to server_driver_message()Yu Watanabe2017-11-251-1/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* core: implement /run/systemd/units/-based path for passing unit info from PID...Lennart Poettering2017-11-161-1/+1
* journald: when logging about dropped messages, include more meta dataLennart Poettering2017-11-161-1/+1
* journald: make maximum size of stream log lines configurable and bump it to 4...Lennart Poettering2017-09-221-0/+3
* journald: add minimal client metadata cachingLennart Poettering2017-07-311-1/+10
* journald: make reading /dev/kmsg optional (#6362)Susant Sahani2017-07-151-0/+1
* journald: fix trivial memleakZbigniew Jędrzejewski-Szmek2017-05-191-1/+1
* tree-wide: add SD_ID128_MAKE_STR, remove LOG_MESSAGE_IDZbigniew Jędrzejewski-Szmek2017-02-151-1/+1
* Merge pull request #4879 from poettering/systemdZbigniew Jędrzejewski-Szmek2017-01-141-1/+1
|\
| * journald: don't flush to /var/log/journal before we get asked toLennart Poettering2016-12-211-1/+1
* | build-sys: add check for gperf lookup function signature (#5055)Mike Gilbert2017-01-101-1/+1
|/
* journal: introduce patch_min_use() helperFranck Bui2016-10-191-1/+1
* journal: cache used vfs stats as wellFranck Bui2016-10-191-1/+5
* journal: introduce server_space_usage_message()Franck Bui2016-10-191-0/+1
* journal: introduce JournalStorage and JournalStorageSpace structuresFranck Bui2016-10-191-6/+16
* journald: automatically rotate journal files when the clock jumps backwardsLennart Poettering2016-10-121-0/+2
* core: add "invocation ID" concept to service managerLennart Poettering2016-10-071-1/+1
* journal: complete slice info in journal metadataLennart Poettering2016-10-071-2/+2
* journald: deprecate SplitMode=login (#3805)Zbigniew Jędrzejewski-Szmek2016-07-261-1/+1
* journal: defer journal closes on rotateVito Caputo2016-02-191-0/+2