conncheck: simplify the test to find a matching local candidate
[platform/upstream/libnice.git] / agent / conncheck.c
2020-05-07 Fabrice Belletconncheck: simplify the test to find a matching local...
2020-05-07 Fabrice Belletconncheck: properly select tcp-active discovered candidate
2020-05-06 Fabrice Belletconncheck: fix some missing loop exit cases
2020-05-06 Fabrice Belletconncheck: add a couple of switch case fallthroughs
2020-05-06 Fabrice Belletconncheck: merge two cascaded conditions
2020-05-06 Fabrice Belletconncheck: honor the retransmit flag in case of role...
2020-05-06 Fabrice Belletconncheck: add missing cases when pruning pending checks
2020-05-06 Fabrice Belletconncheck: toggle the retransmit flag when pruning...
2020-05-06 Fabrice Belletconncheck: discard new pair creation when priority...
2020-05-06 Fabrice Belletconncheck: optimize pending checks pruning
2020-05-06 Fabrice Belletconncheck: enable retransmit flag after nominated pair...
2020-05-06 Olivier CrêteUse g_assert_cmp.int() to get better debug logs on...
2020-05-04 Fabrice Belletconncheck: more debug
2020-05-04 Fabrice Belletconncheck: add debug about agent mode
2020-05-04 Fabrice Belletconncheck: drop some excessively verbose comment
2020-05-04 Fabrice Belletconncheck: wait for a pair until all stun requests...
2020-05-04 Fabrice Belletconncheck: rename peer-reflexive priority to stun-priority
2020-05-04 Fabrice Belletcandidate: ensuring stun priority uniqueness no more...
2020-03-02 Fabrice Belletconncheck: refactor local and remote candidates validation
2020-03-02 Fabrice Belletconncheck: match remote candidates on the socket reliab...
2020-03-02 Fabrice Belletconncheck: match transport of peer-reflexive local...
2020-03-02 Fabrice Belletconncheck: enforce keepalives stun requests pacing
2020-02-14 Jakub Adamconncheck: Connection check reply must have a remote...
2020-02-14 Jakub Adamconncheck: Typo fix
2020-02-13 Fabrice Belletconncheck: display priorities in debug by spliting...
2020-02-13 Olivier Crêteconncheck: Pass arguments in the right order
2020-02-11 Fabrice Belletagent: refactor conncheck update_selected_pair
2020-02-10 Fabrice Belletconncheck: send keepalive for candidates until connecte...
2020-02-10 Fabrice Belletconncheck: fix peer-reflexive priority in discovered...
2020-02-10 Fabrice Belletconncheck: update peer-reflexive priority of the select...
2020-02-10 Fabrice Belletconncheck: do not create a pair from peer-reflexive...
2020-02-10 Fabrice Belletconncheck: prune oversized conncheck list based on...
2020-02-05 Fabrice Belletconncheck: print a supplementary pair flag in the debug...
2020-02-05 Fabrice Belletconncheck: fix timer remainder return value
2019-12-11 Olivier CrêteRemove GTimeVal as it is deprecated in GLib
2019-11-26 Jakub Adamconncheck: fix long time to connect if conncheck list...
2019-08-02 Fabrice Belletconncheck: fix a wrong transport value in debug
2019-07-31 Olivier Crêteconncheck: Drop valid STUN for which we can't find...
2019-07-30 Fabrice Belletconncheck: ignore selected pairs for nomination that...
2019-07-30 Fabrice Belletconncheck: make the stopping criterion a bit more clear
2019-07-29 Fabrice Belletconncheck: update a misleading debug statement
2019-07-12 Fabrice Belletconncheck: avoid transport association mismatch
2019-07-11 Fabrice Belletconncheck: test inbound stun address on the candidate...
2019-07-11 Fabrice Belletconncheck: improve comment on local peer-reflexive...
2019-07-11 Fabrice Belletconncheck: nominate matching pairs across components...
2019-07-04 Fabrice Belletconncheck: define a property for a final idle timeout
2019-07-04 Fabrice Belletconncheck: fix pair priorities uniqueness
2019-07-04 Fabrice Belletconncheck: create the valid pair on early tcp stun...
2019-07-04 Fabrice Belletconncheck: fix incoming checks memory leak
2019-07-04 Fabrice Belletconncheck: test incoming checks on candidate base address
2019-07-04 Fabrice Belletconncheck: increase dumped information in debug
2019-07-04 Fabrice Belletconncheck: make oc2007r2 mode more rfc5245 friendly
2019-07-04 Fabrice BelletRevert "conncheck: Don't lookup prflx pair for UDP...
2019-07-04 Fabrice Belletdiscovery: fix an use-after-free in SFB user credentials
2019-06-27 Fabrice Belletconncheck: add transport information to debug
2019-05-29 Jakub Adamconncheck: Don't lookup prflx pair for UDP candidates
2019-05-09 Jakub Adamdiscovery: Asynchronous removal of TURN refreshes
2019-05-08 Andrey Skryabinconncheck: NOMINATION STUN attribute support
2019-03-08 Jakub Adamtests: rename test-dribble to test-trickle
2019-03-08 Jakub Adamagent: trickle ICE mode
2019-01-29 Olivier Crêteturn: Allow lifetimes under 60s
2019-01-22 Olivier Crêteturn: Replace magic numbers with define
2019-01-14 Jakub Adamagent: Fix spelling
2018-12-27 Olivier CrêteFix little bugs found by clang-analyzer
2018-12-27 Jose Antonio Santo... conncheck.c: Fix negotiation problem
2018-12-27 Olivier Crêteagent: Check for early checks on dribbled candidates too
2018-12-27 Olivier Crêteconncheck: Don't free all incoming checks on credentials
2018-12-27 Olivier Crêtecomponent: Make incoming_checks into a GQueue
2018-10-28 Olivier Crêtecomponent: Replace agent pointer with weak reference
2018-10-28 Olivier Crêteagent: Remove explicit parent pointers
2018-10-28 Juan NavarroUse per-agent locks and GWeakRefs in callbacks from...
2018-10-21 Michael Olbrichconncheck: don't disable keepalive on TCP if it's expli...
2018-03-23 Jakub Adamagent: don't require "reliable" be TRUE in order to...
2018-03-23 Jakub Adamdiscovery: ignore bogus Skype for Business srflx addresses
2018-03-23 Fabrice Belletconncheck: dont fail a stream with a empty conncheck...
2018-03-23 Fabrice Belletsocket: ping the stun server address on the right socket
2018-03-23 Fabrice Belletconncheck: make debug more homonegeous
2018-03-23 Fabrice Belletconncheck: factorize pair state debug
2018-03-23 Fabrice Belletconncheck: the conncheck send function may fail
2018-03-23 Fabrice Belletconncheck: rework early stun requests handling
2018-03-22 Jozsef Vassagent: Fixes incompatible pointer type warning on OSX.
2017-11-28 Youness Alaouiconncheck: handle alternate-server for turn relays...
2017-11-28 Youness Alaouidiscovery: Increase discovery_unsched_items whenever...
2017-11-28 Youness Alaouiturn: Add support for ALTERNATE_SERVER in OC2007 Compat...
2017-11-28 Miguel Parísconncheck: do not require that all streams have a conne...
2017-09-05 Fabrice Belletconncheck: change state before updating nominated pairs
2017-09-05 Fabrice Belletconncheck: forgot to put a pair in triggered check...
2017-09-05 Fabrice Belletconncheck: update the state of triggered checks pairs
2017-09-05 Fabrice Belletconncheck: support several stun requests per pair
2017-09-05 Fabrice Belletconncheck: use stun_timer_remainder less frequently
2017-09-05 Fabrice Belletconncheck: make debug sentences more accurate
2017-09-05 Fabrice Belletconncheck: reorder some chunks of code
2017-06-22 Fabrice Belletconncheck: improve role conflict debug
2017-06-21 Fabrice Belletconncheck: fix the component failed transition
2017-06-21 Fabrice Belletconncheck: remove cancelled pair state
2017-06-21 Fabrice Belletconncheck: adjust recheck on timeout strategy
2017-06-21 Fabrice Belletconncheck: do not recheck a just succeeded pair
2017-06-21 Fabrice Belletconncheck: fix a state transition case
2017-06-21 Fabrice Belletconncheck: try to change earlier to state ready
2017-06-21 Fabrice Belletconncheck: dont cancel a pair for triggered check
next