dbus ChangeLog,1.719,1.720
Havoc Pennington
hp at freedesktop.org
Fri Feb 25 22:37:48 PST 2005
- Previous message: dbus/dbus dbus-bus.c, 1.40, 1.41 dbus-dataslot.c, 1.9,
1.10 dbus-internals.h, 1.53, 1.54 dbus-list.c, 1.20,
1.21 dbus-message.c, 1.165, 1.166 dbus-server-protected.h,
1.17, 1.18 dbus-server.c, 1.39, 1.40 dbus-string-util.c, 1.2,
1.3 dbus-string.c, 1.66, 1.67 dbus-sysdeps.c, 1.90,
1.91 dbus-sysdeps.h, 1.46, 1.47
- Next message: dbus/dbus dbus-auth-script.c, 1.16, 1.17 dbus-auth.c, 1.41,
1.42 dbus-auth.h, 1.11, 1.12 dbus-connection.c, 1.100,
1.101 dbus-connection.h, 1.34, 1.35 dbus-internals.h, 1.54,
1.55 dbus-server-debug-pipe.c, 1.17,
1.18 dbus-server-protected.h, 1.18, 1.19 dbus-server-unix.c,
1.27, 1.28 dbus-server.c, 1.40, 1.41 dbus-threads.c, 1.22,
1.23 dbus-transport-protected.h, 1.15,
1.16 dbus-transport-unix.c, 1.45, 1.46 dbus-transport-unix.h,
1.9, 1.10 dbus-transport.c, 1.44, 1.45 dbus-transport.h, 1.19, 1.20
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/dbus/dbus
In directory gabe:/tmp/cvs-serv8168
Modified Files:
ChangeLog
Log Message:
2005-02-26 Havoc Pennington <hp at redhat.com>
* doc/TODO: remove the "guid" item
* test/glib/test-profile.c (no_bus_thread_func): use open_private
(with_bus_thread_func): use open_private
* dbus/dbus-connection.c (dbus_connection_open_private): new
function that works like the old dbus_connection_open()
(dbus_connection_open): now returns an existing connection if
possible
* dbus/dbus-server-unix.c (handle_new_client_fd_and_unlock): pass
through the GUID to the transport
* dbus/dbus-server.c (_dbus_server_init_base): keep around the
GUID in hex-encoded form.
* dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
pass GUID argument in to the transport
* dbus/dbus-transport-unix.c (_dbus_transport_new_for_fd): add
guid argument
* dbus/dbus-transport.c (_dbus_transport_init_base): add guid argument
* dbus/dbus-auth.c (_dbus_auth_server_new): add guid argument
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.719
retrieving revision 1.720
diff -u -d -r1.719 -r1.720
--- ChangeLog 25 Feb 2005 22:03:30 -0000 1.719
+++ ChangeLog 26 Feb 2005 06:37:46 -0000 1.720
@@ -1,3 +1,31 @@
+2005-02-26 Havoc Pennington <hp at redhat.com>
+
+ * doc/TODO: remove the "guid" item
+
+ * test/glib/test-profile.c (no_bus_thread_func): use open_private
+ (with_bus_thread_func): use open_private
+
+ * dbus/dbus-connection.c (dbus_connection_open_private): new
+ function that works like the old dbus_connection_open()
+ (dbus_connection_open): now returns an existing connection if
+ possible
+
+ * dbus/dbus-server-unix.c (handle_new_client_fd_and_unlock): pass
+ through the GUID to the transport
+
+ * dbus/dbus-server.c (_dbus_server_init_base): keep around the
+ GUID in hex-encoded form.
+
+ * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
+ pass GUID argument in to the transport
+
+ * dbus/dbus-transport-unix.c (_dbus_transport_new_for_fd): add
+ guid argument
+
+ * dbus/dbus-transport.c (_dbus_transport_init_base): add guid argument
+
+ * dbus/dbus-auth.c (_dbus_auth_server_new): add guid argument
+
2005-02-25 Havoc Pennington <hp at redhat.com>
* doc/dbus-specification.xml: document the GUID thing
- Previous message: dbus/dbus dbus-bus.c, 1.40, 1.41 dbus-dataslot.c, 1.9,
1.10 dbus-internals.h, 1.53, 1.54 dbus-list.c, 1.20,
1.21 dbus-message.c, 1.165, 1.166 dbus-server-protected.h,
1.17, 1.18 dbus-server.c, 1.39, 1.40 dbus-string-util.c, 1.2,
1.3 dbus-string.c, 1.66, 1.67 dbus-sysdeps.c, 1.90,
1.91 dbus-sysdeps.h, 1.46, 1.47
- Next message: dbus/dbus dbus-auth-script.c, 1.16, 1.17 dbus-auth.c, 1.41,
1.42 dbus-auth.h, 1.11, 1.12 dbus-connection.c, 1.100,
1.101 dbus-connection.h, 1.34, 1.35 dbus-internals.h, 1.54,
1.55 dbus-server-debug-pipe.c, 1.17,
1.18 dbus-server-protected.h, 1.18, 1.19 dbus-server-unix.c,
1.27, 1.28 dbus-server.c, 1.40, 1.41 dbus-threads.c, 1.22,
1.23 dbus-transport-protected.h, 1.15,
1.16 dbus-transport-unix.c, 1.45, 1.46 dbus-transport-unix.h,
1.9, 1.10 dbus-transport.c, 1.44, 1.45 dbus-transport.h, 1.19, 1.20
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dbus-commit
mailing list