summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* udp-bsd: Protect the GSocketAddress cache with a mutexlock-addr-cache-in-udp-sinkOlivier Crête2018-11-161-8/+22
* agent: check message length before extracting RFC4571 frame sizeJakub Adam2018-10-311-2/+2
* udp-turn: handle multiple RFC4571 frames received in a TCP-TURN messageJakub Adam2018-10-313-1/+309
* udp-turn: don't re-iterate incoming TURN control messagesJakub Adam2018-10-311-9/+4
* udp-turn: Start function with lock instead of unlockOlivier Crête2018-10-311-1/+1
* udp-turn: Restore global locksOlivier Crête2018-10-281-17/+119
* udp-turn: Rename misleading function, it's a timeoutOlivier Crête2018-10-281-3/+3
* udp-turn: Factor our SendRequest destructionOlivier Crête2018-10-281-27/+15
* component: Replace agent pointer with weak referenceOlivier Crête2018-10-286-73/+126
* udp-turn: Restore synchronized seconds timeoutOlivier Crête2018-10-281-6/+23
* agent: Remove explicit parent pointersOlivier Crête2018-10-289-145/+172
* Use per-agent locks and GWeakRefs in callbacks from timeout sourcesJuan Navarro2018-10-2810-325/+281
* component: Also accept TCP from udp-turn socketOlivier Crête2018-10-211-1/+2
* Fix build with android NDK r16Matthew Waters2018-10-211-3/+4
* conncheck: don't disable keepalive on TCP if it's explicitly enabledMichael Olbrich2018-10-211-2/+3
* stun: check identifier before using itMichael Olbrich2018-10-211-1/+2
* agent: fix crash with debugging enabledMichael Olbrich2018-10-211-1/+1
* configure: Allow selecting crypto library manuallyOlivier Crête2018-10-211-7/+33
* stun: Add support to detect OpenSSLBrendan Shanks2018-10-212-5/+18
* stun: Add implementation using OpenSSL for rand/SHA1/MD5Brendan Shanks2018-10-213-3/+97
* openssl: Add ax_check_openssl.m4Brendan Shanks2018-10-211-0/+124
* tests: Remove non-existing mainloop test from Makefile.amOlivier Crête2018-10-211-2/+0
* Add GitLab CI configurationadd-ciOlivier Crête2018-06-211-0/+42
* docs: Add missing symbols to various sectionsOlivier Crête2018-06-191-0/+18
* Makefile.am: Replace valgrind.sh with valgrind-test-driverOlivier Crête2018-06-191-1/+1
* Remove Phabricator .arcconfigOlivier Crête2018-06-181-7/+0
* test-bind: define MSG_NOSIGNAL if undefinedJustin Kim2018-06-181-1/+3
* Fix queue_clear replaced by queue_free errorNicolas Dufresne2018-06-182-2/+4
* Fix cast-function-type warning introduced in GCC 8Nicolas Dufresne2018-06-128-28/+20
* discovery: fix candidate foundation using valid charactersMiguel París Díaz2018-06-061-2/+2
* test-pseudotcp(-fuzzy): Fix format string warnings causing build errors on 32...Brendan Shanks2018-06-062-3/+4
* stun: Also rename windows-specific functionEdward Hervey2018-06-061-1/+1
* agent: Redefine socket error messages for windowsEdward Hervey2018-06-061-0/+8
* stund: Pass sockaddr_storage size for both familiesOlivier Crête2018-05-041-7/+2
* stund: Pass the right length for ipv6Olivier Crête2018-05-041-1/+5
* Ignore function case warningsOlivier Crête2018-05-041-0/+1
* 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
* test-new-dribble: make credentials swap asymmetricFabrice Bellet2018-03-231-32/+23
* 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