2003-01-05 Havoc Pennington <hp@pobox.com>
authorHavoc Pennington <hp@redhat.com>
Mon, 6 Jan 2003 01:08:14 +0000 (01:08 +0000)
committerHavoc Pennington <hp@redhat.com>
Mon, 6 Jan 2003 01:08:14 +0000 (01:08 +0000)
commit96a9f80300b7794475a5451a60a07555ea3526be
treeb70ac0b9f56edeebab51aa5389894c36cace2fe0
parentc92339de11a2f27198aee3b4242aa6fccc12a004
2003-01-05  Havoc Pennington  <hp@pobox.com>

* bus/connection.c: implement routines for handling connections,
first thing is keeping a list of owned services on each connection
and setting up watches etc.

* bus/services.c: implement a mapping from service names to lists
of connections

* dbus/dbus-hash.c: add DBUS_HASH_POINTER

* dbus/dbus-threads.c (dbus_static_mutex_lock): add functions
to use static mutexes for global data

* dbus/dbus-connection.c (dbus_connection_set_data): add new
collection of functions to set/get application-specific data
on the DBusConnection.
14 files changed:
ChangeLog
bus/Makefile.am
bus/connection.c [new file with mode: 0644]
bus/connection.h [new file with mode: 0644]
bus/loop.c
bus/main.c
bus/services.c [new file with mode: 0644]
bus/services.h [new file with mode: 0644]
dbus/dbus-connection.c
dbus/dbus-connection.h
dbus/dbus-hash.c
dbus/dbus-hash.h
dbus/dbus-threads.c
dbus/dbus-threads.h