dbus/doc TODO,1.69,1.70

Havoc Pennington hp at freedesktop.org
Sun Feb 20 20:09:43 PST 2005


Update of /cvs/dbus/dbus/doc
In directory gabe:/tmp/cvs-serv12537/doc

Modified Files:
	TODO 
Log Message:
2005-02-20  Havoc Pennington  <hp at redhat.com>

        Fix bugs reported by Daniel P. Berrange
	
	* dbus/dbus-server.c (_dbus_server_unref_unlocked): new function
	(protected_change_watch): new function
	(_dbus_server_toggle_watch, _dbus_server_remove_watch)
	(_dbus_server_add_watch): change to work like the
	dbus-connection.c equivalents; like those, probably kind of
	busted, but should at least mostly work for now
	(dbus_server_disconnect): drop the lock if we were already
	disconnected, patch from Daniel P. Berrange

	* dbus/dbus-server.c (_dbus_server_toggle_timeout) 
	(_dbus_server_remove_timeout, _dbus_server_add_timeout): all the
	same stuff

	* doc/TODO: todo about unscrewing this mess



Index: TODO
===================================================================
RCS file: /cvs/dbus/dbus/doc/TODO,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- TODO	19 Feb 2005 16:59:03 -0000	1.69
+++ TODO	21 Feb 2005 04:09:40 -0000	1.70
@@ -76,6 +76,11 @@
 Can Be Post 1.0
 ===
 
+ - DBusWatchList/TimeoutList duplicate a lot of code, as do
+   protected_change_watch/protected_change_timeout in dbus-connection.c
+   and dbus-server.c. This could all be mopped up, cut-and-paste 
+   fixed, code size reduced.
+
  - change .service files to allow Names=list in addition to Name=string
 
  - The message bus internal code still says "service" for 



More information about the dbus-commit mailing list