summaryrefslogtreecommitdiff
path: root/agent
Commit message (Expand)AuthorAgeFilesLines
* agent: check message length before extracting RFC4571 frame sizeJakub Adam2018-10-311-2/+2
* component: Replace agent pointer with weak referenceOlivier Crête2018-10-286-73/+126
* agent: Remove explicit parent pointersOlivier Crête2018-10-289-145/+172
* Use per-agent locks and GWeakRefs in callbacks from timeout sourcesJuan Navarro2018-10-288-248/+254
* component: Also accept TCP from udp-turn socketOlivier Crête2018-10-211-1/+2
* conncheck: don't disable keepalive on TCP if it's explicitly enabledMichael Olbrich2018-10-211-2/+3
* agent: fix crash with debugging enabledMichael Olbrich2018-10-211-1/+1
* Fix cast-function-type warning introduced in GCC 8Nicolas Dufresne2018-06-123-7/+7
* discovery: fix candidate foundation using valid charactersMiguel París Díaz2018-06-061-2/+2
* agent: Redefine socket error messages for windowsEdward Hervey2018-06-061-0/+8
* agent: don't require "reliable" be TRUE in order to use "ice-tcp"Jakub Adam2018-03-232-10/+6
* discovery: ignore bogus Skype for Business srflx addressesJakub Adam2018-03-231-10/+21
* agent: make candidate username and password immutableFabrice Bellet2018-03-231-6/+13
* discovery: ignore all non-relay local candidates when relay is forcedFabrice Bellet2018-03-231-1/+2
* conncheck: dont fail a stream with a empty conncheck listFabrice Bellet2018-03-231-3/+6
* socket: ping the stun server address on the right socketFabrice Bellet2018-03-232-6/+10
* conncheck: make debug more homonegeousFabrice Bellet2018-03-231-17/+18
* conncheck: factorize pair state debugFabrice Bellet2018-03-231-38/+31
* conncheck: the conncheck send function may failFabrice Bellet2018-03-231-2/+10
* conncheck: rework early stun requests handlingFabrice Bellet2018-03-233-145/+66
* agent: Fixes incompatible pointer type warning on OSX.Jozsef Vass2018-03-221-1/+1
* conncheck: handle alternate-server for turn relays differentlyYouness Alaoui2017-11-281-13/+43
* discovery: Increase discovery_unsched_items whenever we restart a checkYouness Alaoui2017-11-281-0/+4
* turn: Add support for ALTERNATE_SERVER in OC2007 CompatibilityYouness Alaoui2017-11-281-0/+14
* conncheck: do not require that all streams have a connection check listMiguel París2017-11-281-23/+0
* agent: prevent external role change while conncheck is runningFabrice Bellet2017-11-272-3/+59
* conncheck: change state before updating nominated pairsFabrice Bellet2017-09-051-1/+1
* conncheck: forgot to put a pair in triggered check listFabrice Bellet2017-09-051-2/+4
* conncheck: update the state of triggered checks pairsFabrice Bellet2017-09-051-71/+25
* conncheck: support several stun requests per pairFabrice Bellet2017-09-052-361/+361
* conncheck: use stun_timer_remainder less frequentlyFabrice Bellet2017-09-051-29/+48
* conncheck: make debug sentences more accurateFabrice Bellet2017-09-051-9/+61
* conncheck: reorder some chunks of codeFabrice Bellet2017-09-051-436/+422
* agent: Set error if it isn't setOlivier Crête2017-09-051-1/+1
* conncheck: improve role conflict debugFabrice Bellet2017-06-221-5/+19
* component: Use non-GClosure dummy callbacksOlivier Crête2017-06-211-3/+15
* agent: Don't crash if recv cancelled without a GErrorOlivier Crête2017-06-211-1/+4
* Repleace UNRELEASED with 0.1.15Olivier Crête2017-06-212-7/+7
* agent: Adjust the nice_agent_new_full() to use flagsOlivier Crête2017-06-212-9/+27
* agent: remove spurious newlinesFabrice Bellet2017-06-212-2/+2
* agent: add new pairs only for gathering streamsFabrice Bellet2017-06-211-0/+11
* conncheck: fix the component failed transitionFabrice Bellet2017-06-212-14/+71
* conncheck: remove cancelled pair stateFabrice Bellet2017-06-212-68/+77
* conncheck: adjust recheck on timeout strategyFabrice Bellet2017-06-211-4/+26
* conncheck: do not recheck a just succeeded pairFabrice Bellet2017-06-211-0/+12
* conncheck: fix a state transition caseFabrice Bellet2017-06-211-5/+16
* conncheck: try to change earlier to state readyFabrice Bellet2017-06-211-0/+11
* conncheck: dont cancel a pair for triggered checkFabrice Bellet2017-06-211-16/+32
* conncheck: remove a useless pair recheckFabrice Bellet2017-06-211-17/+0
* conncheck: update the pair state in triggered check listFabrice Bellet2017-06-211-24/+9