summaryrefslogtreecommitdiff
path: root/pjnath/src/pjnath/ice_session.c
AgeCommit message (Expand)Author
2017-01-19Re #1513: Applied the new API pj_pool_safe_release().Nanang Izzuddin
2016-08-25Fixed #1957: ICE stagnation when connectivity check failsLiong Sauw Ming
2016-06-08Re #422: Added IPv6 support to PJNATH, changes:Nanang Izzuddin
2015-12-30Re #1882 (misc): Fixed potential out-of-bound array access in ice_session.Liong Sauw Ming
2015-10-01Fix #1891: Also match base address in find local candidate after receiving IC...Nanang Izzuddin
2015-08-25Re #1881: Fixed compile warnings on VS2015 about declaration hides previous d...Nanang Izzuddin
2015-04-15Fixed #1844: Replaced assertion check of component ID range with normal check.Nanang Izzuddin
2014-01-23Misc (re #1630): Fixed symbols that should not be exported (thanks Tzafrir Co...Nanang Izzuddin
2013-09-25Fix #1700: Added PJ_ICE_CAND_TYPE_MAX to represent the number ICE candidate t...Nanang Izzuddin
2013-08-12Misc (re #1630): Fixed bug of overlapping dst & src buffer for strcpy() in ic...Nanang Izzuddin
2013-06-19Re #1680: Add initial support for Win64Riza Sulistyo
2013-02-21Re #1624: fixed representation in ICE to make it more IPv6 readyBenny Prijono
2013-02-21Fixed #1617: major synchronization fixes in PJNATH with incorporation of grou...Benny Prijono
2013-02-19Fixed #1621: Handle the case when ICE session cannot create valid checklistBenny Prijono
2013-02-19Fixed #1620: Fix the calculation of transmission count during retransmission ...Liong Sauw Ming
2012-07-05Re #1548: Crash due to racing condition in timer when call is disconnected qu...Benny Prijono
2012-03-30Re #1474: Merged all changes from 1.12 - HEAD (from the 1.x branch)Benny Prijono
2011-09-18Modified the libraries to use the new log indentation feature re #1372Benny Prijono
2011-05-05Re #1250: Updated the year in all copyright texts with 2011!Nanang Izzuddin
2010-11-17Fixed #1158: Possible wrong multiplexing of STUN traffic inside TURN Data Ind...Benny Prijono
2009-11-23More #953 (ICE may find the wrong best candidate):Benny Prijono
2009-11-10Misc (#951): fixed misc compilation warnings with gccBenny Prijono
2009-10-15Fixed ticket #974: Crash if ICE session is destroyed by the application insid...Benny Prijono
2009-10-14Fixed ticket #971: Assertion in ICE with regular nomination strategy when reg...Benny Prijono
2009-08-20Fixed ticket #953: ICE may find the wrong best candidate (thanks John Ridges ...Benny Prijono
2009-07-02Misc fix (#915): Moved a call to dump_check() in ice_session.c to be inside t...Nanang Izzuddin
2009-05-29Integration of Sipit24 branch, many tickets involved:Benny Prijono
2009-01-12Fixed ticket #689: Deadlock caused by ICE media transport (thanks Alain Totou...Benny Prijono
2008-12-23Updated copyright notice in all files to Teluu Inc., and changed the year as ...Benny Prijono
2008-08-12More ticket #591: Assertion failure in ICE session (thanks Pedro Gonçalves f...Benny Prijono
2008-08-11Ticket #591: Assertion failure in ICE session (thanks Pedro Gonçalves for th...Benny Prijono
2008-07-25Ticket #578: Bug in encoding ICE candidate type in SDP (thanks Ondrej Sterbak)Benny Prijono
2008-06-25Optimize the number of characters written to SDP by ICEBenny Prijono
2008-06-23Fixed crash in ICE when adding peer reflexive candidateBenny Prijono
2008-06-06Major major modifications related to ticket #485 (support for TURN-07):Benny Prijono
2008-04-09More ticket #485: huge changeset to support TURN TCP. Please see ticket #485 ...Benny Prijono
2008-03-19Related to ticket #485: huge changeset to update STUN relating to managing au...Benny Prijono
2008-01-23Fixed integer conversion/format warning on x86_64 LinuxBenny Prijono
2008-01-02Ticket #437: reduce stack and pool usage on pjnath to make it work better on ...Benny Prijono
2007-11-11Some protection to prevent ICE session from being destroyed while callback is...Benny Prijono
2007-10-13Added "magic" parameter in pj_stun_session_create_req()Benny Prijono
2007-09-24Ticket #382: Updated ICE from draft-ietf-mmusic-ice-14 to ice-18 specificatio...Benny Prijono
2007-09-18Ticket #374: Update STUN specification from rfc3489bis-06 to rfc3489bis-10Benny Prijono
2007-09-15Ticket #370: Implemented callback notification to application when ICE negoti...Benny Prijono
2007-07-28Continue work on ticket #354: changed pjlib-util and pjnath libraries to .DSO...Benny Prijono
2007-07-20Ticket #354: build PJLIB as dynamic libraries (.DSO) in SymbianBenny Prijono
2007-06-26Ticket #344: ICE negotiation failed when remote doesn't support RTCPBenny Prijono
2007-06-19Fixed wrong year in copyright line, s/2005/2007 (thanks Atik Khan)Benny Prijono
2007-06-06Fixed ticket #322: Crash in ICE when adding peer reflexive candidateBenny Prijono
2007-05-23Fixed ticket #288: ICE role error on re-INVITE and ICE auth error when sendin...Benny Prijono