summaryrefslogtreecommitdiff
path: root/pjnath
AgeCommit message (Expand)Author
2008-03-09More ticket #485: initial (incomplete) work on TURN client session libraryBenny Prijono
2008-03-09More work for ticket #485: updated pjnath with TURN-07 and added authenticati...Benny Prijono
2008-03-08More work on ticket #485: more TURN-07 workBenny Prijono
2008-02-21Ticket #412: increased randomness of guid_simple.c to 192-bits, and seed rand...Benny Prijono
2008-02-21Ticket #485: initial TURN server implementation (not yet compilable)Benny Prijono
2008-02-21Ticket #485: initial modification in STUN messaging in accordance to TURN-06Benny 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-03Fixed compilation errors/warnings on Linux with the recent IPv6 commitsBenny Prijono
2007-12-01Related to ticket #415: modification in pjlib API to support IPv6Benny Prijono
2007-11-12Updated ICE and STUN reference to their latest draftBenny Prijono
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