summaryrefslogtreecommitdiff
path: root/agent/candidate.c
Commit message (Expand)AuthorAgeFilesLines
* candidate: fix assertions caused by API guards in new address APIMathieu Duponchelle2022-11-191-2/+2
* candidate: Copy stun_server with candidateOlivier Crête2022-06-011-0/+2
* candidate: Add utility function to get STUN server addressPhilippe Normand2022-05-091-0/+19
* candidate: Add utility function to get TURN relay addressPhilippe Normand2022-05-031-0/+11
* Remove g_assert_cmp* macros outside of the unit testsOlivier Crête2021-11-011-7/+7
* candidate: fix unused variableFabrice Bellet2020-12-141-2/+1
* candidate: Hide the internal implementation from APIOlivier Crête2020-08-201-20/+25
* candidate: Make debug string functions publicOlivier Crête2020-07-211-0/+35
* Use g_assert_cmp.int() to get better debug logs on crashOlivier Crête2020-05-051-7/+7
* candidate: fix compiler warnings on raspbianTim-Philipp Müller2020-05-051-1/+1
* agent: fix boundary test of max turn servers and local addressesFabrice Bellet2020-05-041-4/+4
* discovery: add a unique local preference value per turn serverFabrice Bellet2020-05-041-16/+58
* candidate: fix local preferences of udp candidatesFabrice Bellet2020-03-021-1/+1
* conncheck: display priorities in debug by spliting their valuesFabrice Bellet2020-02-131-0/+8
* candidate: strip link-local ipv6 scope in local preferenceFabrice Bellet2020-02-131-2/+5
* 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