summaryrefslogtreecommitdiff
path: root/pjnath
AgeCommit message (Expand)Author
2007-11-11Some protection to prevent ICE session from being destroyed while callback is...Benny Prijono
2007-11-04Continue doing ICE/STUN keep-alive if the request failed because of timeout (...Benny Prijono
2007-11-03Only do Test 1B if Test 2 failedBenny Prijono
2007-11-03Log source address of incoming STUN messageBenny Prijono
2007-10-26More ticket #399: pj_sock_close() is called more than once. Also implemented ...Benny Prijono
2007-10-26More ticket #399: on_request_complete() callback does not release the mutex i...Benny Prijono
2007-10-26More ticket #399: fixed bug that triggers assertion in the timerBenny Prijono
2007-10-17Fixed build warnings/errors for Symbian targetBenny Prijono
2007-10-16Tolerate more ICMP errors in ICE media transportBenny Prijono
2007-10-16More ticket #399: added callback to report NAT detection result, and sends NA...Benny Prijono
2007-10-13Related to ticket #399: optimize NAT detection to complete fasterBenny Prijono
2007-10-13Added "magic" parameter in pj_stun_session_create_req()Benny Prijono
2007-10-12Related to ticket #399: added comments etc.Benny Prijono
2007-10-12Fixed bug in ticket #399 implementation: wrong CHANGE-REQUEST valuesBenny Prijono
2007-10-12Ticket #399: Initial implementation of tool to perform NAT type detection/cla...Benny Prijono
2007-10-07Updated PJNATH doxygen documentationBenny Prijono
2007-10-07Minor fixes to TURN server: handle immediate recv() error, call pjnath_init()...Benny Prijono
2007-10-06Changed reference to ice-15 to ice-18Benny Prijono
2007-10-05Ticket #392: Added configuration to enable old, rfc3489bis-06 and older, styl...Benny Prijono
2007-09-24Fixed several unit test failures: typecast error on C++ mode, SIP parsing, etc.Benny Prijono
2007-09-24Ticket #382: Updated ICE from draft-ietf-mmusic-ice-14 to ice-18 specificatio...Benny Prijono
2007-09-20Re-enable STUN status 437 (No Binding) since this is used by TURNBenny 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-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-08-16Ticket #354: continuing work to port the Symbian libraries to .DSO formatBenny Prijono
2007-08-09Added checking for STUN message type when performing cached STUN response loo...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-21Fixed crash in TURN server (thanks Scott Lu)Benny 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-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-29Ticket #308: Selective STUN authentication for STUN failure responsesBenny Prijono
2007-05-25Fixed ticket #303: Crash on STUN session's keep alive on loss of network conn...Benny Prijono
2007-05-25Fixed gcc warning because of ticket #297Benny Prijono
2007-05-25Fixed ticket #297: Bug in handling data from peer in TURN sample application ...Benny Prijono
2007-05-23Fixed gcc warning about unitialized variableBenny Prijono
2007-05-23Fixed ticket #288: ICE role error on re-INVITE and ICE auth error when sendin...Benny Prijono
2007-05-23Ticket #287: selectively disable authentication for several STUN error responsesBenny Prijono
2007-05-22Fixed ticket #286: Bug in STUN FINGERPRINT verification and logging STUN messageBenny Prijono
2007-05-22Fixed ticket #285: ICE transport stops receiving packet upon getting ICMP unr...Benny Prijono
2007-05-17Fixed ticket #279: Bug with authenticating STUN response causes STUN response...Benny Prijono
2007-05-15Fixed several STUN bugs: USERNAME, REALM etc are not allowed in the response,...Benny Prijono
2007-05-11Added missing distclean rule in pjnath MakefileBenny Prijono
2007-05-11HUGE changeset to make the rest of the libraries compile with C++ modeBenny Prijono
2007-05-11Fixed missing padding when calculating MESSAGE-INTEGRITY in STUNBenny Prijono