1. d4f0ba4 Re #1616: Fixed assertion trying to release group lock when STUN transaction is already destroyed in the callback by Sauw Ming · 12 years ago
  2. 152b642 Misc (re #1559): fixed compile errors/warnings on MSVC by Riza Sulistyo · 12 years ago
  3. 414d34c Misc (re #1559): fixed compile errors/warnings on Symbian platform. by Nanang Izzuddin · 12 years ago
  4. bd53701 Re #1617: added concur_test.c to visual studio pjnath_test project by Riza Sulistyo · 12 years ago
  5. 6357137 Re #1617: prevent TURN session from sending anything once it is in deallocating state by Benny Prijono · 12 years ago
  6. 199d014 Re #1624: fixed representation in ICE to make it more IPv6 ready by Benny Prijono · 12 years ago
  7. 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
  8. 349d800 Fixed #1621: Handle the case when ICE session cannot create valid checklist by Benny Prijono · 12 years ago
  9. 462e6c1 Fixed #1620: Fix the calculation of transmission count during retransmission of STUN request by Sauw Ming · 12 years ago
  10. 82d1fee Re #1610: Workaround for crash in sess_on_send_msg() callback by Nanang Izzuddin · 12 years ago
  11. a217406 Close #1602: configurable local port range for ICE transport. by Nanang Izzuddin · 12 years ago
  12. 919fff2 Re #1610: workaround for crash in on_data_sent() by Benny Prijono · 12 years ago
  13. b5c51b6 Fixed #1610: Workaround for reported crash on stun_sock's on_data_recvfrom() callback by Benny Prijono · 12 years ago
  14. 12c4fdc Fix #1604: crash caused by double destructions in ICE stream transport. by Nanang Izzuddin · 12 years ago
  15. 6abce2c Re #1559: Fix dependencies when running parallel make (thanks Shaun Ruffell for the patch) by Sauw Ming · 12 years ago
  16. dfda40b Fixed #1577: assertion when TURN session is already destroyed by Sauw Ming · 12 years ago
  17. 752983a Fixed #1554: Assertion in ICE when STUN resolution yields a same address as one of the host candidate and there is only one host candidate exists (thanks Claudio De Angelis for the report) by Benny Prijono · 12 years ago
  18. 6ae8f2d Fixed #1552: Possible crash if media transport stop() is called on ICE transport while ICE is not created (thanks Iliya Prince for the fix) by Benny Prijono · 12 years ago
  19. 9fefe7a Fixed #1551: Assertion in TURN code when shutdown or destroy is called more than once (thanks Guilherme Balena Versiani for the report) by Benny Prijono · 12 years ago
  20. 1e42a67 Re: Added compile-time setting PJNATH_STUN_SOFTWARE_NAME to specify SOFTWARE attribute for STUN sessions. by Nanang Izzuddin · 12 years ago
  21. 3bb260a Fix #1547: by Nanang Izzuddin · 12 years ago
  22. 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
  23. fe9bf30 Fixed #1512: added Option to continue ICE operation even when STUN resolution fails by Benny Prijono · 12 years ago
  24. 28d3c56 Re #1474: Merged all changes from 1.12 - HEAD (from the 1.x branch) by Benny Prijono · 12 years ago
  25. 0269c8e Fixed #1399: Assertion failure if unable to resolve TURN server by Benny Prijono · 13 years ago
  26. 2761067 Fixed #1389: Failed to authenticate to TURN client due to REALM attribute padding by Benny Prijono · 13 years ago
  27. e7dbbc8 Re #1395: Backport of PJSIP 1.x branch into PJSIP 2.0 trunk by Sauw Ming · 13 years ago
  28. 848742f Re #1266: Fixed failed automated tests for ICE by Sauw Ming · 13 years ago
  29. b90fd38 Modified the libraries to use the new log indentation feature re #1372 by Benny Prijono · 13 years ago
  30. c2f2e55 Re #1254 Doxygen configuration and makefile changes to support version specific documentation by Perry Ismangil · 13 years ago
  31. fe68f1d Re #1326: Initial code integration from branch 2.0-dev to trunk as "2.0-pre-alpha-svn". by Nanang Izzuddin · 13 years ago
  32. ebf16b0 Really fixed #1296 deleting VS6 workspaces and projects by Perry Ismangil · 13 years ago
  33. 1fef1f9 Fixed #1296 deleting VS6 workspaces and projects by Perry Ismangil · 13 years ago
  34. a62ffc9 Re #1250: Updated the year in all copyright texts with 2011! by Nanang Izzuddin · 13 years ago
  35. a4b628f Fixed #1246: Use CFHost for pj_getaddrinfo() on iOS by Sauw Ming · 13 years ago
  36. 3a86f32 Fix #1212: by Nanang Izzuddin · 14 years ago
  37. ae51ee0 Fixed #1158: Possible wrong multiplexing of STUN traffic inside TURN Data Indication by Benny Prijono · 14 years ago
  38. 0282727 Misc (re #1134): fixed error in Makefile target for generating doxygen documentation when WWWDIR is specified by Benny Prijono · 14 years ago
  39. 2958061 Misc (re #1068): fixed various compilation warnings with Visual Studio 6 and 2005 by Benny Prijono · 14 years ago
  40. 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
  41. 87b347e Make TURN pool memory sizes compile-time configurable (misc, re: #1068) by Benny Prijono · 14 years ago
  42. a6ff3af Misc (#1026): added more documentation for PJNATH_EICEFAILED error code by Benny Prijono · 15 years ago
  43. bc2bec7 Fixed minor bug (#1026): custom ICE priority table must not assign greater priority for SRFLX than PRFLX candidate type (thanks Saúl Ibarra Corretgé for the report) by Benny Prijono · 15 years ago
  44. 41903da Fixed ticket #999: by Benny Prijono · 15 years ago
  45. 39f187c More #953 (ICE may find the wrong best candidate): by Benny Prijono · 15 years ago
  46. bff0c9e Misc (#951): fixed misc compilation warnings with gcc by Benny Prijono · 15 years ago
  47. 0e61a5b More #950 (QoS): updated with the new pj_perror() syntax by Benny Prijono · 15 years ago
  48. 4d79b0f Initial commit for ticket #950: QoS support: by Benny Prijono · 15 years ago
  49. 3249988 Fixed ticket #974: Crash if ICE session is destroyed by the application inside "on_ice_complete" with an PJ_ICE_STRANS_OP_NEGOTIATION op callback (thanks John Ridges for the report) by Benny Prijono · 15 years ago
  50. f5d9f1f Ticket #881: send UPDATE or re-INVITE after ICE negotiation, if the default candidate has changed by Benny Prijono · 15 years ago
  51. 43cccb9 Fixed ticket #971: Assertion in ICE with regular nomination strategy when registering timer by Benny Prijono · 15 years ago
  52. 140beae Ticket #951 (misc fixes): - fixed misc compiler warnings with gcc on Linux by Benny Prijono · 15 years ago
  53. f7bcbe3 More ticket #960: STUN compatibility problem with RFC 3489 servers (in encoding SERVER-NAME or SOFTWARE attribute) by Benny Prijono · 15 years ago
  54. e0351cb Ticket #960: STUN compatibility problem with RFC 3489 servers (in encoding SERVER-NAME or SOFTWARE attribute) by Benny Prijono · 15 years ago
  55. 44afb0d Fixed ticket #953: ICE may find the wrong best candidate (thanks John Ridges for the report) by Benny Prijono · 15 years ago
  56. 169f92c Ticket #916: Crash in TURN client when TCP connection is used by Benny Prijono · 15 years ago
  57. 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
  58. 2523a84 Ticket #894: fixed failed pjnath ice test due to too many network adapter installed in the host by Benny Prijono · 15 years ago
  59. 4fd2bfe Ticket #894: pjnath test failed on ICE test if the host has three or more network adapters by Benny Prijono · 15 years ago
  60. 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
  61. 1572cd6 Ticket #889: TURN client ignores the allocation parameter specified by application by Benny Prijono · 15 years ago
  62. 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
  63. 329d638 Integration of Sipit24 branch, many tickets involved: by Benny Prijono · 15 years ago
  64. ae720ab Minor (#838): updated TURN compatibility to draft-ietf-behave-turn-14 (from draft-turn-13) by Benny Prijono · 15 years ago
  65. 7925fb3 Ticket #840: Update in pjnath-test to support updated TURN draft by Benny Prijono · 15 years ago
  66. 5c173cc Fixed ticket #839: Crash in TURN lookup_ch_by_addr() function when sending data by Benny Prijono · 15 years ago
  67. 11e7123 Minor fixes (#838): const correctness in some function call arguments@ by Benny Prijono · 15 years ago
  68. dc61a2e Ticket #757: - put the default IP as the first host candidate by Benny Prijono · 15 years ago
  69. dc8c490 More ticket #706: renamed output names from vs8 to vc8 to make it backward compatible by Benny Prijono · 15 years ago
  70. 89c273e Initial VS settings for all platforms. by Nanang Izzuddin · 15 years ago
  71. 8440eee Part of ticket #780: enhance the PJNATH doxygen documentation by Benny Prijono · 15 years ago
  72. 0cf8d05 Ticket #706: Merged branch vs-reorg into trunk: by Nanang Izzuddin · 15 years ago
  73. 5ac6cdf #792: Fixed WM6 build configs, updated svn prop for pjsua_wince & pocketpj. by Nanang Izzuddin · 15 years ago
  74. 57ccc7f #792: Updated output file name: use short platform name wm6std/pro & replace hyphen with dash. by Nanang Izzuddin · 15 years ago
  75. 50a7530 #792 work in progress by Perry Ismangil · 15 years ago
  76. 29b6baf #792: Renamed test_pjsip to pjsip_test, updated some missing settings for Win32 platform. by Nanang Izzuddin · 15 years ago
  77. 6ae3846 #792: Updated property sheet win32-common and updated some projects settings by Nanang Izzuddin · 15 years ago
  78. 740891e #792 work in progress: all vcproj now has property sheets wired in. by Perry Ismangil · 15 years ago
  79. a5c1abf Added sample of ps inherited from another ps. by Nanang Izzuddin · 15 years ago
  80. e6410c2 #792 work in progress, solutions loads but then freezes VS. Trying it on other PCs. by Perry Ismangil · 15 years ago
  81. 181f325 More ticket #780: work on CreatePermission refresh timer in the TURN session by Benny Prijono · 15 years ago
  82. 70ad1d4 More ticket #780: updated ICE to issue CreatePermission on the TURN socket before starting ICE negotiation by Benny Prijono · 15 years ago
  83. d9dd865 More ticket #780: fixed compilation errors due to previous modifications related to TURN by Benny Prijono · 15 years ago
  84. 295bfc1 More ticket #780: destroy TURN session if it receives 437 (Allocation Mismatch) response by Benny Prijono · 15 years ago
  85. 0f327c9 Ticket #780: Update TURN from draft 09 to draft 13: by Benny Prijono · 15 years ago
  86. 05d1769 #706 work in progress: all Win32 projects now have all 6 configs. Settings not correct yet. by Perry Ismangil · 15 years ago
  87. 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
  88. 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
  89. f6945dd Failed in pjnath-test due to ticket #742 by Benny Prijono · 16 years ago
  90. 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
  91. 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
  92. 8f2a050 Fixed ticket #689: Deadlock caused by ICE media transport (thanks Alain Totouom for the report) by Benny Prijono · 16 years ago
  93. 32d267b Fixed gcc-4.3.2 warnings with the warn_unused_result flag in some APIs by Benny Prijono · 16 years ago
  94. 95b5340 Fixed unreached code, deprecated fopen(), unused arguments, and other warnings with MSVC by Benny Prijono · 16 years ago
  95. 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
  96. 844653c Updated copyright notice in all files to Teluu Inc., and changed the year as well by Benny Prijono · 16 years ago
  97. e3b0be2 Minor fix to avoid uninitialized variable warning with MSVC 6 release build by Benny Prijono · 16 years ago
  98. c693f4d Fixed ticket #686: Failure to cancel outstanding DNS SRV query job (API change) by Benny Prijono · 16 years ago
  99. 838cb32 Cleaned up compile warnings (on gcc 4.0.1). by Nanang Izzuddin · 16 years ago
  100. de74a02 Changed error log verbosity from 4 to 2 by Benny Prijono · 16 years ago