1. 9280782 Fixed ticket #310: Memory alignment problem in pool_buf (thanks Esbjörn Dominique) by Benny Prijono · 17 years ago
  2. a13314a Fixed ticket #307: Fail to parse fully qualified PIDF document (thanks Cool_Zer0) by Benny Prijono · 17 years ago
  3. 3bbc27c Ticket #308: Selective STUN authentication for STUN failure responses by Benny Prijono · 17 years ago
  4. 7a5f510 Fixed ticket #91: timer to re-subscribe buddy's presence when subscription failed by Benny Prijono · 17 years ago
  5. b6e8bd4 Fixed ticket #306: Error in SIP transport lookup because of memory alignment problem (thanks Samuel Vinson) by Benny Prijono · 17 years ago
  6. a0886c9 Fixed mutex leak in pjlib test (ioqueue unregistration test). Thanks Deanna Phillips by Benny Prijono · 17 years ago
  7. 17e58ed Fixed ticket #304: Memory alignment error for hash entry buffer causing crash on ARM (thanks ChenHuan) by Benny Prijono · 17 years ago
  8. 4730d6b Fixed ticket #303: Crash on STUN session's keep alive on loss of network connectivity by Benny Prijono · 17 years ago
  9. ecbd090 Fixed ticket #300: Assertion error or handle leak when creating thread with SUSPENDED state by Benny Prijono · 17 years ago
  10. 6fbe48e Fixed gcc warning because of ticket #297 by Benny Prijono · 17 years ago
  11. 850bc77 Fixed ticket #299: Compile error when PJ_SOCKADDR_HAS_LEN is set by Benny Prijono · 17 years ago
  12. 50e5c53 Ticket #298: New API to get the number of ports registered in conference bridge by Benny Prijono · 17 years ago
  13. 684c057 Fixed ticket #297: Bug in handling data from peer in TURN sample application (thanks scott_lvsha) by Benny Prijono · 17 years ago
  14. ba863f4 Changed version to 0.7.0-rc2 by Benny Prijono · 17 years ago
  15. fb2cec3 Fixed gcc warning about unitialized variable by Benny Prijono · 17 years ago
  16. 9d105f4 Fixed ticket #295: Uninitialized memory read reported by Purify in sound device by Benny Prijono · 17 years ago
  17. f9b56ec Fixed ticket #293: Uninitialized memory read reported by Purify in SIP authentication by Benny Prijono · 17 years ago
  18. da1e063 Fixed ticket #291: Free memory read in PUBLISH session by Benny Prijono · 17 years ago
  19. 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
  20. edd4ffa Ticket #287: selectively disable authentication for several STUN error responses by Benny Prijono · 17 years ago
  21. eb92128 Fixed ticket #286: Bug in STUN FINGERPRINT verification and logging STUN message by Benny Prijono · 17 years ago
  22. 1c064e6 Fixed ticket #285: ICE transport stops receiving packet upon getting ICMP unreach on Windows by Benny Prijono · 17 years ago
  23. 0606e70 Fixed ticket #284: Failed scenarios with CANCEL requests (thanks Esbjörn Dominique) by Benny Prijono · 17 years ago
  24. bbeb399 Ticket #283: Added another pjsua IM callback with the message passed as argument (thanks Paul Levin) by Benny Prijono · 17 years ago
  25. b823dbd Fixed ticket #279: Bug with authenticating STUN response causes STUN responses to be dropped by Benny Prijono · 17 years ago
  26. 4e48b51 Fixed ticet #277: GUID generation cannot generate more than 2^16 unique numbers (thanks Igor Sobinov) by Benny Prijono · 17 years ago
  27. 48da92e Fixed ticket #100: Assertion failure when terminating subscription with PJSUA-API (thanks Edward Tian) by Benny Prijono · 17 years ago
  28. abcf49c Changed version to 0.7.0-rc1 by Benny Prijono · 17 years ago
  29. 318f384 Fixed ticket #276: Error creating resolver on Win32 release mode (thanks Frank Wiersma) by Benny Prijono · 17 years ago
  30. 3850740 Fixed Symbian compilation error for pjsua_im.c by Benny Prijono · 17 years ago
  31. 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
  32. 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
  33. 06ac3cf Define PJSIP_SAFE_MODULE=0 for Symbian by Benny Prijono · 17 years ago
  34. a0c8b5c Symbian fixes to compile on GCCE (nested callbacks etc) by Benny Prijono · 17 years ago
  35. 2fedc73 Added missing distclean rule in pjnath Makefile by Benny Prijono · 17 years ago
  36. 8334ea1 Fixed compilation error in gsm codec caused by last C++ changes by Benny Prijono · 17 years ago
  37. a1e6968 HUGE changeset to make the rest of the libraries compile with C++ mode by Benny Prijono · 17 years ago
  38. a266868 Fixed missing padding when calculating MESSAGE-INTEGRITY in STUN by Benny Prijono · 17 years ago
  39. 427af7d Added IP bandwidth output in pjsua dq report by Benny Prijono · 17 years ago
  40. 2adfe29 Added missing ptime when writing config in pjsua by Benny Prijono · 17 years ago
  41. 55e8235 Fixed crash when incoming call is received while application is starting by Benny Prijono · 17 years ago
  42. 93eb250 Fixed dependencies for the samples project by Benny Prijono · 17 years ago
  43. 8a74445 Added registration and other settings in WinCE sample by Benny Prijono · 17 years ago
  44. 9cdd182 Updated PA version to build CE properly by Benny Prijono · 17 years ago
  45. 14d3f41 Added null_audio project for Symbian by Benny Prijono · 17 years ago
  46. 459d3bf PortAudio build problems fixed for CE by Benny Prijono · 17 years ago
  47. 54f6d8d Fixed more bugs caused by ticket #221 by Benny Prijono · 17 years ago
  48. c71ad43 Added comments for Symbian sample by Benny Prijono · 17 years ago
  49. 897f9f8 Misc Symbian fixes, looks good by Benny Prijono · 17 years ago
  50. bdb25f3 Fixed crash in PortAudio's Pa_Util_DebugPrint (pa_debugprint.c - line 102) by Benny Prijono · 17 years ago
  51. b2c9682 Implemented ticket #246, #247, #261, #268, #250 for Symbian by Benny Prijono · 17 years ago
  52. 72a81aa More Symbian fixes by Benny Prijono · 17 years ago
  53. 5d54264 Errno and memory size tweaking for Symbian by Benny Prijono · 17 years ago
  54. 5bb9422 Fixed nullsound in Symbian by Benny Prijono · 17 years ago
  55. ba5926a PJSUA-LIB was ported to Symbian and added simple Symbian app. Testing follows by Benny Prijono · 17 years ago
  56. 9d4469d Ported PJSIP and PJSIP-SIMPLE to Symbian by Benny Prijono · 17 years ago
  57. 5feee2e PJSDP port to Symbian by Benny Prijono · 17 years ago
  58. 727f203 Ported PJLIB-UTIL and PJNATH to Symbian by Benny Prijono · 17 years ago
  59. aeeb1d1 Ported PJLIB and PJLIB-TEST to Symbian! by Benny Prijono · 17 years ago
  60. 64898b5 Fixed build error on Linux by Benny Prijono · 17 years ago
  61. f260e46 Initial Symbian integration to trunk for pjlib by Benny Prijono · 17 years ago
  62. b94a9f7 Fixed mp3_writer.c include by Benny Prijono · 17 years ago
  63. 4fb32b5 Added resample DLL project by Benny Prijono · 17 years ago
  64. 94aee45 Related to ticket #240: fixed URI test because of changes in parsing quoted parameter by Benny Prijono · 17 years ago
  65. 8fcbe2d Continuing ticket #240: Error parsing quoted URI parameters by Benny Prijono · 17 years ago
  66. b4bedb9 Moved split-3rd-party branch to the trunk by Benny Prijono · 17 years ago
  67. ad2e0ca Fixed ticket #242: Crash on Windows when no sound device is available by Benny Prijono · 17 years ago
  68. 8aea0d9 Fixed ticket #240: error parsing/printing quoted parameters, and also added header tests in pjsip-test by Benny Prijono · 17 years ago
  69. 4cf8d1c Undo ticket #238 by Benny Prijono · 17 years ago
  70. 83186e0 Fixed ticket #238: allow colon in Via parameters by Benny Prijono · 17 years ago
  71. 6212899 ICE: fixed pruning of host candidates by Benny Prijono · 17 years ago
  72. 302fa13 ICE: prune host candidates (not in ICE) by Benny Prijono · 17 years ago
  73. ca1447f Fixed typo in PUBLISH documentation (thanks Klaus Darilion) by Benny Prijono · 17 years ago
  74. abdacdd Fixed mingw build for portaudio by Benny Prijono · 17 years ago
  75. 554790c Temporarily removed portaudio by Benny Prijono · 17 years ago
  76. a10664c Fixed mingw build by Benny Prijono · 17 years ago
  77. af09dc3 Merged changes from the trunk by Benny Prijono · 17 years ago
  78. 4745846 Fix for ticket #221: retransmit timer wasn't cleared when 2xx response for NIT is received, causing assertion failure by Benny Prijono · 17 years ago
  79. b39331d ICE: check for duplicate candidates, and change foundation to use the base address instead by Benny Prijono · 17 years ago
  80. 2769b29 Fixed ticket #236: Crash in console application when invalid command line is given (thanks Roland Klabunde) by Benny Prijono · 17 years ago
  81. 143cb3f Fixed ticket #233: Parse failure on big endian machines (thanks Vladimir Hozjan) by Benny Prijono · 17 years ago
  82. d962784 Fixed the legacy build system by Benny Prijono · 17 years ago
  83. 25dfd1d Fixed build system for third_party by Benny Prijono · 17 years ago
  84. 7d46a76 Implemented ticket #230: Added make install command (thanks Jan Nieuwenhuizen) by Benny Prijono · 17 years ago
  85. a58a139 Fixed ticket #228: Unresolved error in alaw/ulaw conversion with C++ build (thanks Alain Totouom) by Benny Prijono · 17 years ago
  86. 3be5626 Fixed ticket #225: Bug in pjmedia_sdp_attr_find (thanks Geoff Talbot) by Benny Prijono · 17 years ago
  87. c7434f6 Ticket #223: Added pj_strtoul2() by Benny Prijono · 17 years ago
  88. 9c2933c Fixed ticket #221: Bug in retransmission of non-INVITE SIP requests in UAC transaction (thanks Martin Peterzon) by Benny Prijono · 17 years ago
  89. 07066b0 Fixed ticket #219: Bug in hash table when key is PJ_HASH_KEY_STRING and hval is specified (thanks ChenHuan) by Benny Prijono · 17 years ago
  90. 8004735 Allow stun_host settin in pjsua to have port number by Benny Prijono · 17 years ago
  91. 7e8f568 Fixed assertion error when local_pref is set to zero in pj_ice_sess_add_cand() by Benny Prijono · 17 years ago
  92. 27c9872 Initial modification to Makefiles by Benny Prijono · 17 years ago
  93. d187231 Added PortAudio build files by Benny Prijono · 17 years ago
  94. eb4cf91 Initial Makefiles for the third_party components by Benny Prijono · 17 years ago
  95. 4f093d2 Updated EVC project files with new directory layout by Benny Prijono · 17 years ago
  96. a378bfc Added the VS8 project files by Benny Prijono · 17 years ago
  97. c95a0f0 Fixed all VS6 and VS8 projects with new third party projects layout by Benny Prijono · 17 years ago
  98. f03861b mv resample_resample.c resample.c by Benny Prijono · 17 years ago
  99. e58cbe1 Moved plc, resample, and mp3 to third_party by Benny Prijono · 17 years ago
  100. 8758b9c mv resample.c resample_resample.c by Benny Prijono · 17 years ago