summaryrefslogtreecommitdiff
path: root/pjnath/src/pjnath/ice_strans.c
AgeCommit message (Expand)Author
2013-03-01Re #1604: backported to 1.xRiza Sulistyo
2013-02-27Re #1552: backported to 1.xNanang Izzuddin
2012-03-29Fix #1471: Just return PJ_FALSE on any incoming STUN packets after the STUN s...Nanang Izzuddin
2011-12-09Fixed #1416: Allow application to send data after ICE negotiation failsBenny Prijono
2011-06-22Fixed #1316: Assertion when TURN session is deallocated prematurely (thanks T...Benny Prijono
2011-05-05Re #1250: Updated the year in all copyright texts with 2011!Nanang Izzuddin
2010-08-11Misc (re #1068): fixed various compilation warnings with Visual Studio 6 and ...Benny Prijono
2010-06-19Fixed #1077: In ICE stream transport (ice_strans.c), automaticaly retry alloc...Benny Prijono
2010-02-18Fixed minor bug (#1026): custom ICE priority table must not assign greater pr...Benny Prijono
2009-12-08Fixed ticket #999:Benny Prijono
2009-10-25Initial commit for ticket #950: QoS support:Benny Prijono
2009-10-14Ticket #881: send UPDATE or re-INVITE after ICE negotiation, if the default c...Benny Prijono
2009-05-29Integration of Sipit24 branch, many tickets involved:Benny Prijono
2009-04-15More ticket #780: updated ICE to issue CreatePermission on the TURN socket be...Benny Prijono
2009-03-04Ticket #742: Change in mapped/STUN IP address does not update ICE srflx candi...Benny Prijono
2008-12-23Updated copyright notice in all files to Teluu Inc., and changed the year as ...Benny Prijono
2008-09-02Fixed ticket #607: Assertion and possibly crash in ICE stream transport when ...Benny Prijono
2008-08-07Fixed bug in pj_ice_strans_get_running_comp_cnt(): wrong number of components...Benny Prijono
2008-07-14Ticket #567: Rare race condition causing crash in ICE stream transport when S...Benny Prijono
2008-06-28Fixed build error on SymbianBenny Prijono
2008-06-25Optimize the number of characters written to SDP by ICEBenny Prijono
2008-06-21Fixed bug in ICE: packet is not sent when ICE is not running (remote has no i...Benny Prijono
2008-06-19Added new API's in ICE stream transport to assist offer/answer negotiation: p...Benny 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-02-13Ticket #460: Concurrency problem when destroying stream (thanks Michael Broug...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-12-01Related to ticket #415: modification in pjlib API to support IPv6Benny Prijono
2007-11-04Continue doing ICE/STUN keep-alive if the request failed because of timeout (...Benny Prijono
2007-10-16Tolerate more ICMP errors in ICE media transportBenny 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-14Fixed ticket #372: Handle case where STUN mapped address has changed in ICE (...Benny Prijono
2007-09-14Fixed ticket #368: STUN keep-alive timed out when ICE is usedBenny 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-06Fixed ticket #321: Assertion in ICE stream transport when STUN is not used (t...Benny Prijono
2007-06-05Fixed assertion error in ice_strans.c, when response is received before get_s...Benny Prijono
2007-05-23Fixed gcc warning about unitialized variableBenny Prijono
2007-05-22Fixed ticket #285: ICE transport stops receiving packet upon getting ICMP unr...Benny Prijono
2007-05-03Misc Symbian fixes, looks goodBenny Prijono
2007-04-19ICE: check for duplicate candidates, and change foundation to use the base ad...Benny Prijono
2007-04-05Respond to early check with proper credentialBenny Prijono
2007-04-03Added ICE-CONTROLLED and ICE-CONTROLLING attribute, handle ICE 487 error, and...Benny Prijono
2007-04-03Fixed misc bugs with ICE: (1) moved STUN session from candidate to component ...Benny Prijono
2007-04-02ICE: work in progressBenny Prijono
2007-03-29Added ICE-CONTROLLING and ICE-CONTROLLED STUN attribute typesBenny Prijono
2007-03-28Updated projects and Makefiles with the new pjnath libraryBenny Prijono