1. bb7b98e Disable assertion in pj_sockaddr_has_addr() by Benny Prijono · 17 years ago
  2. bc9f61c Fixed bug in Symbian TInetAddr to pj_sockaddr conversion: memory overflow in bzero() when pj_sockaddr_in is passed as argument by Benny Prijono · 17 years ago
  3. ab168dd Add doxygen comment in pj_log_func() to inform that the data is NULL terminated by Benny Prijono · 17 years ago
  4. 5f55a1f Fixed run-time error on MacOS X (and possibly BSD based systems) when bind() is called with larger addrlen by Benny Prijono · 17 years ago
  5. 40c2633 More ticket #415: Added pj_sockaddr_cmp(), pj_sockaddr_copy_addr(), and pj_sockaddr_print() by Benny Prijono · 17 years ago
  6. 1d65f70 Fixed IP interface enumeration Linux to work with IPv6 (see ticket #415) by Benny Prijono · 17 years ago
  7. 7ebdb3e Fixed compilation errors/warnings on Linux with the recent IPv6 commits by Benny Prijono · 17 years ago
  8. 80025db More ticket #415: Added pj_sockaddr_get_len() and pj_inet_ntop2(), and fixed Symbian combilation warnings with gcce by Benny Prijono · 17 years ago
  9. 62b86eb More ticket #415: more IPv6 and some reorganization of the source codes by Benny Prijono · 17 years ago
  10. 4c8fb53 Fixed pj_gethostip() returns 0.0.0.0. Also how it returns the first interface if else fails by Benny Prijono · 17 years ago
  11. 31ff4d3 Added information about building pjsip as DLL in the doxygen documentation by Benny Prijono · 17 years ago
  12. 5517624 Reject 0.0.0.0 IP address returned by gethostbyname() in pj_gethostip() by Benny Prijono · 17 years ago
  13. 83c3897 Ticket #417: added pjlib API to retrieve the native thread handle from pj_thread_t by Benny Prijono · 17 years ago
  14. 2a78a52 Added pj_inet_pton() and pj_inet_ntop() to Symbian (part of ticket #415 for IPv6 support) by Benny Prijono · 17 years ago
  15. 444ef3f Ticket #419: initial support for DNS AAAA resolution by Benny Prijono · 17 years ago
  16. c16c6e3 Ticket #415: implement IPv6 support in PJLIB by Benny Prijono · 17 years ago
  17. 0ae59ae Ticket #414: Implement IP interface enumeration on Linux/Unix with SIOCGIFCONF ioctl() call to a socket by Benny Prijono · 17 years ago
  18. 1af0316 Updated svn version to 0.8.0-trunk by Benny Prijono · 17 years ago
  19. 225b222 Fixed bug in PJ_DECL_NO_RETURN macro which prevents building libraries as DLL by Benny Prijono · 17 years ago
  20. ccc313c Updated doxygen documentation to 0.8.0 by Benny Prijono · 17 years ago
  21. e285e05 Changed version to 0.8.0 by Benny Prijono · 17 years ago
  22. 3e94b2a Removed srand() call from pjlib initialization to let application supply the random seed by Benny Prijono · 17 years ago
  23. 324409e Fixed deadlock in increment_counter() and decrement_counter() caused by different lock order (thanks Phil Torre) by Benny Prijono · 17 years ago
  24. 337fb5e Fixed warnings in PJLIB string_i.h about variable may not get initialized by Benny Prijono · 17 years ago
  25. 7d3e12c Ticket #403: Ability to specify RConnection instance etc in PJLIB Symbian by Benny Prijono · 17 years ago
  26. 1f09919 Added dummy symbol in PJLIB's ctype.c to avoid linker warning about empty translation unit (thanks Jim Gomes) by Benny Prijono · 17 years ago
  27. 0de9e2b Added default value for PJ_SOL_TCP for systems that lack SOL_TCP or IPPROTO_TCP (thanks Jim Gomes) by Benny Prijono · 17 years ago
  28. 19a3517 Fixed build warnings/errors for Symbian target by Benny Prijono · 17 years ago
  29. 4ab9fbb Ticket #399: Initial implementation of tool to perform NAT type detection/classification by Benny Prijono · 17 years ago
  30. 1f7767b Ticket 5: Support for SIP UPDATE (RFC 3311) and fix the offer/answer negotiation by Benny Prijono · 17 years ago
  31. 2501e13 Ticket #382: Updated ICE from draft-ietf-mmusic-ice-14 to ice-18 specification, and also done some other tweaks as well by Benny Prijono · 17 years ago
  32. cde7142 Fixed ticket #376: Bug in ioqueue prevents re-registering more than PJ_IOQUEUE_MAX_HANDLES (thanks Phil Torre) by Benny Prijono · 17 years ago
  33. 0e1d35c Fixed ticket #367: Hash table will duplicate the hash key (thanks Scott Lu) by Benny Prijono · 17 years ago
  34. 106f5b7 More Symbian works: by Benny Prijono · 17 years ago
  35. 9cb09a2 Fixed ticket #365: couple of minor bugs with log decoration (thanks Thiago Paiva Flores) by Benny Prijono · 17 years ago
  36. a281444 Fixed compilation error in os_symbian.h caused by mispelled header name (thanks Alfred E. Heggestad) by Benny Prijono · 17 years ago
  37. 16f6479 Fixed missing return value in unload_iphlp_module() function declaration by Benny Prijono · 17 years ago
  38. 1af6beb Fixed compilation warnings by Benny Prijono · 17 years ago
  39. 1f61a8f Ticket #354: continuing work to port the Symbian libraries to .DSO format by Benny Prijono · 17 years ago
  40. d51a37a Continue work on ticket #354: changed pjlib-util and pjnath libraries to .DSO (DLL) in Symbian by Benny Prijono · 17 years ago
  41. 48ef5a3 Ticket #358: link dynamically with IPHLPAPI.DLL by Benny Prijono · 17 years ago
  42. 8ab968f Ticket #354: build PJLIB as dynamic libraries (.DSO) in Symbian by Benny Prijono · 17 years ago
  43. 18a051b Fixed ticket #348: various bugs in string comparison functions by Benny Prijono · 17 years ago
  44. 593ccc6 Ticket #343: Canceling pending ioqueue operation in Symbian causes assertion failure by Benny Prijono · 17 years ago
  45. dfdfc21 Fixed ticket #340: File access problem on WinCE by Benny Prijono · 17 years ago
  46. 1629946 Ticket #333: Added buffer overflow detection in vsprintf emulation for Symbian by Benny Prijono · 17 years ago
  47. aae2b1c Implement ticket #315: ability to override pj_assert() by Benny Prijono · 17 years ago
  48. ba4abc9 Implement ticket #314: Added PJ_SAFE_POOL configuration in PJLIB to track down memory corruptions by Benny Prijono · 17 years ago
  49. 6bafd42 Changed version to 0.7.0-trunk by Benny Prijono · 17 years ago
  50. f2119c7 Set version to 0.7.0 by Benny Prijono · 17 years ago
  51. 9280782 Fixed ticket #310: Memory alignment problem in pool_buf (thanks Esbjörn Dominique) by Benny Prijono · 17 years ago
  52. a0886c9 Fixed mutex leak in pjlib test (ioqueue unregistration test). Thanks Deanna Phillips by Benny Prijono · 17 years ago
  53. 17e58ed Fixed ticket #304: Memory alignment error for hash entry buffer causing crash on ARM (thanks ChenHuan) by Benny Prijono · 17 years ago
  54. ecbd090 Fixed ticket #300: Assertion error or handle leak when creating thread with SUSPENDED state by Benny Prijono · 17 years ago
  55. 850bc77 Fixed ticket #299: Compile error when PJ_SOCKADDR_HAS_LEN is set by Benny Prijono · 17 years ago
  56. ba863f4 Changed version to 0.7.0-rc2 by Benny Prijono · 17 years ago
  57. 4e48b51 Fixed ticet #277: GUID generation cannot generate more than 2^16 unique numbers (thanks Igor Sobinov) by Benny Prijono · 17 years ago
  58. abcf49c Changed version to 0.7.0-rc1 by Benny Prijono · 17 years ago
  59. 06ac3cf Define PJSIP_SAFE_MODULE=0 for Symbian by Benny Prijono · 17 years ago
  60. a0c8b5c Symbian fixes to compile on GCCE (nested callbacks etc) 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. 14d3f41 Added null_audio project for Symbian by Benny Prijono · 17 years ago
  63. 897f9f8 Misc Symbian fixes, looks good by Benny Prijono · 17 years ago
  64. b2c9682 Implemented ticket #246, #247, #261, #268, #250 for Symbian by Benny Prijono · 17 years ago
  65. 72a81aa More Symbian fixes by Benny Prijono · 17 years ago
  66. 5d54264 Errno and memory size tweaking for Symbian by Benny Prijono · 17 years ago
  67. ba5926a PJSUA-LIB was ported to Symbian and added simple Symbian app. Testing follows by Benny Prijono · 17 years ago
  68. 5feee2e PJSDP port to Symbian by Benny Prijono · 17 years ago
  69. aeeb1d1 Ported PJLIB and PJLIB-TEST to Symbian! by Benny Prijono · 17 years ago
  70. 64898b5 Fixed build error on Linux by Benny Prijono · 17 years ago
  71. f260e46 Initial Symbian integration to trunk for pjlib by Benny Prijono · 17 years ago
  72. af09dc3 Merged changes from the trunk by Benny Prijono · 17 years ago
  73. 27c9872 Initial modification to Makefiles by Benny Prijono · 17 years ago
  74. 4f093d2 Updated EVC project files with new directory layout by Benny Prijono · 17 years ago
  75. c95a0f0 Fixed all VS6 and VS8 projects with new third party projects layout by Benny Prijono · 17 years ago
  76. 3569c0d Fixed ticket #216: Build error when PJ_HAS_TCP is set to zero (thanks ChenHuan) by Benny Prijono · 17 years ago
  77. cb57962 A little bit of improvement in pj_time_val_normalize() by Benny Prijono · 17 years ago
  78. 2225d01 Updated project dependencies to pjnath by Benny Prijono · 17 years ago
  79. 4a035e9 Minor fix: set integer type to pj_uint32_t (from unsigned) for TI platform by Benny Prijono · 17 years ago
  80. 6f86e7c Added pj_cmp_timestamp() by Benny Prijono · 17 years ago
  81. 6b5b660 Fixed not enough buffer error with IP helper on XP SP2 by Benny Prijono · 17 years ago
  82. a6bd758 Updated projects and Makefiles with the new pjnath library by Benny Prijono · 17 years ago
  83. fed1af9 Created doxygen documentation for PJNATH by Benny Prijono · 18 years ago
  84. 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
  85. c27512b Added/updated VS8 projects for pjnath by Benny Prijono · 18 years ago
  86. b01897b Changed pj_sockaddr structure and added pjnath project for ICE/STUN stuffs by Benny Prijono · 18 years ago
  87. 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
  88. ee73871 Implemented ticket #185: Added pj_file_flush() to file I/O API to flush file buffers by Benny Prijono · 18 years ago
  89. 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
  90. 0923717 (big patch) Added top-level pjnath project and moved STUN related files to this new project by Benny Prijono · 18 years ago
  91. bd09302 Fixed link error (multiple symbols) with pj_log_max_level with C++ build by Benny Prijono · 18 years ago
  92. d597174 Completed and tested (simple test) the TURN server and command line STUN/TURN client by Benny Prijono · 18 years ago
  93. 2360489 Fixed ticket #162: assertion on thread creation in Win32 when log level 6 is enabled by Benny Prijono · 18 years ago
  94. 505e82e Optimization on the log and add tracing on mutex trylock by Benny Prijono · 18 years ago
  95. 7cd1622 Implemented new STUN server framework by Benny Prijono · 18 years ago
  96. 60cac48 Related to ticket #149: added test in pjlib-test to capture host resolution crash by Benny Prijono · 18 years ago
  97. 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
  98. 129287a Fixed ticket #149: Crash when resolving bad hostnames in Linux (thanks Binu KS) by Benny Prijono · 18 years ago
  99. c50f81b Fixed ticket 146: Division by zero in pj_pool_factory_dump() when there is no active pool by Benny Prijono · 18 years ago
  100. 015cbfd Updated VS8 and EVC4 project with new STUN files and added SHA1, HMAC-MD5, and HMAC-SHA1 encryption by Benny Prijono · 18 years ago