summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-06-21component: accept TURN in nice_component_verify_remote_candidate()wip/accept-turn-in-verify-remote-candJakub Adam1-1/+2
2018-06-21Add GitLab CI configurationOlivier Crête1-0/+42
2018-06-19docs: Add missing symbols to various sectionsOlivier Crête1-0/+18
2018-06-19Makefile.am: Replace valgrind.sh with valgrind-test-driverOlivier Crête1-1/+1
2018-06-18Remove Phabricator .arcconfigOlivier Crête1-7/+0
2018-06-18test-bind: define MSG_NOSIGNAL if undefinedJustin Kim1-1/+3
2018-06-18Fix queue_clear replaced by queue_free errorNicolas Dufresne2-2/+4
2018-06-12Fix cast-function-type warning introduced in GCC 8Nicolas Dufresne8-28/+20
2018-06-06discovery: fix candidate foundation using valid charactersMiguel París Díaz1-2/+2
2018-06-06test-pseudotcp(-fuzzy): Fix format string warnings causing build errors on 32...Brendan Shanks2-3/+4
2018-06-06stun: Also rename windows-specific functionEdward Hervey1-1/+1
2018-06-06agent: Redefine socket error messages for windowsEdward Hervey1-0/+8
2018-05-04stund: Pass sockaddr_storage size for both familiesOlivier Crête1-7/+2
2018-05-04stund: Pass the right length for ipv6Olivier Crête1-1/+5
2018-05-04Ignore function case warningsOlivier Crête1-0/+1
2018-03-23agent: don't require "reliable" be TRUE in order to use "ice-tcp"Jakub Adam2-10/+6
2018-03-23discovery: ignore bogus Skype for Business srflx addressesJakub Adam1-10/+21
2018-03-23agent: make candidate username and password immutableFabrice Bellet1-6/+13
2018-03-23discovery: ignore all non-relay local candidates when relay is forcedFabrice Bellet1-1/+2
2018-03-23conncheck: dont fail a stream with a empty conncheck listFabrice Bellet1-3/+6
2018-03-23socket: ping the stun server address on the right socketFabrice Bellet2-6/+10
2018-03-23conncheck: make debug more homonegeousFabrice Bellet1-17/+18
2018-03-23conncheck: factorize pair state debugFabrice Bellet1-38/+31
2018-03-23conncheck: the conncheck send function may failFabrice Bellet1-2/+10
2018-03-23test-new-dribble: make credentials swap asymmetricFabrice Bellet1-32/+23
2018-03-23conncheck: rework early stun requests handlingFabrice Bellet3-145/+66
2018-03-22agent: Fixes incompatible pointer type warning on OSX.Jozsef Vass1-1/+1
2017-11-28conncheck: handle alternate-server for turn relays differentlyYouness Alaoui1-13/+43
2017-11-28discovery: Increase discovery_unsched_items whenever we restart a checkYouness Alaoui1-0/+4
2017-11-28turn: Add support for ALTERNATE_SERVER in OC2007 CompatibilityYouness Alaoui3-0/+29
2017-11-28conncheck: do not require that all streams have a connection check listMiguel París3-23/+211
2017-11-27Makefile: really enable debug for testsFabrice Bellet1-1/+1
2017-11-27agent: prevent external role change while conncheck is runningFabrice Bellet3-3/+74
2017-09-12stun: Fix FD leak in test/utility codePhilip Withnall1-7/+22
2017-09-12tests: Fix agent.h header inclusion in test-gstreamer.cPhilip Withnall1-1/+1
2017-09-12tests: Fix copyright dates in test-gstreamer.cPhilip Withnall1-1/+1
2017-09-05conncheck: change state before updating nominated pairsFabrice Bellet1-1/+1
2017-09-05conncheck: forgot to put a pair in triggered check listFabrice Bellet1-2/+4
2017-09-05conncheck: update the state of triggered checks pairsFabrice Bellet1-71/+25
2017-09-05conncheck: support several stun requests per pairFabrice Bellet2-361/+361
2017-09-05conncheck: use stun_timer_remainder less frequentlyFabrice Bellet1-29/+48
2017-09-05conncheck: make debug sentences more accurateFabrice Bellet1-9/+61
2017-09-05conncheck: reorder some chunks of codeFabrice Bellet1-436/+422
2017-09-05agent: Set error if it isn't setOlivier Crête1-1/+1
2017-06-22conncheck: improve role conflict debugFabrice Bellet1-5/+19
2017-06-21configure: Remove -Wswitch-enumOlivier Crête1-1/+0
2017-06-21component: Use non-GClosure dummy callbacksOlivier Crête1-3/+15
2017-06-21agent: Don't crash if recv cancelled without a GErrorOlivier Crête1-1/+4
2017-06-21Repleace UNRELEASED with 0.1.15Olivier Crête2-7/+7
2017-06-21agent: Adjust the nice_agent_new_full() to use flagsOlivier Crête3-13/+31