[kdbus] KDBUS_ITEM_PAYLOAD_OFF items are (once again) relative to msg header
[platform/upstream/glib.git] / glib / deprecated / gthread-deprecated.c
2014-10-10 Benjamin GilbertFix g_cond_timed_wait() timeout with !CLOCK_MONOTONIC
2014-05-31 Matthias ClasenMinor documentation additions and corrections
2014-02-01 Matthias Clasendocs: Stop using the function tag
2014-02-01 Matthias ClasenDocs: Convert examples to |[ ]|
2014-01-31 Daniel MustielesUpdated FSF's address
2013-07-22 Milan Crhag_thread_create_full() can dereference NULL pointer
2013-02-03 Matthias ClasenFix deprecation note for g_static_mutex_free
2013-01-13 Ryan Lortievarious: add GLIB_AVAILABLE_IN_ALL everywhere else
2012-11-01 Robert AncellUse "Returns:" instead of the invalid "@returns" for...
2012-07-03 Rico Tzschichholzglib/deprecated: Fix some version typos
2012-03-09 Mark Janossydeprecated threads: fix race in GStaticRecMutex
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-12-14 Matthias ClasenAdd an explicit deprecation note to g_thread_init
2011-10-19 Ryan LortieFix bug in g_static_rec_mutex_unlock_full()
2011-10-17 Ryan LortieAdd private prototype for g_thread_init_glib()
2011-10-15 Matthias ClasenDocumentation additions
2011-10-14 Ryan Lortieg_cond_timed_wait: support NULL time parameter
2011-10-14 Ryan LortieGCond: use monotonic time for timed waits
2011-10-13 Ryan Lortietidy up gthreadprivate.h
2011-10-13 Ryan Lortiedrop g_thread_new_full()
2011-10-13 Ryan Lortiethread: nuke the concept of 'joinable'
2011-10-13 Ryan Lortiethread: stop sharing g_once_mutex
2011-10-13 Ryan Lortiethread: drop thread setup function hackery
2011-10-12 Ryan Lortiethread: hide g_static_rec_mutex_get_rec_mutex_impl
2011-10-12 Ryan Lortiethread: Remove the zero_thread
2011-10-12 Ryan LortieGStaticRecMutex: implement via GRecMutex
2011-10-12 Ryan Lortiethread: use GSList for g_thread_foreach list
2011-10-12 Ryan Lortiethread: call g_enumerable_thread_add via callback
2011-10-12 Ryan Lortiethread: use GPrivate for enumerable threads
2011-10-12 Dan Winshipgthread-deprecated: add a mising "static" to a method
2011-10-12 Ryan LortieGStaticPrivate: implement via GPrivate
2011-10-12 Matthias ClasenSilence deprecations in deprecated/ (again)
2011-10-10 Ryan LortieGStaticMutex: ABI fixup
2011-10-09 Matthias ClasenSilence deprecation warnings in deprecated/
2011-10-06 Ryan LortieSeveral docs cleanups
2011-10-06 Ryan LortieCleanup thread documentation
2011-10-06 Chun-wei Fangthread-deprecated.c: Include gutils.h
2011-10-05 Ryan LortieDeprecate g_{mutex,cond}_{new,free}()
2011-10-04 Ryan LortieDeprecate g_thread_init()
2011-10-04 Ryan Lortiemacro wrappers for g_once_init_enter/leave
2011-10-03 Matthias ClasenDocumentation fixes
2011-10-03 Matthias ClasenDeprecate GStaticPrivate and g_thread_foreach
2011-10-03 Matthias ClasenDon't put threads created with g_thread_new() on the...
2011-10-03 Matthias ClasenAdd new thread creation API
2011-10-03 Ryan LortieStop dithering over GPrivate
2011-09-25 Matthias ClasenMove deprecated GThread functions to a separate file