summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-threads.c
Commit message (Collapse)AuthorAgeFilesLines
* add a comment about needed fix for dbus_static_mutex_lockHavoc Pennington2003-01-061-1/+7
|
* 2003-01-05 Havoc Pennington <hp@pobox.com>Havoc Pennington2003-01-061-3/+66
| | | | | | | | | | | | | | | | | | * 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.
* 2002-12-15 Havoc Pennington <hp@pobox.com>Havoc Pennington2002-12-151-0/+148
* dbus/dbus-threads.c: add thread stubs that a higher library layer can fill in. e.g. the GLib wrapper might fill them in with GThread stuff. We still need to use this thread API to thread-safe-ize the library.