summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2017-02-06 23:59:33 +0300
committerGitHub <noreply@github.com>2017-02-06 23:59:33 +0300
commit1fb85797493dde55c9db9725970343a064e9e062 (patch)
treefc7ae452dc80ab0dd81e4bfbe023a2214630456e /TODO
parent6a1da642b33cb18bdceb1fee44ddec6db812541e (diff)
parentaa2039457911cc89adbf73e8a9b26ce99110e23d (diff)
Merge pull request #5239 from poettering/notify-access-all
man: document that sd_notify() is racy in some cases
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index 820fecb4b0..48f320093e 100644
--- a/TODO
+++ b/TODO
@@ -24,6 +24,11 @@ Janitorial Clean-ups:
Features:
+* maybe add call sd_journal_set_block_timeout() or so to set SO_SNDTIMEO for
+ the sd-journal logging socket, and, if the timeout is set to 0, sets
+ O_NONBLOCK on it. That way people can control if and when to block for
+ logging.
+
* journald: when we recv a log datagram via the native or syslog transports,
search for the PID in the active stream connections, and let's make sure to
always process the datagrams before the streams. Then, cache client metadata