1. ff1df04 Major major modifications related to ticket #485 (support for TURN-07): by Benny Prijono · 16 years ago
  2. 470388d Report NAT type as unknown rather than UDP blocked when test 1B failed (could happen when port 3479 is blocked). Thanks Helmut Wolf for the info. by Benny Prijono · 16 years ago
  3. 24a2185 Fixed miscellaneous compile warnings/errors when built with C++ mode by Benny Prijono · 16 years ago
  4. 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
  5. a11c76a More ticket #485: fixed REQUESTED-TRANSPORT endianness by Benny Prijono · 16 years ago
  6. 3cfaf50 More ticket #485: now really remove pjstun-srv-test by Benny Prijono · 16 years ago
  7. 84fde9e More ticket #485: removed pjstun-srv-test project and fixed build errors with gcc by Benny Prijono · 16 years ago
  8. 49786e6 Added PJNATH class diagram by Benny Prijono · 16 years ago
  9. a2c0bb2 Improve the PJNATH documentation by Benny Prijono · 16 years ago
  10. 879ad1a More ticket #485: huge changeset to support TURN TCP. Please see ticket #485 for the details by Benny Prijono · 16 years ago
  11. f279d67 More work on ticket #485: bug when TURN UDP relay is not destroyed if Allocate request fails by Benny Prijono · 16 years ago
  12. 6381bf3 Ticket #519: STUN request is not freed when transaction times out (thanks Amit Sharma) by Benny Prijono · 16 years ago
  13. 1add4d5 Added comment about byte ordering in TURN CHANNEL-NUMBER attribute and modified select() parameter in TURN client by Benny Prijono · 17 years ago
  14. e2303e3 More ticket #485: wrong encoding of CHANNEL-NUMBER attribute by Benny Prijono · 17 years ago
  15. 6885400 More ticket #485: updated Makefiles and fixed compilation warnings with gcc by Benny Prijono · 17 years ago
  16. 4d5931e More ticket #485: fixed TURN transport code point and REQUESTED-TRANSPORT attribute encoding by Benny Prijono · 17 years ago
  17. 9e6d60a More ticket #485: client and server self tested by Benny Prijono · 17 years ago
  18. 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
  19. 17d10b5 More ticket #485: initial test on TURN client/server by Benny Prijono · 17 years ago
  20. 5ac0bd7 More ticket #485: added TURN client application by Benny Prijono · 17 years ago
  21. c85043f More ticket #485: added TURN client session/UDP client to pjnath VS6 project by Benny Prijono · 17 years ago
  22. 03b5485 More ticket #485: implementation of TURN UDP client session by Benny Prijono · 17 years ago
  23. 3fd9fc5 More ticket #485: initial (incomplete) work on TURN client session library by Benny Prijono · 17 years ago
  24. 708725a More work for ticket #485: updated pjnath with TURN-07 and added authentication in the server by Benny Prijono · 17 years ago
  25. b05aafc More work on ticket #485: more TURN-07 work by Benny Prijono · 17 years ago
  26. 8389c31 Ticket #412: increased randomness of guid_simple.c to 192-bits, and seed random number generator in pjsua_core.c by Benny Prijono · 17 years ago
  27. d1e862f Ticket #485: initial TURN server implementation (not yet compilable) by Benny Prijono · 17 years ago
  28. 2c888e0 Ticket #485: initial modification in STUN messaging in accordance to TURN-06 by Benny Prijono · 17 years ago
  29. 69036b7 Ticket #460: Concurrency problem when destroying stream (thanks Michael Broughton) by Benny Prijono · 17 years ago
  30. b2f20e1 Fixed integer conversion/format warning on x86_64 Linux by Benny Prijono · 17 years ago
  31. 0887321 Ticket #437: reduce stack and pool usage on pjnath to make it work better on Symbian by Benny Prijono · 17 years ago
  32. 7ebdb3e Fixed compilation errors/warnings on Linux with the recent IPv6 commits by Benny Prijono · 17 years ago
  33. 4d59622 Related to ticket #415: modification in pjlib API to support IPv6 by Benny Prijono · 17 years ago
  34. bf22b0d Updated ICE and STUN reference to their latest draft by Benny Prijono · 17 years ago
  35. e74315f Some protection to prevent ICE session from being destroyed while callback is still running by Benny Prijono · 17 years ago
  36. 8c05b55 Continue doing ICE/STUN keep-alive if the request failed because of timeout (PJNATH_ESTUNTIMEDOUT) by Benny Prijono · 17 years ago
  37. 840d08e Only do Test 1B if Test 2 failed by Benny Prijono · 17 years ago
  38. 91be4aa Log source address of incoming STUN message by Benny Prijono · 17 years ago
  39. aecabfc More ticket #399: pj_sock_close() is called more than once. Also implemented NAT detection callback for Symbian UA by Benny Prijono · 17 years ago
  40. 3838c21 More ticket #399: on_request_complete() callback does not release the mutex in some cases by Benny Prijono · 17 years ago
  41. f207547 More ticket #399: fixed bug that triggers assertion in the timer by Benny Prijono · 17 years ago
  42. 19a3517 Fixed build warnings/errors for Symbian target by Benny Prijono · 17 years ago
  43. 07a5ffb Tolerate more ICMP errors in ICE media transport by Benny Prijono · 17 years ago
  44. 6ba8c54 More ticket #399: added callback to report NAT detection result, and sends NAT type in SDP by Benny Prijono · 17 years ago
  45. 33d30b4 Related to ticket #399: optimize NAT detection to complete faster by Benny Prijono · 17 years ago
  46. c909a35 Added "magic" parameter in pj_stun_session_create_req() by Benny Prijono · 17 years ago
  47. f4e03a7 Related to ticket #399: added comments etc. by Benny Prijono · 17 years ago
  48. 3460e27 Fixed bug in ticket #399 implementation: wrong CHANGE-REQUEST values by Benny Prijono · 17 years ago
  49. 4ab9fbb Ticket #399: Initial implementation of tool to perform NAT type detection/classification by Benny Prijono · 17 years ago
  50. 6eb3a11 Updated PJNATH doxygen documentation by Benny Prijono · 17 years ago
  51. c916316 Minor fixes to TURN server: handle immediate recv() error, call pjnath_init() in main(), etc. by Benny Prijono · 17 years ago
  52. 652247b Changed reference to ice-15 to ice-18 by Benny Prijono · 17 years ago
  53. 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
  54. 91a5a3a Fixed several unit test failures: typecast error on C++ mode, SIP parsing, etc. 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. a5a3ea6 Fixed ticket #368: STUN keep-alive timed out when ICE is used by Benny Prijono · 17 years ago
  61. 1f61a8f Ticket #354: continuing work to port the Symbian libraries to .DSO format by Benny Prijono · 17 years ago
  62. 4e11f45 Added checking for STUN message type when performing cached STUN response lookup (for clients who are not able to generate unique transaction ID) [thanks Scott Lu] by Benny Prijono · 17 years ago
  63. d51a37a Continue work on ticket #354: changed pjlib-util and pjnath libraries to .DSO (DLL) in Symbian by Benny Prijono · 17 years ago
  64. 8ab968f Ticket #354: build PJLIB as dynamic libraries (.DSO) in Symbian by Benny Prijono · 17 years ago
  65. 45b7621 Ticket #344: ICE negotiation failed when remote doesn't support RTCP by Benny Prijono · 17 years ago
  66. fc48bd7 Fixed crash in TURN server (thanks Scott Lu) by Benny Prijono · 17 years ago
  67. f1428f3 Fixed wrong year in copyright line, s/2005/2007 (thanks Atik Khan) by Benny Prijono · 17 years ago
  68. c84ebc2 Fixed ticket #322: Crash in ICE when adding peer reflexive candidate by Benny Prijono · 17 years ago
  69. c540b62 Fixed ticket #321: Assertion in ICE stream transport when STUN is not used (thanks Frank Nießen) by Benny Prijono · 17 years ago
  70. 9991d2c Fixed assertion error in ice_strans.c, when response is received before get_stun_mapped_addr() returns by Benny Prijono · 17 years ago
  71. 3bbc27c Ticket #308: Selective STUN authentication for STUN failure responses by Benny Prijono · 17 years ago
  72. 4730d6b Fixed ticket #303: Crash on STUN session's keep alive on loss of network connectivity by Benny Prijono · 17 years ago
  73. 6fbe48e Fixed gcc warning because of ticket #297 by Benny Prijono · 17 years ago
  74. 684c057 Fixed ticket #297: Bug in handling data from peer in TURN sample application (thanks scott_lvsha) by Benny Prijono · 17 years ago
  75. fb2cec3 Fixed gcc warning about unitialized variable by Benny Prijono · 17 years ago
  76. c9f6ea7 Fixed ticket #288: ICE role error on re-INVITE and ICE auth error when sending 487 (Role Conflict) response by Benny Prijono · 17 years ago
  77. edd4ffa Ticket #287: selectively disable authentication for several STUN error responses by Benny Prijono · 17 years ago
  78. eb92128 Fixed ticket #286: Bug in STUN FINGERPRINT verification and logging STUN message by Benny Prijono · 17 years ago
  79. 1c064e6 Fixed ticket #285: ICE transport stops receiving packet upon getting ICMP unreach on Windows by Benny Prijono · 17 years ago
  80. b823dbd Fixed ticket #279: Bug with authenticating STUN response causes STUN responses to be dropped by Benny Prijono · 17 years ago
  81. 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
  82. 2fedc73 Added missing distclean rule in pjnath Makefile by Benny Prijono · 17 years ago
  83. a1e6968 HUGE changeset to make the rest of the libraries compile with C++ mode by Benny Prijono · 17 years ago
  84. a266868 Fixed missing padding when calculating MESSAGE-INTEGRITY in STUN by Benny Prijono · 17 years ago
  85. 897f9f8 Misc Symbian fixes, looks good by Benny Prijono · 17 years ago
  86. ba5926a PJSUA-LIB was ported to Symbian and added simple Symbian app. Testing follows by Benny Prijono · 17 years ago
  87. 727f203 Ported PJLIB-UTIL and PJNATH to Symbian by Benny Prijono · 17 years ago
  88. 6212899 ICE: fixed pruning of host candidates by Benny Prijono · 17 years ago
  89. 302fa13 ICE: prune host candidates (not in ICE) by Benny Prijono · 17 years ago
  90. a10664c Fixed mingw build by Benny Prijono · 17 years ago
  91. af09dc3 Merged changes from the trunk by Benny Prijono · 17 years ago
  92. 25dfd1d Fixed build system for third_party by Benny Prijono · 17 years ago
  93. 1b0ee29 Handle scenario where ICE check list completes early in the answerer by Benny Prijono · 17 years ago
  94. caa8f62 Respond to early check with proper credential by Benny Prijono · 17 years ago
  95. 40468d3 Added missing include in pjnath/config.h by Benny Prijono · 17 years ago
  96. dbf4615 ICE (work in progress): handle early check that is received before answer by Benny Prijono · 17 years ago
  97. 7f03bea Added PJ_STUN_NO_AUTHENTICATE option to disable authentication in STUN session by Benny Prijono · 17 years ago
  98. 8d9fd61 Fixed crash with invalid PDU and added MAGIC-COOKIE attribute for backward compatibility with old TURN by Benny Prijono · 17 years ago
  99. 1cf078d Fixed compile error in stun_client because of last modification in STUN by Benny Prijono · 17 years ago
  100. 7c57f87 Fixed potential crash in ICE when adding peer reflexive candidate by Benny Prijono · 17 years ago