dbus/bus activation.c,1.46,1.47 connection.c,1.63,1.64
John Palmieri
johnp at kemper.freedesktop.org
Mon Sep 11 10:41:23 PDT 2006
- Previous message: dbus ChangeLog,1.1114,1.1115
- Next message: dbus/dbus dbus-connection.c, 1.130, 1.131 dbus-keyring.c, 1.32,
1.33 dbus-pending-call.c, 1.19, 1.20 dbus-server.c, 1.44,
1.45 dbus-sysdeps-unix.c, 1.1, 1.2 dbus-sysdeps-util-unix.c,
1.2, 1.3 dbus-sysdeps.c, 1.112, 1.113
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/dbus/dbus/bus
In directory kemper:/tmp/cvs-serv13440/bus
Modified Files:
activation.c connection.c
Log Message:
* remove a bunch of todo items from the 1.0 list
Index: activation.c
===================================================================
RCS file: /cvs/dbus/dbus/bus/activation.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- activation.c 11 Sep 2006 15:24:10 -0000 1.46
+++ activation.c 11 Sep 2006 17:41:21 -0000 1.47
@@ -1017,7 +1017,7 @@
}
/**
- * FIXME @todo 1.0? the error messages here would ideally be preallocated
+ * FIXME @todo the error messages here would ideally be preallocated
* so we don't need to allocate memory to send them.
* Using the usual tactic, prealloc an OOM message, then
* if we can't alloc the real error send the OOM error instead.
Index: connection.c
===================================================================
RCS file: /cvs/dbus/dbus/bus/connection.c,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- connection.c 6 Sep 2006 00:14:06 -0000 1.63
+++ connection.c 11 Sep 2006 17:41:21 -0000 1.64
@@ -183,12 +183,12 @@
bus_matchmaker_disconnected (matchmaker, connection);
}
- /* Drop any service ownership. FIXME 1.0? Unfortunately, this requires
+ /* Drop any service ownership. Unfortunately, this requires
* memory allocation and there doesn't seem to be a good way to
* handle it other than sleeping; we can't "fail" the operation of
* disconnecting a client, and preallocating a broadcast "service is
* now gone" message for every client-service pair seems kind of
- * involved. Probably we need to do that though.
+ * involved.
*/
while ((service = _dbus_list_get_last (&d->services_owned)))
{
- Previous message: dbus ChangeLog,1.1114,1.1115
- Next message: dbus/dbus dbus-connection.c, 1.130, 1.131 dbus-keyring.c, 1.32,
1.33 dbus-pending-call.c, 1.19, 1.20 dbus-server.c, 1.44,
1.45 dbus-sysdeps-unix.c, 1.1, 1.2 dbus-sysdeps-util-unix.c,
1.2, 1.3 dbus-sysdeps.c, 1.112, 1.113
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dbus-commit
mailing list