summaryrefslogtreecommitdiff
path: root/agent/discovery.h
Commit message (Expand)AuthorAgeFilesLines
* conncheck: fix pair priorities uniquenessFabrice Bellet2019-07-041-0/+1
* agent: Replace closed signal with GASyncResult type functionOlivier Crête2019-05-091-1/+1
* discovery: Asynchronous removal of TURN refreshesJakub Adam2019-05-091-3/+11
* discovery: Remove unused refresh_prune_socket()Jakub Adam2019-05-091-1/+0
* agent: Remove explicit parent pointersOlivier Crête2018-10-281-7/+5
* agent: Correctly namespace Component and its methodsPhilip Withnall2015-10-011-3/+3
* agent: Correctly namespace Stream and its methodsPhilip Withnall2015-10-011-3/+3
* agent: Remove dangling pointers on NiceSocket destructionPhilip Withnall2014-09-221-0/+2
* agent: Fix badly formatted gtk-doc commentsPhilip Withnall2014-07-071-11/+11
* discovery: Differentiate socket creation failure from other errorsOlivier Crête2014-05-171-2/+10
* Add TCP server reflexive candidatesYouness Alaoui2014-05-171-2/+10
* Add support for ice-tcp priorities, udp-tunneled and nat-assisted prioritiesYouness Alaoui2014-05-151-1/+2
* Refactor discovery/agent to add support for non-udp candidatesYouness Alaoui2014-05-151-1/+4
* agent: Use 1280 instead of 65536 buffer size to send STUN MessageOlivier Crête2014-05-121-2/+2
* component: Clear turn local candidates when clearing turn serversOlivier Crête2014-04-241-0/+1
* discovery: Use g_slist_free_full for candidate refresh listOlivier Crête2014-04-241-1/+0
* discovery: Use g_slist_free_full for discovery listOlivier Crête2014-04-241-1/+0
* discovery: Remove never used and leaked msn_turn_* fields in CandidateDiscoveryOlivier Crête2014-04-241-2/+0
* discovery: Remove never used and leaked msn_turn_* fields in CandidateRefreshOlivier Crête2014-04-241-2/+0
* discovery: Remove duplicated element between CandidateRefresh and NiceCandidateOlivier Crête2014-04-241-2/+0
* discovery: Store NiceCandidate in CandidateRefreshOlivier Crête2014-04-241-0/+1
* Fix copyright headers for all filesYouness Alaoui2010-02-161-1/+4
* Change all stun_XXX_t enums/structs into StunXxx to have a common naming conv...Youness Alaoui2009-02-161-2/+2
* use stun_agent instead of turn_agent in order to be more genericYouness Alaoui2008-11-121-2/+2
* Add support for tcp turn in the agent's code. Thanks to Olivier CreteYouness Alaoui2008-10-221-1/+4
* Add a CandidateRefresh type and its associated freeing functions for adding s...Youness Alaoui2008-10-161-0/+26
* Change the struct/typedef lines into a single comboYouness Alaoui2008-10-141-4/+2
* Remove interface and socket from CandidateDiscovery as they are not usedYouness Alaoui2008-10-141-2/+0
* Port libnice to the new NiceSocket APIYouness Alaoui2008-10-061-5/+5
* We should not free the username/password used for authenticating until the ca...Youness Alaoui2008-09-171-0/+2
* Correctly check for errors when processing TURN response and support long ter...Youness Alaoui2008-09-161-1/+1
* Fix checking for the remote candidate using the username, and correctly creat...Youness Alaoui2008-09-111-3/+5
* (WIP) Add TURN support to libniceYouness Alaoui2008-09-101-0/+3
* Remove boolean return value, its always true ans always ignoredOlivier Crête2008-08-181-1/+1
* adding support for relay candidate discoveryYouness Alaoui2008-08-071-2/+9
* Adapt libnice to new turn usage APIYouness Alaoui2008-08-051-1/+0
* Fix MSN username for peer reflexive candidatesYouness Alaoui2008-08-041-1/+2
* Peer reflexive candidates should hold the same user/pass as their base candidateYouness Alaoui2008-08-041-1/+2
* Porting libnice to the new stun usage API. I know it's a big commit, but it c...Youness Alaoui2008-07-291-1/+3
* nice include changes to adapt to stun changesYouness Alaoui2008-05-271-1/+1
* Fixed a bug in adding peer-reflexive candidates to the list of local candidates.Kai Vehmanen2007-09-111-0/+1
* Major NICE agent update. Added supprt for peer-reflexive candidates, media ke...Kai Vehmanen2007-06-191-1/+20
* Major update to the nice/agent interface: Added full-mode API and initial imp...Kai Vehmanen2007-05-211-0/+81