1. caecfd4 Ticket #992: Symbian build issues using RVCT compiler (thanks Gabor Tanka for the fix) by Benny Prijono · 15 years ago
  2. f366bf7 Ticket #1010: by Nanang Izzuddin · 15 years ago
  3. 18217d6 Few fixes and enhancements to Windows IP helper, related to #1000: by Benny Prijono · 15 years ago
  4. 48443dd More ticket #1000: by Benny Prijono · 15 years ago
  5. f4385cd Fixed ticket #1007: Heap corruption when socket address with invalid address family is given (thanks Emil Sturniolo for the report) by Benny Prijono · 15 years ago
  6. d53ed17 Ticket #1004: Symbian timer heap fix by Benny Prijono · 15 years ago
  7. 54d642d Ticket #1000: fixed different treatment with regard to Unicode argument to GetProcAddress between Windows and Windows Mobile by Benny Prijono · 15 years ago
  8. fcaf9cf More ticket #1000 (IPv6 interface enumeration fails due to typo error in Windows targets): by Benny Prijono · 15 years ago
  9. 49e78b4 Fixed ticket #1000: IPv6 interface enumeration fails due to typo error in Windows targets by Benny Prijono · 15 years ago
  10. 64900a0 Changed version to 1.5 by Benny Prijono · 15 years ago
  11. b918ae0 Misc (#951): fixed compilation warning on Win32 Release build by Benny Prijono · 15 years ago
  12. 4874763 Ticket #957: by Nanang Izzuddin · 15 years ago
  13. a4cf8d8 Ticket #957: Updated SSL sock performance test to avoid false connected state problem caused by server listen backlog excess (problem examined on mac platform). by Nanang Izzuddin · 15 years ago
  14. 15d5108 #972: Removed PJ_SOL_SOCKET check in pjlib-test as it is defined as 0xffff on some platforms (e.g: Win, Mac). by Nanang Izzuddin · 15 years ago
  15. 0a411e2 Misc (#951): fixed compilation warning on gcc/Linux by Benny Prijono · 15 years ago
  16. 2ef519f Fixed ticket #989: Issues with Windows Unicode build (thanks Michele Cicciotti for the patch) by Benny Prijono · 15 years ago
  17. b5e025a Ticket #957: Fixed 0.0.0.0:0 address returned by SIP TLS client transport, which would cause 0.0.0.0:0 address in SIP via header. by Nanang Izzuddin · 15 years ago
  18. a25bc9d Ticket #950 and #957: by Benny Prijono · 15 years ago
  19. 7ee0533 More #957 (TLS): updated pj_perror() with the new PJ_PERROR() API by Benny Prijono · 15 years ago
  20. 0e61a5b More #950 (QoS): updated with the new pj_perror() syntax by Benny Prijono · 15 years ago
  21. c6768e5 Updated ticket #981: pj_perror() and PJ_PERROR() API: by Benny Prijono · 15 years ago
  22. eef9b8d Ticket #957: by Nanang Izzuddin · 15 years ago
  23. 8e5f634 Ticket #957: Workaround fix for SSL socket specific related to ticket #985. by Nanang Izzuddin · 15 years ago
  24. 2d0f8fe Ticket #957: by Nanang Izzuddin · 15 years ago
  25. 8db270b Fixed ticket #975: Symbian timer heap implementation unable to schedule duration more than 2100 seconds (thanks Nir Elkayam for the report) by Benny Prijono · 15 years ago
  26. 3128a12 Misc fix (#951): Fixed possible random/unexpected pairs generated in ioqueue tcp unit test (such case was occured when test was performed using IOCP ioqueue on Vista). by Nanang Izzuddin · 15 years ago
  27. b999d34 More ticket #972: setsockopt options compatibility on various platforms: pjlib-test failed on socket test because SOL_SOCKET is defined by Windows Platform SDK as 0xFFFF by Benny Prijono · 15 years ago
  28. abce36a Ticket #957: by Nanang Izzuddin · 15 years ago
  29. 7369d22 Ticket #984: Minor fix of compile warning of unused arg. by Nanang Izzuddin · 15 years ago
  30. 36aa1fb Ticket #984: Fixed active socket to pass updated/correct descriptors in invoking accept callback for the application. by Nanang Izzuddin · 15 years ago
  31. 8d75958 Ticket #957: Removed DTLS proto in SSL socket with OpenSSL backend as it hasn't been really supported yet. by Nanang Izzuddin · 15 years ago
  32. 6cfc6d5 Ticket #957: by Nanang Izzuddin · 15 years ago
  33. ea6d3c4 Ticket #957: by Nanang Izzuddin · 15 years ago
  34. a326fbf Misc fix (#951): Updated active socket to keep passing the packet pointer, instead of NULL, when connection is closed/error and no remainder data, as application, e.g: SSL sock, may need to have access on it. by Nanang Izzuddin · 15 years ago
  35. 610973a More ticket #950 (QoS): by Benny Prijono · 15 years ago
  36. 4d79b0f Initial commit for ticket #950: QoS support: by Benny Prijono · 15 years ago
  37. 9055f57 Ticket #981: new pj_perror() utility API by Benny Prijono · 15 years ago
  38. 78531d7 More ticket #972: SOL_UDP is not set properly on Linux by Benny Prijono · 15 years ago
  39. 1741242 Fixed ticket #980: Memory pool alignment error when alignment is set to be greater than 4 bytes (thanks John Ridges for the report) by Benny Prijono · 15 years ago
  40. 1d61ba5 More ticket #972: fixed compilation error on Linux due to the last introduction ot PJ_TCP_NODELAY. Everyone needs to re-run configure though (thanks Dan Arrhenius for the report) by Benny Prijono · 15 years ago
  41. 72748d0 More ticket #972: compilation problem with IPPROTO_IPV6 constant (thanks Robert Cichielo for the report) by Benny Prijono · 15 years ago
  42. 006cc01 Ticket #957: by Nanang Izzuddin · 15 years ago
  43. 948d4f8 Fixed ticket #973: pj_ioqueue_accept() fails on Windows NT IOCP backend if connection is immediately available and the "local" parameter is NULL (thanks John Ridges for the report) by Benny Prijono · 15 years ago
  44. db04cd5 Ticket #972: setsockopt compatibility problems on Windows (thanks Yann and John Ridges for the reports) by Benny Prijono · 15 years ago
  45. 6c62bf4 Ticket #957: Initial version of TLS transport for Symbian, includes: by Nanang Izzuddin · 15 years ago
  46. 5f19917 Misc (#951): Updated the doxygen comment/documentation in pj_gethostname() that specying IPv4 address will fail on some platforms (e.g. Windows). Thanks Robert Cichielo for the report. by Benny Prijono · 15 years ago
  47. 06ac1f1 Changed version to 1.4-trunk by Benny Prijono · 15 years ago
  48. 295f2ce Changed version to 1.4 by Benny Prijono · 15 years ago
  49. 1ff605d Ticket #946: Fixed Symbian address resolver to have PJ_HAS_IPV6 check, so it will not try to resolve IPv6 address family when IPv6 is not enabled. by Nanang Izzuddin · 15 years ago
  50. fe73251 More #935: don't call pj_sockaddr_init() for PJ_AF_INET6 if IPv6 is not enabled by Benny Prijono · 15 years ago
  51. f561b7e Fixed ticket #939: Throwing exception inside exception handler will cause infinite loop (thanks Roman Puls for the report) by Benny Prijono · 15 years ago
  52. 30b615c Ticket #886: by Nanang Izzuddin · 15 years ago
  53. 05eb3e3 Ticket #915 (misc fixes): by Benny Prijono · 15 years ago
  54. e5fe420 Ticket #931: Fixed logging for non-multithreading platforms. by Nanang Izzuddin · 15 years ago
  55. d7d58ca Misc (ticket #915): enlarge the column for pool name in pj_pool_factory_dump() output by Benny Prijono · 15 years ago
  56. 9f0ef09 Ticket #935: new pj_sockaddr_parse2() API by Benny Prijono · 15 years ago
  57. b1a3e73 Ticket #931: Logging function may infinitely recursively calls itself on Windows Mobile (thanks Emil Sturniolo for the report) by Benny Prijono · 15 years ago
  58. 4d8846b Ticket #923: New API to retrieve current jitter buffer state from a stream/session by Benny Prijono · 15 years ago
  59. be6d5db Ticket #922: Option to enable mutex related logging to assist troubleshooting concurrency problems by Benny Prijono · 15 years ago
  60. f940be4 Ticket #921: New logging option/flag to include caller thread ID by Benny Prijono · 15 years ago
  61. fc279de Ticket #909: by Nanang Izzuddin · 15 years ago
  62. 25cb51d Ticket #913: Concurrency problem in select ioqueue may corrupt descriptor set by Benny Prijono · 15 years ago
  63. d687a50 Ticket #909: by Nanang Izzuddin · 15 years ago
  64. 324fccc Changed version to 1.3-trunk by Benny Prijono · 15 years ago
  65. 3bbe663 Changed version to 1.3 by Benny Prijono · 15 years ago
  66. d1f65b0 Ticket #893: Fixed timer test for Symbian to use Active Scheduler poll, instead of timer poll. by Nanang Izzuddin · 15 years ago
  67. c174868 Ticket #891: fixed deadlock on pjlib-test ioqueue unregister stress test. This seems to have fixed the Bus error too by Benny Prijono · 15 years ago
  68. 6a65a7d Ticket #890: pjlib-test failed on select() test Windows Vista multi-core by Benny Prijono · 15 years ago
  69. f84d9ba Ticket #887: Minor update: added app registration info for Symbian pjlib-test, so there will be shortcut when installed on device. by Nanang Izzuddin · 15 years ago
  70. d77e07b Ticket #758 (Problem with TCP transport on Symbian) by Benny Prijono · 15 years ago
  71. d4b0b1d More ticket #878: by Benny Prijono · 15 years ago
  72. f70f639 Part of ticket #887: by Benny Prijono · 15 years ago
  73. e11dbee Misc fix (#838): fixed warning about unitialized status variable with gcc by Benny Prijono · 15 years ago
  74. 7764f17 Misc (ticket #838): by Benny Prijono · 15 years ago
  75. 0f4b9db Ticket #878: New PJLIB API to parse socket address string by Benny Prijono · 15 years ago
  76. 8c67a3a Updated version to 1.2-trunk by Benny Prijono · 15 years ago
  77. cf4be39 Changed version to 1.2 by Benny Prijono · 15 years ago
  78. 4578eb5 More ticket #825: added pointer to the ticket number in the comment. by Benny Prijono · 15 years ago
  79. 53e968d Ticket #825: FILE_APPEND_DATA is not valid on Smartphone/Pocket PC2003 and Windows Mobile 5, so remove the flag when PJ_WIN32_WINCE is set (thanks Robert Cichielo for the suggestion) by Benny Prijono · 15 years ago
  80. c91cd64 Ticket #818: by Nanang Izzuddin · 15 years ago
  81. 494ff7f Ticket #818: by Nanang Izzuddin · 15 years ago
  82. dc8c490 More ticket #706: renamed output names from vs8 to vc8 to make it backward compatible by Benny Prijono · 15 years ago
  83. f10b04b Ticket #706: Merged branch vs-reorg2 into trunk: by Nanang Izzuddin · 15 years ago
  84. 27fc143 Ticket #800: Change in IP address selection algorithm (the pj_gethostip() function): by Benny Prijono · 15 years ago
  85. 2e4f03f Cleaned up bunch of compile warnings. Special for libgsmcodec, its warning level is reduced from 4 to 3. by Nanang Izzuddin · 15 years ago
  86. 89c273e Initial VS settings for all platforms. by Nanang Izzuddin · 15 years ago
  87. 5ac6cdf #792: Fixed WM6 build configs, updated svn prop for pjsua_wince & pocketpj. by Nanang Izzuddin · 15 years ago
  88. 57ccc7f #792: Updated output file name: use short platform name wm6std/pro & replace hyphen with dash. by Nanang Izzuddin · 15 years ago
  89. 50a7530 #792 work in progress by Perry Ismangil · 15 years ago
  90. 29b6baf #792: Renamed test_pjsip to pjsip_test, updated some missing settings for Win32 platform. by Nanang Izzuddin · 15 years ago
  91. 6ae3846 #792: Updated property sheet win32-common and updated some projects settings by Nanang Izzuddin · 15 years ago
  92. 740891e #792 work in progress: all vcproj now has property sheets wired in. by Perry Ismangil · 15 years ago
  93. a5c1abf Added sample of ps inherited from another ps. by Nanang Izzuddin · 15 years ago
  94. 23e33c9 #792 work in progress by Perry Ismangil · 15 years ago
  95. e6410c2 #792 work in progress, solutions loads but then freezes VS. Trying it on other PCs. by Perry Ismangil · 15 years ago
  96. 05d1769 #706 work in progress: all Win32 projects now have all 6 configs. Settings not correct yet. by Perry Ismangil · 15 years ago
  97. 8caf31c Ticket #772 (misc fix): Updated floating point version of math statistic to return the rounded mean value. by Nanang Izzuddin · 15 years ago
  98. 56aaca9 Misc (ticket #772): added missing hash_test.c in pjlib-test eVC4 project by Benny Prijono · 15 years ago
  99. f1a47b8 Ticket #764: Bug with milliseconds time resolution in WinCE/Windows Mobile targets (thanks Johan Lantz for the report) by Benny Prijono · 15 years ago
  100. 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