summaryrefslogtreecommitdiff
path: root/agent
Commit message (Expand)AuthorAgeFilesLines
* conncheck: fix a wrong transport value in debugFabrice Bellet2019-08-021-2/+4
* conncheck: Drop valid STUN for which we can't find a requestOlivier Crête2019-07-311-0/+8
* conncheck: ignore selected pairs for nomination that failedFabrice Bellet2019-07-301-2/+4
* conncheck: make the stopping criterion a bit more clearFabrice Bellet2019-07-301-52/+63
* agent: fix a regression when updating foundationsFabrice Bellet2019-07-291-14/+17
* conncheck: update a misleading debug statementFabrice Bellet2019-07-291-2/+1
* discovery: Don't start STUN/TURN disco on errorneous socketJakub Adam2019-07-221-15/+14
* agent: fix server-reflexive candidates with oc2007r2Fabrice Bellet2019-07-191-2/+35
* conncheck: avoid transport association mismatchFabrice Bellet2019-07-121-2/+35
* interfaces: ignore only interfaces we really want toJakub Adam2019-07-121-0/+1
* candidate: replace uint8_t -> guint8Jakub Adam2019-07-121-2/+2
* debug: fix verbose modeJakub Adam2019-07-121-6/+4
* agent: fix condition for turn-tcp discovery creationFabrice Bellet2019-07-111-6/+3
* conncheck: test inbound stun address on the candidate base addressFabrice Bellet2019-07-111-1/+8
* conncheck: improve comment on local peer-reflexive selectionFabrice Bellet2019-07-111-4/+10
* conncheck: nominate matching pairs across components and streamsFabrice Bellet2019-07-111-57/+207
* agent: fix agent reference countFabrice Bellet2019-07-041-0/+1
* component: don't detach the socket source twiceFabrice Bellet2019-07-041-1/+0
* conncheck: define a property for a final idle timeoutFabrice Bellet2019-07-043-19/+65
* conncheck: fix pair priorities uniquenessFabrice Bellet2019-07-043-22/+51
* conncheck: create the valid pair on early tcp stun requestsFabrice Bellet2019-07-042-0/+23
* agent: discard sockptr on updated remote candidatesFabrice Bellet2019-07-041-0/+4
* component: remove socket also from remote candidatesFabrice Bellet2019-07-041-0/+27
* debug: fix verbose debug enableFabrice Bellet2019-07-041-1/+1
* conncheck: fix incoming checks memory leakFabrice Bellet2019-07-041-0/+3
* conncheck: test incoming checks on candidate base addressFabrice Bellet2019-07-041-1/+7
* conncheck: increase dumped information in debugFabrice Bellet2019-07-041-2/+64
* conncheck: make oc2007r2 mode more rfc5245 friendlyFabrice Bellet2019-07-041-2/+2
* agent: more debug when remote credential are receivedFabrice Bellet2019-07-041-0/+2
* agent: signal when a selected pair foundation is updatedFabrice Bellet2019-07-041-4/+17
* Revert "conncheck: Don't lookup prflx pair for UDP candidates"Fabrice Bellet2019-07-041-7/+5
* component: Fix use-after-free and resolve regressionFabrice Bellet2019-07-041-6/+6
* agent: fix a memory leakFabrice Bellet2019-07-041-0/+1
* agent: keep a ref on the agent while removal of TURN refreshesFabrice Bellet2019-07-041-0/+4
* discovery: fix an use-after-free in SFB user credentialsFabrice Bellet2019-07-044-24/+26
* meson: Fix enum types generation to match automakeOlivier Crête2019-07-031-4/+14
* agent: add nice_agent_get_sockets APIOlivier Crête2019-07-024-0/+59
* conncheck: add transport information to debugFabrice Bellet2019-06-271-7/+31
* interfaces: allow list of ignored prefixesStefan Becker2019-06-271-19/+53
* interfaces: ignore non-running interfacesStefan Becker2019-06-271-0/+13
* interfaces: detect IPv6 ULA & link-local addressesStefan Becker2019-06-271-0/+10
* interfaces: add missing support for IGNORED_IFACE_PREFIXStefan Becker2019-06-261-0/+5
* interfaces: support multiple loopbacksStefan Becker2019-06-261-4/+4
* conncheck: Don't lookup prflx pair for UDP candidatesJakub Adam2019-05-291-5/+7
* 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