A simple test for polling on a file-like descriptor
[platform/upstream/glib.git] / glib / tests / mainloop.c
2014-06-28 Mikhail ZabaluevA simple test for polling on a file-like descriptor
2014-01-19 Ryan LortieGMainContext: unref pending sources on destroy
2014-01-01 Matthias ClasenImprove mainloop test coverage
2013-11-06 Ryan Lortietests: fix leak in mainloop test
2013-10-23 Ryan Lortiegmain: test g_source_remove() with invalid ID
2013-07-24 Dan Winshipmainloop: redo child source tests to not use timeouts
2013-07-14 Colin Walterstests/mainloop: Fix assertions to really avoid race...
2013-06-25 Dan Winshiptests: add a test for the previous commit
2013-06-10 Benjamin Ottetests: Add a test for a specific invariant
2013-01-15 Ryan Lortiemainloop test: fix a silly memory error
2013-01-15 Ryan Lortiemainloop test: use atomic for cross-thread access
2013-01-15 Ryan Lortiemainloop test: fix a small typo
2013-01-15 Ryan Lortietests for the new MainContext/GSource API
2012-11-13 Colin Waltersgmain: Handle case where source id overflows
2012-08-27 Dan Winshipglib/tests: fix leaks
2012-08-20 Dan Winshipglib/tests: use g_test_expect_message()
2012-07-30 Dan Winshipgmain: allow g_source_get_context() on destroyed sources
2012-07-30 Dan Winshipglib/tests/mainloop: test g_source_get_time()
2012-07-18 Dan Winshipgmain: handle child sources being destroyed before...
2012-06-27 Martin Pitt/mainloop/timeouts test: Reduce race condition
2012-04-23 Matthias ClasenMake the child source test work
2012-04-16 Colin Walterstests: Fix race conditions in mainloop/invoke test
2012-04-16 Colin Walterstests/mainloop: Add a test for recursive child sources
2012-04-16 Dan Winshiptests/mainloop: add a test for child sources
2012-04-13 Dan Winshiptests/mainloop: fix a race condition
2012-04-13 Dan Winshiptests/mainloop: use g_assert_cmpint(), for better error...
2012-04-08 Matthias Clasenmainloop: Improve test coverage
2012-02-08 Ravi Sankar Gunturglib/tests: mainloop - fix a mem leak.
2012-01-25 Matthias ClasenUse G_SOURCE_CONTINUE/REMOVE internally
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-12-14 Simon McVittievarious GLib tests: plug memory leaks
2011-11-23 Matthias ClasenAdd some more mainloop tests
2011-11-23 Matthias ClasenRemove unnecessary includes
2011-11-21 Matthias ClasenImprove mainloop test coverage slightly
2011-10-15 Matthias ClasenImprove test coverage
2011-10-12 Matthias ClasenDisable deprecations where appropriate in tests