dbus ChangeLog,1.974,1.975
John Palmieri
johnp at kemper.freedesktop.org
Thu Mar 2 14:24:30 PST 2006
Update of /cvs/dbus/dbus
In directory kemper:/tmp/cvs-serv16884
Modified Files:
ChangeLog
Log Message:
2006-03-02 John (J5) Palmieri <johnp at redhat.com>
* dbus/dbus-connection.c:
(_dbus_connection_block_pending_call):
Check to see if our data has already been read off the connection
by another blocking pending call before we block in poll.
(check_for_reply_and_update_dispatch_unlocked):
Code taken from _dbus_connection_block_pending_call - checks for
an already read reply and updates the dispatch if there is one.
* test/name-test/test-pending-call-dispatch.c:
New test for making sure we don't get stuck polling a
dbus connection which has no data on the socket when
blocking out of order on two or more pending calls.
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.974
retrieving revision 1.975
diff -u -d -r1.974 -r1.975
--- ChangeLog 28 Feb 2006 14:19:55 -0000 1.974
+++ ChangeLog 2 Mar 2006 22:24:28 -0000 1.975
@@ -1,3 +1,18 @@
+2006-03-02 John (J5) Palmieri <johnp at redhat.com>
+
+ * dbus/dbus-connection.c:
+ (_dbus_connection_block_pending_call):
+ Check to see if our data has already been read off the connection
+ by another blocking pending call before we block in poll.
+ (check_for_reply_and_update_dispatch_unlocked):
+ Code taken from _dbus_connection_block_pending_call - checks for
+ an already read reply and updates the dispatch if there is one.
+
+ * test/name-test/test-pending-call-dispatch.c:
+ New test for making sure we don't get stuck polling a
+ dbus connection which has no data on the socket when
+ blocking out of order on two or more pending calls.
+
2006-02-28 Thiago Macieira <thiago.macieira at trolltech.com>
* qt/Makefile.am: Patch by Sjoerd Simons. More .moc issues:
More information about the dbus-commit
mailing list