diff options
author | Havoc Pennington <hp@redhat.com> | 2005-02-13 20:21:59 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2005-02-13 20:21:59 +0000 |
commit | 7f2973c8d1e124f4744af0bee73679607511f3a4 (patch) | |
tree | 91612316b2d4c18c77b8a0d5196afcbf234b1493 /ChangeLog | |
parent | 770dfe057125f2061772cbb810ff6849cbb3d93c (diff) |
2005-02-13 Havoc Pennington <hp@redhat.com>
* dbus/dbus-connection.c (dbus_connection_return_message)
(dbus_connection_borrow_message): hold dispatch lock while message
is outstanding
(_dbus_connection_block_for_reply): hold dispatch lock while we
block for the reply, so nobody steals our reply
(dbus_connection_pop_message): hold the dispatch lock while we
pluck the message
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2005-02-13 Havoc Pennington <hp@redhat.com> + * dbus/dbus-connection.c (dbus_connection_return_message) + (dbus_connection_borrow_message): hold dispatch lock while message + is outstanding + (_dbus_connection_block_for_reply): hold dispatch lock while we + block for the reply, so nobody steals our reply + (dbus_connection_pop_message): hold the dispatch lock while we + pluck the message + +2005-02-13 Havoc Pennington <hp@redhat.com> + * dbus/dbus-connection.c (_dbus_connection_acquire_dispatch) (_dbus_connection_release_dispatch) (_dbus_connection_acquire_io_path) |