dbus/tools
Havoc Pennington 41f52c96d6 2005-01-30 Havoc Pennington <hp@redhat.com>
dbus-viewer introspected and displayed the bus driver

	* dbus/dbus-object-tree.c
	(object_tree_test_iteration): add tests for a handler registered on "/"

	* dbus/dbus-object-tree.c
	(_dbus_decompose_path): fix to handle path "/" properly
	(run_decompose_tests): add tests for path decomposition

	* glib/dbus-gutils.c (_dbus_gutils_split_path): fix to handle "/"
	properly

	* glib/dbus-gobject.c (handle_introspect): fix quotes

	* test/glib/run-test.sh: support launching the bus, then running
	dbus-viewer

	* test/glib/test-service-glib.c (main): put in a trivial gobject
	subclass and register it on the connection

	* bus/driver.c (bus_driver_handle_introspect): implement
	introspection of the bus driver service

	* dbus/dbus-protocol.h: add #defines for the XML namespace,
	identifiers, doctype decl

	* bus/driver.c (bus_driver_handle_get_service_owner): handle
	attempts to get owner of DBUS_SERVICE_ORG_FREEDESKTOP_DBUS by
	returning the service unchanged.
	(bus_driver_handle_message): remove old check for reply_serial in
	method calls, now the message type deals with that
	(bus_driver_handle_message): handle NULL interface

	* glib/dbus-gproxy.c (dbus_g_proxy_get_bus_name): new function

	* glib/dbus-gloader-expat.c (description_load_from_string): allow
	-1 for len

	* tools/dbus-viewer.c: add support for introspecting a service on
	a bus

	* glib/dbus-gproxy.c (dbus_g_pending_call_ref): add
	(dbus_g_pending_call_unref): add
2005-01-30 05:18:44 +00:00
..
.cvsignore hush. 2004-03-29 12:50:45 +00:00
dbus-cleanup-sockets.1 2003-06-01 Havoc Pennington <hp@pobox.com> 2003-06-01 07:33:59 +00:00
dbus-cleanup-sockets.c 2003-06-01 Havoc Pennington <hp@pobox.com> 2003-06-01 07:33:59 +00:00
dbus-launch.1 2005-01-18 Havoc Pennington <hp@redhat.com> 2005-01-18 22:20:38 +00:00
dbus-launch.c 2005-01-18 Havoc Pennington <hp@redhat.com> 2005-01-18 22:20:38 +00:00
dbus-monitor.1 2003-06-21 Philip Blundell <philb@gnu.org> 2003-06-21 22:20:30 +00:00
dbus-monitor.c Add comment about workaround. 2004-10-29 18:52:30 +00:00
dbus-print-message.c 2005-01-15 Havoc Pennington <hp@redhat.com> 2005-01-15 07:15:38 +00:00
dbus-print-message.h 2003-05-16 Havoc Pennington <hp@redhat.com> 2003-05-16 20:09:25 +00:00
dbus-send.1 2005-01-18 Havoc Pennington <hp@redhat.com> 2005-01-18 20:42:15 +00:00
dbus-send.c 2005-01-18 Havoc Pennington <hp@redhat.com> 2005-01-18 20:42:15 +00:00
dbus-tree-view.c 2005-01-29 Havoc Pennington <hp@redhat.com> 2005-01-29 20:12:22 +00:00
dbus-tree-view.h 2004-08-09 Havoc Pennington <hp@redhat.com> 2004-08-10 03:07:01 +00:00
dbus-viewer.c 2005-01-30 Havoc Pennington <hp@redhat.com> 2005-01-30 05:18:44 +00:00
Makefile.am * dbus/dbus-message.c (decode_header_data, decode_string_field): 2004-04-21 21:29:07 +00:00