summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* agent: Replace closed signal with GASyncResult type functionOlivier Crête2019-05-092-26/+20
* agent: add nice_agent_close_async() APIJakub Adam2019-05-092-0/+42
* test-new-trickle: remove superfluous expressionJakub Adam2019-03-081-2/+1
* tests: enable "trickle-ice" modeJakub Adam2019-03-082-0/+18
* test-new-trickle: prevent deadlock in dgram_process()Jakub Adam2019-03-081-0/+2
* tests: rename test-dribble to test-trickleJakub Adam2019-03-084-34/+34
* test-send-recv: Fix occasional timeoutsJakub Adam2019-03-053-5/+28
* test-fullmode: Make test non-racy tooOlivier Crête2019-01-281-10/+35
* test-drop-invalid: Fix racinessOlivier Crête2019-01-281-9/+38
* gitlab-ci: Move docker images to main libnice repoOlivier Crête2019-01-232-8/+8
* tests: Add DockerfilesOlivier Crête2019-01-232-0/+32
* tests: Fix -Wcast-function-type warnings with GCC 8Jakub Adam2019-01-145-5/+11
* tests: Disable UPnPJakub Adam2019-01-147-1/+27
* test-tcp: Use IPv4 instead of IPv6Olivier Crête2019-01-031-5/+4
* tests/test-different-number-streams: Make it work with only localhostOlivier Crête2019-01-031-0/+10
* meson: fix test-gstreamerJan Tojnar2019-01-031-1/+3
* Makefiles: Add meson.build files to tarballOlivier Crête2018-12-271-1/+3
* Fix little bugs found by clang-analyzerOlivier Crête2018-12-271-5/+0
* pseudotcp: Rename state enums to not clash with system onesOlivier Crête2018-12-182-19/+16
* tests: Initialize Windows Sockets where neededJakub Adam2018-12-184-0/+16
* meson: tests: make fullmode-with-stun non-parallel and disable fuzzing testTim-Philipp Müller2018-12-141-2/+3
* Fix build with MSVCNirbheek Chauhan2018-12-142-15/+21
* meson: add new unit testTim-Philipp Müller2018-12-141-0/+1
* Add support for Meson build systemTim-Philipp Müller2018-12-143-5/+109
* udp-turn: handle multiple RFC4571 frames received in a TCP-TURN messageJakub Adam2018-10-312-0/+222
* tests: Remove non-existing mainloop test from Makefile.amOlivier Crête2018-10-211-2/+0
* test-pseudotcp(-fuzzy): Fix format string warnings causing build errors on 32...Brendan Shanks2018-06-062-3/+4
* test-new-dribble: make credentials swap asymmetricFabrice Bellet2018-03-231-32/+23
* conncheck: do not require that all streams have a connection check listMiguel París2017-11-282-0/+211
* Makefile: really enable debug for testsFabrice Bellet2017-11-271-1/+1
* agent: prevent external role change while conncheck is runningFabrice Bellet2017-11-271-0/+15
* tests: Fix agent.h header inclusion in test-gstreamer.cPhilip Withnall2017-09-121-1/+1
* tests: Fix copyright dates in test-gstreamer.cPhilip Withnall2017-09-121-1/+1
* agent: Adjust the nice_agent_new_full() to use flagsOlivier Crête2017-06-211-4/+4
* test-nomination: added a new test for the nomination modeFabrice Bellet2017-06-122-1/+267
* tests_: Add test to verify that only packets from validated addresses passOlivier Crête2017-04-112-1/+521
* agent: Drop packets not from validated addressesOlivier Crête2017-04-112-109/+0
* test-credentials: Fix leakOlivier Crête2017-04-051-0/+2
* 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