index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
journal
/
journald-native.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
journald: use memdup_suffix0() when copying string from potentially binary data
Lennart Poettering
2019-06-18
1
-2
/
+2
*
util: split out memcmp()/memset() related calls into memory-util.[ch]
Lennart Poettering
2019-03-13
1
-0
/
+1
*
journald: lower the maximum entry size limit to ½ for non-sealed fds
Zbigniew Jędrzejewski-Szmek
2019-01-09
1
-2
/
+4
*
journald: when processing a native message, bail more quickly on overbig mess...
Zbigniew Jędrzejewski-Szmek
2019-01-09
1
-28
/
+37
*
journald: set a limit on the number of fields (1k)
Zbigniew Jędrzejewski-Szmek
2019-01-09
1
-0
/
+5
*
tree-wide: add whitespace between type and variable name
Yu Watanabe
2018-12-04
1
-1
/
+1
*
tree-wide: use IOVEC_MAKE() at many places
Lennart Poettering
2018-11-27
1
-2
/
+1
*
tree-wide: port more code over to PATH_STARTSWITH_SET()
Lennart Poettering
2018-11-26
1
-5
/
+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: make server_process_native_message compatible with fuzz_journald_pr...
Evgeny Vereshchagin
2018-09-03
1
-1
/
+1
*
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
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
journald: make use of fd_get_path() where appropriate
Lennart Poettering
2018-03-28
1
-8
/
+3
*
journald-native: Fix typo in MANDLOCK message
Frantisek Sumsal
2018-01-22
1
-1
/
+1
*
tree-wide: make use of new STRLEN() macro everywhere (#7639)
Lennart Poettering
2017-12-14
1
-5
/
+6
*
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
-10
/
+15
*
journal: make use of IOVEC_MAKE() where it makes sense
Lennart Poettering
2017-11-16
1
-7
/
+3
*
journal: move valid_user_field() to journal-util.[ch] and rename it → journ...
Lennart Poettering
2017-11-16
1
-37
/
+3
*
journald: unitialized variable access
Zbigniew Jędrzejewski-Szmek
2017-11-01
1
-1
/
+1
*
Merge pull request #6974 from keszybz/clean-up-defines
Lennart Poettering
2017-10-04
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 macro (#6977)
Yu Watanabe
2017-10-04
1
-1
/
+1
|
/
*
io-util: add new IOVEC_INIT/IOVEC_MAKE macros
Lennart Poettering
2017-09-22
1
-1
/
+1
*
journald: add minimal client metadata caching
Lennart Poettering
2017-07-31
1
-3
/
+12
*
Merge pull request #5960 from keszybz/journald-memleak
Evgeny Vereshchagin
2017-05-21
1
-86
/
+120
|
\
|
*
journald: process "binary" fields the same as text fields
Zbigniew Jędrzejewski-Szmek
2017-05-19
1
-50
/
+70
|
*
journald: properly process multiple entries in the same native packet
Zbigniew Jędrzejewski-Szmek
2017-05-19
1
-34
/
+49
|
*
journald: use unaligned_read instead of memcpy
Zbigniew Jędrzejewski-Szmek
2017-05-19
1
-3
/
+2
*
|
Revert "selinux: split up mac_selinux_have() from mac_selinux_use()"
Gary Tierney
2017-05-12
1
-1
/
+1
|
/
*
journal: fix up syslog facility when forwarding native messages (#5667)
Michael Biebl
2017-03-30
1
-1
/
+1
*
Move export format parsing from src/journal-remote/ to src/basic/
Zbigniew Jędrzejewski-Szmek
2017-02-15
1
-0
/
+1
*
tree-wide: introduce new SOCKADDR_UN_LEN() macro, and use it everywhere
Lennart Poettering
2016-05-05
1
-7
/
+7
*
Correctly parse OBJECT_PID in journald messages (#3129)
Nalin Dahyabhai
2016-04-27
1
-1
/
+1
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
journal: normalize priority of logging sources
Vito Caputo
2016-01-08
1
-0
/
+4
*
selinux: split up mac_selinux_have() from mac_selinux_use()
Lennart Poettering
2015-11-27
1
-1
/
+1
*
journald: never accept fds from file systems with mandatory locking enabled
Lennart Poettering
2015-11-10
1
-0
/
+30
*
treewide: use the negative error codes returned by our functions
Michal Schmidt
2015-11-05
1
-1
/
+1
*
journal: fix incorrect errno reporting
Michal Schmidt
2015-11-05
1
-1
/
+1
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
io-util.h: move iovec stuff from macro.h to io-util.h
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: move a number of fs operations into fs-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-1
/
+2
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-7
/
+8
[next]