summaryrefslogtreecommitdiff
path: root/agent/discovery.c
Commit message (Expand)AuthorAgeFilesLines
* agent: Remove explicit parent pointersOlivier Crête2018-10-281-24/+23
* Use per-agent locks and GWeakRefs in callbacks from timeout sourcesJuan Navarro2018-10-281-15/+5
* discovery: fix candidate foundation using valid charactersMiguel París Díaz2018-06-061-2/+2
* discovery: ignore all non-relay local candidates when relay is forcedFabrice Bellet2018-03-231-1/+2
* stun timer: make properties for stun timer tunablesFabrice Bellet2017-06-121-4/+4
* discovery: Make sure each candidate has a unique priorityOlivier Crête2016-05-271-0/+8
* agent: Restrict transitions to gatheringOlivier Crête2016-05-271-4/+6
* conncheck: foundations are shared across streamsPhilip Withnall2016-03-011-1/+0
* agent: Correctly namespace Component and its methodsPhilip Withnall2015-10-011-13/+13
* agent: Correctly namespace Stream and its methodsPhilip Withnall2015-10-011-8/+8
* discovery: assign candidate priority after base_addr is setJakub Adam2015-09-021-15/+15
* discovery: Remove extra \n in g_debug()Olivier Crête2014-10-091-1/+1
* agent: Add some preconditions to internal APIPhilip Withnall2014-09-231-0/+2
* agent: Remove dangling pointers on NiceSocket destructionPhilip Withnall2014-09-221-0/+44
* agent: Clear existing GSource timeouts before adding new onesPhilip Withnall2014-09-191-4/+3
* agent: Add names to timer GSourcesPhilip Withnall2014-09-191-1/+4
* Revert "agent: Separate reliability from ice-tcp vs ice-udp"Olivier Crête2014-07-251-4/+2
* debug: Make debug messages ready for g_log()Olivier Crête2014-07-231-1/+1
* agent: Separate reliability from ice-tcp vs ice-udpOlivier Crête2014-05-171-2/+4
* discovery: Make it less likely that a locally assigned remote foundation clas...Olivier Crête2014-05-171-2/+3
* discovery: Compare turn server when assigning foundationsOlivier Crête2014-05-171-6/+23
* discovery: Use nice_address_equal_no_port()Olivier Crête2014-05-171-12/+2
* discovery: Compare tranports (TCP vs UDP) while assigning remote foundationsOlivier Crête2014-05-171-0/+1
* discovery: Differentiate socket creation failure from other errorsOlivier Crête2014-05-171-7/+16
* Add TCP server reflexive candidatesYouness Alaoui2014-05-171-0/+45
* Add support for ICE-TCPYouness Alaoui2014-05-171-7/+18
* Add support for MS-ICE2 candidate priorization for OC2007R2 compatibilityYouness Alaoui2014-05-151-0/+15
* Rename turn files and API to be UDP specificYouness Alaoui2014-05-151-2/+2
* Fix crash when discovering peer reflexive candidates in RFC compatYouness Alaoui2014-05-151-5/+12
* Add support for ice-tcp priorities, udp-tunneled and nat-assisted prioritiesYouness Alaoui2014-05-151-6/+12
* Use nice_candidate_ice_priority instead of _full variant when possibleYouness Alaoui2014-05-151-28/+21
* Refactor discovery/agent to add support for non-udp candidatesYouness Alaoui2014-05-151-15/+27
* Add a nice_socket_send_reliable API for internal use.Youness Alaoui2014-05-151-4/+4
* component: Clear turn local candidates when clearing turn serversOlivier Crête2014-04-241-1/+22
* agent: Make the TurnServer structure refcountedOlivier Crête2014-04-241-1/+4
* discovery: Use g_slist_free_full for candidate refresh listOlivier Crête2014-04-241-10/+6
* discovery: Use g_slist_free_full for discovery listOlivier Crête2014-04-241-9/+5
* discovery: Remove never used and leaked msn_turn_* fields in CandidateDiscoveryOlivier Crête2014-04-241-6/+3
* discovery: Remove duplicated element between CandidateRefresh and NiceCandidateOlivier Crête2014-04-241-4/+4
* Remove all traces of compile time marshallersOlivier Crête2014-04-011-1/+0
* Don't mix gsize vs size_t, seems like they're not always the same sizeOlivier Crête2014-03-311-4/+4
* agent: Delay signal emission after the lock has been releasedOlivier Crête2014-02-241-2/+2
* agent: Avoid calling nice_address_to_string() when debugging is disabledOlivier Crête2014-01-311-1/+1
* agent: Move GSource handling into ComponentPhilip Withnall2014-01-311-3/+2
* agent: Move socket/source handling from NiceAgent into ComponentPhilip Withnall2014-01-311-7/+4
* Add missing ‘default’ cases to switchesPhilip Withnall2013-12-181-0/+3
* Add conn_check_add_for_local_candidate to add the newly found local candidate...Rohan Garg2012-04-301-6/+7
* Merge branch 'master' of ssh://dhansak/srv/git.collabora.co.uk/git/libniceYouness Alaoui2012-02-081-1/+1
|\
| * Don't pass the agent to the socket layerOlivier Crête2011-09-201-1/+1
* | Disable retransmission of turn messages for reliable socket.Madaro Livio2012-02-081-4/+11
|/