1. c84ebc2 Fixed ticket #322: Crash in ICE when adding peer reflexive candidate by Benny Prijono · 17 years ago
  2. c540b62 Fixed ticket #321: Assertion in ICE stream transport when STUN is not used (thanks Frank Nießen) by Benny Prijono · 17 years ago
  3. e68e99f Fixed ticket #320: Assertion error in pjsua when unregistering/removing account while network is disconnected (thanks Bo Huang) by Benny Prijono · 17 years ago
  4. a6992c5 Fixed ticket #319: assertion in pjsua when adding buddy with invalid or unreachable host (thanks Paul Levin) by Benny Prijono · 17 years ago
  5. f433a5e Ticket #318: CSeq generation may produce negative number on Blackfin/VisualDSP++ (thanks Jarek Szymkowski) by Benny Prijono · 17 years ago
  6. 12f5146 Fixed ticket #317: Duplicated audio when playing WAV playlist (thanks Jagdish Jangid) by Benny Prijono · 17 years ago
  7. 9991d2c Fixed assertion error in ice_strans.c, when response is received before get_stun_mapped_addr() returns by Benny Prijono · 17 years ago
  8. 6869dc9 Add configuration with no thread (receive only) in siprtp by Benny Prijono · 17 years ago
  9. 478cf7c Fixed assertion error caused by different samples_per_frame settings in stereo_demo() in pjsua by Benny Prijono · 17 years ago
  10. 3fe034a Fixed ticket #316: Crash in registration session when transport returns error on sending authentication retry by Benny Prijono · 17 years ago
  11. aae2b1c Implement ticket #315: ability to override pj_assert() by Benny Prijono · 17 years ago
  12. ba4abc9 Implement ticket #314: Added PJ_SAFE_POOL configuration in PJLIB to track down memory corruptions by Benny Prijono · 17 years ago
  13. 47e4669 Added assertion in regc to check if application has called pjsip_regc_destroy() while transaction was in progress by Benny Prijono · 17 years ago
  14. 6bafd42 Changed version to 0.7.0-trunk by Benny Prijono · 17 years ago
  15. f2119c7 Set version to 0.7.0 by Benny Prijono · 17 years ago
  16. f95f22e Added PJ_ASSERT_RETURN in pjmedia_endpt to check worker_cnt (thanks Phil Torre) by Benny Prijono · 17 years ago
  17. 12efe5b Fixed ticket #313: Error resolving host in PJSIP resolver when DNS response contains CNAME (thanks Esbjörn Dominique) by Benny Prijono · 17 years ago
  18. 0c658c6 Fix compilation error on Mac by Benny Prijono · 17 years ago
  19. 1103222 Fixed ticket #311: PJSIP resolver is not destroyed on shutdown (thanks Martin Peterzon) by Benny Prijono · 17 years ago
  20. a185254 Another fix for ticket #290: Bug in WAV player when frame size is larger than file buffer size (thanks Samuel Vinson) by Benny Prijono · 17 years ago
  21. 591bb16 Workaround for ticket #290: Bug in WAV player when frame size is larger than file buffer size (thanks Samuel Vinson) by Benny Prijono · 17 years ago
  22. 1dc8be0 Fixed ticket #302: Behavior in cancelling INVITE session when no provisional response has been received (thanks Esbjörn Dominique) by Benny Prijono · 17 years ago
  23. a74ae56 Added make file for self tests by Benny Prijono · 17 years ago
  24. d17a5e9 Fixed Symbian (aka C++ mode) compilation error because of recent change in transport key in ticket #306 (thanks Esbjorn Dominique) by Benny Prijono · 17 years ago
  25. 9280782 Fixed ticket #310: Memory alignment problem in pool_buf (thanks Esbjörn Dominique) by Benny Prijono · 17 years ago
  26. a13314a Fixed ticket #307: Fail to parse fully qualified PIDF document (thanks Cool_Zer0) by Benny Prijono · 17 years ago
  27. 3bbc27c Ticket #308: Selective STUN authentication for STUN failure responses by Benny Prijono · 17 years ago
  28. 7a5f510 Fixed ticket #91: timer to re-subscribe buddy's presence when subscription failed by Benny Prijono · 17 years ago
  29. b6e8bd4 Fixed ticket #306: Error in SIP transport lookup because of memory alignment problem (thanks Samuel Vinson) by Benny Prijono · 17 years ago
  30. a0886c9 Fixed mutex leak in pjlib test (ioqueue unregistration test). Thanks Deanna Phillips by Benny Prijono · 17 years ago
  31. 17e58ed Fixed ticket #304: Memory alignment error for hash entry buffer causing crash on ARM (thanks ChenHuan) by Benny Prijono · 17 years ago
  32. 4730d6b Fixed ticket #303: Crash on STUN session's keep alive on loss of network connectivity by Benny Prijono · 17 years ago
  33. ecbd090 Fixed ticket #300: Assertion error or handle leak when creating thread with SUSPENDED state by Benny Prijono · 17 years ago
  34. 6fbe48e Fixed gcc warning because of ticket #297 by Benny Prijono · 17 years ago
  35. 850bc77 Fixed ticket #299: Compile error when PJ_SOCKADDR_HAS_LEN is set by Benny Prijono · 17 years ago
  36. 50e5c53 Ticket #298: New API to get the number of ports registered in conference bridge by Benny Prijono · 17 years ago
  37. 684c057 Fixed ticket #297: Bug in handling data from peer in TURN sample application (thanks scott_lvsha) by Benny Prijono · 17 years ago
  38. ba863f4 Changed version to 0.7.0-rc2 by Benny Prijono · 17 years ago
  39. fb2cec3 Fixed gcc warning about unitialized variable by Benny Prijono · 17 years ago
  40. 9d105f4 Fixed ticket #295: Uninitialized memory read reported by Purify in sound device by Benny Prijono · 17 years ago
  41. f9b56ec Fixed ticket #293: Uninitialized memory read reported by Purify in SIP authentication by Benny Prijono · 17 years ago
  42. da1e063 Fixed ticket #291: Free memory read in PUBLISH session by Benny Prijono · 17 years ago
  43. 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
  44. edd4ffa Ticket #287: selectively disable authentication for several STUN error responses by Benny Prijono · 17 years ago
  45. eb92128 Fixed ticket #286: Bug in STUN FINGERPRINT verification and logging STUN message by Benny Prijono · 17 years ago
  46. 1c064e6 Fixed ticket #285: ICE transport stops receiving packet upon getting ICMP unreach on Windows by Benny Prijono · 17 years ago
  47. 0606e70 Fixed ticket #284: Failed scenarios with CANCEL requests (thanks Esbjörn Dominique) by Benny Prijono · 17 years ago
  48. bbeb399 Ticket #283: Added another pjsua IM callback with the message passed as argument (thanks Paul Levin) by Benny Prijono · 17 years ago
  49. b823dbd Fixed ticket #279: Bug with authenticating STUN response causes STUN responses to be dropped by Benny Prijono · 17 years ago
  50. 4e48b51 Fixed ticet #277: GUID generation cannot generate more than 2^16 unique numbers (thanks Igor Sobinov) by Benny Prijono · 17 years ago
  51. 48da92e Fixed ticket #100: Assertion failure when terminating subscription with PJSUA-API (thanks Edward Tian) by Benny Prijono · 17 years ago
  52. abcf49c Changed version to 0.7.0-rc1 by Benny Prijono · 17 years ago
  53. 318f384 Fixed ticket #276: Error creating resolver on Win32 release mode (thanks Frank Wiersma) by Benny Prijono · 17 years ago
  54. 3850740 Fixed Symbian compilation error for pjsua_im.c by Benny Prijono · 17 years ago
  55. 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
  56. f4b538d Ticket #274: the From parameter on_pager() callback contains Contact instead (thanks Nicholas Xu), and also allow non-text/plain IM messages by Benny Prijono · 17 years ago
  57. 06ac3cf Define PJSIP_SAFE_MODULE=0 for Symbian by Benny Prijono · 17 years ago
  58. a0c8b5c Symbian fixes to compile on GCCE (nested callbacks etc) by Benny Prijono · 17 years ago
  59. 2fedc73 Added missing distclean rule in pjnath Makefile by Benny Prijono · 17 years ago
  60. 8334ea1 Fixed compilation error in gsm codec caused by last C++ changes by Benny Prijono · 17 years ago
  61. a1e6968 HUGE changeset to make the rest of the libraries compile with C++ mode by Benny Prijono · 17 years ago
  62. a266868 Fixed missing padding when calculating MESSAGE-INTEGRITY in STUN by Benny Prijono · 17 years ago
  63. 427af7d Added IP bandwidth output in pjsua dq report by Benny Prijono · 17 years ago
  64. 2adfe29 Added missing ptime when writing config in pjsua by Benny Prijono · 17 years ago
  65. 55e8235 Fixed crash when incoming call is received while application is starting by Benny Prijono · 17 years ago
  66. 93eb250 Fixed dependencies for the samples project by Benny Prijono · 17 years ago
  67. 8a74445 Added registration and other settings in WinCE sample by Benny Prijono · 17 years ago
  68. 9cdd182 Updated PA version to build CE properly by Benny Prijono · 17 years ago
  69. 14d3f41 Added null_audio project for Symbian by Benny Prijono · 17 years ago
  70. 459d3bf PortAudio build problems fixed for CE by Benny Prijono · 17 years ago
  71. 54f6d8d Fixed more bugs caused by ticket #221 by Benny Prijono · 17 years ago
  72. c71ad43 Added comments for Symbian sample by Benny Prijono · 17 years ago
  73. 897f9f8 Misc Symbian fixes, looks good by Benny Prijono · 17 years ago
  74. bdb25f3 Fixed crash in PortAudio's Pa_Util_DebugPrint (pa_debugprint.c - line 102) by Benny Prijono · 17 years ago
  75. b2c9682 Implemented ticket #246, #247, #261, #268, #250 for Symbian by Benny Prijono · 17 years ago
  76. 72a81aa More Symbian fixes by Benny Prijono · 17 years ago
  77. 5d54264 Errno and memory size tweaking for Symbian by Benny Prijono · 17 years ago
  78. 5bb9422 Fixed nullsound in Symbian by Benny Prijono · 17 years ago
  79. ba5926a PJSUA-LIB was ported to Symbian and added simple Symbian app. Testing follows by Benny Prijono · 17 years ago
  80. 9d4469d Ported PJSIP and PJSIP-SIMPLE to Symbian by Benny Prijono · 17 years ago
  81. 5feee2e PJSDP port to Symbian by Benny Prijono · 17 years ago
  82. 727f203 Ported PJLIB-UTIL and PJNATH to Symbian by Benny Prijono · 17 years ago
  83. aeeb1d1 Ported PJLIB and PJLIB-TEST to Symbian! by Benny Prijono · 17 years ago
  84. 64898b5 Fixed build error on Linux by Benny Prijono · 17 years ago
  85. f260e46 Initial Symbian integration to trunk for pjlib by Benny Prijono · 17 years ago
  86. b94a9f7 Fixed mp3_writer.c include by Benny Prijono · 17 years ago
  87. 4fb32b5 Added resample DLL project by Benny Prijono · 17 years ago
  88. 94aee45 Related to ticket #240: fixed URI test because of changes in parsing quoted parameter by Benny Prijono · 17 years ago
  89. 8fcbe2d Continuing ticket #240: Error parsing quoted URI parameters by Benny Prijono · 17 years ago
  90. b4bedb9 Moved split-3rd-party branch to the trunk by Benny Prijono · 17 years ago
  91. ad2e0ca Fixed ticket #242: Crash on Windows when no sound device is available by Benny Prijono · 17 years ago
  92. 8aea0d9 Fixed ticket #240: error parsing/printing quoted parameters, and also added header tests in pjsip-test by Benny Prijono · 17 years ago
  93. 4cf8d1c Undo ticket #238 by Benny Prijono · 17 years ago
  94. 83186e0 Fixed ticket #238: allow colon in Via parameters by Benny Prijono · 17 years ago
  95. 6212899 ICE: fixed pruning of host candidates by Benny Prijono · 17 years ago
  96. 302fa13 ICE: prune host candidates (not in ICE) by Benny Prijono · 17 years ago
  97. ca1447f Fixed typo in PUBLISH documentation (thanks Klaus Darilion) by Benny Prijono · 17 years ago
  98. abdacdd Fixed mingw build for portaudio by Benny Prijono · 17 years ago
  99. 554790c Temporarily removed portaudio by Benny Prijono · 17 years ago
  100. a10664c Fixed mingw build by Benny Prijono · 17 years ago