1. 4df37e9 Re #1202 (pjlib sysinfo): testing on OpenSolaris and added pjlib-test entry by Benny Prijono · 14 years ago
  2. fbe1d22 Misc (re #1068): fix compile error missing explicit casting for malloc in pjlib-test/ssl_sock.c on Symbian S60 5th ed (compiled as C++?). by Nanang Izzuddin · 14 years ago
  3. a7719d3 Ticket #1043: by Nanang Izzuddin · 15 years ago
  4. 5e69da5 More ticket #1032: by Nanang Izzuddin · 15 years ago
  5. 2fb937e Ticket #1032: by Nanang Izzuddin · 15 years ago
  6. 4969f37 More ticket #1037: by Benny Prijono · 15 years ago
  7. ba858ec Fixed ticket #1037: Memory pool alignment error when alignment is set to be greater than the default (thanks John Ridges for the report): by Benny Prijono · 15 years ago
  8. d523370 Initial OpenBSD fixes (#994): by Benny Prijono · 15 years ago
  9. b2c7529 Ticket #1001: by Nanang Izzuddin · 15 years ago
  10. 3b6f0d9 Misc (#1003): by Benny Prijono · 15 years ago
  11. f366bf7 Ticket #1010: by Nanang Izzuddin · 15 years ago
  12. 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
  13. 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
  14. c6768e5 Updated ticket #981: pj_perror() and PJ_PERROR() API: by Benny Prijono · 15 years ago
  15. eef9b8d Ticket #957: by Nanang Izzuddin · 15 years ago
  16. 2d0f8fe Ticket #957: by Nanang Izzuddin · 15 years ago
  17. 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
  18. 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
  19. abce36a Ticket #957: by Nanang Izzuddin · 15 years ago
  20. 6cfc6d5 Ticket #957: by Nanang Izzuddin · 15 years ago
  21. ea6d3c4 Ticket #957: by Nanang Izzuddin · 15 years ago
  22. 78531d7 More ticket #972: SOL_UDP is not set properly on Linux by Benny Prijono · 15 years ago
  23. db04cd5 Ticket #972: setsockopt compatibility problems on Windows (thanks Yann and John Ridges for the reports) by Benny Prijono · 15 years ago
  24. 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
  25. 30b615c Ticket #886: by Nanang Izzuddin · 15 years ago
  26. 9f0ef09 Ticket #935: new pj_sockaddr_parse2() API by Benny Prijono · 15 years ago
  27. 25cb51d Ticket #913: Concurrency problem in select ioqueue may corrupt descriptor set by Benny Prijono · 15 years ago
  28. d1f65b0 Ticket #893: Fixed timer test for Symbian to use Active Scheduler poll, instead of timer poll. by Nanang Izzuddin · 15 years ago
  29. 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
  30. 6a65a7d Ticket #890: pjlib-test failed on select() test Windows Vista multi-core by Benny Prijono · 15 years ago
  31. 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
  32. d77e07b Ticket #758 (Problem with TCP transport on Symbian) by Benny Prijono · 15 years ago
  33. d4b0b1d More ticket #878: by Benny Prijono · 15 years ago
  34. f70f639 Part of ticket #887: by Benny Prijono · 15 years ago
  35. 0f4b9db Ticket #878: New PJLIB API to parse socket address string by Benny Prijono · 15 years ago
  36. 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
  37. 32d267b Fixed gcc-4.3.2 warnings with the warn_unused_result flag in some APIs by Benny Prijono · 16 years ago
  38. 95b5340 Fixed unreached code, deprecated fopen(), unused arguments, and other warnings with MSVC by Benny Prijono · 16 years ago
  39. 844653c Updated copyright notice in all files to Teluu Inc., and changed the year as well by Benny Prijono · 16 years ago
  40. 1b69e24 Ticket #650: Unit test failure in the timestamp test on very fast CPU (thanks Seth Hinze for the patch) by Benny Prijono · 16 years ago
  41. 4df9809 Fixed unused parameter warning in active socket test by Benny Prijono · 16 years ago
  42. 2266861 Ticket #595: Broken semaphore implementation on MacOS X (thanks Viktor Krikun for the report) by Benny Prijono · 16 years ago
  43. 417d605 Initial work for ticket #579: added option to make the active socket sends all the (TCP) data before calling completion callback by Benny Prijono · 16 years ago
  44. f137037 Ticket #568: The hash table ignores the last row of the table in hash table iteration, causing some memory leaks during shutdown routine because some objects are not destroyed by Benny Prijono · 16 years ago
  45. 32177c0 Large changeset to replace all occurences of year 2007 with 2008 in the copyright notice by Benny Prijono · 16 years ago
  46. ea8e436 More ticket #531: added user_data parameter in activesocket creation API to make it more robust against programming errors by Benny Prijono · 16 years ago
  47. 4bac2c1 Implement ticket #531: active socket abstraction to make ioqueue programming easier by Benny Prijono · 16 years ago
  48. 9375aca Fixed chunk size alignment in pool drain test by Nanang Izzuddin · 16 years ago
  49. e3f79fd Ticket #474: option in ioqueue to control concurrency (to allow/disallow simultaneous/multiple callback calls) by Benny Prijono · 17 years ago
  50. b1cf890 Fixed compilation errors on Symbian and others caused by ticket #472 (FD_SETSIZE was removed) by Benny Prijono · 17 years ago
  51. f3ce139 Set pool_test_malloc_free() to use malloc()/free() instead of new/delete since there is compilation error on Symbian with GCCE compiler. But this most likely will fail on run-time, so currently this test is broken for Symbian by Benny Prijono · 17 years ago
  52. c16c6e3 Ticket #415: implement IPv6 support in PJLIB by Benny Prijono · 17 years ago
  53. 8ab968f Ticket #354: build PJLIB as dynamic libraries (.DSO) in Symbian by Benny Prijono · 17 years ago
  54. 18a051b Fixed ticket #348: various bugs in string comparison functions by Benny Prijono · 17 years ago
  55. a0886c9 Fixed mutex leak in pjlib test (ioqueue unregistration test). Thanks Deanna Phillips by Benny Prijono · 17 years ago
  56. a0c8b5c Symbian fixes to compile on GCCE (nested callbacks etc) by Benny Prijono · 17 years ago
  57. a1e6968 HUGE changeset to make the rest of the libraries compile with C++ mode by Benny Prijono · 17 years ago
  58. ba5926a PJSUA-LIB was ported to Symbian and added simple Symbian app. Testing follows 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. c7434f6 Ticket #223: Added pj_strtoul2() by Benny Prijono · 17 years ago
  63. 60cac48 Related to ticket #149: added test in pjlib-test to capture host resolution crash by Benny Prijono · 18 years ago
  64. a771a51 Ticket #110: HUGE HUGE changeset to replace all occurence of year 2006 with 2007 in copyright notice in all sources by Benny Prijono · 18 years ago
  65. c77fd57 More robust pjlib file test: it shouldn't leave the file on the disk if the test fails by Benny Prijono · 18 years ago
  66. 83217fa Fixed ticket #105: unnecessary assert in fixed buffer based pool (pool_buf) on no memory condition by Benny Prijono · 18 years ago
  67. 5fb99e5 Fixed several compilation warnings with MSVC by Benny Prijono · 18 years ago
  68. cf8ed79 Fixed thread_test in pjlib-test: the stack buffer for pj_thread_desc may contain the previous registration values, causing the next pj_thread_register() to fail (tested on Linux FC4) by Benny Prijono · 18 years ago
  69. c5b6dbf Fixed autoconf in mingw by Benny Prijono · 18 years ago
  70. c4c8f24 Fix PJLIB on WinCE: by Benny Prijono · 18 years ago
  71. 9c025eb Fixed several bugs in WinNT IOCP: (1) accept() does not return correct addresses, (2) handle error condition when accept() returns -1 as the new socket by Benny Prijono · 18 years ago
  72. 63ab356 Attempted to fix epoll for Linux by Benny Prijono · 18 years ago
  73. fe9c9b6 Fixed link errors in ioqueue epoll backend by Benny Prijono · 18 years ago
  74. ac623b3 Change all pj_memset to pj_bzero(), where applicable by Benny Prijono · 18 years ago
  75. 01de33b Fixed bug in ioqueue IOCP: accept() callback is called with new socket handle already reset to -1 by Benny Prijono · 18 years ago
  76. 0e25e7c Fixed bug in sockaddr_in: the sin_zero part of the sockaddr_in is not zeroed, causing SIP transport hash table to behave erraticly by Benny Prijono · 18 years ago
  77. d841053 Cleanup misc compilation warnings with gcc by Benny Prijono · 18 years ago
  78. 42c5b9e Merge-in RTEMS port patch by Phil Torre <ptorre@zetron.com>, alpha release. by Benny Prijono · 18 years ago
  79. 2a81634 Don't use rdtsc for high res timestamp on Linux as it's highly inaccurate (for now) by Benny Prijono · 18 years ago
  80. 4fda1eb Added timestamp frequency accuracy test in pjlib-test by Benny Prijono · 18 years ago
  81. 5accbd0 Fixed race condition bug in ioqueue unregistration for select and Win32 IOCP backend by Benny Prijono · 18 years ago
  82. ac52df4 Fixed bug in ioqueue: crashed when key is unregistered while another thread is running a callback by Benny Prijono · 19 years ago
  83. 2cab3a5 Added a little more threading test and put more info in ioqueue test log by Benny Prijono · 19 years ago
  84. 8d317a0 Fixed bug in ioqueue with IO Completion Port backend, where events may still be called after key is unregistered by Benny Prijono · 19 years ago
  85. ed811d7 Fixed compilation and run warnings/errors with MSVC 2005 by Benny Prijono · 19 years ago
  86. 3d32730 Fixed build errors when PJ_OS_HAS_CHECK_STACK or PJ_HAS_TCP is disabled by Benny Prijono · 19 years ago
  87. 7d433ec Added gcov-report build target and fixed bug in string test under gcov by Benny Prijono · 19 years ago
  88. 37e8d33 Completed testing for WinCE port by Benny Prijono · 19 years ago
  89. 9cf138e Initial, quick and dirty WinCE port with EVC4 by Benny Prijono · 19 years ago
  90. 8220f90 Fixed bugs and added tests to handle NULL and zero length strings by Benny Prijono · 19 years ago
  91. cec5f4a More optimizations for msg parser etc. by Benny Prijono · 19 years ago
  92. a7944bb Added pj_stricmp_alnum() to speedup the parser!!! by Benny Prijono · 19 years ago
  93. 4f2be31 Fixed MSVC compilation warnings in release build by Benny Prijono · 19 years ago
  94. 99683ae Added rdtsc option for win32 timestamp and added pj_elapsed_msec by Benny Prijono · 19 years ago
  95. d0d44f5 Changed syntax to support Windows SEH by Benny Prijono · 19 years ago
  96. 5dcb38d Set svn:eol-style property by Benny Prijono · 19 years ago
  97. e0312a7 Pretty comments by Benny Prijono · 19 years ago
  98. e722461 Applying license to pjproject by Benny Prijono · 19 years ago
  99. 0e64113 Linux alpha test by Benny Prijono · 19 years ago
  100. e91bf77 Initial configuration for pjlib-util by Benny Prijono · 19 years ago