summaryrefslogtreecommitdiff
path: root/src/journal/journald-context.c
Commit message (Expand)AuthorAgeFilesLines
* journald: hook up journald with the memory pressure and SIGRTMIN+18 logicLennart Poettering2023-03-011-1/+5
* prioq: make prioq_reshuffle() voidLennart Poettering2022-12-231-1/+1
* journal: filter log based on LogFilterPatternsQuentin Deslandes2022-12-151-0/+6
* journald: prevent segfault on empty attr/currentSpace Meyer2022-12-081-1/+1
* journal: Use shared log ratelimit constantDaan De Meyer2022-12-051-2/+3
* journal: Ratelimit more journald log messagesDaan De Meyer2022-11-101-2/+4
* alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()Lennart Poettering2021-05-191-2/+2
* core,journald: use quoted commandlinesZbigniew Jędrzejewski-Szmek2021-05-051-1/+1
* tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-051-1/+1
* tree-wide: propagate error code from _from_string() functionsZbigniew Jędrzejewski-Szmek2021-02-101-1/+1
* journal: context - use hashmap_ensure_putSusant Sahani2021-01-181-5/+1
* journal: context - Use _cleanup_free_Susant Sahani2021-01-181-5/+3
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* journald: allow running multiple instances of journaldLennart Poettering2020-01-311-1/+3
* journald: use structured initializationLennart Poettering2020-01-311-14/+15
* core,journal: export user units' InvocationID and use as _SYSTEMD_INVOCATION_IDAnita Zhang2019-12-191-4/+14
* tree-wide: say "ratelimit" not "rate_limit"Zbigniew Jędrzejewski-Szmek2019-09-201-10/+10
* basic/process-util: convert bool arg to flagsZbigniew Jędrzejewski-Szmek2019-05-221-1/+1
* Rework cmdline printing to use unicodeZbigniew Jędrzejewski-Szmek2019-05-221-1/+1
* Introduce sc_arg_max() helperZbigniew Jędrzejewski-Szmek2019-05-211-6/+3
* codespell: fix spelling errorsBen Boeckel2019-04-291-1/+1
* journald: periodically drop cache for all dead PIDsZbigniew Jędrzejewski-Szmek2019-01-261-2/+26
* journal: limit the number of entries in the cache based on available memoryZbigniew Jędrzejewski-Szmek2019-01-261-2/+33
* Merge pull request #11252 from evverx/use-asan-wrapper-on-travis-ciFrantisek Sumsal2019-01-061-5/+2
|\
| * journal: rely on _cleanup_free_ to free a temporary string used in client_con...Evgeny Vereshchagin2018-12-291-5/+2
* | cgroup: s/cgroups? ?v?([0-9])/cgroup v\1/gIChris Down2019-01-031-1/+1
|/
* journald: correctly attribute log messages also with cgroupsv1Michal Sekletar2018-12-171-2/+5
* core: implement per unit journal rate limitingAnita Zhang2018-10-181-3/+48
* tree-wide: use CMP() macros where applicableYu Watanabe2018-10-091-10/+5
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-5/+2
* 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-16/+135
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-041-2/+2
* journald: add minimal client metadata cachingLennart Poettering2017-07-311-0/+588