1. e00cbe0 Fixed #1617: major synchronization fixes in PJNATH with incorporation of group lock to avoid deadlock and crashes due to race conditions by Benny Prijono · 12 years ago
  2. 462e6c1 Fixed #1620: Fix the calculation of transmission count during retransmission of STUN request by Sauw Ming · 12 years ago
  3. a217406 Close #1602: configurable local port range for ICE transport. by Nanang Izzuddin · 12 years ago
  4. 1e42a67 Re: Added compile-time setting PJNATH_STUN_SOFTWARE_NAME to specify SOFTWARE attribute for STUN sessions. by Nanang Izzuddin · 12 years ago
  5. 3bb260a Fix #1547: by Nanang Izzuddin · 12 years ago
  6. 8534076 Re #1548: Crash due to racing condition in timer when call is disconnected quickly (thanks Joshua Colp for the report!) by Benny Prijono · 12 years ago
  7. fe9bf30 Fixed #1512: added Option to continue ICE operation even when STUN resolution fails by Benny Prijono · 12 years ago
  8. a62ffc9 Re #1250: Updated the year in all copyright texts with 2011! by Nanang Izzuddin · 13 years ago
  9. 4d6ff4d Fixed #1077: In ICE stream transport (ice_strans.c), automaticaly retry allocation once if TURN allocation fails. If this allocation retry also fails, notify the TURN user via on_ice_complete() callback. Details: by Benny Prijono · 14 years ago
  10. 87b347e Make TURN pool memory sizes compile-time configurable (misc, re: #1068) by Benny Prijono · 14 years ago
  11. a6ff3af Misc (#1026): added more documentation for PJNATH_EICEFAILED error code by Benny Prijono · 15 years ago
  12. 41903da Fixed ticket #999: by Benny Prijono · 15 years ago
  13. 4d79b0f Initial commit for ticket #950: QoS support: by Benny Prijono · 15 years ago
  14. f5d9f1f Ticket #881: send UPDATE or re-INVITE after ICE negotiation, if the default candidate has changed by Benny Prijono · 15 years ago
  15. 329d638 Integration of Sipit24 branch, many tickets involved: by Benny Prijono · 15 years ago
  16. 8440eee Part of ticket #780: enhance the PJNATH doxygen documentation by Benny Prijono · 15 years ago
  17. d9dd865 More ticket #780: fixed compilation errors due to previous modifications related to TURN by Benny Prijono · 15 years ago
  18. 0f327c9 Ticket #780: Update TURN from draft 09 to draft 13: by Benny Prijono · 15 years ago
  19. 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
  20. 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
  21. 844653c Updated copyright notice in all files to Teluu Inc., and changed the year as well by Benny Prijono · 16 years ago
  22. 838cb32 Cleaned up compile warnings (on gcc 4.0.1). by Nanang Izzuddin · 16 years ago
  23. 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
  24. a18dad9 Optimize the number of characters written to SDP by ICE by Benny Prijono · 16 years ago
  25. 074db79 Added more API to initialize STUN message and attributes without pool by Benny Prijono · 16 years ago
  26. 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
  27. 5b64b8d Updated doxygen documentations by Benny Prijono · 16 years ago
  28. 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
  29. 0890fb6 Fixed more mismatch decl/def function specifications (thanks Samuel Vinson) by Benny Prijono · 16 years ago
  30. ff1df04 Major major modifications related to ticket #485 (support for TURN-07): by Benny Prijono · 16 years ago
  31. 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
  32. a11c76a More ticket #485: fixed REQUESTED-TRANSPORT endianness by Benny Prijono · 16 years ago
  33. a2c0bb2 Improve the PJNATH documentation by Benny Prijono · 16 years ago
  34. 879ad1a More ticket #485: huge changeset to support TURN TCP. Please see ticket #485 for the details by Benny Prijono · 16 years ago
  35. 1add4d5 Added comment about byte ordering in TURN CHANNEL-NUMBER attribute and modified select() parameter in TURN client by Benny Prijono · 17 years ago
  36. e2303e3 More ticket #485: wrong encoding of CHANNEL-NUMBER attribute by Benny Prijono · 17 years ago
  37. 4d5931e More ticket #485: fixed TURN transport code point and REQUESTED-TRANSPORT attribute encoding by Benny Prijono · 17 years ago
  38. 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
  39. 17d10b5 More ticket #485: initial test on TURN client/server by Benny Prijono · 17 years ago
  40. 5ac0bd7 More ticket #485: added TURN client application by Benny Prijono · 17 years ago
  41. 03b5485 More ticket #485: implementation of TURN UDP client session by Benny Prijono · 17 years ago
  42. 3fd9fc5 More ticket #485: initial (incomplete) work on TURN client session library by Benny Prijono · 17 years ago
  43. 708725a More work for ticket #485: updated pjnath with TURN-07 and added authentication in the server by Benny Prijono · 17 years ago
  44. b05aafc More work on ticket #485: more TURN-07 work by Benny Prijono · 17 years ago
  45. 2c888e0 Ticket #485: initial modification in STUN messaging in accordance to TURN-06 by Benny Prijono · 17 years ago
  46. 0887321 Ticket #437: reduce stack and pool usage on pjnath to make it work better on Symbian by Benny Prijono · 17 years ago
  47. bf22b0d Updated ICE and STUN reference to their latest draft by Benny Prijono · 17 years ago
  48. 6ba8c54 More ticket #399: added callback to report NAT detection result, and sends NAT type in SDP by Benny Prijono · 17 years ago
  49. c909a35 Added "magic" parameter in pj_stun_session_create_req() by Benny Prijono · 17 years ago
  50. f4e03a7 Related to ticket #399: added comments etc. by Benny Prijono · 17 years ago
  51. 4ab9fbb Ticket #399: Initial implementation of tool to perform NAT type detection/classification by Benny Prijono · 17 years ago
  52. 6eb3a11 Updated PJNATH doxygen documentation by Benny Prijono · 17 years ago
  53. 652247b Changed reference to ice-15 to ice-18 by Benny Prijono · 17 years ago
  54. 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
  55. 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
  56. 0638120 Re-enable STUN status 437 (No Binding) since this is used by TURN by Benny Prijono · 17 years ago
  57. e2d0acb Ticket #374: Update STUN specification from rfc3489bis-06 to rfc3489bis-10 by Benny Prijono · 17 years ago
  58. 096c56c Ticket #370: Implemented callback notification to application when ICE negotiation fails (via on_call_media_state callback) by Benny Prijono · 17 years ago
  59. 4a5d770 Fixed ticket #372: Handle case where STUN mapped address has changed in ICE (thanks Ravin Suri) by Benny Prijono · 17 years ago
  60. 1f61a8f Ticket #354: continuing work to port the Symbian libraries to .DSO format by Benny Prijono · 17 years ago
  61. f1428f3 Fixed wrong year in copyright line, s/2005/2007 (thanks Atik Khan) by Benny Prijono · 17 years ago
  62. edd4ffa Ticket #287: selectively disable authentication for several STUN error responses by Benny Prijono · 17 years ago
  63. 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
  64. ba5926a PJSUA-LIB was ported to Symbian and added simple Symbian app. Testing follows by Benny Prijono · 17 years ago
  65. caa8f62 Respond to early check with proper credential by Benny Prijono · 17 years ago
  66. 40468d3 Added missing include in pjnath/config.h by Benny Prijono · 17 years ago
  67. dbf4615 ICE (work in progress): handle early check that is received before answer by Benny Prijono · 17 years ago
  68. 7f03bea Added PJ_STUN_NO_AUTHENTICATE option to disable authentication in STUN session by Benny Prijono · 17 years ago
  69. 8d9fd61 Fixed crash with invalid PDU and added MAGIC-COOKIE attribute for backward compatibility with old TURN by Benny Prijono · 17 years ago
  70. 6c670ac Added ICE-CONTROLLED and ICE-CONTROLLING attribute, handle ICE 487 error, and add response source address checking by Benny Prijono · 17 years ago
  71. 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
  72. 0cb7bf1 Enable all tests in pjnath-test by Benny Prijono · 17 years ago
  73. da675ce ICE: work in progress by Benny Prijono · 17 years ago
  74. 919758f Added ICE-CONTROLLING and ICE-CONTROLLED STUN attribute types by Benny Prijono · 17 years ago
  75. a6bd758 Updated projects and Makefiles with the new pjnath library by Benny Prijono · 17 years ago
  76. fed1af9 Created doxygen documentation for PJNATH by Benny Prijono · 18 years ago
  77. 7e0d52c ICE: implement RTCP component and cancelling check in progress by Benny Prijono · 18 years ago
  78. 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
  79. ec92134 ICE (work in progress): implement error codes by Benny Prijono · 18 years ago
  80. f75eceb ICE (work in progress): implemented server reflexive candidate by Benny Prijono · 18 years ago
  81. c97608e ICE (work in progress): integration with PJSUA by Benny Prijono · 18 years ago
  82. 24cda7d ICE (work in progress): implemented ICE media transport by Benny Prijono · 18 years ago
  83. ff49ab7 Final ICE stream transport by Benny Prijono · 18 years ago
  84. fb9d987 Added pjnath-test by Benny Prijono · 18 years ago
  85. fe95353 ICE complete, ready for testing by Benny Prijono · 18 years ago
  86. 48a4927 s/stun_setting/stun_config by Benny Prijono · 18 years ago
  87. 38fa00a s/stun_endpoint/stun_setting by Benny Prijono · 18 years ago
  88. 0ef1cf6 Today's work by Benny Prijono · 18 years ago
  89. bda2621 -- by Benny Prijono · 18 years ago
  90. b01897b Changed pj_sockaddr structure and added pjnath project for ICE/STUN stuffs by Benny Prijono · 18 years ago
  91. 0923717 (big patch) Added top-level pjnath project and moved STUN related files to this new project by Benny Prijono · 18 years ago