summaryrefslogtreecommitdiff
path: root/pjnath/src/pjnath
AgeCommit message (Expand)Author
2009-10-14Ticket #881: send UPDATE or re-INVITE after ICE negotiation, if the default c...Benny Prijono
2009-10-14Fixed ticket #971: Assertion in ICE with regular nomination strategy when reg...Benny Prijono
2009-10-11Ticket #951 (misc fixes):Benny Prijono
2009-10-07More ticket #960: STUN compatibility problem with RFC 3489 servers (in encodi...Benny Prijono
2009-10-01Ticket #960: STUN compatibility problem with RFC 3489 servers (in encoding SE...Benny Prijono
2009-08-20Fixed ticket #953: ICE may find the wrong best candidate (thanks John Ridges ...Benny Prijono
2009-07-10Ticket #916: Crash in TURN client when TCP connection is usedBenny Prijono
2009-07-02Misc fix (#915): Moved a call to dump_check() in ice_session.c to be inside t...Nanang Izzuddin
2009-06-17Ticket #889: TURN client ignores the allocation parameter specified by applic...Benny Prijono
2009-06-17Ticket #888: TURN client allocation failure when it receives multiple 438/Sta...Benny Prijono
2009-05-29Integration of Sipit24 branch, many tickets involved:Benny Prijono
2009-05-12Fixed ticket #839: Crash in TURN lookup_ch_by_addr() function when sending dataBenny Prijono
2009-05-12Minor fixes (#838): const correctness in some function call arguments@Benny Prijono
2009-04-30Ticket #757:Benny Prijono
2009-04-22Part of ticket #780: enhance the PJNATH doxygen documentationBenny Prijono
2009-04-15More ticket #780: work on CreatePermission refresh timer in the TURN sessionBenny Prijono
2009-04-15More ticket #780: updated ICE to issue CreatePermission on the TURN socket be...Benny Prijono
2009-04-13More ticket #780: destroy TURN session if it receives 437 (Allocation Mismatc...Benny Prijono
2009-04-13Ticket #780: Update TURN from draft 09 to draft 13:Benny Prijono
2009-04-07Part of ticket #780 (work in progress): added IPv6 support to various STUN at...Benny Prijono
2009-03-04Ticket #742: Change in mapped/STUN IP address does not update ICE srflx candi...Benny Prijono
2009-01-12Fixed ticket #689: Deadlock caused by ICE media transport (thanks Alain Totou...Benny Prijono
2009-01-01Fixed unreached code, deprecated fopen(), unused arguments, and other warning...Benny Prijono
2008-12-23Updated copyright notice in all files to Teluu Inc., and changed the year as ...Benny Prijono
2008-12-19Minor fix to avoid uninitialized variable warning with MSVC 6 release buildBenny Prijono
2008-12-19Fixed ticket #686: Failure to cancel outstanding DNS SRV query job (API change)Benny Prijono
2008-12-18Cleaned up compile warnings (on gcc 4.0.1).Nanang Izzuddin
2008-12-18Changed error log verbosity from 4 to 2Benny Prijono
2008-10-02Ticket #654: Error when falling back to secondary TURN server (thanks Nicolas...Benny Prijono
2008-09-02Fixed ticket #607: Assertion and possibly crash in ICE stream transport when ...Benny Prijono
2008-08-22Ticket #598: Update to draft-ietf-behave-rfc3489bis-18 and draft-ietf-behave-...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-08-07Fixed bug in pj_ice_strans_get_running_comp_cnt(): wrong number of components...Benny Prijono
2008-07-25Fixed linking errors in pjnath when TCP is disabled in PJLIBBenny Prijono
2008-07-25Ticket #578: Bug in encoding ICE candidate type in SDP (thanks Ondrej Sterbak)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-26Changed log verbosity of STUN unrecognized attribute log from 4 to 5 since we...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-21Fixed bug in TURN when sending Send IndicationBenny Prijono
2008-06-21Optimize TURN client to send Send Indication without allocating a poolBenny Prijono
2008-06-21Added more API to initialize STUN message and attributes without poolBenny Prijono
2008-06-21Fixed bug in ICE: packet is not sent when ICE is not running (remote has no i...Benny Prijono
2008-06-21Fixed bug with authenticating STUN messages when unrecognized/unknown non-man...Benny Prijono
2008-06-19Added new API's in ICE stream transport to assist offer/answer negotiation: p...Benny Prijono
2008-06-07Fixed more mismatch decl/def function specifications (thanks Samuel Vinson)Benny Prijono
2008-06-07Fixed mismatched between declaration and definition of pj_stun_msg_encode() (...Benny Prijono
2008-06-06Fixed minor bug: wrong pool name for STUN session poolBenny Prijono