summaryrefslogtreecommitdiff
path: root/tests/test-fullmode.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Use g_assert_true() instead of g_assert() everywhereOlivier Crête2021-11-011-28/+28
* Use g_assert_cmp.int() to get better debug logs on crashOlivier Crête2020-05-051-68/+68
* agent: Replace closed signal with GASyncResult type functionOlivier Crête2019-05-091-12/+10
* agent: add nice_agent_close_async() APIJakub Adam2019-05-091-0/+20
* test-fullmode: Make test non-racy tooOlivier Crête2019-01-281-10/+35
* tests: Remove g_thread_init() callsPhilip Withnall2015-10-011-1/+0
* tests: Remove g_type_init() callsPhilip Withnall2015-10-011-1/+0
* Add support for ICE-TCPYouness Alaoui2014-05-171-0/+4
* Disable reliable mode for test-fullmode, we already have pseudotcp unit testsYouness Alaoui2014-05-171-1/+1
* test-fullmode: protect against ready->connected->ready state change and accep...Youness Alaoui2014-05-151-7/+21
* test-fullmode: Don't use gmainloop when not requiredOlivier Crête2014-03-271-8/+21
* test-fullmode: Do #if instead of #ifdef as we set it to 0Olivier Crête2014-03-271-1/+1
* test-fullmode: Only wait for data on component 1Olivier Crête2014-03-271-0/+3
* tests: Remove redundant GLIB_CHECK_VERSION checksPhilip Withnall2014-01-311-2/+0
* WSAStartup/WSACleanup added on WIN32 platformFilippo Della Betta2012-02-201-1/+8
* Replaced __func__ macro with G_STRFUNC in the unit testsFilippo Della Betta2012-02-151-4/+4
* Fix builds for systems using glib 2.3.81 and aboveRohan Garg2012-01-161-1/+4
* test-fullmode: if upnp is disabled, then disable it in both agentsYouness Alaoui2012-01-121-0/+1
* test-fullmode: add some debug output to track down a weird bug..Youness Alaoui2011-03-231-2/+10
* Add some testing for the nice_agent_set_port_range APIYouness Alaoui2011-01-201-2/+55
* test-fullmode: disable checking for the expected selected-pair signal when us...Youness Alaoui2011-01-131-2/+26
* test-fullmode: better support for TURN testing, some tests can't work with tu...Youness Alaoui2011-01-131-25/+24
* test-fullmode: Add a USE_RELIABLE option to enable/disable reliable modeYouness Alaoui2010-12-231-4/+15
* test-fullmode: Clean the credentials exchange by using a single functionYouness Alaoui2010-12-221-69/+20
* test-fullmode: remove the old code that sets candidates from one agent to ano...Youness Alaoui2010-12-221-209/+38
* Add a USE_UPNP option to test-fullmodeYouness Alaoui2010-12-221-0/+2
* Add a USE_PROXY option to test-fullmodeYouness Alaoui2010-12-221-1/+6
* Revert changes to fullmode testMarcus Lundblad2010-12-141-7/+5
* Remaining changes for RFC 5766Marcus Lundblad2010-12-141-5/+7
* Change the compatibility modes from DRAFT19 to RFC5245Youness Alaoui2010-05-191-1/+1
* return FALSE on g_error timers because new gcc refuses to compile without a r...Youness Alaoui2010-02-161-0/+2
* Make test-fullmode do the test over the pseudotcp reliable transportYouness Alaoui2010-02-161-6/+41
* Add a SOFTWARE attribute in test-fullmode testYouness Alaoui2009-11-041-0/+2
* properly set remote candidates for delayed answer test, also include the dela...Youness Alaoui2009-06-021-10/+13
* if USE_LOOPBACK=0 do not add a fixed ip in test-fullmodeYouness Alaoui2009-04-241-5/+0
* fix some warnings by removing gtk-doc comment where not neededYouness Alaoui2009-02-231-1/+1
* Move tests from agent and socket, into its own tests directory.. fixes issue ...Youness Alaoui2009-01-141-0/+1128