summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* tests: Fix a shadowed function name in test-pseudotcpPhilip Withnall2014-01-311-2/+4
* socket: Add vectored I/O support for receiving on socketsPhilip Withnall2014-01-311-29/+293
* agent: Only change pseudotcp clock if the new timeout is soonerOlivier Crête2014-01-311-0/+1
* nice: Add nice_agent_build_io_stream to exported symbolsOlivier Crête2014-01-311-5/+7
* tests: Remove redundant GLIB_CHECK_VERSION checksPhilip Withnall2014-01-3114-40/+0
* tests: Add tests for the I/O stream classesPhilip Withnall2014-01-319-0/+2703
* tests: Remove a potential race from test-threadPhilip Withnall2014-01-311-1/+3
* tests: Add missing switch casesPhilip Withnall2014-01-311-0/+8
* tests: Fix strict aliasing of sockaddr structuresPhilip Withnall2014-01-312-18/+30
* tests: Add more asserts to pseudotcp testOlivier Crête2014-01-311-3/+13
* tests: Use right type when taking to stdio f*() C APIsOlivier Crête2014-01-311-4/+4
* tests: Close pseudosocket as soon as it's done sendingOlivier Crête2014-01-311-6/+4
* tests: Fix racy destruction of pseudotcp objectOlivier Crête2014-01-311-12/+14
* tests: No need to call adjust_clock in readableOlivier Crête2014-01-311-2/+0
* tests: Use one struct for data and bufferOlivier Crête2014-01-311-4/+3
* configure: Verify that the compiler understands warning cflagsOlivier Crête2013-12-261-1/+1
* Fix a minor bug in the dribble mode testRohan Garg2012-09-201-0/+15
* Also free the GCond and the GMutexRohan Garg2012-06-301-0/+4
* Allocate memory to stun_mutex_ptr and stun_signal_ptrRohan Garg2012-06-221-0/+2
* Multiple fixes for new testRohan Garg2012-05-081-27/+42
* Fixes to dribble mode test as per suggestionsRohan Garg2012-05-041-25/+24
* Minor bug fixes and enhancements to the testRohan Garg2012-05-031-55/+71
* Fix test-dribbleRohan Garg2012-05-011-1/+1
* Added new tests for dribble mode in libniceRohan Garg2012-05-012-1/+676
* Properly ifdef windows headers in order to get compiles working on linux againRohan Garg2012-03-122-0/+4
* unistd.h is not present on Visual Studio. Replaced usleep with g_usleep to su...Filippo Della Betta2012-03-051-2/+10
* Fixed mingw/msys compilation. Definition for intptr_t was missing. Added WSAS...Filippo Della Betta2012-03-051-1/+9
* Fixed mingw/msys compilation. Definition for intptr_t was missing. Added WSAS...Filippo Della Betta2012-03-051-1/+9
* Added WSAStartup/WSACleanup on win32Filippo Della Betta2012-03-051-1/+7
* Fix test-bsd by calling g_type_initYouness Alaoui2012-03-011-1/+1
* Remove redundant code from testsRohan Garg2012-02-201-8/+0
* WSAStartup/WSACleanup added on WIN32 platformFilippo Della Betta2012-02-203-1/+26
* Replaced __func__ macro with G_STRFUNC in the unit testsFilippo Della Betta2012-02-155-17/+17
* Fix missing semicolon from previous commit in test-restartYouness Alaoui2012-02-021-1/+1
* Fix builds for systems using glib 2.3.81 and aboveRohan Garg2012-01-168-8/+39
* test-fullmode: if upnp is disabled, then disable it in both agentsYouness Alaoui2012-01-121-0/+1
* Add support for windows's compilation through MinGWNader Morshed2011-11-301-2/+0
* Fix a (possible) memory leak in nice_turn_socket_new and in a testTimothy Redaelli2011-03-311-1/+3
* Use #!/bin/sh instead of #!/bin/bashTimothy Redaelli2011-03-311-1/+1
* Remove some "set but not used" variables since GCC 4.6 emit a warning about thatTimothy Redaelli2011-03-311-2/+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