2005-02-24 Havoc Pennington <hp@redhat.com>
authorHavoc Pennington <hp@redhat.com>
Thu, 24 Feb 2005 18:37:16 +0000 (18:37 +0000)
committerHavoc Pennington <hp@redhat.com>
Thu, 24 Feb 2005 18:37:16 +0000 (18:37 +0000)
commitcc73b3da32ff6d4bebe9013b812f2845ad282cf7
tree6c82eeaeaeb65911a2de97688660f5d4e6a15d71
parent54a2e9f7961b4b8afff94bb0c5b756f986965be6
2005-02-24  Havoc Pennington  <hp@redhat.com>

* dbus/dbus-server.c, dbus/dbus-server-unix.c: change semantics so
you must disconnect before unref, since locking and other things
are screwed up otherwise. Fix assorted other locking stuff.

* dbus/dbus-signature.c (dbus_signature_iter_get_element_type):
fix compilation

* dbus/dbus-threads-internal.h: move the mutex/condvar wrappers
into a private header and don't export from the library

* throughout - call _dbus_thread_stuff vs. dbus_thread_stuff
12 files changed:
ChangeLog
dbus/Makefile.am
dbus/dbus-connection.c
dbus/dbus-dataslot.c
dbus/dbus-internals.h
dbus/dbus-server-protected.h
dbus/dbus-server-unix.c
dbus/dbus-server.c
dbus/dbus-signature.c
dbus/dbus-threads.c
dbus/dbus-threads.h
test/glib/test-profile.c