summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Change priority algorithm for better valuesYouness Alaoui2014-05-151-3/+3
* test-priority: Unit test various configurations of candidate prioritiesYouness Alaoui2014-05-151-5/+20
* Add support for ice-tcp priorities, udp-tunneled and nat-assisted prioritiesYouness Alaoui2014-05-151-1/+3
* stunmessage: Revert another function to use sockaddrOlivier Crête2014-05-021-1/+1
* Protect test-dribble against read->connected->ready state changesYouness Alaoui2014-04-231-4/+14
* tests: Add a test-pseudotcp-fuzzy test for fuzzing PseudoTcpSocketPhilip Withnall2014-04-172-0/+470
* Rename variables that shadow global definitionsOlivier Crête2014-03-311-6/+6
* stun: Use struct sockaddr_storage * for any pointer that we write toOlivier Crête2014-03-311-2/+2
* pseudotcp: Don't mix "long" and guint, one is signed, the other is unsignedOlivier Crête2014-03-311-1/+2
* 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: Add private header to tarballOlivier Crête2014-03-061-0/+2
* tests: Don't verify the message content with not in reliable mode, because it...Olivier Crête2014-03-062-33/+44
* tests: Use dynamically allocated port for test-new-dribbleOlivier Crête2014-02-251-15/+29
* tests: Fix horribly raciness in test-new-dribbleOlivier Crête2014-02-251-48/+87
* tests: Split racy "closing" into a test for stopping while reading or writingOlivier Crête2014-02-253-88/+194
* test: Use a less racy way to know if the test is ready to startOlivier Crête2014-02-252-13/+61
* agent: Replace nice_agent_build_io_stream() with nice_agent_get_io_stream()Olivier Crête2014-01-312-45/+10
* Remove the "length" parameter from NiceOutputMessageOlivier Crête2014-01-312-7/+22
* Remove the "to" parameter from NiceOutputMessageOlivier Crête2014-01-312-5/+3
* tests: Fix test-restart to only quit on state changesPhilip Withnall2014-01-311-1/+0
* agent: Add support for vectored I/O for sendsPhilip Withnall2014-01-311-53/+193
* socket: Add vectored I/O support for sending on socketsPhilip Withnall2014-01-311-44/+83
* tests: Update test-send-recv to support vectored I/OPhilip Withnall2014-01-311-94/+338
* 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