[kdbus] sync with kdbus (kdbus.h - commit: 5ae1ecac44cb)
[platform/upstream/glib.git] / glib / gasyncqueue.c
2014-02-23 Ryan Lortieasyncqueue: fix timeout math on 32bit systems
2014-02-20 William Jon McCanndocs: use "Returns:" consistently
2014-02-01 Matthias ClasenAnnotate all examples with their language
2014-02-01 Matthias Clasendocs: Stop using the function tag
2014-01-31 Daniel MustielesUpdated FSF's address
2012-04-05 Dieter VerfaillieFix malformed GTK-Doc comment blocks: invalid parameter...
2012-02-22 Dan Winshipgasyncqueue: fix a 32bit overflow in g_async_queue_time...
2012-02-21 David Kingdocs: Fix g_async_queue_timeout_pop_unlocked typo
2012-02-13 Dan Winshipgasyncqueue: deprecate GTimeVal-based methods, add...
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-10-16 Matthias ClasenInclude genviron.h where necessary
2011-10-04 Ryan LortieGAsyncQueue: properly set free function
2011-10-02 Matthias ClasenGAsyncQueue: simplify an internal function
2011-10-02 Matthias ClasenGAsyncQueue: internal cleanup
2011-10-02 Matthias ClasenGAsyncQueue: embed the GCond
2011-10-02 Matthias ClasenGAsyncQueue: Cosmetic fixes
2011-10-02 Matthias ClasenGAsyncQueue: Move private API to a private header
2011-09-21 Ryan Lortielibglib: stop using g_mutex_new
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-05-29 Matthias ClasenVolatile not necessary after all
2011-05-29 Matthias ClasenGAsyncQueue: Make ref_count a volatile gint
2011-05-29 Matthias ClasenGAsyncQueue: Remove excessive atomic operations
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
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-08-13 Havoc PenningtonGAsyncQueue: use g_queue_init() not g_queue_new()
2010-07-11 Matthias ClasenMove GAsyncQueue docs inline
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: gasyncqueue
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'
2008-02-23 Matthias ClasenDocumentation updates
2007-12-18 Tim-Philipp Mülleradd g_async_queue_new_full() which takes a GDestroyNoti...
2007-11-25 Matthias ClasenRequire gtk-doc 1.8.
2006-04-07 Martyn James RussellMake sure g_thread_pool_stop_unused_threads() actually...
2006-03-20 Matthias Clasenuse standard_calloc to allocate the profile_data. ...
2006-01-16 Matthias ClasenSignal waiting threads, problem noticed by Christian...
2005-12-07 Martyn James Russell- Call g_queue_insert_sorted() instead of duplicating...
2005-12-05 Martyn James Russell- Added support for sorting async queues by with _push_...
2005-12-05 Matthias ClasenAdd some docs.
2005-03-14 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2004-11-08 Manish Singhglib/gasyncqueue.c glib/ghook.c g_return_if_fail -...
2004-11-08 Matthias ClasenMake g_io_channel_ref(), g_main_context_ref(), g_hook_r...
2004-10-24 Matthias ClasenApply a patch to fix sparse warnings. (#154696, Kjartan...
2004-09-16 Matthias ClasenImplement the same PLT reduction technique used in...
2004-02-27 Sebastian WilhelmiReading access to ref_count only with g_atomic_int_get().
2004-02-27 Sebastian WilhelmiUse g_atomic_int_(inc|dec_and_test) for reference counting.
2004-02-18 Sebastian WilhelmiLazy creation of GCond. Only signal GCond, if threads...
2003-07-25 Matthias ClasenRemove some explicit Docbook markup which is no longer...
2002-12-04 Owen TaylorPatch from Sven Neumann to make the include order consi...
2002-05-26 Matthias ClasenRemove references to nonexisting functions
2001-12-16 Matthias ClasenMinor markup fixes.
2001-06-23 Owen TaylorChanges for 64-bit cleanliness, loosely based on patch...
2001-06-07 Sebastian WilhelmiLook for nanosleep function.
2000-11-02 Sebastian WilhelmiAdded documentation for asynchronous queues.
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-05-12 Tim Janikadded gobject
2000-04-28 Sebastian WilhelmiNew File implementing an asynchronous queue to be used...