summaryrefslogtreecommitdiff
path: root/agent/candidate.h
Commit message (Expand)AuthorAgeFilesLines
* candidate: Add equality check functionOlivier Crête2017-04-111-1/+17
* candidate: Give lower priority to TCP relayed candidatesOlivier Crête2016-05-261-2/+2
* Prefix include guardsOlivier Crête2015-04-201-3/+3
* agent: Fix documentation to use ‘nul-terminated’ for stringsPhilip Withnall2015-03-101-2/+2
* agent: Add a missing field documentation commentPhilip Withnall2014-07-071-0/+1
* agent: Add missing #includes to candidate.hPhilip Withnall2014-07-071-0/+3
* agent: Fix badly formatted gtk-doc commentsPhilip Withnall2014-07-071-4/+4
* candidate: Add Boxed typeOlivier Crête2014-05-171-0/+9
* Add support for MS-ICE2 candidate priorization for OC2007R2 compatibilityYouness Alaoui2014-05-151-1/+7
* Remove priority functions from public header file and move to agent-priv.hYouness Alaoui2014-05-151-19/+0
* Change priority algorithm for better valuesYouness Alaoui2014-05-151-1/+1
* Add support for ice-tcp priorities, udp-tunneled and nat-assisted prioritiesYouness Alaoui2014-05-151-1/+4
* Add ICE-TCP candidate transport typesYouness Alaoui2014-05-151-0/+6
* agent: Make the TurnServer structure refcountedOlivier Crête2014-04-241-0/+2
* Fix C preprocessor bugAskar Safin2012-10-011-1/+1
* Get rid of NiceSocket from the candidate, and make it into an obscure gpointe...Youness Alaoui2010-02-161-3/+1
* Fix copyright headers for all filesYouness Alaoui2010-02-161-3/+4
* Change msn/jingle priority into a guint32 instead of a float that we * 1000 l...Youness Alaoui2008-11-041-2/+2
* Enhance/fix documentationYouness Alaoui2008-11-041-1/+9
* Update the docs to include everythingYouness Alaoui2008-10-301-2/+8
* Add documentationYouness Alaoui2008-10-301-6/+97
* rename NICE_RELAY_TYPE_* into NICE_RELAY_TYPE_TURN_*Youness Alaoui2008-10-301-3/+3
* Add support for tcp turn in the agent's code. Thanks to Olivier CreteYouness Alaoui2008-10-221-0/+18
* Port libnice to the new NiceSocket APIYouness Alaoui2008-10-061-2/+2
* Add function to copy candidatesOlivier Crête2008-04-291-0/+3
* Adding compatibility mode and improvements on the main loop integration.Youness Alaoui2008-04-221-0/+3
* Updated references to ICE ID-19.Kai Vehmanen2007-11-161-1/+1
* Added support for multiple components (e.g. for RTCP support). Updated to lat...Kai Vehmanen2007-07-161-1/+2
* Major NICE agent update. Added supprt for peer-reflexive candidates, media ke...Kai Vehmanen2007-06-191-3/+4
* Major update to the nice/agent interface: Added full-mode API and initial imp...Kai Vehmanen2007-05-211-6/+16
* Added initial full-mode extensions to the API. Added support for gathering ca...Kai Vehmanen2007-05-021-4/+9
* 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/+1
* destroy GSources created when attaching to mainloopDafydd Harries2007-03-131-0/+1
* make enum declarations C++-friendlyDafydd Harries2007-02-121-4/+2
* include udp.h in candidate.hDafydd Harries2007-02-041-0/+2
* remove NiceCandidate.port in favour of using NiceCandidate.addr.portDafydd Harries2007-02-021-1/+0
* add "nice" prefix to UDP codeDafydd Harries2007-02-011-1/+1
* add more spaces to header filesDafydd Harries2007-01-311-0/+3
* make type<->typedef name mapping more consistent (makes gtk-doc happier)Dafydd Harries2007-01-311-4/+4
* tidy up headers/#includesDafydd Harries2007-01-291-0/+4
* add "nice" prefix to agent, candidate, addressDafydd Harries2007-01-291-14/+14
* add storage for candidate username/passwordDafydd Harries2007-01-291-0/+2
* split out candidate codeDafydd Harries2007-01-291-0/+44