[kdbus] sync with kdbus (kdbus.h - commit: 5ae1ecac44cb)
[platform/upstream/glib.git] / tests / mainloop-test.c
2013-11-11 Stef Waltermainloop-test: Fix uninitialized memory access in tests
2013-11-10 Stef Waltermainloop-test: Fix leaks in tests
2013-06-01 Ryan LortieRemove a bunch of lingering g_thread_init()
2012-11-02 Simon McVittieFix more warning-addition fallout
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-10-04 Ryan LortieRemove g_mutex_new()/g_cond_new() in testcases
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-09-09 Dan WinshipMake threads mandatory
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-05-26 Colin Walters[mainloop-test] Fix compilation errors
2010-05-25 Havoc PenningtonGSource: add g_source_set_name, g_source_get_name,...
2010-04-21 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2007-11-07 Tor LillqvistNot needed, just use -DPCRE_STATIC.
2005-07-14 Matthias ClasenMake the tests silent on success.
2002-10-15 Manish Singhadd -DG_DISABLED_DEPRECATED
2002-10-14 Owen TaylorFix a minor memory leak.
2002-09-29 Manish Singhuse gsize instead of int where appropriate (64-bit...
2002-07-04 Sebastian WilhelmiAdded #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN...
2001-11-02 Owen TaylorRecurse with may_block = FALSE, so we don't get into...
2001-07-20 Hans Breuermake it compile again
2001-06-30 Owen TaylorMake some changes to the way that GMainContext works:
2001-05-18 Sebastian WilhelmiRenamed g_thread_create to g_thread_create_full and...
2001-05-08 Sebastian WilhelmiMoved func and arg members from GRealThread to GThread...
2001-04-17 Owen TaylorDefine _GNU_SOURCE for stpcpy
2001-01-06 Tor LillqvistGet len using strlen() if arg is negative in the Win32...
2001-01-05 Owen Taylormove $enable_debug down below checks for GCC to avoid...
2000-12-07 Owen TaylorAdd a bunch of unrefs.
2000-12-05 Owen TaylorMajor change in API for creating sources to handle...