create a common function for the many places where all nodes in the table
[platform/upstream/glib.git] / glib / gasyncqueue.c
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...