[kdbus] KDBUS_ITEM_PAYLOAD_OFF items are (once again) relative to msg header
[platform/upstream/glib.git] / glib / gthread-win32.c
2014-01-31 Daniel MustielesUpdated FSF's address
2013-07-02 Ryan LortieRevert two errant commits to GMutex, etc.
2013-06-30 Jeffrey StedfastFinish the previous fix for GMutex, GRecMutex, GRWLock...
2013-01-18 Colin WaltersRemove most use of G_GNUC_INTERNAL
2012-11-15 Dan Winshipwin32: misc warning fixes
2012-02-09 Dan Winshipgthread-win32: update for g_get_monotonic_time() changes
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-12-22 rodrigorivascostaBug 666551-Fix a few dangling pointers
2011-12-19 Ryan Lortiewinxp threads: fix some condition variable races
2011-12-16 Ryan Lortiewindows XP threads: fix hilariously obvious race
2011-11-03 Alexander Larssonwin32: Remove some debug spew on startup
2011-10-18 Alexander LarssonActually Don't define GLIB_COMPILATION in libgthread
2011-10-18 Alexander LarssonDon't define GLIB_COMPILATION in libgthread
2011-10-17 Matthias ClasenMore include cleanups
2011-10-14 Ryan LortieGCond: use monotonic time for timed waits
2011-10-13 Ryan Lortieremove 'joinable' parameter to backends
2011-10-13 Ryan Lortiewin32 threads: simplify
2011-10-13 Ryan Lortiewin32 threads: use our own data, not system_thread
2011-10-13 Ryan Lortiewin32: fix function name clash
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-04 Ryan Lortiewin32: stop leaking GPrivate data
2011-10-04 Ryan Lortiewin32 fixes from g_thread_init() deprecation
2011-10-03 Ryan Lortielocks: change the ABI just a bit
2011-10-03 Ryan Lortielocks: drop _INIT macros
2011-10-03 Matthias ClasenMake thread names useful in a debugger
2011-10-03 Ryan Lortiewin32: fix GPrivate fallout
2011-10-03 Ryan LortieStop dithering over GPrivate
2011-09-26 Ryan Lortiewinxp threads: detect SRWLock emulation reentrancy
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 Lortiewin32: Add 'shared' support to SRWLock emulation
2011-09-21 Ryan Lortiegthread-win32: trivial condition change
2011-09-21 Ryan Lortiegthread-win32: rename a struct member
2011-09-21 Ryan Lortieg_system_thread_create: drop unused args
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 Ryan Lortiegthread-win32: use __stdcall markers where needed
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 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/