summaryrefslogtreecommitdiff
path: root/tests/test-thread.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Use g_assert_true() instead of g_assert() everywhereOlivier Crête2021-11-011-9/+9
* Use g_assert_cmp.int() to get better debug logs on crashOlivier Crête2020-05-051-5/+5
* tests: Replace g_assert (memcmp) with g_assert_cmpmem()Olivier Crête2020-05-051-2/+2
* test-thread: Use GCond to make sure there is no raceOlivier Crête2020-05-051-36/+32
* test-thread: Increase timeoutOlivier Crête2020-02-061-1/+1
* conncheck: Drop valid STUN for which we can't find a requestOlivier Crête2019-07-311-1/+1
* agent: Remove redundant GLIB_CHECK_VERSION macrosPhilip Withnall2015-10-011-10/+1
* tests: Remove g_thread_init() callsPhilip Withnall2015-10-011-1/+0
* tests: Remove g_type_init() callsPhilip Withnall2015-10-011-1/+0
* tests: Fix various memory leaks in the unit testsPhilip Withnall2014-09-251-0/+21
* tests: Fix race conditions in test-threadPhilip Withnall2014-08-211-14/+14
* tests: Remove redundant GLIB_CHECK_VERSION checksPhilip Withnall2014-01-311-2/+0
* tests: Remove a potential race from test-threadPhilip Withnall2014-01-311-1/+3
* unistd.h is not present on Visual Studio. Replaced usleep with g_usleep to su...Filippo Della Betta2012-03-051-2/+10
* Replaced __func__ macro with G_STRFUNC in the unit testsFilippo Della Betta2012-02-151-1/+1
* Fix builds for systems using glib 2.3.81 and aboveRohan Garg2012-01-161-3/+16
* Remove some "set but not used" variables since GCC 4.6 emit a warning about thatTimothy Redaelli2011-03-311-2/+1
* remove some warnings from test-threadYouness Alaoui2010-02-161-3/+0
* Use GPOINTER_TO_UINT and GUINT_TO_POINTER to avoid an error when casting on k...Youness Alaoui2009-12-041-8/+8
* Add UPnP support to libniceYouness Alaoui2009-04-241-0/+2
* Move tests from agent and socket, into its own tests directory.. fixes issue ...Youness Alaoui2009-01-141-0/+335