1. 298c12e Ticket #706: Part 1 of VS 2005 projects reorganization: introduction of Windows Mobile 6 standard SDK in the build platform by Benny Prijono · 16 years ago
  2. 5b2b445 Minor fixes/ticket #703: added some more macros to enable software build under Apple XCode by Benny Prijono · 16 years ago
  3. 32d267b Fixed gcc-4.3.2 warnings with the warn_unused_result flag in some APIs by Benny Prijono · 16 years ago
  4. 95b5340 Fixed unreached code, deprecated fopen(), unused arguments, and other warnings with MSVC by Benny Prijono · 16 years ago
  5. fb1edcb Changed version to 1.0.1 by Benny Prijono · 16 years ago
  6. 9c3aa5d Ticket #688: Memory leak on Solaris 10 with pjlib's mutex (thanks Andrey Kobtsev for the fix) by Benny Prijono · 16 years ago
  7. 844653c Updated copyright notice in all files to Teluu Inc., and changed the year as well by Benny Prijono · 16 years ago
  8. a199cb7 Added note about what may be causing WSAEINVAL error in pj_inet_pton() with IPv6 by Benny Prijono · 16 years ago
  9. 838cb32 Cleaned up compile warnings (on gcc 4.0.1). by Nanang Izzuddin · 16 years ago
  10. 55c6ecc Ticket 685: Crash or assertion on debug mode when processing large SIP packet by Benny Prijono · 16 years ago
  11. 82f7a41 Ticket #675: by Nanang Izzuddin · 16 years ago
  12. ceec591 Changed version to 1.0-trunk by Benny Prijono · 16 years ago
  13. a483e7f Changed version to 1.0 by Benny Prijono · 16 years ago
  14. 0789519 Ticket #655: Compilation error on Linux when PJ_HAS_POOL_ALT_API is used (thanks Gang Liu for the report) by Benny Prijono · 16 years ago
  15. 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
  16. 1b916e8 Changed version to 1.0-rc4-trunk by Benny Prijono · 16 years ago
  17. 7580d3f Changed version to 1.0-rc4 by Benny Prijono · 16 years ago
  18. e274613 Fixed ticket #644 and 648 again (hopefully once and for all): build error on VS6 with built-in SDK and on PocketPC 2003 SDK since they don't have multicast related socket options by Benny Prijono · 16 years ago
  19. b79ff93 Fixed previous accidental check in r2329. by Nanang Izzuddin · 16 years ago
  20. fa144d5 Fixed assertion in echo suppressor when recording and playing level is equal. by Nanang Izzuddin · 16 years ago
  21. 513d135 Fixed ticket #644 and #648: incorrect muticast related socket constant names, missing ws2tcpip.h include causing build error on Mingw, and error building on Visual Studio 6 due to PJ_SOCK_HAS_GETADDRINFO being declared accidentally. by Benny Prijono · 16 years ago
  22. 7f5111e Changed version to 1.0-rc3-trunk by Benny Prijono · 16 years ago
  23. 800724d Changed version to 1.0-rc3 by Benny Prijono · 16 years ago
  24. d478766 More ticket #622: some more fixes to ioqueue_epoll, it passes pjlib-test now (thanks Simon Chen for the patch!) by Benny Prijono · 16 years ago
  25. d61e532 More ticket #639: fixed warning with gcc about comparison always true by Benny Prijono · 16 years ago
  26. 54f9389 Ticket #639: Assertion in <ctype.h> functions with Visual Studio 2005 when handling non-ASCII characters by Benny Prijono · 16 years ago
  27. 9489e7a Couple of fixes in ioqueue_epoll for ticket #622 (still not working) by Benny Prijono · 16 years ago
  28. 99eec38 Ticket #622: initial integration of ioqueue_epoll patch, updated the configure script by Benny Prijono · 16 years ago
  29. 57dd8e0 Ticket #636: Fixed linux compilation issue when autoconf is not used (thanks Seth Hinze for the patch). by Nanang Izzuddin · 16 years ago
  30. b76154e Ticket #629: Added IGMPv2 multicast socket options (thanks David Parker for the patch). by Nanang Izzuddin · 16 years ago
  31. 3feae36 Updated version to 1.0-rc2-trunk by Benny Prijono · 16 years ago
  32. c463d93 Changed version to 1.0-rc2 by Benny Prijono · 16 years ago
  33. 0ab816f Ticket #612: division by zero in pjlib stddev calculation causes crash/floating point exception in pjsua "dq" command on ARM platform by Benny Prijono · 16 years ago
  34. d1c9133 Changed pjlib version to 1.0-rc1-trunk by Benny Prijono · 16 years ago
  35. fe7f376 Updated PJ_VERSION to 1.0-rc1 by Benny Prijono · 16 years ago
  36. f5518cd More ticket #604: create the file if it doesn't exist when PJ_O_APPEND flag is set by Benny Prijono · 16 years ago
  37. 9bd039d Ticket #604: Error opening file in append mode in Win32 (thanks Gang Liu for the report) by Benny Prijono · 16 years ago
  38. 4df9809 Fixed unused parameter warning in active socket test by Benny Prijono · 16 years ago
  39. 7f6ca73 More ticket #601: premature connection close with TCP active socket case by Benny Prijono · 16 years ago
  40. 3eb5963 Ticket #601: 100% CPU usage when TCP active socket receives ECONNRESET by Benny Prijono · 16 years ago
  41. 758decb Fixed ticket #603: Crash in ICE with IoCompletionPort ioqueue with the test framework because active socket calls the callback with NULL packet by Benny Prijono · 16 years ago
  42. 25c8f93 Fixed ticket #601: Bug in IoCompletionPort ioqueue with TCP server socket causes ioqueue to unable to accept incoming TCP connections by Benny Prijono · 16 years ago
  43. 2266861 Ticket #595: Broken semaphore implementation on MacOS X (thanks Viktor Krikun for the report) by Benny Prijono · 16 years ago
  44. 36e76ef Ticket #594: Improvements in PocketPJ Windows Mobile application: added TCP option, VAD option, option to select codec priority order, and auto-answer option by Benny Prijono · 16 years ago
  45. 1243ffb pj_sockaddr_copy_addr() might raise assertion if destination address is not initialized by Benny Prijono · 16 years ago
  46. 37fc9de Fixed build error on FreeBSD (cannot use <netinet/ip.h> if <netinet/in_systm.h> is not included) by Benny Prijono · 16 years ago
  47. bd344ff Added new active socket API's to specify application buffers in start_read() and start_recv() functions by Benny Prijono · 16 years ago
  48. 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
  49. 901a2c3 Added PJ_LOG_HAS_LEVEL_TEXT logging flag to display the log verbosity level (thanks Ondrej Sterbak for the patch) by Benny Prijono · 16 years ago
  50. 1dd5420 Fixed linking errors in pjnath when TCP is disabled in PJLIB by Benny Prijono · 16 years ago
  51. 6ee5fb1 pj_strtoul() should stop the conversion as soon as it finds a non-digit character in the input by Benny Prijono · 16 years ago
  52. 0afea9b Added math.h to pjlib's Visual Studio projects by Benny Prijono · 16 years ago
  53. b726d26 Fixed build error with some Mingw configuration related to socklen_t by Benny Prijono · 16 years ago
  54. d6e362a Ticket #571: Coloring for logs in Linux/UNIX, two more spaces in logs and runtime log colors configuration (thanks Ondrej.Sterbak) by Benny Prijono · 16 years ago
  55. 6d9ee8d Ticket #575: Unregistering from Windows IOCompletionPort (IOCP) ioqueue does not close the socket handle (thanks Gang Liu for the report) by Benny Prijono · 16 years ago
  56. ac3c28d More ticket #568: added hash_test.c to pjlib-test VS6 and VS2005 projects by Benny Prijono · 16 years ago
  57. 8cea030 Slight optimization in GUID generation for Win32 (removed unnecessary copy before encoding to string) by Benny Prijono · 16 years ago
  58. 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
  59. 40032fd More ticket #559: added PJ_POOL_SIZE macro in pool_alt.h to make it work with some pjlib-test files by Benny Prijono · 16 years ago
  60. ddde091 Ticket #565: Call WSACleanup() when pj_shutdown() is called on Windows by Benny Prijono · 16 years ago
  61. 8eb763c Ticket #561: select() ioqueue default concurrency setting is not initialized with default value by Benny Prijono · 16 years ago
  62. d7c6d05 Ticket 559 (minor): Update the pool alternative API (pool_alt.h) with the latest pool API by Benny Prijono · 16 years ago
  63. 90cc76e Fixed gcc function is not a prototype warnings by Benny Prijono · 16 years ago
  64. 1d6b895 Configuration option to include/exclude loopback interface in enum_ip_interface(), and always include loopback address in the proxy sample (thanks Filippo Zangheri for the suggestion) by Benny Prijono · 16 years ago
  65. c5b1dad Fixed segfault when getifaddrs() returns NULL address (thanks Filippo Zangheri) by Benny Prijono · 16 years ago
  66. 6c0bdf4 Changed version to 0.9.0-trunk by Benny Prijono · 16 years ago
  67. 149ebfe Updated PJ_VERSION to 0.9.0-release by Benny Prijono · 16 years ago
  68. 32177c0 Large changeset to replace all occurences of year 2007 with 2008 in the copyright notice by Benny Prijono · 16 years ago
  69. 5b64b8d Updated doxygen documentations by Benny Prijono · 16 years ago
  70. ba5d8e0 Clarified in the pj_create_random_string() comment that the output string is not NULL terminated by Benny Prijono · 16 years ago
  71. 9dbad15 Updated default speex quality settings and reenabled pjsua to set Speex codec quality based on media quality config by Nanang Izzuddin · 16 years ago
  72. b618d62 Related to r1996, do not return 0.0.0.0/8 class IP address in pj_gethostip() (thanks Helmut Wolf) by Benny Prijono · 16 years ago
  73. dd538ed Ignore 0.0.0.0/8 class IP address in interface enumeration function since this doesnt seem to have practical use for us (thanks Helmut Wolf) by Benny Prijono · 16 years ago
  74. 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
  75. 6a6392f More ticket #61: enabled SRTP on Symbian by Nanang Izzuddin · 16 years ago
  76. 1ec45bf Added another WSOLA implementation, PJMEDIA_WSOLA_IMP_WSOLA_LITE, this is used by small devices by default (replacing PJMEDIA_WSOLA_IMP_NULL) by Nanang Izzuddin · 16 years ago
  77. 829ac02 Changed build optimizations settings for Speex, pjmedia, and symbian_sound for Symbian. Speex/8000 now also runs on Symbian! by Nanang Izzuddin · 16 years ago
  78. dfd3052 Changed build optimization settings for Speex and pjmedia for eVC4/Windows Mobile. Speex/8000 now runs on Windows Mobile! by Benny Prijono · 16 years ago
  79. c67f885 Fixed Symbian build error caused by active socket addition to pjlib in ticket #531 (thanks Rodrigo Vega) by Benny Prijono · 16 years ago
  80. 2d4ee7d More on ticket #535: updated files using and related to math.h by Nanang Izzuddin · 16 years ago
  81. 415fc6f Ticket #535: added initial source of math.h by Nanang Izzuddin · 16 years ago
  82. dd742da Ticket #534: Client register/registration support for various registrar brokenness by Benny Prijono · 16 years ago
  83. b58b3e4 Modified pj_list_size() to take const argument instead by Benny Prijono · 16 years ago
  84. aa5d29d Fixed bug with pj_generate_unique_string() initialization trying to access the critical section which has not been created in pj_init(), when guid_simple.c is used on Windows (thanks Roland Klabunde/Thomas) by Benny Prijono · 16 years ago
  85. 4bac2c1 Implement ticket #531: active socket abstraction to make ioqueue programming easier by Benny Prijono · 16 years ago
  86. 842754c Added pj_sockaddr_cp() by Benny Prijono · 16 years ago
  87. 93713fb Added nios2 processor settings PJLIB in config.h (thanks F) by Benny Prijono · 16 years ago
  88. 6780ae0 More ticket #497: added configuration to disable WSOLA and set default to disabled on WinCE and Symbian by Benny Prijono · 16 years ago
  89. 9375aca Fixed chunk size alignment in pool drain test by Nanang Izzuddin · 16 years ago
  90. 76da764 Workaround for pj_thread_sleep() failure with ETIMEDOUT in MacOS X (thanks Daniel Mikusa) by Benny Prijono · 16 years ago
  91. 3692271 Removed setting PJ_IOQUEUE_HAS_SAFE_UNREG to zero in config_site_sample.h as it is currently not supported by Benny Prijono · 16 years ago
  92. a95e929 Changed PJ_IOQUEUE_MAX_HANDLES count when PJ_CONFIG_MINIMAL_SIZE is set from 16 to 32 as it caused assertion in sock_select.c on Maemo by Benny Prijono · 16 years ago
  93. 9969d18 Ticket #520: Race condition may cause ioqueue corruption (thanks Philippe Leuba) by Benny Prijono · 16 years ago
  94. 7ffd775 Ticket #507: committed and tested g722 patch on Windows by Benny Prijono · 17 years ago
  95. 34b0074 Ticket #512: Bug in select ioqueue causing unnecessary sleep() to be invoked (thanks Sergey Bakulin) by Benny Prijono · 17 years ago
  96. 5ac0bd7 More ticket #485: added TURN client application by Benny Prijono · 17 years ago
  97. 6111193 Added missing PJ_INT64() macro for Symbian compilers by Benny Prijono · 17 years ago
  98. 4a0b28a Ticket #500: implementation of thread priority setting on os_core_unix.c by Benny Prijono · 17 years ago
  99. 8f7adf7 Ticket #500: Added function to set thread priority in PJLIB by Benny Prijono · 17 years ago
  100. 0bdf777 Fixed bug caused by ticket #412: critical section is not released! by Benny Prijono · 17 years ago