summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-10-15Add tests for new g_environ_ functionsMatthias Clasen1-2/+60
2011-10-15Move environment-related functions into their own filesMatthias Clasen5-624/+30
2011-10-15gutils: Add functions for working with environment arraysDan Winship5-48/+225
2011-10-15Add to the pitfalls: fork() and daemon()Ryan Lortie1-0/+12
2011-10-15tests/Makefile.am: remove unused LDFLAGS variableRyan Lortie1-1/+0
2011-10-15Expand thread docs a bitMatthias Clasen1-5/+38
2011-10-15Documentation tweaksMatthias Clasen1-25/+41
2011-10-15Updaged Galician translationsFran Dieguez1-402/+422
2011-10-15Check for "our" threads in some placesRyan Lortie1-3/+17
2011-10-15gtk-doc g_thread_ref() and g_thread_unref()Ryan Lortie1-0/+18
2011-10-15Rename g_thread_try to g_thread_try_newRyan Lortie6-15/+15
2011-10-15Add atomic test to TEST_PROGSMatthias Clasen1-2/+2
2011-10-15Documentation additionsMatthias Clasen1-0/+2
2011-10-15Improve test coverageMatthias Clasen3-2/+74
2011-10-14Add a test involving g_thread_ref/unrefMatthias Clasen1-2/+15
2011-10-14Add g_thread_try to the docsMatthias Clasen1-0/+1
2011-10-14Update doc listsMatthias Clasen1-2/+3
2011-10-14Minor doc clarificationsMatthias Clasen1-6/+7
2011-10-14Mention thread API changes in READMERyan Lortie1-2/+11
2011-10-14I read the news today, oh boy...Ryan Lortie1-0/+201
2011-10-14Stop checking for fork() across GMainContextRyan Lortie1-14/+0
2011-10-14Mask all signals in GLib worker threadRyan Lortie2-0/+26
2011-10-14desktop-app-info: Add support for X-GNOME-KeywordsFlorian Müllner4-0/+24
2011-10-14g_cond_timed_wait: support NULL time parameterRyan Lortie1-0/+6
2011-10-13GCond: use monotonic time for timed waitsRyan Lortie8-120/+167
2011-10-13tests: disable deprecation warnings for testsRyan Lortie3-2/+5
2011-10-13gutils: stop using GStaticPrivateRyan Lortie1-3/+3
2011-10-13Revert "make struct _GThread private"Ryan Lortie2-9/+9
2011-10-13make struct _GThread privateRyan Lortie2-9/+9
2011-10-13tidy up gthreadprivate.hRyan Lortie2-23/+18
2011-10-13drop g_thread_new_full()Ryan Lortie6-57/+10
2011-10-13g_thread_new: never failRyan Lortie26-87/+73
2011-10-13thread: nuke the concept of 'joinable'Ryan Lortie27-92/+87
2011-10-13GThread: make refcounting publicRyan Lortie3-1/+15
2011-10-13thread: simplify 'free' processRyan Lortie2-22/+19
2011-10-13remove 'joinable' parameter to backendsRyan Lortie4-4/+1
2011-10-12posix threads: joinable tweaksRyan Lortie1-5/+19
2011-10-12tests: don't #include <sys/resource.h> on win32Ryan Lortie1-1/+4
2011-10-12win32 threads: simplifyRyan Lortie1-48/+9
2011-10-12Only g_system_thread_free() our own threadsRyan Lortie2-8/+15
2011-10-12Finish killing off GSystemThreadRyan Lortie4-33/+11
2011-10-12win32 threads: use our own data, not system_threadRyan Lortie1-7/+17
2011-10-12win32: fix function name clashRyan Lortie1-2/+2
2011-10-12posix threads: use our own system_threadRyan Lortie1-7/+17
2011-10-12thread creation: Simplify error handlingRyan Lortie3-17/+14
2011-10-12Combine g_sytem_thread_{new,create}()Ryan Lortie4-43/+29
2011-10-12g_system_thread_create: drop 'data' argRyan Lortie4-6/+3
2011-10-12g_system_thread_create: SystemThread -> RealThreadRyan Lortie4-6/+6
2011-10-12Move more docs inlineMatthias Clasen3-300/+269
2011-10-12g_system_thread_join: rename to _wait()Ryan Lortie4-4/+4