X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=TODO;h=4274b37ee9ed6a4bf32852c76d482545f0fd1154;hb=6b46ea73e3b1d8a1e65f58ac04772821bd4a72fb;hp=a4cffb3bb380812b40d3e6834a7c30759ad0a3d7;hpb=b6741478e7661c7e580e5dcfd6a6fccd1899c1d0;p=elogind.git diff --git a/TODO b/TODO index a4cffb3bb..4274b37ee 100644 --- a/TODO +++ b/TODO @@ -123,23 +123,19 @@ Features: - support "const" properties as flag - add API to clone sd_bus_message objects - SD_BUS_COMMENT() macro for inclusion in vtables, syntax inspired by gdbus - - make sd_bus_open_system_container() kdbus aware - - longer term: - * priority queues - * priority inheritance - sort out error codes for sd_bus_release_name(), distuingish: successful removal from foreign name, from non-existing name - - bug in kdbus: nameownerchange is not generated for names, only ids. - kdbus: matches against source or destination pids for an "strace -p"-like feel. Problem: The PID info needs to be available in userspace too... - kdbus: we need a way to distuingish messages we got due to monitoring from normal messages, since we want to bind methods only to the latter + - kdbus: when we do "systemctl daemon-reexec" the call doesn't get properly cancelled - figure out what to do when fields in the kdbus header and in the payload header do not match + - longer term: + * priority queues + * priority inheritance + - fix sd-event hookup when we connect to multiple servers one after the other * sd-event - allow multiple signal handlers per signal - - when a handler returns an error, just turn off its event source, - but do not return anything up to the event loop caller. Instead - add parameter to sd_event_request_quit() to take retval. This way - errors rippling upwards are the option, not the default - - event sources should not be able to keep the sd_event around unconditionally + - when dispatching an event source then _unref() on it should remove it from the epoll * in the final killing spree, detect processes from the root directory, and complain loudly if they have argv[0][0] == '@' set.