summaryrefslogtreecommitdiff
path: root/agent
Commit message (Expand)AuthorAgeFilesLines
* agent: Replace closed signal with GASyncResult type functionOlivier Crête2019-05-094-32/+29
* agent: add nice_agent_close_async() APIJakub Adam2019-05-092-0/+34
* agent: Add "closed" signalJakub Adam2019-05-091-0/+23
* discovery: Asynchronous removal of TURN refreshesJakub Adam2019-05-095-68/+261
* component: Refactor nice_component_clean_turn_servers()Jakub Adam2019-05-091-14/+15
* discovery: Remove unused refresh_prune_socket()Jakub Adam2019-05-092-17/+0
* agent: G_GNUC_FALLTHROUGH macro for compatibility with older glibJakub Adam2019-05-091-0/+8
* conncheck: NOMINATION STUN attribute supportAndrey Skryabin2019-05-084-0/+92
* component: Fix use-after-freeJakub Adam2019-03-111-5/+6
* tests: rename test-dribble to test-trickleJakub Adam2019-03-081-1/+1
* agent: trickle ICE modeJakub Adam2019-03-086-0/+80
* agent: don't print TURN password unless the logging is verboseJakub Adam2019-02-121-1/+2
* turn: Allow lifetimes under 60sOlivier Crête2019-01-291-7/+14
* component_io_cb: Avoid potential deadlockJakub Adam2019-01-291-1/+2
* turn: Replace magic numbers with defineOlivier Crête2019-01-221-4/+4
* agent: Fix spellingJakub Adam2019-01-142-5/+5
* Makefiles: Add meson.build files to tarballOlivier Crête2018-12-271-0/+2
* Fix little bugs found by clang-analyzerOlivier Crête2018-12-272-2/+4
* Makefile.am: Export *_get_type() symbols like meson doesOlivier Crête2018-12-271-14/+14
* conncheck.c: Fix negotiation problemJose Antonio Santos Cadenas2018-12-271-1/+1
* agent: Check for early checks on dribbled candidates tooOlivier Crête2018-12-273-38/+48
* conncheck: Don't free all incoming checks on credentialsOlivier Crête2018-12-271-5/+2
* component: Make incoming_checks into a GQueueOlivier Crête2018-12-273-25/+33
* agent: Fix use of freed stream in nice_agent_dispose()Jakub Adam2018-12-211-8/+6
* pseudotcp: Rename state enums to not clash with system onesOlivier Crête2018-12-182-141/+141
* agent: Expose input_message_get_size() in agent-priv.hJakub Adam2018-12-182-1/+4
* Add support for Meson build systemTim-Philipp Müller2018-12-141-0/+39
* agent: Don't require stream names to parse remote SDPJakub Adam2018-12-142-19/+1
* 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