Conncheck: renomination: set use_candidate for pending check on early inbound STUN...
[platform/upstream/libnice.git] / agent / conncheck.c
2022-05-26 Andrey SkryabinConncheck: renomination: set use_candidate for pending...
2022-05-26 Andrey SkryabinConncheck: always updating remote_consent.last_received...
2022-05-20 Andrey SkryabinConncheck: recheck consent timeout overflow fix
2022-05-09 Philippe Normandcandidate: Add utility function to get STUN server...
2022-04-06 Johan SternerupDon't try to use link-local addresses outside local...
2022-03-21 Nirbheek Chauhanagent: Fix warning about required glib version
2021-11-22 Fabrice Belletconncheck: don't ignore local socket errors
2021-11-02 Fabrice Belletconncheck: schedule the connection check in most releva...
2021-11-02 Olivier CrêteRemove g_assert_cmp* macros outside of the unit tests
2021-11-01 Fabrice Belletagent: ensure suceeded and discovered pairs fail the...
2021-05-03 Olivier Crêteconncheck: Free password in more obvious way
2021-04-20 Fabrice Belletagent: keep a track of the candidate refreshes being...
2020-12-14 Fabrice Belletdiscovery: remove turn refresh after discarding relay...
2020-12-10 Matthew Watersagent: implement support for RFC7675 - Consent Freshness
2020-12-07 Fabrice Belletconncheck: fix a buggy state transition
2020-12-07 Fabrice Belletconncheck: better handle remote tcp disconnection
2020-10-21 Chi Liuconncheck: add stun transaction id of stun ping respons...
2020-10-20 Johan Sternerupconncheck: Only valid stun messages used for Keepalive
2020-08-20 Olivier Crêtecandidate: Hide the internal implementation from API
2020-07-22 Olivier Crêtecandidate: Make debug string functions public
2020-05-22 Fabrice Belletconncheck: add a check to move into the ready state...
2020-05-19 Fabrice Belletconncheck: do not always remove pair in triggered check...
2020-05-18 Fabrice Belletconncheck: clear the retransmit flag when the stun...
2020-05-18 Fabrice Belletconncheck: add a missing component state transition
2020-05-18 Fabrice Belletconncheck: remove a redundant test
2020-05-18 Fabrice Belletconncheck: do not change the pair state in triggered...
2020-05-18 Fabrice Belletconncheck: handle the consequence when a pair is not...
2020-05-14 Fabrice Belletconncheck: rework the stun requests ordering per timer...
2020-05-14 Fabrice Belletconncheck: explicitely order the type of stun requests...
2020-05-08 Fabrice Belletconncheck: fix try-alternate on tcp turn sockets
2020-05-08 Fabrice Belletconncheck: ignore refreshes for tls turn server for...
2020-05-08 Fabrice Belletconncheck: send udp turn refreshes in oc2007r2 compatib...
2020-05-08 Fabrice Belletconncheck: make a single ordinary check per callback
2020-05-08 Fabrice Belletconncheck: improve places where the conncheck list...
2020-05-08 Fabrice Belletagent: stay in aggressive mode after stun requests...
2020-05-07 Fabrice Belletstun: update timer timeout and retransmissions
2020-05-07 Fabrice Belletconncheck: update the unfreeze method for RFC8445
2020-05-07 Fabrice Belletconncheck: update stun timer timeout for RFC8445
2020-05-07 Fabrice Belletconncheck: another rare case of local tcp active candid...
2020-05-07 Fabrice Belletconncheck: socket reliability should not change the...
2020-05-07 Fabrice Belletconncheck: inbound stun on tcp passive pairs should...
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
next