summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* agent: Add API to set local credentialsRohan Garg2015-04-142-1/+208
* nicesink: Add test for buffer list supportJose Antonio Santos Cadenas2015-03-272-0/+337
* tests: Use G_SOURCE_[CONTINUE|REMOVE] instead of booleansPhilip Withnall2014-11-061-6/+6
* tests: Fix a memory leak in test-send-recvPhilip Withnall2014-11-061-2/+12
* tests: Add more helgrind suppressionsPhilip Withnall2014-09-261-0/+60
* tests: Add a Valgrind suppression filePhilip Withnall2014-09-252-0/+477
* tests: Fix various memory leaks in the unit testsPhilip Withnall2014-09-2510-1/+142
* tests: Move a closure from the heap to the stackPhilip Withnall2014-09-251-14/+10
* tests: Fix test-build-io-stream for EOS changesPhilip Withnall2014-08-251-3/+2
* pseudotcp: Add a PseudoTcpSocket:support-fin-ack propertyPhilip Withnall2014-08-211-4/+74
* tests: Fix race conditions in test-threadPhilip Withnall2014-08-211-14/+14
* tests: Add a new segment-by-segment test framework for pseudo-TCPPhilip Withnall2014-08-212-0/+1067
* pseudotcp: Add optional FIN–ACK and RST supportPhilip Withnall2014-08-212-0/+4
* tests: Improve debug output of pseudotcp tests slightlyPhilip Withnall2014-08-212-6/+6
* tests: Add setlocale() call to test-pseudotcp.cPhilip Withnall2014-08-211-0/+3
* tests: Add a logging domain for the unit testsPhilip Withnall2014-08-211-0/+1
* Fix bug in the ice-tcp unit testYouness Alaoui2014-08-131-3/+4
* Revert "agent: Separate reliability from ice-tcp vs ice-udp"Olivier Crête2014-07-252-6/+6
* Change test-icetcp to be more robust against ready->connected->ready state ch...Youness Alaoui2014-07-251-4/+17
* agent: Separate reliability from ice-tcp vs ice-udpOlivier Crête2014-05-172-6/+6
* Add support for ICE-TCPYouness Alaoui2014-05-176-1/+488
* Disable reliable mode for test-fullmode, we already have pseudotcp unit testsYouness Alaoui2014-05-171-1/+1
* Add tcp-passive and tcp-active socket layers with unit testYouness Alaoui2014-05-172-1/+165
* test-fullmode: protect against ready->connected->ready state change and accep...Youness Alaoui2014-05-151-7/+21
* Remove priority functions from public header file and move to agent-priv.hYouness Alaoui2014-05-151-0/+2
* 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