hook gvariant vectors up to kdbus
[platform/upstream/glib.git] / glib / gthread-posix.c
2014-07-09 Tim-Philipp MüllerGCond (linux): fix g_cond_wait_until() return value...
2014-07-09 Ryan LortieGMutex (linux): detect and report some errors
2014-07-09 Ryan LortieGLib: implement GMutex natively on Linux
2014-06-06 Tim-Philipp Müllergthread: use inline keyword for _get_impl() functions
2014-05-20 Philip Withnallgthread: Fix use of a local variable after it went...
2014-02-21 Ryan LortieGCond: check result of pthread_condattr_setclock()
2014-02-20 Ryan LortieFix g_cond_wait_until() vs. monotonic time
2014-02-15 Matthias Clasendocs: let go of *
2014-02-01 Matthias ClasenAnnotate all examples with their language
2014-02-01 Matthias Clasendocs: Stop using the function tag
2014-02-01 Matthias ClasenDocs: Convert examples to |[ ]|
2014-01-31 Matthias ClasenDocs: Don't use the note tag
2014-01-31 Daniel MustielesUpdated FSF's address
2013-11-26 Stef Waltergthread-posix: Don't use gslice allocated GRecMutex
2013-11-20 Dan WinshipRequire POSIX.1 (1990) compliance on unix
2013-07-04 Sebastian Drögegthread: Use pthread_cond_timedwait_monotonic() if...
2013-07-02 Ryan LortieRevert two errant commits to GMutex, etc.
2013-06-30 Jeffrey StedfastFinish the previous fix for GMutex, GRecMutex, GRWLock...
2013-06-30 Jeffrey StedfastFixed g_mutex_clear() to fully undo g_mutex_init()
2013-04-09 Руслан Ижбулатовwin32: Allow POSIX threads to be used if --with-threads...
2013-01-04 Matthias ClasenImprove g_cond_wait docs
2012-11-02 Colin Waltersbuild: Don't use C99 declarations
2012-10-29 Ryan Lortiegthread-posix: always use atomic pointer ops
2012-08-28 Matthias ClasenFix a typo in a doc comment
2012-07-19 Matthias ClasenCheck for PR_SET_NAME
2012-03-31 Antoine Jacoutotgthread-posix: fix typo in error message
2012-02-22 Dan Winshipgthread-posix: fix order of arguments in g_thread_abort...
2012-01-28 Ravi Sankar Gunturcomments/docs: Fix couple of typos
2012-01-16 Patrick WelcheProtect call to pthread_condattr_setclock with define.
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2012-01-06 Jasper St. Pierregthread-posix: Remove misleading documentation comments
2011-12-14 Stef Walterdocumentation fixes
2011-10-14 Ryan LortieGCond: use monotonic time for timed waits
2011-10-13 Ryan Lortieremove 'joinable' parameter to backends
2011-10-13 Ryan Lortieposix threads: joinable tweaks
2011-10-13 Ryan Lortieposix threads: use our own system_thread
2011-10-13 Ryan Lortiethread creation: Simplify error handling
2011-10-13 Ryan LortieCombine g_sytem_thread_{new,create}()
2011-10-13 Ryan Lortieg_system_thread_create: drop 'data' arg
2011-10-13 Ryan Lortieg_system_thread_create: SystemThread -> RealThread
2011-10-13 Ryan Lortieg_system_thread_join: rename to _wait()
2011-10-13 Ryan Lortieg_system_thread_join: take GRealThread *
2011-10-13 Ryan Lortiethread: delegate allocation of GThread to backends
2011-10-12 Ryan Lortiethread: Delete g_system_thread_self()
2011-10-12 Ryan Lortiethread: remove GSystemThread assign/equal
2011-10-06 Ryan LortieCleanup thread documentation
2011-10-03 Matthias ClasenDocumentation fixes
2011-10-03 Matthias ClasenFix doc build
2011-10-03 Ryan Lortielocks: change the ABI just a bit
2011-10-03 Ryan Lortielocks: drop _INIT macros
2011-10-03 Ryan LortieGThread posix: switch to Windows ABI
2011-10-03 Matthias ClasenMake thread names useful in a debugger
2011-10-03 Ryan Lortielocks: rename a bunch of parameters
2011-10-03 Ryan LortieStop dithering over GPrivate
2011-09-25 Matthias ClasenMove GThread docs around
2011-09-25 Matthias ClasenMove includes to the top of the file
2011-09-24 Matthias ClasenGThread doc additions
2011-09-23 Matthias ClasenFix g_rwlock_{writer,reader}_trylock
2011-09-23 Matthias ClasenFix g_rec_mutex_trylock
2011-09-22 Matthias ClasenUse adaptive mutexes when available
2011-09-21 Ryan LortieAdd a new recursive mutex type, GRecMutex
2011-09-21 Ryan LortieAdd GRWLock
2011-09-21 Ryan Lortiegthread: remove impl init functions
2011-09-21 Ryan Lortieg_system_thread_create: drop unused args
2011-09-21 Ryan LortieRemove the concept of 'bound'
2011-09-21 Ryan LortieMerge g_thread_functions_for_glib_use
2011-09-21 Ryan LortieNULL g_system_thread_{exit,equal} in the vtable
2011-09-21 Ryan LortieGSystemThread: port 'self' 'join' and 'create'
2011-09-21 Ryan LortieGThread: deprecate thread priorities
2011-09-21 Matthias ClasenDon't use the thread_exit vfunc
2011-09-21 Matthias ClasenDon't use the thread_equal vfunc anymore
2011-09-21 Matthias ClasenAnd move the g_thread_yield() docs too
2011-09-21 Matthias ClasenDon't use the thread vtable for g_thread_yield()
2011-09-21 Matthias ClasenMove g_private_new() to common code
2011-09-21 Matthias ClasenMove docs around
2011-09-21 Matthias ClasenClean up g_thread_yield implementation
2011-09-21 Ryan LortieContinue GPrivate rework
2011-09-21 Ryan LortieRework GPrivate
2011-09-21 Ryan LortieRemove "temporary until GLib is fixed" code
2011-09-21 Ryan LortiePort g_cond_new to use GSlice
2011-09-21 Ryan LortiePort g_mutex_new to use GSlice
2011-09-21 Ryan LortieRework GMutex and GCond APIs
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-09-09 Ryan LortieMove the GThread implementations to glib/