[kdbus] KDBUS_ITEM_PAYLOAD_OFF items are (once again) relative to msg header
[platform/upstream/glib.git] / glib / gthread.c
2014-02-15 Matthias Clasendocs: let go of *
2014-02-03 Matthias ClasenFix a typo
2014-02-02 Matthias ClasenDon't use the quote tag
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: Big entity cleanup
2014-02-01 Matthias Clasengthread: Convert docs to markdown
2014-02-01 Matthias ClasenDocs: Convert examples to |[ ]|
2014-02-01 Matthias ClasenDocs: Don't use the emphasis tag
2014-01-31 Matthias ClasenDocs: Don't use the note tag
2014-01-31 Daniel MustielesUpdated FSF's address
2013-11-20 Dan WinshipReplace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIX
2013-08-18 Matthias ClasenExpand docs for thread names
2012-12-18 Colin WaltersAdd g_get_num_processors()
2012-11-01 Robert AncellUse "Returns:" instead of the invalid "@returns" for...
2012-08-28 Cosimo Cecchiglib: don't quote quark names for G_DEFINE_QUARK
2012-08-28 Matthias ClasenUse G_DEFINE_QUARK for GLib's own quarks
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-12-14 Stef Walterdocumentation fixes
2011-11-15 Matthias ClasenGThread: handle thread names safely
2011-10-15 Matthias ClasenMisc doc formatting fixes
2011-10-15 Ryan LortieAdd to the pitfalls: fork() and daemon()
2011-10-15 Matthias ClasenExpand thread docs a bit
2011-10-15 Matthias ClasenDocumentation tweaks
2011-10-15 Ryan LortieCheck for "our" threads in some places
2011-10-15 Ryan Lortiegtk-doc g_thread_ref() and g_thread_unref()
2011-10-15 Ryan LortieRename g_thread_try to g_thread_try_new
2011-10-15 Matthias ClasenMinor doc clarifications
2011-10-14 Ryan LortieGCond: use monotonic time for timed waits
2011-10-13 Ryan Lortiedrop g_thread_new_full()
2011-10-13 Ryan Lortieg_thread_new: never fail
2011-10-13 Ryan Lortiethread: nuke the concept of 'joinable'
2011-10-13 Ryan LortieGThread: make refcounting public
2011-10-13 Ryan Lortiethread: simplify 'free' process
2011-10-13 Ryan Lortieremove 'joinable' parameter to backends
2011-10-13 Ryan LortieOnly g_system_thread_free() our own threads
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-13 Ryan Lortiethread: stop sharing g_once_mutex
2011-10-13 Ryan Lortiethread: drop thread setup function hackery
2011-10-12 Ryan Lortiethread: reduce use of system_thread
2011-10-12 Ryan Lortiethread: Remove the zero_thread
2011-10-12 Ryan Lortiethread: call g_enumerable_thread_add via callback
2011-10-12 Ryan Lortiethread: use GPrivate for enumerable threads
2011-10-12 Ryan LortieGStaticPrivate: implement via GPrivate
2011-10-06 Ryan LortieCleanup thread documentation
2011-10-06 Matthias ClasenUpdate threads docs for the demise of g_thread_init()
2011-10-05 Ryan LortieDeprecate g_{mutex,cond}_{new,free}()
2011-10-04 Ryan LortieDeprecate g_thread_init()
2011-10-04 Ryan Lortiemacro wrappers for g_once_init_enter/leave
2011-10-03 Matthias ClasenCosmetics
2011-10-03 Matthias ClasenDocumentation fixes
2011-10-03 Ryan Lortielocks: Add initialisation notes
2011-10-03 Ryan Lortielocks: drop _INIT macros
2011-10-03 Matthias ClasenDeprecate GStaticPrivate and g_thread_foreach
2011-10-03 Matthias ClasenDon't put threads created with g_thread_new() on the...
2011-10-03 Matthias ClasenMake thread names useful in a debugger
2011-10-03 Matthias ClasenAdd new thread creation API
2011-10-03 Ryan LortieStop dithering over GPrivate
2011-10-02 Matthias ClasenAdd a few comments
2011-10-02 Matthias ClasenRework the way GStaticPrivate data is freed
2011-10-02 Matthias ClasenWhitespace fixes
2011-10-02 Matthias ClasenClean up includes
2011-10-02 Matthias ClasenGThread: cosmetic fix
2011-10-01 Matthias ClasenMark g_thread_create_with_stack_size as new API
2011-09-30 Matthias ClasenSome more gthread reshuffling
2011-09-29 Dan Winshipgthread: remove a stray reference to GStaticMutex
2011-09-25 Matthias ClasenMore GThread docs tweaks
2011-09-25 Matthias ClasenMove GThread docs around
2011-09-25 Matthias ClasenMove deprecated GThread functions to a separate file
2011-09-25 Matthias ClasenGThread: more doc updates
2011-09-25 Matthias ClasenDrop G_THREADS_IMPL_NONE from the docs
2011-09-25 Chun-wei Fangthread.c: Declare variable at start of block
2011-09-24 Matthias ClasenDocument G_THREADS_IMPL_WIN32
2011-09-24 Matthias ClasenGThread doc additions
2011-09-22 Matthias ClasenSome gthread doc updates
2011-09-21 Ryan Lortiegthread: remove impl init functions
2011-09-21 Ryan LortieRevert "Drop an unused variable"
2011-09-21 Matthias ClasenDrop an unused variable
2011-09-21 Ryan LortieMove some things to deprecated/gthread.h
2011-09-21 Ryan LortieDeprecate g_thread_create_full()
2011-09-21 Ryan LortieDrop g_thread_fail()
2011-09-21 Ryan Lortieg_system_thread_create: drop unused args
2011-09-21 Ryan LortieRemove the concept of 'bound'
2011-09-21 Ryan LortieRemove g_thread_functions_for_glib_use_old
2011-09-21 Ryan LortieMerge g_thread_functions_for_glib_use
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 Lortieg_private_new: use GSlice
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
next