summaryrefslogtreecommitdiff
path: root/agent/conncheck.h
Commit message (Expand)AuthorAgeFilesLines
* agent: Check for early checks on dribbled candidates tooOlivier Crête2018-12-271-0/+1
* agent: Remove explicit parent pointersOlivier Crête2018-10-281-1/+2
* Use per-agent locks and GWeakRefs in callbacks from timeout sourcesJuan Navarro2018-10-281-1/+0
* conncheck: rework early stun requests handlingFabrice Bellet2018-03-231-0/+1
* conncheck: support several stun requests per pairFabrice Bellet2017-09-051-8/+13
* conncheck: remove cancelled pair stateFabrice Bellet2017-06-211-2/+1
* conncheck: use the right pair when retriggering a checkFabrice Bellet2017-06-211-0/+1
* conncheck: link succeeded and discovered pairsFabrice Bellet2017-06-211-0/+1
* conncheck: improve triggered check of in-progress pairsFabrice Bellet2017-06-211-1/+1
* conncheck: implement ice regular nomination methodFabrice Bellet2017-06-121-0/+2
* conncheck: Check the controlling state when the req was sentOlivier Crête2017-04-111-1/+0
* conncheck: consider answer received when remote credentials are setMiguel París Díaz2017-04-041-1/+1
* conncheck: fix the replay of early incoming connchecksOlivier Crête2016-05-271-1/+1
* conncheck: Make previous commit compileOlivier Crête2016-05-271-1/+1
* discovery: Make sure each candidate has a unique priorityOlivier Crête2016-05-271-0/+3
* conncheck: Separate valid and succeded statesOlivier Crête2016-05-261-0/+1
* conncheck: implement a "triggered queue" listFabrice Bellet2016-04-041-1/+1
* agent: Correctly namespace Component and its methodsPhilip Withnall2015-10-011-5/+5
* agent: Correctly namespace Stream and its methodsPhilip Withnall2015-10-011-3/+3
* agent: Only add pairs once on gathering doneOlivier Crête2014-10-091-0/+1
* agent: Remove dangling pointers on NiceSocket destructionPhilip Withnall2014-09-221-0/+3
* agent: Fix badly formatted gtk-doc commentsPhilip Withnall2014-07-071-7/+19
* Fix crash when discovering peer reflexive candidates in RFC compatYouness Alaoui2014-05-151-0/+1
* Add a sockptr to CandidateCheckPair, will be required for tcp-activeYouness Alaoui2014-05-151-0/+1
* agent: Use 1280 instead of 65536 buffer size to send STUN MessageOlivier Crête2014-05-121-1/+1
* conncheck: Make conn_check_free_item() staticOlivier Crête2014-04-241-1/+0
* conncheck: Remove useless return value on conn_check_prune_streamOlivier Crête2014-04-241-1/+1
* Add conn_check_add_for_local_candidate to add the newly found local candidate...Rohan Garg2012-04-301-0/+1
* Only restart the timer onceSjoerd Simons2011-02-091-0/+1
* Fix copyright headers for all filesYouness Alaoui2010-02-161-3/+4
* Change all stun_XXX_t enums/structs into StunXxx to have a common naming conv...Youness Alaoui2009-02-161-1/+1
* remove the traffic_after_tick check because it caused problems with jingle. w...Youness Alaoui2008-11-121-1/+0
* Port libnice to the new NiceSocket APIYouness Alaoui2008-10-061-1/+1
* Porting libnice to the new stun usage API. I know it's a big commit, but it c...Youness Alaoui2008-07-291-3/+5
* (WIP) Ported libnice to the new API...Youness Alaoui2008-06-201-1/+2
* nice include changes to adapt to stun changesYouness Alaoui2008-05-271-1/+1
* fix some trailing spacesYouness Alaoui2008-04-221-1/+1
* Implement delayed processing of early incoming connectivity checks.Kai Vehmanen2007-11-261-0/+1
* Fixed bugs related to cases where checks produce different results for compon...Kai Vehmanen2007-10-101-1/+1
* Removed if-zeroed code.Kai Vehmanen2007-10-101-11/+0
* Refactored design for managing connectivity checks: now separate check lists ...Kai Vehmanen2007-09-111-1/+4
* Fixed agent code bugs: correct handling of restarts and role conflict corner ...Kai Vehmanen2007-07-201-0/+1
* Remove older, duplicated STUN implementation from the tree.Kai Vehmanen2007-07-051-1/+0
* Major NICE agent update. Added supprt for peer-reflexive candidates, media ke...Kai Vehmanen2007-06-191-15/+9
* Major update to the nice/agent interface: Added full-mode API and initial imp...Kai Vehmanen2007-05-211-0/+103