1. 169f92c Ticket #916: Crash in TURN client when TCP connection is used by Benny Prijono · 15 years ago
  2. ab2e716 Misc fix (#915): Moved a call to dump_check() in ice_session.c to be inside the log printing. by Nanang Izzuddin · 15 years ago
  3. 2523a84 Ticket #894: fixed failed pjnath ice test due to too many network adapter installed in the host by Benny Prijono · 15 years ago
  4. 4fd2bfe Ticket #894: pjnath test failed on ICE test if the host has three or more network adapters by Benny Prijono · 15 years ago
  5. 60141e7 Ticket #892: Added IPv6-enabled check (compile-time) in stun test vector containing IPv6 data, also added more run-time checks in stun fingerprint test internal. by Nanang Izzuddin · 15 years ago
  6. 1572cd6 Ticket #889: TURN client ignores the allocation parameter specified by application by Benny Prijono · 15 years ago
  7. d4afaaa Ticket #888: TURN client allocation failure when it receives multiple 438/Stale Nonce responses (thanks Peter Livesey for the report) by Benny Prijono · 15 years ago
  8. 329d638 Integration of Sipit24 branch, many tickets involved: by Benny Prijono · 15 years ago
  9. ae720ab Minor (#838): updated TURN compatibility to draft-ietf-behave-turn-14 (from draft-turn-13) by Benny Prijono · 15 years ago
  10. 7925fb3 Ticket #840: Update in pjnath-test to support updated TURN draft by Benny Prijono · 15 years ago
  11. 5c173cc Fixed ticket #839: Crash in TURN lookup_ch_by_addr() function when sending data by Benny Prijono · 15 years ago
  12. 11e7123 Minor fixes (#838): const correctness in some function call arguments@ by Benny Prijono · 15 years ago
  13. dc61a2e Ticket #757: - put the default IP as the first host candidate by Benny Prijono · 15 years ago
  14. dc8c490 More ticket #706: renamed output names from vs8 to vc8 to make it backward compatible by Benny Prijono · 15 years ago
  15. 89c273e Initial VS settings for all platforms. by Nanang Izzuddin · 15 years ago
  16. 8440eee Part of ticket #780: enhance the PJNATH doxygen documentation by Benny Prijono · 15 years ago
  17. 0cf8d05 Ticket #706: Merged branch vs-reorg into trunk: by Nanang Izzuddin · 15 years ago
  18. 5ac6cdf #792: Fixed WM6 build configs, updated svn prop for pjsua_wince & pocketpj. by Nanang Izzuddin · 15 years ago
  19. 57ccc7f #792: Updated output file name: use short platform name wm6std/pro & replace hyphen with dash. by Nanang Izzuddin · 15 years ago
  20. 50a7530 #792 work in progress by Perry Ismangil · 15 years ago
  21. 29b6baf #792: Renamed test_pjsip to pjsip_test, updated some missing settings for Win32 platform. by Nanang Izzuddin · 15 years ago
  22. 6ae3846 #792: Updated property sheet win32-common and updated some projects settings by Nanang Izzuddin · 15 years ago
  23. 740891e #792 work in progress: all vcproj now has property sheets wired in. by Perry Ismangil · 15 years ago
  24. a5c1abf Added sample of ps inherited from another ps. by Nanang Izzuddin · 15 years ago
  25. e6410c2 #792 work in progress, solutions loads but then freezes VS. Trying it on other PCs. by Perry Ismangil · 15 years ago
  26. 181f325 More ticket #780: work on CreatePermission refresh timer in the TURN session by Benny Prijono · 15 years ago
  27. 70ad1d4 More ticket #780: updated ICE to issue CreatePermission on the TURN socket before starting ICE negotiation by Benny Prijono · 15 years ago
  28. d9dd865 More ticket #780: fixed compilation errors due to previous modifications related to TURN by Benny Prijono · 15 years ago
  29. 295bfc1 More ticket #780: destroy TURN session if it receives 437 (Allocation Mismatch) response by Benny Prijono · 15 years ago
  30. 0f327c9 Ticket #780: Update TURN from draft 09 to draft 13: by Benny Prijono · 15 years ago
  31. 05d1769 #706 work in progress: all Win32 projects now have all 6 configs. Settings not correct yet. by Perry Ismangil · 15 years ago
  32. 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
  33. 7433805 Addition of Debug-Static, Debug-Dynamic, Release-Static, and Release-Dynamic build configuration for Visual Studio, for Win32 target by Perry Ismangil · 15 years ago
  34. f6945dd Failed in pjnath-test due to ticket #742 by Benny Prijono · 16 years ago
  35. 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
  36. 298c12e Ticket #706: Part 1 of VS 2005 projects reorganization: introduction of Windows Mobile 6 standard SDK in the build platform by Benny Prijono · 16 years ago
  37. 8f2a050 Fixed ticket #689: Deadlock caused by ICE media transport (thanks Alain Totouom for the report) by Benny Prijono · 16 years ago
  38. 32d267b Fixed gcc-4.3.2 warnings with the warn_unused_result flag in some APIs by Benny Prijono · 16 years ago
  39. 95b5340 Fixed unreached code, deprecated fopen(), unused arguments, and other warnings with MSVC by Benny Prijono · 16 years ago
  40. df26901 Added pjmedia-test, pjnath-test, and pjsip-test to VS8 solution, and changed the exe output names to the more standard naming convention (for the cdash test) by Benny Prijono · 16 years ago
  41. 844653c Updated copyright notice in all files to Teluu Inc., and changed the year as well by Benny Prijono · 16 years ago
  42. e3b0be2 Minor fix to avoid uninitialized variable warning with MSVC 6 release build by Benny Prijono · 16 years ago
  43. c693f4d Fixed ticket #686: Failure to cancel outstanding DNS SRV query job (API change) by Benny Prijono · 16 years ago
  44. 838cb32 Cleaned up compile warnings (on gcc 4.0.1). by Nanang Izzuddin · 16 years ago
  45. de74a02 Changed error log verbosity from 4 to 2 by Benny Prijono · 16 years ago
  46. bf7d222 Ticket #654: Error when falling back to secondary TURN server (thanks Nicolas Fauvel for the report) by Benny Prijono · 16 years ago
  47. 05f924e Ticket #652: Add WinCE workspace/project files for pjnath unit tests (thanks Seth Hinze for the contribution) by Benny Prijono · 16 years ago
  48. e9c15fd Fixed ticket #607: Assertion and possibly crash in ICE stream transport when client is not behind NAT (thanks Nicolas Fauvel for the report) by Benny Prijono · 16 years ago
  49. 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
  50. 8b9926d More ticket #591: Assertion failure in ICE session (thanks Pedro Gonçalves for the report) by Benny Prijono · 16 years ago
  51. 3c3ef26 Ticket #591: Assertion failure in ICE session (thanks Pedro Gonçalves for the report) by Benny Prijono · 16 years ago
  52. 6320205 Fixed bug in pj_ice_strans_get_running_comp_cnt(): wrong number of components may be returned by Benny Prijono · 16 years ago
  53. b1c6204 Fixed ticket #581: Fixed build dependencies in the makefiles by Benny Prijono · 16 years ago
  54. 1dd5420 Fixed linking errors in pjnath when TCP is disabled in PJLIB by Benny Prijono · 16 years ago
  55. 733486a Ticket #578: Bug in encoding ICE candidate type in SDP (thanks Ondrej Sterbak) by Benny Prijono · 16 years ago
  56. 1af449a Fixed Winsock link error in pjturn-srv VS6 project by Benny Prijono · 16 years ago
  57. bbb08dd Ticket #567: Rare race condition causing crash in ICE stream transport when STUN Binding resolution callback is called before initialization completes by Benny Prijono · 16 years ago
  58. 1222ef6 Ticket #562: In TURN client sample application, when STUN server is specified, contact the STUN server on default STUN port rather than the TURN port by Benny Prijono · 16 years ago
  59. b036fdf Fixed build error on Symbian by Benny Prijono · 16 years ago
  60. fd07289 Changed log verbosity of STUN unrecognized attribute log from 4 to 5 since we now put unrecognized attribute in a generic container anyway by Benny Prijono · 16 years ago
  61. a18dad9 Optimize the number of characters written to SDP by ICE by Benny Prijono · 16 years ago
  62. 8d67fba Fixed crash in ICE when adding peer reflexive candidate by Benny Prijono · 16 years ago
  63. ed416b5 Fixed bug in TURN when sending Send Indication by Benny Prijono · 16 years ago
  64. 8a2b59d Optimize TURN client to send Send Indication without allocating a pool by Benny Prijono · 16 years ago
  65. 074db79 Added more API to initialize STUN message and attributes without pool by Benny Prijono · 16 years ago
  66. b8ad0e4 Fixed bug in ICE: packet is not sent when ICE is not running (remote has no ice) and TURN is set as default candidate by Benny Prijono · 16 years ago
  67. 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
  68. 3fdf3f6 Peers use STUN mapped address instead of local address in TURN client sample by Benny Prijono · 16 years ago
  69. 5b64b8d Updated doxygen documentations by Benny Prijono · 16 years ago
  70. 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
  71. 89ac2b4 Fixed various compilation warnings with gcc strict compilation by Benny Prijono · 16 years ago
  72. 0890fb6 Fixed more mismatch decl/def function specifications (thanks Samuel Vinson) by Benny Prijono · 16 years ago
  73. 70656cb Fixed mismatched between declaration and definition of pj_stun_msg_encode() (thanks Samuel Vinson) by Benny Prijono · 16 years ago
  74. 2bfc3d8 Added error logging when authentication fails in TURN server sample by Benny Prijono · 16 years ago
  75. 758bae4 Fixed minor bug: wrong pool name for STUN session pool by Benny Prijono · 16 years ago
  76. ff1df04 Major major modifications related to ticket #485 (support for TURN-07): by Benny Prijono · 16 years ago
  77. 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
  78. 24a2185 Fixed miscellaneous compile warnings/errors when built with C++ mode by Benny Prijono · 16 years ago
  79. 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
  80. a11c76a More ticket #485: fixed REQUESTED-TRANSPORT endianness by Benny Prijono · 16 years ago
  81. 3cfaf50 More ticket #485: now really remove pjstun-srv-test by Benny Prijono · 16 years ago
  82. 84fde9e More ticket #485: removed pjstun-srv-test project and fixed build errors with gcc by Benny Prijono · 16 years ago
  83. 49786e6 Added PJNATH class diagram by Benny Prijono · 16 years ago
  84. a2c0bb2 Improve the PJNATH documentation by Benny Prijono · 16 years ago
  85. 879ad1a More ticket #485: huge changeset to support TURN TCP. Please see ticket #485 for the details by Benny Prijono · 16 years ago
  86. f279d67 More work on ticket #485: bug when TURN UDP relay is not destroyed if Allocate request fails by Benny Prijono · 16 years ago
  87. 6381bf3 Ticket #519: STUN request is not freed when transaction times out (thanks Amit Sharma) by Benny Prijono · 16 years ago
  88. 1add4d5 Added comment about byte ordering in TURN CHANNEL-NUMBER attribute and modified select() parameter in TURN client by Benny Prijono · 17 years ago
  89. e2303e3 More ticket #485: wrong encoding of CHANNEL-NUMBER attribute by Benny Prijono · 17 years ago
  90. 6885400 More ticket #485: updated Makefiles and fixed compilation warnings with gcc by Benny Prijono · 17 years ago
  91. 4d5931e More ticket #485: fixed TURN transport code point and REQUESTED-TRANSPORT attribute encoding by Benny Prijono · 17 years ago
  92. 9e6d60a More ticket #485: client and server self tested by Benny Prijono · 17 years ago
  93. 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
  94. 17d10b5 More ticket #485: initial test on TURN client/server by Benny Prijono · 17 years ago
  95. 5ac0bd7 More ticket #485: added TURN client application by Benny Prijono · 17 years ago
  96. c85043f More ticket #485: added TURN client session/UDP client to pjnath VS6 project by Benny Prijono · 17 years ago
  97. 03b5485 More ticket #485: implementation of TURN UDP client session by Benny Prijono · 17 years ago
  98. 3fd9fc5 More ticket #485: initial (incomplete) work on TURN client session library by Benny Prijono · 17 years ago
  99. 708725a More work for ticket #485: updated pjnath with TURN-07 and added authentication in the server by Benny Prijono · 17 years ago
  100. b05aafc More work on ticket #485: more TURN-07 work by Benny Prijono · 17 years ago