dbus ChangeLog,1.1182,1.1183

Havoc Pennington hp at kemper.freedesktop.org
Fri Oct 27 18:41:39 PDT 2006


Update of /cvs/dbus/dbus
In directory kemper:/tmp/cvs-serv375

Modified Files:
	ChangeLog 
Log Message:
2006-10-27  Havoc Pennington  <hp at redhat.com>

	* dbus/dbus-test.c: enclose more of the file in the
	DBUS_BUILD_TESTS check.

	* dbus/dbus-sysdeps-pthread.c (PTHREAD_CHECK): fix for
	DBUS_DISABLE_ASSERT case.

	* dbus/dbus-connection.c (dbus_connection_get_unix_user): document
	that it only works on the server side

	* dbus/dbus-bus.c: add a global lock covering the BusData we
	attach to each connection
	(internal_bus_get): lock our access to the BusData
	(dbus_bus_register): lock the entire registration process
	with _DBUS_LOCK(bus_datas). If we get the lock and 
	registration is already complete, silently return (vs. previous
	behavior of aborting).
	(dbus_bus_set_unique_name): lock the BusData
	(dbus_bus_get_unique_name): lock the BusData



Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.1182
retrieving revision 1.1183
diff -u -d -r1.1182 -r1.1183
--- ChangeLog	27 Oct 2006 18:30:22 -0000	1.1182
+++ ChangeLog	28 Oct 2006 01:41:36 -0000	1.1183
@@ -1,3 +1,24 @@
+2006-10-27  Havoc Pennington  <hp at redhat.com>
+
+	* dbus/dbus-test.c: enclose more of the file in the
+	DBUS_BUILD_TESTS check.
+
+	* dbus/dbus-sysdeps-pthread.c (PTHREAD_CHECK): fix for
+	DBUS_DISABLE_ASSERT case.
+
+	* dbus/dbus-connection.c (dbus_connection_get_unix_user): document
+	that it only works on the server side
+
+	* dbus/dbus-bus.c: add a global lock covering the BusData we
+	attach to each connection
+	(internal_bus_get): lock our access to the BusData
+	(dbus_bus_register): lock the entire registration process
+	with _DBUS_LOCK(bus_datas). If we get the lock and 
+	registration is already complete, silently return (vs. previous
+	behavior of aborting).
+	(dbus_bus_set_unique_name): lock the BusData
+	(dbus_bus_get_unique_name): lock the BusData
+
 2006-10-27  John (J5) Palmieri  <johnp at redhat.com>
 
 	* bus/config-parser.c (service_dirs_find_dir, 



More information about the dbus-commit mailing list