1. 1af6beb Fixed compilation warnings by Benny Prijono · 17 years ago
  2. 1f61a8f Ticket #354: continuing work to port the Symbian libraries to .DSO format by Benny Prijono · 17 years ago
  3. d51a37a Continue work on ticket #354: changed pjlib-util and pjnath libraries to .DSO (DLL) in Symbian by Benny Prijono · 17 years ago
  4. 48ef5a3 Ticket #358: link dynamically with IPHLPAPI.DLL by Benny Prijono · 17 years ago
  5. 8ab968f Ticket #354: build PJLIB as dynamic libraries (.DSO) in Symbian by Benny Prijono · 17 years ago
  6. 18a051b Fixed ticket #348: various bugs in string comparison functions by Benny Prijono · 17 years ago
  7. 593ccc6 Ticket #343: Canceling pending ioqueue operation in Symbian causes assertion failure by Benny Prijono · 17 years ago
  8. dfdfc21 Fixed ticket #340: File access problem on WinCE by Benny Prijono · 17 years ago
  9. 1629946 Ticket #333: Added buffer overflow detection in vsprintf emulation for Symbian by Benny Prijono · 17 years ago
  10. ba4abc9 Implement ticket #314: Added PJ_SAFE_POOL configuration in PJLIB to track down memory corruptions by Benny Prijono · 17 years ago
  11. 6bafd42 Changed version to 0.7.0-trunk by Benny Prijono · 17 years ago
  12. f2119c7 Set version to 0.7.0 by Benny Prijono · 17 years ago
  13. 9280782 Fixed ticket #310: Memory alignment problem in pool_buf (thanks Esbjörn Dominique) by Benny Prijono · 17 years ago
  14. a0886c9 Fixed mutex leak in pjlib test (ioqueue unregistration test). Thanks Deanna Phillips by Benny Prijono · 17 years ago
  15. 17e58ed Fixed ticket #304: Memory alignment error for hash entry buffer causing crash on ARM (thanks ChenHuan) by Benny Prijono · 17 years ago
  16. ecbd090 Fixed ticket #300: Assertion error or handle leak when creating thread with SUSPENDED state by Benny Prijono · 17 years ago
  17. 850bc77 Fixed ticket #299: Compile error when PJ_SOCKADDR_HAS_LEN is set by Benny Prijono · 17 years ago
  18. ba863f4 Changed version to 0.7.0-rc2 by Benny Prijono · 17 years ago
  19. 4e48b51 Fixed ticet #277: GUID generation cannot generate more than 2^16 unique numbers (thanks Igor Sobinov) by Benny Prijono · 17 years ago
  20. abcf49c Changed version to 0.7.0-rc1 by Benny Prijono · 17 years ago
  21. a0c8b5c Symbian fixes to compile on GCCE (nested callbacks etc) by Benny Prijono · 17 years ago
  22. a1e6968 HUGE changeset to make the rest of the libraries compile with C++ mode by Benny Prijono · 17 years ago
  23. 897f9f8 Misc Symbian fixes, looks good by Benny Prijono · 17 years ago
  24. b2c9682 Implemented ticket #246, #247, #261, #268, #250 for Symbian by Benny Prijono · 17 years ago
  25. 72a81aa More Symbian fixes by Benny Prijono · 17 years ago
  26. 5d54264 Errno and memory size tweaking for Symbian by Benny Prijono · 17 years ago
  27. ba5926a PJSUA-LIB was ported to Symbian and added simple Symbian app. Testing follows by Benny Prijono · 17 years ago
  28. aeeb1d1 Ported PJLIB and PJLIB-TEST to Symbian! by Benny Prijono · 17 years ago
  29. 64898b5 Fixed build error on Linux by Benny Prijono · 17 years ago
  30. f260e46 Initial Symbian integration to trunk for pjlib by Benny Prijono · 17 years ago
  31. c7434f6 Ticket #223: Added pj_strtoul2() by Benny Prijono · 17 years ago
  32. 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
  33. 3569c0d Fixed ticket #216: Build error when PJ_HAS_TCP is set to zero (thanks ChenHuan) by Benny Prijono · 17 years ago
  34. cb57962 A little bit of improvement in pj_time_val_normalize() by Benny Prijono · 17 years ago
  35. 4a035e9 Minor fix: set integer type to pj_uint32_t (from unsigned) for TI platform by Benny Prijono · 17 years ago
  36. 6b5b660 Fixed not enough buffer error with IP helper on XP SP2 by Benny Prijono · 17 years ago
  37. a6bd758 Updated projects and Makefiles with the new pjnath library by Benny Prijono · 17 years ago
  38. fed1af9 Created doxygen documentation for PJNATH by Benny Prijono · 18 years ago
  39. b681a2f ICE (work in progress): use single socket for all candidates in component, and implemented IP interface enumeration on Win32 by Benny Prijono · 18 years ago
  40. b514e55 Make it build cleanly on RedHat 7.3, gcc 2.96, linux-2.4.18 (also somebody reported build error on Slack 7.1 by Benny Prijono · 18 years ago
  41. ee73871 Implemented ticket #185: Added pj_file_flush() to file I/O API to flush file buffers by Benny Prijono · 18 years ago
  42. 4a5af68 Fixed ticket #181: Failed compilation because usleep() does not return int on some *nix platforms (thanks Jukka-Pekka Kervinen) by Benny Prijono · 18 years ago
  43. d597174 Completed and tested (simple test) the TURN server and command line STUN/TURN client by Benny Prijono · 18 years ago
  44. 2360489 Fixed ticket #162: assertion on thread creation in Win32 when log level 6 is enabled by Benny Prijono · 18 years ago
  45. 505e82e Optimization on the log and add tracing on mutex trylock by Benny Prijono · 18 years ago
  46. 60cac48 Related to ticket #149: added test in pjlib-test to capture host resolution crash by Benny Prijono · 18 years ago
  47. 56f4bb7 Fixed ticket #151: pj_gethostip() should fallback to default interface when 127.x.x.x is returned, not just 127.0.0.1 (thanks Andrey Kuprianov) by Benny Prijono · 18 years ago
  48. 129287a Fixed ticket #149: Crash when resolving bad hostnames in Linux (thanks Binu KS) by Benny Prijono · 18 years ago
  49. c50f81b Fixed ticket 146: Division by zero in pj_pool_factory_dump() when there is no active pool by Benny Prijono · 18 years ago
  50. d0a3585 Ticket #121 and #122: Initial implementation of generic STUN transaction, with Binding request as an example by Benny Prijono · 18 years ago
  51. 20d3672 Fixed ticket #132: dialog automatically insert Contact header when sending 3xx response (thanks Hozjan Vladimir for the report) by Benny Prijono · 18 years ago
  52. 54a4f3d Fixed ticket #117: Bug in pj_array_insert() when position is equal to count-1 by Benny Prijono · 18 years ago
  53. cee199e Set version to 0.5.10.1 by Benny Prijono · 18 years ago
  54. 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
  55. 9fe1ad2 Fixed ticket #107: deadlock with ioqueue/IOCP unregistration when unregistration is done in the callback by Benny Prijono · 18 years ago
  56. 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
  57. 2e5516e Fixed ticket #106: writing data outside buffer in Win32 error string generation by Benny Prijono · 18 years ago
  58. 83217fa Fixed ticket #105: unnecessary assert in fixed buffer based pool (pool_buf) on no memory condition by Benny Prijono · 18 years ago
  59. 92d6356 Bumped up version to 0.5.10-rc2 by Benny Prijono · 18 years ago
  60. 05afd3f Changing PJLIB version to 0.5.10-rc1 to avoid confusion by Benny Prijono · 18 years ago
  61. 87a0089 Implement ticket #83: socket TOS abstraction by Benny Prijono · 18 years ago
  62. fc24e69 Fixed various gcc warnings especially related to ticket #82 when particular codecs are disabled by Benny Prijono · 18 years ago
  63. 64df0eb Ticket #80: pj_gethostbyname() should return the appropriate native error code when it fails by Benny Prijono · 18 years ago
  64. e80cdf0 Updated doxygen documentation to version 0.5.10 by Benny Prijono · 18 years ago
  65. 5fb99e5 Fixed several compilation warnings with MSVC by Benny Prijono · 18 years ago
  66. 9cee77f Give more useful information when assertion fails in pj_thread_this() by Benny Prijono · 18 years ago
  67. e960bb5 Fixed gcc warnings, especially about dereferencing type-punned pointer by Benny Prijono · 18 years ago
  68. 2fa9422 Removed unusable and scary warning when ioqueue cannot write packet immediately by Benny Prijono · 18 years ago
  69. b43bad7 Fix ticket #71: When host doesn't have any NIC interfaces, pj_gethostip() should return 127.0.0.1 instead of error by Benny Prijono · 18 years ago
  70. 57dc48b In relation to ticket #49: fix support for recv() flags such as PJ_MSG_PEEK and PJ_MSG_OOB etc by Benny Prijono · 18 years ago
  71. f6b9530 Fixed ticket #49: When socket is signaled for readability, recv()/recvfrom is called with flags set to zero. It should use the flags as specified when ioqueue_recv()/ioqueue_recvfrom() was called. by Benny Prijono · 18 years ago
  72. 00c6c04 Changed critical section in os_core_unix.c to use recursive mutex by Benny Prijono · 18 years ago
  73. f762ee7 Fixed ticket #29: calling pjsua_init() to reinitialize the whole libraries after pjsua_destroy() is called by Benny Prijono · 18 years ago
  74. 63a0e31 Bumped up version to 0.5.9 by Benny Prijono · 18 years ago
  75. 4be63b5 Print media statistic when call is disconnected in pjsua, to assist tracing media problems by Benny Prijono · 18 years ago
  76. 08beac6 Fixed crash in IoCompletionPort during unregistration. Also remove WSACleanup() from pj_shutdown() since it may not be a good idea (and for one thing it crashes with Invalid Handle exception) by Benny Prijono · 18 years ago
  77. 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
  78. 06a2db9 Added pj_shutdown() on os_core_unix.c by Benny Prijono · 18 years ago
  79. af1bb1e Fixed handles leak upon program exit, by introducing pj_shutdown() and pj_atexit(). Also fixed handle leaks in SIP transaction layer and SIP endpoint. by Benny Prijono · 18 years ago
  80. 31333b6 Fixed minor memory leak in caching pool (one malloc is not freed) by Benny Prijono · 18 years ago
  81. f7b1c39 Committed what seems like what left uncommitted in previous commit (pjsua_app.c and pj/config.c) by Benny Prijono · 18 years ago
  82. 42e9e5f Fixed bug in static buffer based pool: thread local strorage leakage by Benny Prijono · 18 years ago
  83. 0f3173d Fixed bug in log length calculation (null character was included) [thanks Klaus Darilion] by Benny Prijono · 18 years ago
  84. fa9e5b1 Major addition to support DNS SRV resolution in PJSIP: by Benny Prijono · 18 years ago
  85. dd71058 Changed puts() to printf() in log_writer_stdout.c, since puts() introduced extra newline. by Benny Prijono · 18 years ago
  86. 3059eb6 Fixed compilation errors when threading is disabled (PJ_HAS_THREADS=0) and safe ioqueue unregistration is disabled (PJ_IOQUEUE_HAS_SAFE_UNREG=0). Also increase PJ_IOQUEUE_MAX_HANDLES for minimum config to 16 in config_sample.h [thanks Olivier Gournet]. by Benny Prijono · 18 years ago
  87. 2b2757b Changed fputs() to puts() in log_writer_stdout.c, since it's suspected to crash GUI applications. by Benny Prijono · 18 years ago
  88. 3ae5f06 Fixed bug in the hash table size calculation. The hash table creation API (pj_hash_create()) suggests that the size should be 2^n-1, and when the size is not 2^n-1, it will be rounded-up to the nearest 2^n-1, except when the size is exactly 2^n, then it will be rounded-down to 2^n-1. by Benny Prijono · 18 years ago
  89. e71c360 Fixed minor error in pj_thread_is_registered() API. The return value should be pj_bool_t instead of pj_status_t. (Note: this change should not break anything). by Benny Prijono · 18 years ago
  90. d424f5b Added initial implementation of low-level DNS packetization by Benny Prijono · 18 years ago
  91. 2d34d6b Version 0.5.8 by Benny Prijono · 18 years ago
  92. d524e82 In pjsua, outgoing REFER now always put Refer-Sub: false by Benny Prijono · 18 years ago
  93. 7d93d4e Added pool for allocating memory from the stack buffer by Benny Prijono · 18 years ago
  94. cca3281 Applied temporary fix to error code returned by pj_gethostbyname(). Under *nix, the error code is returned in h_errno, and the error string is reported by hstrerror(). But it is a bit too complex to support this for the moment, so we just return PJ_ERESOLVE for any failure returned by gethostbyname() by Benny Prijono · 18 years ago
  95. 594e4c5 Fix the local IP address resolution issue in PJSIP, PJMEDIA, and PJSUA, by adding a new API pj_gethostip() to resolve the default local IP address of local host. This new function will work even when local hostname resolution is not set correctly, by detecting the default IP interface in the system. by Benny Prijono · 18 years ago
  96. ea4296c SIP methods are now compared case-sensitively (previously it was case-insensitive) because the standard says so. There's no ill effect of the old behavior, but it's still important that we do things according to what the standard says. by Benny Prijono · 18 years ago
  97. 369efaa Fixed mutex leaking in Linux: pj_mutex_destroy() will fail to destroy the mutex if the mutex is currently being held. Unfortunately it is quite common in the libraries to acquire the mutex first before destroying it, causing mutexes to leak. The solution is to retry unlocking/destroying the mutex several times (currently 4) while pthread_mutex_destroy() returns EBUSY by Benny Prijono · 18 years ago
  98. c5b6dbf Fixed autoconf in mingw by Benny Prijono · 18 years ago
  99. 3a5e1ab Support for PUBLISH (RFC 3903): by Benny Prijono · 18 years ago
  100. d3296a5 Fixed yet another bug for 64bit target: error in initializing caching pool because internal pool size is too small. Increased by 256 bytes. by Benny Prijono · 18 years ago