summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2006-02-15 16:38:11 +0000
committerHavoc Pennington <hp@redhat.com>2006-02-15 16:38:11 +0000
commit345671f75c23daeff19853ba722d5c8eb17768e0 (patch)
treedaf5b6a8a093cc17f1bdd1389cd601ccd4baaf79 /doc
parentc2432800b1d387c5512e605ba92060d4827b7606 (diff)
add dispatch recursion item to TODO
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index 82538dca..7108734c 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