1. 41903da Fixed ticket #999: by Benny Prijono · 15 years ago
  2. 4d79b0f Initial commit for ticket #950: QoS support: by Benny Prijono · 15 years ago
  3. f5d9f1f Ticket #881: send UPDATE or re-INVITE after ICE negotiation, if the default candidate has changed by Benny Prijono · 15 years ago
  4. 329d638 Integration of Sipit24 branch, many tickets involved: by Benny Prijono · 15 years ago
  5. 8440eee Part of ticket #780: enhance the PJNATH doxygen documentation by Benny Prijono · 15 years ago
  6. d9dd865 More ticket #780: fixed compilation errors due to previous modifications related to TURN by Benny Prijono · 15 years ago
  7. 0f327c9 Ticket #780: Update TURN from draft 09 to draft 13: by Benny Prijono · 15 years ago
  8. 0fc2c6b Part of ticket #780 (work in progress): added IPv6 support to various STUN attributes and added the test from draft-ietf-behave-stun-test-vectors by Benny Prijono · 15 years ago
  9. 9158a3a Ticket #742: Change in mapped/STUN IP address does not update ICE srflx candidate (thanks Alexei Kuznetsov for the report) by Benny Prijono · 16 years ago
  10. 844653c Updated copyright notice in all files to Teluu Inc., and changed the year as well by Benny Prijono · 16 years ago
  11. 838cb32 Cleaned up compile warnings (on gcc 4.0.1). by Nanang Izzuddin · 16 years ago
  12. efa014b Ticket #598: Update to draft-ietf-behave-rfc3489bis-18 and draft-ietf-behave-turn-09, and fix other things as well. Please see the ticket for more info by Benny Prijono · 16 years ago
  13. a18dad9 Optimize the number of characters written to SDP by ICE by Benny Prijono · 16 years ago
  14. 074db79 Added more API to initialize STUN message and attributes without pool by Benny Prijono · 16 years ago
  15. 7ce7413 Fixed bug with authenticating STUN messages when unrecognized/unknown non-mandatory STUN attribute is present in the message by Benny Prijono · 16 years ago
  16. 5b64b8d Updated doxygen documentations by Benny Prijono · 16 years ago
  17. ed6bd02 Added new API's in ICE stream transport to assist offer/answer negotiation: pj_ice_strans_has_sess(), pj_ice_strans_sess_is_running(), pj_ice_strans_sess_is_complete(), pj_ice_strans_get_running_comp_cnt(), pj_ice_strans_get_ufrag_pwd(), and PJNATH_EICEMISMATCH error code. by Benny Prijono · 16 years ago
  18. 0890fb6 Fixed more mismatch decl/def function specifications (thanks Samuel Vinson) by Benny Prijono · 16 years ago
  19. ff1df04 Major major modifications related to ticket #485 (support for TURN-07): by Benny Prijono · 16 years ago
  20. e722685 More ticket #485: fixed TURN server permission not allowing peer with the same IP to get through, and added option to disable FINGERPRINT verification in TURN server since it is currently broken when TURN is used with ICE (which has a FINGERPRINT in its Binding Request) by Benny Prijono · 16 years ago
  21. a11c76a More ticket #485: fixed REQUESTED-TRANSPORT endianness by Benny Prijono · 16 years ago
  22. a2c0bb2 Improve the PJNATH documentation by Benny Prijono · 16 years ago
  23. 879ad1a More ticket #485: huge changeset to support TURN TCP. Please see ticket #485 for the details by Benny Prijono · 16 years ago
  24. 1add4d5 Added comment about byte ordering in TURN CHANNEL-NUMBER attribute and modified select() parameter in TURN client by Benny Prijono · 17 years ago
  25. e2303e3 More ticket #485: wrong encoding of CHANNEL-NUMBER attribute by Benny Prijono · 17 years ago
  26. 4d5931e More ticket #485: fixed TURN transport code point and REQUESTED-TRANSPORT attribute encoding by Benny Prijono · 17 years ago
  27. a5d214f Related to ticket #485: huge changeset to update STUN relating to managing authentication. See the ticket for the details by Benny Prijono · 17 years ago
  28. 17d10b5 More ticket #485: initial test on TURN client/server by Benny Prijono · 17 years ago
  29. 5ac0bd7 More ticket #485: added TURN client application by Benny Prijono · 17 years ago
  30. 03b5485 More ticket #485: implementation of TURN UDP client session by Benny Prijono · 17 years ago
  31. 3fd9fc5 More ticket #485: initial (incomplete) work on TURN client session library by Benny Prijono · 17 years ago
  32. 708725a More work for ticket #485: updated pjnath with TURN-07 and added authentication in the server by Benny Prijono · 17 years ago
  33. b05aafc More work on ticket #485: more TURN-07 work by Benny Prijono · 17 years ago
  34. 2c888e0 Ticket #485: initial modification in STUN messaging in accordance to TURN-06 by Benny Prijono · 17 years ago
  35. 0887321 Ticket #437: reduce stack and pool usage on pjnath to make it work better on Symbian by Benny Prijono · 17 years ago
  36. bf22b0d Updated ICE and STUN reference to their latest draft by Benny Prijono · 17 years ago
  37. 6ba8c54 More ticket #399: added callback to report NAT detection result, and sends NAT type in SDP by Benny Prijono · 17 years ago
  38. c909a35 Added "magic" parameter in pj_stun_session_create_req() by Benny Prijono · 17 years ago
  39. f4e03a7 Related to ticket #399: added comments etc. by Benny Prijono · 17 years ago
  40. 4ab9fbb Ticket #399: Initial implementation of tool to perform NAT type detection/classification by Benny Prijono · 17 years ago
  41. 6eb3a11 Updated PJNATH doxygen documentation by Benny Prijono · 17 years ago
  42. 652247b Changed reference to ice-15 to ice-18 by Benny Prijono · 17 years ago
  43. 97c8238 Ticket #392: Added configuration to enable old, rfc3489bis-06 and older, style of MESSAGE-INTEGRITY and FINGERPRINT calculation by Benny Prijono · 17 years ago
  44. 2501e13 Ticket #382: Updated ICE from draft-ietf-mmusic-ice-14 to ice-18 specification, and also done some other tweaks as well by Benny Prijono · 17 years ago
  45. 0638120 Re-enable STUN status 437 (No Binding) since this is used by TURN by Benny Prijono · 17 years ago
  46. e2d0acb Ticket #374: Update STUN specification from rfc3489bis-06 to rfc3489bis-10 by Benny Prijono · 17 years ago
  47. 096c56c Ticket #370: Implemented callback notification to application when ICE negotiation fails (via on_call_media_state callback) by Benny Prijono · 17 years ago
  48. 4a5d770 Fixed ticket #372: Handle case where STUN mapped address has changed in ICE (thanks Ravin Suri) by Benny Prijono · 17 years ago
  49. 1f61a8f Ticket #354: continuing work to port the Symbian libraries to .DSO format by Benny Prijono · 17 years ago
  50. f1428f3 Fixed wrong year in copyright line, s/2005/2007 (thanks Atik Khan) by Benny Prijono · 17 years ago
  51. edd4ffa Ticket #287: selectively disable authentication for several STUN error responses by Benny Prijono · 17 years ago
  52. 5aeed44 Fixed several STUN bugs: USERNAME, REALM etc are not allowed in the response, retransmission timer calculation bug, etc. by Benny Prijono · 17 years ago
  53. ba5926a PJSUA-LIB was ported to Symbian and added simple Symbian app. Testing follows by Benny Prijono · 17 years ago
  54. caa8f62 Respond to early check with proper credential by Benny Prijono · 17 years ago
  55. 40468d3 Added missing include in pjnath/config.h by Benny Prijono · 17 years ago
  56. dbf4615 ICE (work in progress): handle early check that is received before answer by Benny Prijono · 17 years ago
  57. 7f03bea Added PJ_STUN_NO_AUTHENTICATE option to disable authentication in STUN session by Benny Prijono · 17 years ago
  58. 8d9fd61 Fixed crash with invalid PDU and added MAGIC-COOKIE attribute for backward compatibility with old TURN by Benny Prijono · 17 years ago
  59. 6c670ac Added ICE-CONTROLLED and ICE-CONTROLLING attribute, handle ICE 487 error, and add response source address checking by Benny Prijono · 17 years ago
  60. bd876dc Fixed misc bugs with ICE: (1) moved STUN session from candidate to component since it causes STUN response to wrong session, and (2) keep-alive transaction timed-out when ICE is active by Benny Prijono · 17 years ago
  61. 0cb7bf1 Enable all tests in pjnath-test by Benny Prijono · 17 years ago
  62. da675ce ICE: work in progress by Benny Prijono · 17 years ago
  63. 919758f Added ICE-CONTROLLING and ICE-CONTROLLED STUN attribute types by Benny Prijono · 17 years ago
  64. a6bd758 Updated projects and Makefiles with the new pjnath library by Benny Prijono · 17 years ago
  65. fed1af9 Created doxygen documentation for PJNATH by Benny Prijono · 17 years ago
  66. 7e0d52c ICE: implement RTCP component and cancelling check in progress by Benny Prijono · 18 years ago
  67. b681a2f ICE (work in progress): use single socket for all candidates in component, and implemented IP interface enumeration on Win32 by Benny Prijono · 18 years ago
  68. ec92134 ICE (work in progress): implement error codes by Benny Prijono · 18 years ago
  69. f75eceb ICE (work in progress): implemented server reflexive candidate by Benny Prijono · 18 years ago
  70. c97608e ICE (work in progress): integration with PJSUA by Benny Prijono · 18 years ago
  71. 24cda7d ICE (work in progress): implemented ICE media transport by Benny Prijono · 18 years ago
  72. ff49ab7 Final ICE stream transport by Benny Prijono · 18 years ago
  73. fb9d987 Added pjnath-test by Benny Prijono · 18 years ago
  74. fe95353 ICE complete, ready for testing by Benny Prijono · 18 years ago
  75. 48a4927 s/stun_setting/stun_config by Benny Prijono · 18 years ago
  76. 38fa00a s/stun_endpoint/stun_setting by Benny Prijono · 18 years ago
  77. 0ef1cf6 Today's work by Benny Prijono · 18 years ago
  78. bda2621 -- by Benny Prijono · 18 years ago
  79. b01897b Changed pj_sockaddr structure and added pjnath project for ICE/STUN stuffs by Benny Prijono · 18 years ago
  80. 0923717 (big patch) Added top-level pjnath project and moved STUN related files to this new project by Benny Prijono · 18 years ago