summaryrefslogtreecommitdiff
path: root/agent/candidate.c
Commit message (Expand)AuthorAgeFilesLines
* candidate: Add equality check functionOlivier Crête2017-04-111-0/+11
* candidate: Test against possible typeOlivier Crête2017-04-031-3/+3
* candidate: Give lower priority to TCP relayed candidatesOlivier Crête2016-05-261-1/+4
* candidate: use distinct priority also for non-MS compatibilitiesJakub Adam2015-09-021-1/+2
* ms-ice: ensure distinct candidate priority for multihomed hostsJakub Adam2015-09-021-1/+39
* agent: Add some preconditions to public APIPhilip Withnall2014-09-231-1/+4
* candidate: Add Boxed typeOlivier Crête2014-05-171-0/+3
* Add support for MS-ICE2 candidate priorization for OC2007R2 compatibilityYouness Alaoui2014-05-151-7/+70
* Change priority algorithm for better valuesYouness Alaoui2014-05-151-4/+3
* Add support for ice-tcp priorities, udp-tunneled and nat-assisted prioritiesYouness Alaoui2014-05-151-8/+69
* agent: Make the TurnServer structure refcountedOlivier Crête2014-04-241-0/+4
* candidate: Use explicit 64-bit constants to make 32-bit gcc happyOlivier Crête2014-03-311-1/+4
* Add missing ‘default’ cases to switchesPhilip Withnall2013-12-181-7/+5
* Fix copyright headers for all filesYouness Alaoui2010-02-161-3/+4
* Clean the files from unwanted gtk-doc tagsYouness Alaoui2009-02-161-4/+4
* Change msn/jingle priority into a guint32 instead of a float that we * 1000 l...Youness Alaoui2008-11-041-15/+13
* Add an else to HAVE_CONFIG_H in order to define NICEAPI_EXPORT. Also removed ...Youness Alaoui2008-11-031-0/+2
* Add function to copy candidatesOlivier Crête2008-04-291-0/+18
* fix some trailing spacesYouness Alaoui2008-04-221-5/+5
* Adding compatibility mode and improvements on the main loop integration.Youness Alaoui2008-04-221-0/+15
* Updated references to ICE ID-19.Kai Vehmanen2007-11-161-4/+4
* Updated documentation to match ICE ID-18.Kai Vehmanen2007-10-101-2/+2
* Update references to ICE ID-17.Kai Vehmanen2007-07-171-6/+10
* Major NICE agent update. Added supprt for peer-reflexive candidates, media ke...Kai Vehmanen2007-06-191-12/+15
* Major update to the nice/agent interface: Added full-mode API and initial imp...Kai Vehmanen2007-05-211-12/+32
* Added initial full-mode extensions to the API. Added support for gathering ca...Kai Vehmanen2007-05-021-0/+3
* add copyright/license notice to each .c/.h fileDafydd Harries2007-04-301-0/+36
* nice_candidate_ice_priority () is G_GNUC_CONST / takes const NiceCandidate *Dafydd Harries2007-03-161-1/+2
* destroy GSources created when attaching to mainloopDafydd Harries2007-03-131-0/+3
* mark more functions as staticDafydd Harries2007-02-121-1/+1
* make UDP code use NiceAddress instead of sockaddr_inDafydd Harries2007-02-051-1/+1
* close socket when candidate is freedDafydd Harries2007-02-021-0/+5
* add "nice" prefix to agent, candidate, addressDafydd Harries2007-01-291-16/+16
* split out candidate codeDafydd Harries2007-01-291-0/+77