chiark / gitweb /
bus: if we hit the end of an array container return 0 as EOF indicator when reading it
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 66cd5b4f2289e300aa00dcaec6c10f78e863c140..a3ab09e504925e2e9526a019ea94fecd75a68666 100644 (file)
--- a/TODO
+++ b/TODO
@@ -48,9 +48,15 @@ CGroup Rework Completion:
 
 Features:
 
-* "systemctl cat" or "systemctl view" command or or so, that cats the backing unit file of a service, plus its drop-ins and shows them in a pager
+* saproxy: Support multiple inherited sockets mapped using different proxies
+
+* saproxy: Use a nonblocking alternative to getaddrinfo
+
+* saproxy: Until we can start daemons directly, find a less ugly, less racy alternative than shell scripts for the second man page example.
 
-* rfkill,backlight: we probably should use a path ID of some kind rather than the sysname as file name to store status in
+* saproxy: Support starting daemons directly without requiring a shell script; update man pages
+
+* "systemctl cat" or "systemctl view" command or or so, that cats the backing unit file of a service, plus its drop-ins and shows them in a pager
 
 * rfkill,backlight: we probably should run the load tools inside of the udev rules so that the state is properly initialized by the time other software sees it
 
@@ -58,8 +64,6 @@ Features:
 
 * tmpfiles: when applying ownership to /run/log/journal also do this for the journal fails contained in it
 
-* rework list.h to use typeof() and thus simplify most linked list macros by not requring the type to be specified
-
 * we probably should replace the left-over uses of strv_append() and replace them by strv_push() or strv_extend()
 
 * move config_parse_path_strv() out of conf-parser.c