2005-01-30 Havoc Pennington <hp@redhat.com>
authorHavoc Pennington <hp@redhat.com>
Sun, 30 Jan 2005 07:44:08 +0000 (07:44 +0000)
committerHavoc Pennington <hp@redhat.com>
Sun, 30 Jan 2005 07:44:08 +0000 (07:44 +0000)
commit98ad8a8ec6626f7f5c78915b6bdf2be688b4839f
treefb2744289e2f187aa7239d11bf8473fd186fa1ce
parent41f52c96d651003b3d0a266a582d401228a8368e
2005-01-30  Havoc Pennington  <hp@redhat.com>

* glib/dbus-gobject.c (introspect_properties): fix the XML
generated

* dbus/dbus-message.c (dbus_message_unref): add an in_cache flag
which effectively detects the use of freed messages

* glib/dbus-gobject.c (handle_introspect): modify and return the
reply message instead of the incoming message

* dbus/dbus-object-tree.c (handle_default_introspect_unlocked):
gee, maybe it should SEND THE XML instead of just making a string
and freeing it again ;-)

* tools/dbus-print-message.c (print_message): improve printing of
messages

* configure.in: add debug-glib.service to the output
15 files changed:
ChangeLog
bus/driver.c
configure.in
dbus/dbus-connection-internal.h
dbus/dbus-connection.c
dbus/dbus-marshal-validate.c
dbus/dbus-message-private.h
dbus/dbus-message.c
dbus/dbus-object-tree.c
glib/dbus-gobject.c
glib/dbus-gparser.c
test/glib/run-test.sh
test/glib/test-service-glib.c
tools/dbus-print-message.c
tools/dbus-viewer.c