dbus/doc TODO,1.106,1.107
John Palmieri
johnp at kemper.freedesktop.org
Wed Sep 6 15:00:09 PDT 2006
- Previous message: dbus/dbus dbus-bus.c, 1.54, 1.55 dbus-bus.h, 1.17,
1.18 dbus-connection-internal.h, 1.26, 1.27 dbus-connection.c,
1.127, 1.128
- Next message: dbus/test test-service.c, 1.25, 1.26 test-shell-service.c, 1.2,
1.3 test-utils.c, 1.6, 1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/dbus/dbus/doc
In directory kemper:/tmp/cvs-serv7597/doc
Modified Files:
TODO
Log Message:
* doc/TODO:
- Remove pending call locking todo item
- dbus_connection_open now holds hard ref. Remove todo item
- do proper locking on _dbus_bus_check_connection_and_unref
and handle DBUS_BUS_STARTER. Remove todo item
- Warn on closing of a shared connection. Remove todo item
* bus/bus.c, bus/connection.c, bus/dispatch.c, dbus/dbus-bus.c,
dbus/dbus-connection.c: Use the dbus_connection_close_internal
so we don't get the warning when closing shared connections
* test/test-service.c, test/test-shell-service.c: Applications
don't close shared connections themselves so we unref instead of
close
* test/test-utils.c (test_connection_shutdown): Close the connection
* dbus/dbus-bus.c (_dbus_bus_check_connection_and_unref): Changed to
_dbus_bus_check_connection_and_unref_unlocked since we only call this
method on a locked connection.
Make sure we call _dbus_connection_unref_unlocked instead of
dbus_connection_unref also.
Handle DBUS_BUS_STARTER correctly
* dbus/dbus-connection.c (connection_record_shared_unlocked):
Mark as shared and hard ref the connection
(connection_forget_shared_unlocked): Remove the hard ref from the
connection
(_dbus_connection_close_internal_and_unlock): New internal function
which takes a locked connection and unlocks it after closing it
(_dbus_connection_close_internal): New internal function which acts
like the origonal dbus_connection_close method by grabbing a connection
lock and calling _dbus_connection_close_internal_and_unlock
(dbus_connection_close): Public close method, warns when the app
trys to close a shared connection
Index: TODO
===================================================================
RCS file: /cvs/dbus/dbus/doc/TODO,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -d -r1.106 -r1.107
--- TODO 6 Sep 2006 19:40:54 -0000 1.106
+++ TODO 6 Sep 2006 22:00:07 -0000 1.107
@@ -21,21 +21,6 @@
- just before 1.0, try a HAVE_INT64=0 build and be sure it runs
- - fix locking on DBusPendingCall
-
- - dbus_connection_open() is like dbus_bus_get() in that it returns a shared
- connection; it needs the corresponding fix to hold a strong reference to
- these connections.
-
- - _dbus_bus_check_connection_and_unref does not do proper locking and
- doesn't handle all the shared connections, e.g. DBUS_BUS_STARTER
-
- - for both the dbus-bus.c shared connections and dbus_connection_open()
- shared connections, it is probably appropriate to warn() if someone
- calls close() on them ; essentially shared connections are not closeable
- because it's unclear who would do the closing and when, short of
- dbus_shutdown()
-
Important for 1.0 GLib Bindings
===
- Previous message: dbus/dbus dbus-bus.c, 1.54, 1.55 dbus-bus.h, 1.17,
1.18 dbus-connection-internal.h, 1.26, 1.27 dbus-connection.c,
1.127, 1.128
- Next message: dbus/test test-service.c, 1.25, 1.26 test-shell-service.c, 1.2,
1.3 test-utils.c, 1.6, 1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dbus-commit
mailing list