hook gvariant vectors up to kdbus
[platform/upstream/glib.git] / glib / gthreadpool.c
2014-10-05 Michael CatanzaroFix typo
2014-09-08 Paolo BorelliGThreadPool: expand g_thread_pool_new docs
2014-02-20 William Jon McCanndocs: use "Returns:" consistently
2014-01-31 Daniel MustielesUpdated FSF's address
2013-11-11 Stef Waltergthreadpool: Don't pass bad data to GThreadPool sorter
2012-07-31 Dan Winshipgthreadpool: set default max_unused_threads and max_idl...
2012-02-13 Dan Winshipgasyncqueue: deprecate GTimeVal-based methods, add...
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-10-15 Matthias ClasenMisc doc formatting fixes
2011-10-15 Ryan LortieRename g_thread_try to g_thread_try_new
2011-10-13 Ryan Lortieg_thread_new: never fail
2011-10-13 Ryan Lortiethread: nuke the concept of 'joinable'
2011-10-05 Dan WinshipFix up some doc comments that referred to threads not...
2011-10-04 Ryan LortieDeprecate g_thread_init()
2011-10-04 Ryan LortieGMain, ThreadPool: embed GCond in struct
2011-10-03 Matthias ClasenAdd new thread creation API
2011-10-02 Matthias ClasenGAsyncQueue: Move private API to a private header
2011-10-02 Matthias ClasenGThreadPool: cosmetic cleanups
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-08-29 Matthias ClasenSpelling fixes
2011-05-28 Ryan Lortieglib: Rewrite gatomic.[ch]
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-09-04 Matthias ClasenMore include cleanups
2010-07-07 Ryan Lortieglib/: fully remove galias hacks
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
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 Ryan LortieGThreadPool: move docs from tmpl to .c
2008-09-26 Dan Winshipmake this a "const gpointer" rather than a gconstpointe...
2006-12-17 Matthias ClasenDon't use "wait" as parameter name. (#379207, Christian...
2006-04-07 Martyn James RussellMake sure g_thread_pool_stop_unused_threads() actually...
2006-03-24 Martyn James RussellUpdated the documentation to explain that when the...
2006-02-15 Sebastian WilhelmiFix deadlock when signalling the thread which freed...
2006-01-17 Sebastian WilhelmiTo avoid deadlocks get rid of the settings G_LOCK....
2006-01-05 Matthias ClasenAvoid use of varargs macro. (#325864, Kazuki IWAMOTO)
2006-01-03 Martyn James Russell- Added new API g_thread_pool_get_idle_time() and
2005-12-21 Matthias ClasenNew function to sort tasks pushed into a threadpool...
2005-07-20 Matthias ClasenRemove debugging spew
2005-07-20 Matthias ClasenDon't get stuck in here if immediate is TRUE. (#310954...
2005-03-14 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2004-09-16 Matthias ClasenImplement the same PLT reduction technique used in...
2002-12-04 Owen TaylorPatch from Sven Neumann to make the include order consi...
2002-04-13 Sebastian WilhelmiUnlock the pool for all threads leaving it. (#78348) glib-2-0-branchpoint
2001-12-12 Matthias ClasenDocumentation fixes.
2001-06-07 Sebastian WilhelmiLook for nanosleep function.
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...
2001-04-17 Sebastian WilhelmiUntil now every thread pool always had at least one...
2001-04-03 Sebastian WilhelmiAdded documentation.
2001-02-26 Sebastian WilhelmiMake max_unused_threads work for -1 as well.
2000-11-21 Sebastian WilhelmiAdd a surrogate for thread priorities using PID nicenes...
2000-11-09 Sebastian WilhelmiDon't take threads with other priorities into account...
2000-09-29 Martin BauligSeveral minor ANSI C fixes.
2000-09-01 Sebastian WilhelmiInclude gerror.h before it is used for some g_thread_...
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-04-28 Sebastian WilhelmiNew File implementing an asynchronous queue to be used...