summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-11-16udp-bsd: Protect the GSocketAddress cache with a mutexlock-addr-cache-in-udp-sinkOlivier Crête1-8/+22
2018-10-31agent: check message length before extracting RFC4571 frame sizeJakub Adam1-2/+2
2018-10-31udp-turn: handle multiple RFC4571 frames received in a TCP-TURN messageJakub Adam3-1/+309
2018-10-31udp-turn: don't re-iterate incoming TURN control messagesJakub Adam1-9/+4
2018-10-31udp-turn: Start function with lock instead of unlockOlivier Crête1-1/+1
2018-10-28udp-turn: Restore global locksOlivier Crête1-17/+119
2018-10-28udp-turn: Rename misleading function, it's a timeoutOlivier Crête1-3/+3
2018-10-28udp-turn: Factor our SendRequest destructionOlivier Crête1-27/+15
2018-10-28component: Replace agent pointer with weak referenceOlivier Crête6-73/+126
2018-10-28udp-turn: Restore synchronized seconds timeoutOlivier Crête1-6/+23
2018-10-28agent: Remove explicit parent pointersOlivier Crête9-145/+172
2018-10-28Use per-agent locks and GWeakRefs in callbacks from timeout sourcesJuan Navarro10-325/+281
2018-10-21component: Also accept TCP from udp-turn socketOlivier Crête1-1/+2
2018-10-21Fix build with android NDK r16Matthew Waters1-3/+4
2018-10-21conncheck: don't disable keepalive on TCP if it's explicitly enabledMichael Olbrich1-2/+3
2018-10-21stun: check identifier before using itMichael Olbrich1-1/+2
2018-10-21agent: fix crash with debugging enabledMichael Olbrich1-1/+1
2018-10-21configure: Allow selecting crypto library manuallyOlivier Crête1-7/+33
2018-10-21stun: Add support to detect OpenSSLBrendan Shanks2-5/+18
2018-10-21stun: Add implementation using OpenSSL for rand/SHA1/MD5Brendan Shanks3-3/+97
2018-10-21openssl: Add ax_check_openssl.m4Brendan Shanks1-0/+124
2018-10-21tests: Remove non-existing mainloop test from Makefile.amOlivier Crête1-2/+0
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