summaryrefslogtreecommitdiff
path: root/pjnath/include
AgeCommit message (Expand)Author
2008-08-22Ticket #598: Update to draft-ietf-behave-rfc3489bis-18 and draft-ietf-behave-...Benny Prijono
2008-06-25Optimize the number of characters written to SDP by ICEBenny Prijono
2008-06-21Added more API to initialize STUN message and attributes without poolBenny Prijono
2008-06-21Fixed bug with authenticating STUN messages when unrecognized/unknown non-man...Benny Prijono
2008-06-20Updated doxygen documentationsBenny 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-06Major major modifications related to ticket #485 (support for TURN-07):Benny Prijono
2008-04-13More ticket #485: fixed TURN server permission not allowing peer with the sam...Benny Prijono
2008-04-10More ticket #485: fixed REQUESTED-TRANSPORT endiannessBenny Prijono
2008-04-09Improve the PJNATH documentationBenny Prijono
2008-04-09More ticket #485: huge changeset to support TURN TCP. Please see ticket #485 ...Benny Prijono
2008-03-22Added comment about byte ordering in TURN CHANNEL-NUMBER attribute and modifi...Benny Prijono
2008-03-21More ticket #485: wrong encoding of CHANNEL-NUMBER attributeBenny Prijono
2008-03-20More ticket #485: fixed TURN transport code point and REQUESTED-TRANSPORT att...Benny Prijono
2008-03-19Related to ticket #485: huge changeset to update STUN relating to managing au...Benny Prijono
2008-03-14More ticket #485: initial test on TURN client/serverBenny Prijono
2008-03-13More ticket #485: added TURN client applicationBenny Prijono
2008-03-12More ticket #485: implementation of TURN UDP client sessionBenny Prijono
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 #485: initial modification in STUN messaging in accordance to TURN-06Benny Prijono
2008-01-02Ticket #437: reduce stack and pool usage on pjnath to make it work better on ...Benny Prijono
2007-11-12Updated ICE and STUN reference to their latest draftBenny Prijono
2007-10-16More ticket #399: added callback to report NAT detection result, and sends NA...Benny 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-12Ticket #399: Initial implementation of tool to perform NAT type detection/cla...Benny Prijono
2007-10-07Updated PJNATH doxygen documentationBenny 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-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-08-16Ticket #354: continuing work to port the Symbian libraries to .DSO formatBenny Prijono
2007-06-19Fixed wrong year in copyright line, s/2005/2007 (thanks Atik Khan)Benny Prijono
2007-05-23Ticket #287: selectively disable authentication for several STUN error responsesBenny Prijono
2007-05-15Fixed several STUN bugs: USERNAME, REALM etc are not allowed in the response,...Benny Prijono
2007-05-02PJSUA-LIB was ported to Symbian and added simple Symbian app. Testing followsBenny Prijono
2007-04-05Respond to early check with proper credentialBenny Prijono
2007-04-05Added missing include in pjnath/config.hBenny Prijono
2007-04-05ICE (work in progress): handle early check that is received before answerBenny Prijono
2007-04-04Added PJ_STUN_NO_AUTHENTICATE option to disable authentication in STUN sessionBenny Prijono
2007-04-04Fixed crash with invalid PDU and added MAGIC-COOKIE attribute for backward co...Benny 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-02Enable all tests in pjnath-testBenny Prijono