summaryrefslogtreecommitdiff
path: root/dbus/dbus-threads.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-30Revert "Add a statically-initialized implementation of _dbus_lock() on glibc ...Simon McVittie1-14/+0
2013-06-28tests to embedded tests: replaced in libdbusChengwei Yang1-2/+2
2013-06-17Add a statically-initialized implementation of _dbus_lock() on glibc systemsSimon McVittie1-0/+14
2013-06-17Always initialize threading before allocating a dynamic mutexSimon McVittie1-244/+56
2013-06-17Make taking a global lock automatically initialize locking if neededSimon McVittie1-9/+19
2013-06-17Replace individual global-lock variables with an array of DBusRMutex *Simon McVittie1-55/+45
2013-05-13Remove unused global mutexes for win_fds, sid_atom_cacheSimon McVittie1-2/+0
2013-05-10Turn a runtime assertion into a compile-time assertionSimon McVittie1-2/+1
2013-05-10dbus_threads_init_default, dbus_threads_init: be safe to call at any timeSimon McVittie1-7/+21
2013-05-09dbus_threads_init: call _dbus_threads_init_platform_specific()Simon McVittie1-3/+4
2013-05-09DBusAtomic: on Unix, use pthreads mutexes for fallbackSimon McVittie1-3/+0
2012-02-21Remove _dbus_condvar_wake_all and both of its implementationsSimon McVittie1-12/+0
2012-02-21Never use non-libdbus threading primitivesSimon McVittie1-480/+127
2012-02-21dbus-threads: improve documentationSimon McVittie1-3/+38
2012-02-21Allow both recursive and non-recursive mutexes to be suppliedSimon McVittie1-9/+10
2012-02-21Distinguish between two flavours of mutexSimon McVittie1-49/+194
2012-02-21Make _dbus_mutex_new, _dbus_mutex_free staticSimon McVittie1-17/+11
2010-03-19Consistently include <config.h> in all C source files and never in header files.Marcus Brinkmann1-0/+1
2009-11-30no fake lock under Windows (cherry picked from commit 62cb039e40811a5881ee8dc...Peter Kümmel1-0/+4
2009-07-16Merge branch 'fd-passing'Thiago Macieira1-0/+2
2009-07-10Bug 21161 - Update the FSF addressTobias Mueller1-1/+1
2009-05-20atomic: implement atomic operations based on gcc's __sync extensionLennart Poettering1-0/+2
2007-07-142007-07-13 Havoc Pennington <hp@redhat.com>Havoc Pennington1-1/+1
2006-10-282006-10-27 Havoc Pennington <hp@redhat.com>Havoc Pennington1-0/+1
2006-10-272006-10-26 Havoc Pennington <hp@redhat.com>Havoc Pennington1-372/+7
2006-10-242006-10-24 David Zeuthen <davidz@redhat.com>David Zeuthen1-1/+1
2006-10-232006-10-23 David Zeuthen <davidz@redhat.com>David Zeuthen1-1/+1
2006-10-212006-10-21 Havoc Pennington <hp@redhat.com>Havoc Pennington1-9/+43
2006-10-202006-10-20 Havoc Pennington <hp@redhat.com>Havoc Pennington1-10/+14
2006-10-012006-09-30 Havoc Pennington <hp@redhat.com>Havoc Pennington1-1/+2
2006-09-14* dbus/dbus-threads.c: Allow recursive mutex's to be passed intoJohn (J5) Palmieri1-26/+79
2006-09-13* dbus-threads.c (dbus_threads_init_default): New method forJohn (J5) Palmieri1-1/+393
2006-08-18* Released 0.92John (J5) Palmieri1-5/+3
2006-08-18Patch provided by Ralf Habacker (ralf dot habacker at freenet dot de)John (J5) Palmieri1-0/+2
2006-08-16 * dbus/dbus-threads.c: Add static DBusList *uninitialized_mutex_list andJohn (J5) Palmieri1-19/+193
2006-08-03* s/D-BUS/D-Bus/gJohn (J5) Palmieri1-4/+4
2005-02-262005-02-26 Havoc Pennington <hp@redhat.com>Havoc Pennington1-1/+2
2005-02-242005-02-24 Havoc Pennington <hp@redhat.com>Havoc Pennington1-19/+32
2004-11-262004-11-26 Havoc Pennington <hp@redhat.com>Havoc Pennington1-1/+2
2004-08-102004-08-09 Havoc Pennington <hp@redhat.com>Havoc Pennington1-1/+1
2003-12-022003-12-02 Richard Hult <richard@imendio.com>Richard Hult1-1/+1
2003-09-172003-09-15 Havoc Pennington <hp@pobox.com>Havoc Pennington1-0/+1
2003-08-312003-08-30 Havoc Pennington <hp@pobox.com>Havoc Pennington1-1/+0
2003-08-292003-08-28 Havoc Pennington <hp@pobox.com>Havoc Pennington1-1/+0
2003-07-092003-07-08 Havoc Pennington <hp@pobox.com>Havoc Pennington1-0/+1
2003-06-232003-06-22 Havoc Pennington <hp@pobox.com>Havoc Pennington1-4/+18
2003-06-222003-06-22 Havoc Pennington <hp@pobox.com>Havoc Pennington1-0/+1
2003-05-112003-05-11 Havoc Pennington <hp@pobox.com>Havoc Pennington1-1/+1
2003-04-172003-04-17 Havoc Pennington <hp@redhat.com>Havoc Pennington1-2/+2
2003-04-072003-04-06 Havoc Pennington <hp@pobox.com>Havoc Pennington1-2/+1