summaryrefslogtreecommitdiff
path: root/agent/discovery.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Send new-candidate signals for host cands only if the gathering was successfulYouness Alaoui2011-01-201-1/+0
* MS-TURN support for Microsoft Office CommunicatorJakub Adam2010-10-011-7/+12
* Compatibility with MSOC 2007Jakub Adam2010-10-011-8/+16
* Make stun_timer timeouts configurable (breaks API)Youness Alaoui2010-09-291-1/+2
* g_free is NULL-safeOlivier Crête2010-05-211-8/+4
* discovery: Simplify slist freeingOlivier Crête2010-05-211-15/+7
* discovery: Clean up error handling in discovery_add_relay_candidateOlivier Crête2010-05-211-31/+23
* discovery: Clean up error handling in discovery_add_local_host_candidateOlivier Crête2010-05-211-28/+18
* discovery: Remove useless checks from discovery_learn_remote_peer_reflexive_c...Olivier Crête2010-05-211-59/+50
* discovery: Remove useless checks from discovery_add_peer_reflexive_candidateOlivier Crête2010-05-211-54/+52
* discovery: Remove useless checks from discovery_add_reflexive_candidateOlivier Crête2010-05-211-24/+23