Add g_thread_try to the docs
[platform/upstream/glib.git] / glib /
2011-10-15 Matthias ClasenMinor doc clarifications
2011-10-15 Ryan LortieStop checking for fork() across GMainContext
2011-10-15 Ryan LortieMask all signals in GLib worker thread
2011-10-14 Ryan Lortieg_cond_timed_wait: support NULL time parameter
2011-10-14 Ryan LortieGCond: use monotonic time for timed waits
2011-10-13 Ryan Lortiegutils: stop using GStaticPrivate
2011-10-13 Ryan LortieRevert "make struct _GThread private"
2011-10-13 Ryan Lortiemake struct _GThread private
2011-10-13 Ryan Lortietidy up gthreadprivate.h
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 Lortieposix threads: joinable tweaks
2011-10-13 Ryan Lortietests: don't #include <sys/resource.h> on win32
2011-10-13 Ryan Lortiewin32 threads: simplify
2011-10-13 Ryan LortieOnly g_system_thread_free() our own threads
2011-10-13 Ryan LortieFinish killing off GSystemThread
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 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 Matthias ClasenMove more docs inline
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 Matthias ClasenMove GScanner docs inline
2011-10-13 Ryan Lortiethread: stop sharing g_once_mutex
2011-10-13 Ryan Lortiethread: drop thread setup function hackery
2011-10-12 Matthias ClasenDeprecate GCache
2011-10-12 Ryan Lortiethread: Delete g_system_thread_self()
2011-10-12 Ryan Lortiethread: reduce use of system_thread
2011-10-12 Ryan Lortiethread: hide g_static_rec_mutex_get_rec_mutex_impl
2011-10-12 Ryan Lortiemissed from last commit
2011-10-12 Ryan Lortiethread: remove GSystemThread assign/equal
2011-10-12 Ryan Lortiethread: remove dead decl from gthreadprivate.h
2011-10-12 Ryan Lortiethread: Remove the zero_thread
2011-10-12 Ryan LortieGStaticRecMutex: implement via GRecMutex
2011-10-12 Ryan Lortiethread: use GSList for g_thread_foreach list
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 Colin Waltersgvariant: Doc typo fix
2011-10-12 Colin Waltersgvariant: Briefly mention limits
2011-10-12 Dan Winshipgthread-deprecated: add a mising "static" to a method
2011-10-12 Dan WinshipSimplify checks for CLOCK_MONOTONIC
2011-10-12 Matthias ClasenDisable deprecations where appropriate in tests
2011-10-12 Matthias ClasenDisable deprecations where appropriate in tests
2011-10-12 Matthias ClasenMake single includes mandatory
2011-10-12 Ryan LortieGStaticPrivate: implement via GPrivate
2011-10-12 Matthias ClasenSilence deprecations in deprecated/ (again)
2011-10-12 Chun-wei FanBug 661438: Fix up gmacros.h a bit
2011-10-11 Dan Winshipg_time_val_from_iso8601: clarify the docs a bit
2011-10-11 Ryan Lortiegmain: use GPrivate instead of GStaticPrivate
2011-10-11 Dan WinshipFix two tests for G_DEBUG=gc-friendly
2011-10-11 Chun-wei FanUse GLIB_DEPRECATED instead of G_GNUC_DEPRECATED in...
2011-10-11 Matthias ClasenAdd our own deprecation macros
2011-10-11 Matthias ClasenAdd better deprecation macros
2011-10-11 Chun-wei Fanglibconfig.win32(.in): Cleanup cruft
2011-10-10 Ryan LortieGStaticMutex: ABI fixup
2011-10-10 Matthias ClasenCompile private test with -pthread on UNIX
2011-10-09 Matthias ClasenSilence deprecation warnings in deprecated/
2011-10-09 Matthias ClasenAdd G_GNUC_DEPRECATED to deprecated APIs in glib
2011-10-08 Matthias ClasenAdd some GHookList tests
2011-10-08 Matthias ClasenTest a few more GIOChannel functions
2011-10-08 Matthias ClasenRemove a bit of dead code
2011-10-08 Matthias ClasenAdd some more GMarkup tests
2011-10-08 Matthias ClasenCall setlocale in markup-parse test
2011-10-08 Matthias ClasenImprove GNode test coverage
2011-10-08 Matthias ClasenImprove GCache test coverage
2011-10-08 Matthias ClasenImprove coverage of string function tests
2011-10-08 Matthias ClasenImprove coverage of GHmac tests
2011-10-08 Matthias ClasenAdd a test for g_date_time_new_from_timeval_utc
2011-10-07 John RallsBug 661129: Duplicate symbols zero_thread and g_once_mu...
2011-10-07 Dan WinshipAdd g_main_context_ref_thread_default()
2011-10-07 Matthias ClasenUSE __COUNTER__ instead of __LINE__ when available
2011-10-07 Matthias ClasenDon't redundantly redeclare
2011-10-06 Ryan LortieSeveral docs cleanups
2011-10-06 Ryan LortieCleanup thread documentation
2011-10-06 Chun-wei Fangthread-deprecated.c: Include gutils.h
2011-10-06 Matthias ClasenUpdate threads docs for the demise of g_thread_init()
2011-10-05 Colin Waltersgmacros: Hide G_STATIC_ASSERT from g-ir-scanner
2011-10-05 Ryan LortieBe sure to #include "gutils.h" in gbacktrace.c
2011-10-05 Dan WinshipFix up some doc comments that referred to threads not...
2011-10-05 Matthias ClasenRemove cruft from g_strerror and g_strsignal
2011-10-05 Matthias ClasenMisc test coverage improvements
2011-10-05 Matthias ClasenAdd a test for thread creation failure
2011-10-05 Ryan Lortiegthread.h: a bunch of pointless whitespace changes
2011-10-05 Ryan LortieMove typedef GStaticPrivate to deprecated/
2011-10-05 Ryan LortieDeprecate g_{mutex,cond}_{new,free}()
2011-10-04 Ryan LortieGVariant: add a clarification to the docs
2011-10-04 Ryan Lortiegtimer: remove warnings about threads
2011-10-04 Ryan Lortieend the glib-ctor experiment
2011-10-04 Ryan LortieTest that g_slice_set_config() works
2011-10-04 Ryan Lortiegslice: stop using ctors
2011-10-04 Ryan Lortiewin32: stop leaking GPrivate data
next