summaryrefslogtreecommitdiff
path: root/src/journal/journald-native.c
Commit message (Expand)AuthorAgeFilesLines
* journal: filter log based on LogFilterPatternsQuentin Deslandes2022-12-151-0/+8
* journal: Use shared log ratelimit constantDaan De Meyer2022-12-051-12/+13
* log: Remove log_ratelimit_debug() macrosDaan De Meyer2022-11-171-22/+11
* journal: Ratelimit more journald log messagesDaan De Meyer2022-11-101-23/+48
* alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()Lennart Poettering2021-05-191-3/+3
* tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-051-1/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* journald: remove pointless conditionalizationLennart Poettering2020-10-271-2/+0
* tree-wide: use the return value from sockaddr_un_set_path()Zbigniew Jędrzejewski-Szmek2020-03-021-4/+4
* journald: allow running multiple instances of journaldLennart Poettering2020-01-311-6/+10
* journald: use memdup_suffix0() when copying string from potentially binary dataLennart Poettering2019-06-181-2/+2
* util: split out memcmp()/memset() related calls into memory-util.[ch]Lennart Poettering2019-03-131-0/+1
* journald: lower the maximum entry size limit to ½ for non-sealed fdsZbigniew Jędrzejewski-Szmek2019-01-091-2/+4
* journald: when processing a native message, bail more quickly on overbig mess...Zbigniew Jędrzejewski-Szmek2019-01-091-28/+37
* journald: set a limit on the number of fields (1k)Zbigniew Jędrzejewski-Szmek2019-01-091-0/+5
* tree-wide: add whitespace between type and variable nameYu Watanabe2018-12-041-1/+1
* tree-wide: use IOVEC_MAKE() at many placesLennart Poettering2018-11-271-2/+1
* tree-wide: port more code over to PATH_STARTSWITH_SET()Lennart Poettering2018-11-261-5/+2
* tree-wide: introduce setsockopt_int() helper and make use of it everywhereLennart Poettering2018-10-181-6/+6
* tree-wide: add a single version of "static const int one = 1"Lennart Poettering2018-10-151-4/+3
* tree-wide: use sockaddr_un_unlink() whereever appropriateLennart Poettering2018-10-151-1/+1
* journal: voidify fd_nonblock()Lennart Poettering2018-10-131-1/+1
* journald: make server_process_native_message compatible with fuzz_journald_pr...Evgeny Vereshchagin2018-09-031-1/+1
* 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
* journald: make use of fd_get_path() where appropriateLennart Poettering2018-03-281-8/+3
* journald-native: Fix typo in MANDLOCK messageFrantisek Sumsal2018-01-221-1/+1
* tree-wide: make use of new STRLEN() macro everywhere (#7639)Lennart Poettering2017-12-141-5/+6
* 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-10/+15
* journal: make use of IOVEC_MAKE() where it makes senseLennart Poettering2017-11-161-7/+3
* journal: move valid_user_field() to journal-util.[ch] and rename it → journ...Lennart Poettering2017-11-161-37/+3
* journald: unitialized variable accessZbigniew Jędrzejewski-Szmek2017-11-011-1/+1
* Merge pull request #6974 from keszybz/clean-up-definesLennart Poettering2017-10-041-1/+1
|\
| * build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-041-1/+1
* | tree-wide: use IN_SET macro (#6977)Yu Watanabe2017-10-041-1/+1
|/
* io-util: add new IOVEC_INIT/IOVEC_MAKE macrosLennart Poettering2017-09-221-1/+1
* journald: add minimal client metadata cachingLennart Poettering2017-07-311-3/+12
* Merge pull request #5960 from keszybz/journald-memleakEvgeny Vereshchagin2017-05-211-86/+120
|\
| * journald: process "binary" fields the same as text fieldsZbigniew Jędrzejewski-Szmek2017-05-191-50/+70
| * journald: properly process multiple entries in the same native packetZbigniew Jędrzejewski-Szmek2017-05-191-34/+49
| * journald: use unaligned_read instead of memcpyZbigniew Jędrzejewski-Szmek2017-05-191-3/+2
* | Revert "selinux: split up mac_selinux_have() from mac_selinux_use()"Gary Tierney2017-05-121-1/+1
|/
* journal: fix up syslog facility when forwarding native messages (#5667)Michael Biebl2017-03-301-1/+1
* Move export format parsing from src/journal-remote/ to src/basic/Zbigniew Jędrzejewski-Szmek2017-02-141-0/+1
* tree-wide: introduce new SOCKADDR_UN_LEN() macro, and use it everywhereLennart Poettering2016-05-051-7/+7
* Correctly parse OBJECT_PID in journald messages (#3129)Nalin Dahyabhai2016-04-271-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* journal: normalize priority of logging sourcesVito Caputo2016-01-081-0/+4