index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
journal
/
journald-syslog.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
time-util: rework localtime_or_gmtime() into localtime_or_gmtime_usec()
Lennart Poettering
2024-09-05
1
-3
/
+1
*
tree-wide: use LOG_PRI() and LOG_FAC()
Yu Watanabe
2024-05-12
1
-4
/
+4
*
journal: use STRLEN() and xsprintf()
Yu Watanabe
2024-05-01
1
-2
/
+2
*
io-util: split out "struct iovec" related calls into their own .c/.h files
Lennart Poettering
2023-10-20
1
-1
/
+1
*
process-util: add pidref_get_comm() and rename get_process_comm() to pid_get_...
Lennart Poettering
2023-10-18
1
-1
/
+1
*
journal: filter log based on LogFilterPatterns
Quentin Deslandes
2022-12-15
1
-0
/
+4
*
journal: Use shared log ratelimit constant
Daan De Meyer
2022-12-05
1
-1
/
+2
*
log: Remove log_ratelimit_debug() macros
Daan De Meyer
2022-11-17
1
-3
/
+2
*
journal: Ratelimit more journald log messages
Daan De Meyer
2022-11-10
1
-3
/
+6
*
tree-wide: add global ascii_isdigit() + ascii_isalpha()
Lennart Poettering
2022-07-05
1
-3
/
+2
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
journald: remove pointless conditionalization
Lennart Poettering
2020-10-27
1
-5
/
+2
*
tree-wide: cast result of get_process_comm() to (void) where we ignore it
Lennart Poettering
2020-10-27
1
-1
/
+1
*
tree-wide: make sure our control buffers are properly aligned
Lennart Poettering
2020-05-07
1
-4
/
+1
*
tree-wide: use the return value from sockaddr_un_set_path()
Zbigniew Jędrzejewski-Szmek
2020-03-02
1
-4
/
+4
*
journald: fix forwarding to syslog
Zbigniew Jędrzejewski-Szmek
2020-03-02
1
-5
/
+5
*
journald: allow running multiple instances of journald
Lennart Poettering
2020-01-31
1
-8
/
+20
*
journald: line break overly long function header
Lennart Poettering
2020-01-31
1
-1
/
+6
*
tree-wide: some automatic coccinelle fixes (#10463)
Lennart Poettering
2018-10-19
1
-2
/
+2
*
tree-wide: introduce setsockopt_int() helper and make use of it everywhere
Lennart Poettering
2018-10-18
1
-6
/
+6
*
tree-wide: add a single version of "static const int one = 1"
Lennart Poettering
2018-10-15
1
-4
/
+3
*
tree-wide: use sockaddr_un_unlink() whereever appropriate
Lennart Poettering
2018-10-15
1
-1
/
+1
*
journal: voidify fd_nonblock()
Lennart Poettering
2018-10-13
1
-1
/
+1
*
journald: take leading spaces into account in syslog_parse_identifier
Evgeny Vereshchagin
2018-08-10
1
-1
/
+2
*
journal: do not remove multiple spaces after identifier in syslog message
Yu Watanabe
2018-08-10
1
-1
/
+3
*
journal: fix size of buffer
Yu Watanabe
2018-08-08
1
-1
/
+1
*
journal: fix syslog_parse_identifier()
Yu Watanabe
2018-08-08
1
-3
/
+3
*
journal: do not use newa() or strjoina() for message
Yu Watanabe
2018-08-08
1
-10
/
+25
*
journal: do not pass a negative value to memcpy()
Yu Watanabe
2018-08-08
1
-1
/
+4
*
Merge pull request #9346 from keszybz/journald-exact2
Lennart Poettering
2018-07-18
1
-35
/
+75
|
\
|
*
journal: store the original timestamp as SYSLOG_TIMESTAMP=
Zbigniew Jędrzejewski-Szmek
2018-07-05
1
-26
/
+37
|
*
journal: store the original syslog input as SYSLOG_RAW=
Zbigniew Jędrzejewski-Szmek
2018-07-04
1
-3
/
+18
|
*
journal: optimize the common case where whitespace stripping is not needed
Zbigniew Jędrzejewski-Szmek
2018-07-04
1
-17
/
+31
*
|
tree-wide: use localtime_r() instead of localtime()
Yu Watanabe
2018-06-26
1
-4
/
+3
|
/
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
journal: forward messages from /dev/log unmodified to syslog.socket
Michal Sekletar
2018-06-11
1
-14
/
+23
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
tree-wide: make use of new STRLEN() macro everywhere (#7639)
Lennart Poettering
2017-12-14
1
-1
/
+1
*
tree-wide: adjust fall through comments so that gcc is happy
Shawn Landden
2017-11-20
1
-2
/
+1
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
core: implement /run/systemd/units/-based path for passing unit info from PID...
Lennart Poettering
2017-11-16
1
-9
/
+15
*
journald: when logging about dropped messages, include more meta data
Lennart Poettering
2017-11-16
1
-1
/
+1
*
build-sys: use #if Y instead of #ifdef Y everywhere
Zbigniew Jędrzejewski-Szmek
2017-10-04
1
-1
/
+1
*
tree-wide: use IN_SET where possible
Andreas Rammhold
2017-10-02
1
-1
/
+1
*
io-util: add new IOVEC_INIT/IOVEC_MAKE macros
Lennart Poettering
2017-09-22
1
-17
/
+15
*
journald: add minimal client metadata caching
Lennart Poettering
2017-07-31
1
-4
/
+11
*
tree-wide: make use of getpid_cached() wherever we can
Lennart Poettering
2017-07-20
1
-1
/
+1
*
Revert "selinux: split up mac_selinux_have() from mac_selinux_use()"
Gary Tierney
2017-05-12
1
-1
/
+1
*
tree-wide: add SD_ID128_MAKE_STR, remove LOG_MESSAGE_ID
Zbigniew Jędrzejewski-Szmek
2017-02-15
1
-1
/
+2
[next]