dbus ChangeLog,1.699,1.700

Havoc Pennington hp at freedesktop.org
Sun Feb 13 11:49:25 PST 2005


Update of /cvs/dbus/dbus
In directory gabe:/tmp/cvs-serv6503

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

	* dbus/dbus-connection.c (_dbus_connection_acquire_dispatch)
	(_dbus_connection_release_dispatch)
	(_dbus_connection_acquire_io_path)
	(_dbus_connection_release_io_path): make the mutex and condvar
	control access to the "acquired" flag. Drop the connection lock
	while waiting on the condvar. Hopefully these are baby steps in
	roughly the right direction.



Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.699
retrieving revision 1.700
diff -u -d -r1.699 -r1.700
--- ChangeLog	13 Feb 2005 18:17:35 -0000	1.699
+++ ChangeLog	13 Feb 2005 19:49:22 -0000	1.700
@@ -1,5 +1,15 @@
 2005-02-13  Havoc Pennington  <hp at redhat.com>
 
+	* dbus/dbus-connection.c (_dbus_connection_acquire_dispatch)
+	(_dbus_connection_release_dispatch)
+	(_dbus_connection_acquire_io_path)
+	(_dbus_connection_release_io_path): make the mutex and condvar
+	control access to the "acquired" flag. Drop the connection lock
+	while waiting on the condvar. Hopefully these are baby steps in
+	roughly the right direction.
+
+2005-02-13  Havoc Pennington  <hp at redhat.com>
+
 	* dbus/dbus-connection.c: use separate mutexes for the condition
 	variables; this is some kind of baseline for sanity, but the
 	condition variables still aren't used correctly afaict



More information about the dbus-commit mailing list