index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
journal
/
journald-stream.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
io-util: add new IOVEC_INIT/IOVEC_MAKE macros
Lennart Poettering
2017-09-22
1
-8
/
+7
*
journald: make maximum size of stream log lines configurable and bump it to 4...
Lennart Poettering
2017-09-22
1
-21
/
+96
*
journald: add minimal client metadata caching
Lennart Poettering
2017-07-31
1
-3
/
+18
*
journald: only accept valid unit names for log streams
Lennart Poettering
2017-07-31
1
-11
/
+8
*
Revert "selinux: split up mac_selinux_have() from mac_selinux_use()"
Gary Tierney
2017-05-12
1
-1
/
+1
*
journal: add stdout_stream_scan() comment (#4102)
Vito Caputo
2016-09-28
1
-0
/
+3
*
tree-wide: introduce new SOCKADDR_UN_LEN() macro, and use it everywhere
Lennart Poettering
2016-05-05
1
-7
/
+6
*
tree-wide: make ++/-- usage consistent WRT spacing
Vito Caputo
2016-02-23
1
-2
/
+2
*
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
-1
/
+1
*
selinux: split up mac_selinux_have() from mac_selinux_use()
Lennart Poettering
2015-11-27
1
-1
/
+1
*
journal: don't remove leading spaces
Evgeny Vereshchagin
2015-11-18
1
-1
/
+3
*
journal: drop empty lines after level_prefix removing
Evgeny Vereshchagin
2015-11-18
1
-3
/
+3
*
treewide: apply errno.cocci
Michal Schmidt
2015-11-09
1
-2
/
+1
*
journald: never block when sending messages on NOTIFY_SOCKET socket
Lennart Poettering
2015-11-01
1
-6
/
+62
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out printf() helpers to stdio-util.h
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: split out syslog-related calls into syslog-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: introduce dirent-util.[ch] for directory entry calls
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
-1
/
+2
*
util: split out escaping code into escape.[ch]
Lennart Poettering
2015-10-24
1
-7
/
+9
*
Merge pull request #1542 from keszybz/journal-audit-optional
Lennart Poettering
2015-10-13
1
-5
/
+2
|
\
|
*
journald: move server_restore_streams out of server_open_stdout_socket
Zbigniew Jędrzejewski-Szmek
2015-08-02
1
-5
/
+2
*
|
tree-wide: port everything over to fflush_and_check()
Lennart Poettering
2015-07-29
1
-14
/
+12
|
/
*
journald: simplify context handling
Zbigniew Jędrzejewski-Szmek
2015-06-10
1
-24
/
+8
*
journal: use (void) to silence coverity
Zbigniew Jędrzejewski-Szmek
2015-04-13
1
-1
/
+1
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
1
-1
/
+0
*
Add a snprinf wrapper which checks that the buffer was big enough
Zbigniew Jędrzejewski-Szmek
2015-02-01
1
-2
/
+2
*
journald: allow restarting journald without losing stream connections
Lennart Poettering
2015-01-06
1
-51
/
+325
*
treewide: another round of simplifications
Michal Schmidt
2014-11-28
1
-12
/
+6
*
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
1
-8
/
+8
*
treewide: more log_*_errno + return simplifications
Michal Schmidt
2014-11-28
1
-8
/
+4
*
treewide: no need to negate errno for log_*_errno()
Michal Schmidt
2014-11-28
1
-4
/
+4
*
treewide: auto-convert the simple cases to log_*_errno()
Michal Schmidt
2014-11-28
1
-4
/
+4
*
mac: also rename use_{smack,selinux,apparmor}() calls so that they share the ...
Lennart Poettering
2014-10-23
1
-1
/
+1
*
Be more verbose when bind or listen fails
Zbigniew Jędrzejewski-Szmek
2014-07-19
1
-2
/
+2
*
util: replace close_nointr_nofail() by a more useful safe_close()
Lennart Poettering
2014-03-18
1
-4
/
+3
*
journald: add support for wall forwarding
Sebastian Thorarensen
2014-03-14
1
-0
/
+4
*
api: in constructor function calls, always put the returned object pointer fi...
Lennart Poettering
2014-02-20
1
-2
/
+2
*
util: unify SO_PEERCRED/SO_PEERSEC invocations
Lennart Poettering
2013-12-24
1
-3
/
+2
*
event: be more conservative when returning errors from event handler callbacks
Lennart Poettering
2013-12-13
1
-6
/
+2
*
journald: make sure the stdout/stderr stream fd is removed from epoll before ...
Lennart Poettering
2013-12-11
1
-1
/
+3
*
journal: don't go belly up when an stdout/stderr client terminates the connec...
Lennart Poettering
2013-12-11
1
-8
/
+7
*
journald: port to sd-event and enable watchdog support
Lennart Poettering
2013-12-11
1
-22
/
+45
*
journald: malloc less when streaming messages
Zbigniew Jędrzejewski-Szmek
2013-12-11
1
-11
/
+12
*
journald: use a bit more cleanup magic!
Lennart Poettering
2013-12-10
1
-7
/
+1
*
Fix memory leak in stdout journal streams
Dan McGee
2013-12-08
1
-0
/
+1
[next]