From: Havoc Pennington Date: Wed, 15 Feb 2006 16:38:11 +0000 (+0000) Subject: add dispatch recursion item to TODO X-Git-Tag: dbus-0.61~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=345671f75c23daeff19853ba722d5c8eb17768e0;p=thirdparty%2Fdbus.git add dispatch recursion item to TODO --- diff --git a/doc/TODO b/doc/TODO index 82538dcab..7108734c5 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,13 @@ Important for 1.0 === + - add a new return code from dbus_connection_dispatch() called + IN_PROGRESS or RECURSED or something, indicating that DATA_REMAINS + but another dispatch is in progress, so we can't dispatch at + this time. Fixes the recursive deadlock. See the @todo for more + and this thread: http://lists.freedesktop.org/archives/dbus/2006-February/004128.html + + - Remove all deprecated functions - Audit @todo and FIXME for security issues