summaryrefslogtreecommitdiff
path: root/src/journal/journald-stream.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-191-2/+2
* journal: filter log based on LogFilterPatternsQuentin Deslandes2022-12-151-0/+5
* journal: Use shared log ratelimit constantDaan De Meyer2022-12-051-17/+18
* journal: Ratelimit more journald log messagesDaan De Meyer2022-11-101-18/+26
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-6/+2
* Define FOREACH_DIRENT through FOREACH_DIRENT_ALLZbigniew Jędrzejewski-Szmek2021-12-151-1/+0
* tree-wide: use ERRNO_IS_TRANSIENT()Yu Watanabe2021-11-301-1/+1
* tree-wide: use sd_event_source_disable_unref() where we canLennart Poettering2021-11-091-6/+1
* util: define initializer for 'struct ucred' that properly invalidates all fieldsLennart Poettering2021-10-111-3/+5
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-1/+1
* alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()Lennart Poettering2021-05-191-5/+7
* journald: enforce longer line length limit during "setup" phase of stream pro...Yangyang Shen2021-04-211-7/+28
* tree-wide: avoid uninitialized warning on _cleanup_ variablesLuca Boccassi2021-04-141-2/+2
* journald: restore syslog priority *with* facility bits for stream connections...Lennart Poettering2021-03-161-7/+25
* journald: use log_warning_errno() where appropriateLennart Poettering2021-03-161-16/+8
* tree-wide: return NULL from freeing functionsZbigniew Jędrzejewski-Szmek2021-02-161-3/+3
* tree-wide: use -EINVAL for enum invalid valuesZbigniew Jędrzejewski-Szmek2021-02-101-1/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* tree-wide: define iterator inside of the macroZbigniew Jędrzejewski-Szmek2020-09-081-2/+1
* journald: rework pid change handlingLennart Poettering2020-05-131-35/+68
* journald: use the fact that client_context_release() returns NULLLennart Poettering2020-05-131-2/+1
* journald: rework end of line marker handling to use a field tableLennart Poettering2020-05-131-9/+20
* journald: use log_warning_errno() where appropriateLennart Poettering2020-05-131-5/+4
* journald: Increase stdout buffer size sooner, when almost fullBenjamin Robin2020-05-131-2/+2
* tree-wide: make sure our control buffers are properly alignedLennart Poettering2020-05-071-3/+3
* socket-util: introduce type-safe, dereferencing wrapper CMSG_FIND_DATA around...Lennart Poettering2020-04-231-19/+7
* tree-wide: use recvmsg_safe() at various placesLennart Poettering2020-04-231-0/+1
* tree-wide: use the return value from sockaddr_un_set_path()Zbigniew Jędrzejewski-Szmek2020-03-021-4/+4
* journal: fix log messageYu Watanabe2020-02-071-1/+1
* journald: add exit on idleLennart Poettering2020-01-311-0/+4
* journald: use structured initializationLennart Poettering2020-01-311-3/+5
* journald: allow running multiple instances of journaldLennart Poettering2020-01-311-12/+19
* journald: let's use TAKE_PTR() and TAKE_FD() where appropriateLennart Poettering2020-01-311-3/+2
* journald: let's use unlink_and_free() where we canLennart Poettering2020-01-311-5/+4
* journal: refresh cached credentials of stdout streamsLorenz Bauer2019-11-051-2/+47
* tree-wide: get rid of strappend()Lennart Poettering2019-07-121-3/+3
* tree-wide: port users over to use new ERRNO_IS_ACCEPT_AGAIN() callLennart Poettering2019-04-101-1/+2
* Voidify more mkdir_p callsZbigniew Jędrzejewski-Szmek2019-03-271-1/+1
* util-lib: split out env file parsing code into env-file.cLennart Poettering2018-12-021-0/+1
* util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering2018-12-021-0/+1
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-221-4/+4
* tests: add a fuzzer for journald streamsEvgeny Vereshchagin2018-11-201-2/+2
* fileio: automatically add NULL sentinel to parse_env_file()Lennart Poettering2018-11-141-2/+1
* fileio: drop "newline" parameter for env file parsersLennart Poettering2018-11-141-1/+1
* journald: use the "driver" transport for logging a refused connectionEvgeny Vereshchagin2018-10-231-1/+11
* tree-wide: use sockaddr_un_unlink() whereever appropriateLennart Poettering2018-10-151-1/+1
* journal: voidify fd_nonblock()Lennart Poettering2018-10-131-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 !! casts to booleansZbigniew Jędrzejewski-Szmek2018-06-131-4/+4