summaryrefslogtreecommitdiff
path: root/dbus/dbus-threads.c
Commit message (Expand)AuthorAgeFilesLines
* Add SPDX license marker for the AFL-2.1 OR GPL-2.0-or-later licenseRalf Habacker2023-01-041-0/+2
* various: comment static variables that are locked or otherwise OKSimon McVittie2019-12-121-0/+2
* trivial: Remove trailing whitespace from copyright noticesSimon McVittie2018-12-171-2/+2
* _dbus_threads_init_debug: RemoveSimon McVittie2018-12-141-6/+0
* Revert "Add a statically-initialized implementation of _dbus_lock() on glibc ...Simon McVittie2013-08-301-14/+0
* tests to embedded tests: replaced in libdbusChengwei Yang2013-06-281-2/+2
* Add a statically-initialized implementation of _dbus_lock() on glibc systemsSimon McVittie2013-06-171-0/+14
* Always initialize threading before allocating a dynamic mutexSimon McVittie2013-06-171-244/+56
* Make taking a global lock automatically initialize locking if neededSimon McVittie2013-06-171-9/+19
* Replace individual global-lock variables with an array of DBusRMutex *Simon McVittie2013-06-171-55/+45
* Remove unused global mutexes for win_fds, sid_atom_cacheSimon McVittie2013-05-131-2/+0
* Turn a runtime assertion into a compile-time assertionSimon McVittie2013-05-101-2/+1
* dbus_threads_init_default, dbus_threads_init: be safe to call at any timeSimon McVittie2013-05-101-7/+21
* dbus_threads_init: call _dbus_threads_init_platform_specific()Simon McVittie2013-05-091-3/+4
* DBusAtomic: on Unix, use pthreads mutexes for fallbackSimon McVittie2013-05-091-3/+0
* Remove _dbus_condvar_wake_all and both of its implementationsSimon McVittie2012-02-211-12/+0
* Never use non-libdbus threading primitivesSimon McVittie2012-02-211-480/+127
* dbus-threads: improve documentationSimon McVittie2012-02-211-3/+38
* Allow both recursive and non-recursive mutexes to be suppliedSimon McVittie2012-02-211-9/+10
* Distinguish between two flavours of mutexSimon McVittie2012-02-211-49/+194
* Make _dbus_mutex_new, _dbus_mutex_free staticSimon McVittie2012-02-211-17/+11
* Consistently include <config.h> in all C source files and never in header files.Marcus Brinkmann2010-03-191-0/+1
* no fake lock under Windows (cherry picked from commit 62cb039e40811a5881ee8dc...Peter Kümmel2009-11-301-0/+4
* Merge branch 'fd-passing'Thiago Macieira2009-07-161-0/+2
|\
| * atomic: implement atomic operations based on gcc's __sync extensionLennart Poettering2009-05-201-0/+2
* | Bug 21161 - Update the FSF addressTobias Mueller2009-07-101-1/+1
|/
* 2007-07-13 Havoc Pennington <hp@redhat.com>Havoc Pennington2007-07-141-1/+1
* 2006-10-27 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-10-281-0/+1
* 2006-10-26 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-10-271-372/+7
* 2006-10-24 David Zeuthen <davidz@redhat.com>David Zeuthen2006-10-241-1/+1
* 2006-10-23 David Zeuthen <davidz@redhat.com>David Zeuthen2006-10-231-1/+1
* 2006-10-21 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-10-211-9/+43
* 2006-10-20 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-10-201-10/+14
* 2006-09-30 Havoc Pennington <hp@redhat.com>Havoc Pennington2006-10-011-1/+2
* * dbus/dbus-threads.c: Allow recursive mutex's to be passed intoJohn (J5) Palmieri2006-09-141-26/+79
* * dbus-threads.c (dbus_threads_init_default): New method forJohn (J5) Palmieri2006-09-131-1/+393
* * Released 0.92dbus-0.92John (J5) Palmieri2006-08-181-5/+3
* Patch provided by Ralf Habacker (ralf dot habacker at freenet dot de)John (J5) Palmieri2006-08-181-0/+2
* * dbus/dbus-threads.c: Add static DBusList *uninitialized_mutex_list andJohn (J5) Palmieri2006-08-161-19/+193
* * s/D-BUS/D-Bus/gJohn (J5) Palmieri2006-08-031-4/+4
* 2005-02-26 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-02-261-1/+2
* 2005-02-24 Havoc Pennington <hp@redhat.com>Havoc Pennington2005-02-241-19/+32
* 2004-11-26 Havoc Pennington <hp@redhat.com>Havoc Pennington2004-11-261-1/+2
* 2004-08-09 Havoc Pennington <hp@redhat.com>Havoc Pennington2004-08-101-1/+1
* 2003-12-02 Richard Hult <richard@imendio.com>Richard Hult2003-12-021-1/+1
* 2003-09-15 Havoc Pennington <hp@pobox.com>Havoc Pennington2003-09-171-0/+1
* 2003-08-30 Havoc Pennington <hp@pobox.com>Havoc Pennington2003-08-311-1/+0
* 2003-08-28 Havoc Pennington <hp@pobox.com>Havoc Pennington2003-08-291-1/+0
* 2003-07-08 Havoc Pennington <hp@pobox.com>Havoc Pennington2003-07-091-0/+1
* 2003-06-22 Havoc Pennington <hp@pobox.com>Havoc Pennington2003-06-231-4/+18