diff options
author | Matthew Johnson <mjj29@hecate.trinhall.cam.ac.uk> | 2006-12-29 15:20:59 +0000 |
---|---|---|
committer | Matthew Johnson <mjj29@hecate.trinhall.cam.ac.uk> | 2006-12-29 15:20:59 +0000 |
commit | 129eed36e2cc5e55c2a2ab057e2eccbe0e23c395 (patch) | |
tree | 1d7d250e9c8650f121d380b044fa1be3aa4d8148 /TODO | |
parent | ed1ac8c95969c62653b8358940b62833a8d56fbe (diff) |
* Add peer 2 peer support with DirectConnection class
* add peer to peer test
* split some code from DBusConnection into common super-class
AbstractConnection
* Support float ('f') type with tests
* Degrade floats to doubles when DBUS_JAVA_FLOATS is not set
* add DBus.Peer interface to standard introspection data
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,10 +1,12 @@ - * test floats and make them degrade nicely + * document string comparisons + * document peer2peer + * document low level * autolaunch * dbus-sha-1 auth * test tcp * write a bus daemon - * peer2peer * test on windbus + * autodetection of float support * allow 'virtual' object handlers, so that all object paths under a certain hierarchy are handled by the same object * fix dbus-viewer to recurse on paths * extend dbus-viewer to make calls |