[kdbus] KDBUS_ITEM_PAYLOAD_OFF items are (once again) relative to msg header
[platform/upstream/glib.git] / glib / gthread.c
2011-09-21 Ryan Lortiegmem: move to glib-ctor
2011-09-21 Ryan Lortiegslice: move initialisation to glib-ctor
2011-09-21 Ryan LortieGThread: always initialise the system thread
2011-09-21 Ryan LortieContinue GPrivate rework
2011-09-21 Ryan LortiePort g_cond_new to use GSlice
2011-09-21 Ryan Lortielibglib: stop using g_cond_new in some places
2011-09-21 Ryan LortiePort g_mutex_new to use GSlice
2011-09-21 Ryan Lortielibglib: stop using g_mutex_new
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-09-09 Ryan LortieClean up l10n threading stuff
2011-09-09 Ryan LortieGMainLoop: remove single-threaded case
2011-09-09 Ryan LortieGRand: remove setup from g_thread_init_glib
2011-09-09 Ryan Lortieemufutex: remove init from g_thread_init_glib
2011-09-09 Ryan Lortiewin32: remove version init from g_thread_init_glib
2011-09-09 Ryan Lortiemake g_thread_init_glib() idempotent
2011-09-09 Ryan LortieMove the GThread implementations to glib/
2011-09-09 Ryan LortieDeprecated (undocumented) g_thread_gettime
2011-09-09 Dan WinshipMake threads mandatory
2011-08-29 Matthias ClasenSpelling fixes
2011-07-21 Ryan LortieAdvise against using GPrivate
2011-06-04 Wim Taymansgthread: avoid locking in _get_mutex_impl
2011-05-28 Matthias ClasenRemove unnecessary casts
2011-05-28 Ryan Lortieglib: Rewrite gatomic.[ch]
2011-05-28 Matthias ClasenQuell warnings from g_once_init_enter_impl
2011-05-28 Matthias ClasenTrivial: fix a variable name
2011-05-28 Simon McVittieGStaticPrivate: protect GRealThread.private_data with...
2011-05-28 Simon McVittieRefactor GStaticPrivate accessors to facilitate protect...
2011-05-28 Simon McVittieg_static_private_free: defer non-trivial destruction...
2011-05-28 Simon McVittieGRealThread: remove obsolete comment about gmain.c...
2011-05-28 Matthias ClasenGThread: expand the docs
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-03-24 Murray CummingDocs: Changed can not to cannot.
2011-02-01 Johan DahlinCorrect gtk-doc SECTION: syntax
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-07-13 Ryan Lortierename configure.in to configure.ac
2010-07-07 Ryan Lortieglib/: fully remove galias hacks
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-05-06 Javier JardónClean Glib header #include issues: gthread
2010-04-21 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-02-01 Christian DywanFix typo in introduction to threads in Glib
2010-01-31 Ryan LortieFix up gthread.c documentation
2010-01-30 Ryan Lortiemove threads docs to .c
2010-01-28 Ryan LortieBug 548967 - 1 bit mutex lock
2009-03-01 Matthias ClasenFix docs
2009-02-23 Matthias ClasenAdd a necessary cast back. Pointed out by Kazuki Iwamoto.
2009-02-17 Matthias Clasen Fix strict aliasing warnings and viiolations...
2008-12-31 Matthias ClasenFix some compiler warnings
2008-12-18 Mike KestnerBug 560676 - function access for g_threads_supported
2007-10-21 Behdad EsfahbodFix warnings from sparse. (#487491, Kjartan Maraas)
2007-08-14 Tim Janikprevent race covered by g_once_init_enter(), by checkin...
2007-08-13 Tim Janikprevent linking a freed GThread structure into global...
2007-07-12 Tim Janikmore atomic ops pointer cast fixes. this time it'll...
2007-07-12 Tim Janikfixed missing pointer casts when using atomic ops.
2007-07-10 Tim Janikimplemented g_once_init_enter(), g_once_init_enter_impl...
2007-06-15 Sebastian WilhelmiExtended the comments on those functions, that are...
2007-01-16 Matthias ClasenRevert an accidental ABI break by moving gettime out...
2007-01-16 Tor Lillqvistglib/gthread.c (gettime) GetSystemTimeAsFileTime()...
2007-01-16 Tor Lillqvistglib/gthread.c (gettime) GetSystemTimeAsFileTime()...
2007-01-15 Matthias ClasenCorrect the gettime calculations once more. (#395203...
2007-01-12 Matthias Clasenfix stupid thinko
2007-01-12 Matthias ClasenInclude windows.h and fix include order. (#394258,...
2007-01-12 Matthias ClasenFix errors in the recently moved time calculations...
2007-01-08 Matthias ClasenDon't link glib against libpthread. (#393812)
2006-05-23 Sebastian WilhelmiRun _g_atomic_thread_init as the first of the full...
2006-05-11 Sebastian WilhelmiUse g_atomic_pointer_set instead of old homegrown versi...
2006-05-10 Sebastian WilhelmiRenamed to glib/gthreadprivate.h and moved system threa...
2006-04-04 Matthias ClasenMove short_month_names and long_month_names to bss.
2005-12-01 Tim Janiknew slice allocator implementation.
2005-11-28 Matthias ClasenSilence compiler warnings.
2005-11-17 Matthias ClasenUpdates
2005-11-17 Matthias Clasenconst correctness fixes, found by Arjan van de Ven...
2005-11-01 Tim Janikprepared deprecation of GMemChunk and GAllocator. added...
2005-07-12 Matthias ClasenDon't lock if depth is zero. (#310148, Wim Taymans)
2005-03-14 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2004-12-07 Matthias ClasenUpdate the returned value after locale changes. (#16027...
2004-10-26 Matthias ClasenMake the last change compile.
2004-10-26 Matthias ClasenMake this function thread-safe in the GLib style.
2004-09-16 Matthias ClasenImplement the same PLT reduction technique used in...
2004-04-10 Tor Lillqvistglib/giowin32.c glib/gmain.c glib/gstrfuncs.c Decoratin...
2004-03-05 Matthias ClasenPatch by Sebastian Wilhemi to fix infinite recursion...
2004-02-26 Sebastian WilhelmiRemoved the PID niceness surrogate for thread prioritie...
2004-02-25 Sebastian WilhelmiFor the PID thread priorities surrogate use gettid...
2003-07-08 Matthias ClasenSupport for one-time initialization functions. (#69668...
2003-03-14 Sebastian WilhelmiDo not define function g_thread_init_glib, if not G_THR...
2003-02-14 Sebastian WilhelmiFixes for #101264 and #99372:
2002-12-15 Owen TaylorMark the contents of the strucures in this file /*...
2002-12-04 Owen TaylorPatch from Sven Neumann to make the include order consi...
2002-08-06 Sebastian WilhelmiSet the normal PID surrogate priority according to...
2002-02-04 Sebastian WilhelmiDelay allocation until after all g_return_val_if_fail ().
2001-09-19 Sebastian WilhelmiAdd thread_equal function to allow for platform defined...
2001-08-30 Sebastian WilhelmiAdd 'want_to_read' to GStaticRWLock to avoid calling...
2001-06-30 Owen TaylorMake some changes to the way that GMainContext works:
2001-05-22 Sebastian Wilhelmig_thread_create renamed to g_thread_create_full.
2001-05-18 Sebastian WilhelmiRenamed g_thread_create to g_thread_create_full and...
2001-05-09 Sebastian WilhelmiRenamed 'value' and 'arg' to 'data' and 'thread_func...
2001-05-08 Sebastian WilhelmiMoved func and arg members from GRealThread to GThread...
next