summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* candidate: Test against possible typeOlivier Crête2017-04-031-2/+2
* test-turn: wait for gathering done sequentiallyFabrice Bellet2016-06-231-1/+3
* tests: fix io-stream when built with optimizationsFabrice Bellet2016-06-202-2/+2
* test-send-recv: reduce deadlock timeoutFabrice Bellet2016-06-201-2/+2
* pseudotcp-fuzzy: fix this testFabrice Bellet2016-06-201-3/+3
* pseudotcp: Set min RTO to 1 secondOlivier Crête2016-06-031-4/+4
* pseudotcp: Correct behaviour of buffer size methods when part-closedPhilip Withnall2016-06-031-0/+22
* pseudotcp: Fix pseudo_tcp_socket_recv() in state TCP_CLOSE_WAITPhilip Withnall2016-06-031-0/+38
* pseudotcp: Fix retransmission of segments before handling a FINPhilip Withnall2016-06-031-2/+86
* tests: Add TURN testOlivier Crête2016-06-022-1/+383
* test-icetcp: don't be sensitive to the signal orderJakub Adam2016-06-011-2/+12
* socket: refactor nice_socket_is_base_of()Jakub Adam2016-04-042-18/+18
* socket: fix wrong function called in nice_socket_is_base_of()Jakub Adam2016-04-042-0/+125
* test-new-dribble: wait until ragent reaches state completedPhilip Withnall2016-03-011-0/+4
* test-priority: ignore the local preferencePhilip Withnall2016-03-011-4/+4
* tests: Enable G_MESSAGES_DEBUG for all unit testsPhilip Withnall2015-10-181-0/+4
* tests: Update expected priority values in test-priorityPhilip Withnall2015-10-011-4/+4
* tests: Use g_assert_cmpuint() to make test failures easier to diagnosePhilip Withnall2015-10-011-9/+9
* tests: Set candidate addresses in test-priorityPhilip Withnall2015-10-011-1/+4
* agent: Remove redundant GLIB_CHECK_VERSION macrosPhilip Withnall2015-10-012-15/+1
* tests: Remove g_thread_init() callsPhilip Withnall2015-10-0118-48/+8
* tests: Remove g_type_init() callsPhilip Withnall2015-10-0122-26/+0
* 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