summaryrefslogtreecommitdiff
path: root/pjmedia/src/pjmedia/transport_ice.c
AgeCommit message (Expand)Author
2013-10-08Re #1703: fixing general bugs. First installment: correct handling of snprint...Benny Prijono
2013-10-01Fixed #1674: Deadlock when third party media employs external lock and ICE is...Liong Sauw Ming
2013-06-19Close #1681:Nanang Izzuddin
2013-02-15Re #1242: Fixed ICE nego completion check as it always returns FALSE when pee...Nanang Izzuddin
2012-07-12Fixed #1552: Possible crash if media transport stop() is called on ICE transp...Benny Prijono
2012-03-30Re #1474: Merged all changes from 1.12 - HEAD (from the 1.x branch)Benny Prijono
2011-10-28Fixed #1406: Add info about ICE candidates being used in transport info and p...Benny Prijono
2011-10-24Re #1395: Backport of PJSIP 1.x branch into PJSIP 2.0 trunkLiong Sauw Ming
2011-07-19Re #1326: Initial code integration from branch 2.0-dev to trunk as "2.0-pre-a...Nanang Izzuddin
2011-05-05Re #1250: Updated the year in all copyright texts with 2011!Nanang Izzuddin
2011-04-28Fixed #1243: ICE bug: If RTCP is not in use, the agent MUST signal that using...Liong Sauw Ming
2009-10-20Fixed ticket #977: ICE does not change role to Controlling when talking to ic...Benny Prijono
2009-10-14Ticket #881: send UPDATE or re-INVITE after ICE negotiation, if the default c...Benny Prijono
2009-08-17More ticket #833:Benny Prijono
2009-03-12(Major) Task #737 and #738: integration of APS-Direct and Audiodev from aps-d...Benny Prijono
2008-12-23Updated copyright notice in all files to Teluu Inc., and changed the year as ...Benny Prijono
2008-12-11Ticket #661: Fixed transport ICE in verifying possibilities of RTCP settings ...Nanang Izzuddin
2008-10-21Ticket #662: Updated pjmedia transport ICE to handle missing IP address part ...Nanang Izzuddin
2008-10-08Ticket #631: Fixed transport ICE returning zero/invalid remote RTP address wh...Nanang Izzuddin
2008-09-18Ticket #631:Nanang Izzuddin
2008-09-17Ticket #631:Nanang Izzuddin
2008-09-11Ticket #616: Updated ICE transport to have a default option to switch RTP tra...Nanang Izzuddin
2008-07-25Ticket #578: Bug in encoding ICE candidate type in SDP (thanks Ondrej Sterbak)Benny Prijono
2008-06-20Large changeset to replace all occurences of year 2007 with 2008 in the copyr...Benny Prijono
2008-06-19Ticket #549: major modification in media transport API to support more offer/...Benny Prijono
2008-06-06More ticket #485: major modification in transport_ice to support new ICE stre...Benny Prijono
2008-05-02Ticket #528: committed ticket528.patchNanang Izzuddin
2008-03-17More ticket #479: bug in pjmedia_transport_get_info(), the info should be ini...Benny Prijono
2008-03-11Ticket #479: allow media transport framework to return transport specific inf...Benny Prijono
2008-02-21Ticket #467: fixed issues with RTP/AVP vs RTP/SAVP negotiationBenny Prijono
2008-02-13Ticket #460: Concurrency problem when destroying stream (thanks Michael Broug...Benny Prijono
2008-02-01More ticket #61: removed const from rtp and rtcp callback function declaratio...Benny Prijono
2008-01-23Ticket #61: Implement SRTP support in PJMEDIA and PJSUA-LIB, and updated appl...Benny Prijono
2008-01-02Related to ticket #437: reduce the stack usage of ICE media transportBenny Prijono
2007-11-08Parse ICE SDP attribute without case sensitivity, and ignore malformed candid...Benny Prijono
2007-11-07Parse ICE candidate attribute without case sensitive for more robustnessBenny Prijono
2007-09-15Implemented ticket #373: Packet loss simulation in PJMEDIA ICE transportBenny Prijono
2007-09-15Ticket #370: Implemented callback notification to application when ICE negoti...Benny Prijono
2007-05-11HUGE changeset to make the rest of the libraries compile with C++ modeBenny Prijono
2007-04-06Fixed destination address error when sending RTCP in ICE media transportBenny Prijono
2007-04-05ICE (work in progress): handle early check that is received before answerBenny 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-28Fixed pjnath build warnings/errors on LinuxBenny Prijono
2007-03-28Updated projects and Makefiles with the new pjnath libraryBenny Prijono
2007-03-27ICE: added media index in pjmedia when handling SDP containing ICE candidatesBenny Prijono
2007-03-26ICE: implement RTCP component and cancelling check in progressBenny Prijono
2007-03-25ICE (work in progress): use single socket for all candidates in component, an...Benny Prijono
2007-03-24ICE (work in progress): implement error codesBenny Prijono