summaryrefslogtreecommitdiff
path: root/tests/test-thread.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-25tests: Fix various memory leaks in the unit testsPhilip Withnall1-0/+21
2014-08-21tests: Fix race conditions in test-threadPhilip Withnall1-14/+14
2014-01-31tests: Remove redundant GLIB_CHECK_VERSION checksPhilip Withnall1-2/+0
2014-01-31tests: Remove a potential race from test-threadPhilip Withnall1-1/+3
2012-03-05unistd.h is not present on Visual Studio. Replaced usleep with g_usleep to su...Filippo Della Betta1-2/+10
2012-02-15Replaced __func__ macro with G_STRFUNC in the unit testsFilippo Della Betta1-1/+1
2012-01-16Fix builds for systems using glib 2.3.81 and aboveRohan Garg1-3/+16
2011-03-31Remove some "set but not used" variables since GCC 4.6 emit a warning about thatTimothy Redaelli1-2/+1
2010-02-16remove some warnings from test-threadYouness Alaoui1-3/+0
2009-12-04Use GPOINTER_TO_UINT and GUINT_TO_POINTER to avoid an error when casting on k...Youness Alaoui1-8/+8
2009-04-24Add UPnP support to libniceYouness Alaoui1-0/+2
2009-01-14Move tests from agent and socket, into its own tests directory.. fixes issue ...Youness Alaoui1-0/+335