summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2015-04-14agent: Add API to set local credentialsRohan Garg2-1/+208
2015-03-27nicesink: Add test for buffer list supportJose Antonio Santos Cadenas2-0/+337
2014-11-06tests: Use G_SOURCE_[CONTINUE|REMOVE] instead of booleansPhilip Withnall1-6/+6
2014-11-06tests: Fix a memory leak in test-send-recvPhilip Withnall1-2/+12
2014-09-26tests: Add more helgrind suppressionsPhilip Withnall1-0/+60
2014-09-25tests: Add a Valgrind suppression filePhilip Withnall2-0/+477
2014-09-25tests: Fix various memory leaks in the unit testsPhilip Withnall10-1/+142
2014-09-25tests: Move a closure from the heap to the stackPhilip Withnall1-14/+10
2014-08-25tests: Fix test-build-io-stream for EOS changesPhilip Withnall1-3/+2
2014-08-21pseudotcp: Add a PseudoTcpSocket:support-fin-ack propertyPhilip Withnall1-4/+74
2014-08-21tests: Fix race conditions in test-threadPhilip Withnall1-14/+14
2014-08-21tests: Add a new segment-by-segment test framework for pseudo-TCPPhilip Withnall2-0/+1067
2014-08-21pseudotcp: Add optional FIN–ACK and RST supportPhilip Withnall2-0/+4
2014-08-21tests: Improve debug output of pseudotcp tests slightlyPhilip Withnall2-6/+6
2014-08-21tests: Add setlocale() call to test-pseudotcp.cPhilip Withnall1-0/+3
2014-08-21tests: Add a logging domain for the unit testsPhilip Withnall1-0/+1
2014-08-13Fix bug in the ice-tcp unit testYouness Alaoui1-3/+4
2014-07-25Revert "agent: Separate reliability from ice-tcp vs ice-udp"Olivier Crête2-6/+6
2014-07-25Change test-icetcp to be more robust against ready->connected->ready state ch...Youness Alaoui1-4/+17
2014-05-17agent: Separate reliability from ice-tcp vs ice-udpOlivier Crête2-6/+6
2014-05-17Add support for ICE-TCPYouness Alaoui6-1/+488
2014-05-17Disable reliable mode for test-fullmode, we already have pseudotcp unit testsYouness Alaoui1-1/+1
2014-05-17Add tcp-passive and tcp-active socket layers with unit testYouness Alaoui2-1/+165
2014-05-15test-fullmode: protect against ready->connected->ready state change and accep...Youness Alaoui1-7/+21
2014-05-15Remove priority functions from public header file and move to agent-priv.hYouness Alaoui1-0/+2
2014-05-15Change priority algorithm for better valuesYouness Alaoui1-3/+3
2014-05-15test-priority: Unit test various configurations of candidate prioritiesYouness Alaoui1-5/+20
2014-05-15Add support for ice-tcp priorities, udp-tunneled and nat-assisted prioritiesYouness Alaoui1-1/+3
2014-05-02stunmessage: Revert another function to use sockaddrOlivier Crête1-1/+1
2014-04-23Protect test-dribble against read->connected->ready state changesYouness Alaoui1-4/+14
2014-04-17tests: Add a test-pseudotcp-fuzzy test for fuzzing PseudoTcpSocketPhilip Withnall2-0/+470
2014-03-31Rename variables that shadow global definitionsOlivier Crête1-6/+6
2014-03-31stun: Use struct sockaddr_storage * for any pointer that we write toOlivier Crête1-2/+2
2014-03-31pseudotcp: Don't mix "long" and guint, one is signed, the other is unsignedOlivier Crête1-1/+2
2014-03-27test-fullmode: Don't use gmainloop when not requiredOlivier Crête1-8/+21
2014-03-27test-fullmode: Do #if instead of #ifdef as we set it to 0Olivier Crête1-1/+1
2014-03-27test-fullmode: Only wait for data on component 1Olivier Crête1-0/+3
2014-03-06tests: Add private header to tarballOlivier Crête1-0/+2
2014-03-06tests: Don't verify the message content with not in reliable mode, because it...Olivier Crête2-33/+44
2014-02-25tests: Use dynamically allocated port for test-new-dribbleOlivier Crête1-15/+29
2014-02-25tests: Fix horribly raciness in test-new-dribbleOlivier Crête1-48/+87
2014-02-25tests: Split racy "closing" into a test for stopping while reading or writingOlivier Crête3-88/+194
2014-02-25test: Use a less racy way to know if the test is ready to startOlivier Crête2-13/+61
2014-01-31agent: Replace nice_agent_build_io_stream() with nice_agent_get_io_stream()Olivier Crête2-45/+10
2014-01-31Remove the "length" parameter from NiceOutputMessageOlivier Crête2-7/+22
2014-01-31Remove the "to" parameter from NiceOutputMessageOlivier Crête2-5/+3
2014-01-31tests: Fix test-restart to only quit on state changesPhilip Withnall1-1/+0
2014-01-31agent: Add support for vectored I/O for sendsPhilip Withnall1-53/+193
2014-01-31socket: Add vectored I/O support for sending on socketsPhilip Withnall1-44/+83
2014-01-31tests: Update test-send-recv to support vectored I/OPhilip Withnall1-94/+338