1. 8caf31c Ticket #772 (misc fix): Updated floating point version of math statistic to return the rounded mean value. by Nanang Izzuddin · 15 years ago
  2. 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
  3. ae53fdc Documentation error for pj_timer_heap_poll(): if no timer exists, the second part of timeval will be filled with PJ_MAXINT32 and not -1. Thanks Phil Torre for the report by Benny Prijono · 16 years ago
  4. d24c7aa Ticket #729: MacOS X endianness detection on universal build (thanks Ruud Klaver for the patch) by Benny Prijono · 16 years ago
  5. 9920dc3 (Major) Task #737 and #738: integration of APS-Direct and Audiodev from aps-direct branch to trunk. by Benny Prijono · 16 years ago
  6. da37ea3 - Fixed compile errors/warnings for Symbian targets. by Nanang Izzuddin · 16 years ago
  7. 64f9138 Ticket #736 (aps-direct branch): implemented the compatibility layer for the old sound API by Benny Prijono · 16 years ago
  8. 8eeab0b Ticket #734: error codes in audiodev by Benny Prijono · 16 years ago
  9. 90b8320 Ticket #732: by Nanang Izzuddin · 16 years ago
  10. 5b2b445 Minor fixes/ticket #703: added some more macros to enable software build under Apple XCode by Benny Prijono · 16 years ago
  11. 95b5340 Fixed unreached code, deprecated fopen(), unused arguments, and other warnings with MSVC by Benny Prijono · 16 years ago
  12. 844653c Updated copyright notice in all files to Teluu Inc., and changed the year as well by Benny Prijono · 16 years ago
  13. 55c6ecc Ticket 685: Crash or assertion on debug mode when processing large SIP packet 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. 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
  16. b79ff93 Fixed previous accidental check in r2329. by Nanang Izzuddin · 16 years ago
  17. fa144d5 Fixed assertion in echo suppressor when recording and playing level is equal. by Nanang Izzuddin · 16 years ago
  18. 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
  19. d61e532 More ticket #639: fixed warning with gcc about comparison always true by Benny Prijono · 16 years ago
  20. 54f9389 Ticket #639: Assertion in <ctype.h> functions with Visual Studio 2005 when handling non-ASCII characters by Benny Prijono · 16 years ago
  21. 57dd8e0 Ticket #636: Fixed linux compilation issue when autoconf is not used (thanks Seth Hinze for the patch). by Nanang Izzuddin · 16 years ago
  22. b76154e Ticket #629: Added IGMPv2 multicast socket options (thanks David Parker for the patch). by Nanang Izzuddin · 16 years ago
  23. 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
  24. 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
  25. 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
  26. bd344ff Added new active socket API's to specify application buffers in start_read() and start_recv() functions by Benny Prijono · 16 years ago
  27. 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
  28. 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
  29. 1dd5420 Fixed linking errors in pjnath when TCP is disabled in PJLIB by Benny Prijono · 16 years ago
  30. 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
  31. b726d26 Fixed build error with some Mingw configuration related to socklen_t by Benny Prijono · 16 years ago
  32. 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
  33. 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
  34. d7c6d05 Ticket 559 (minor): Update the pool alternative API (pool_alt.h) with the latest pool API by Benny Prijono · 16 years ago
  35. 90cc76e Fixed gcc function is not a prototype warnings by Benny Prijono · 16 years ago
  36. 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
  37. 32177c0 Large changeset to replace all occurences of year 2007 with 2008 in the copyright notice by Benny Prijono · 16 years ago
  38. 5b64b8d Updated doxygen documentations by Benny Prijono · 16 years ago
  39. ba5d8e0 Clarified in the pj_create_random_string() comment that the output string is not NULL terminated by Benny Prijono · 16 years ago
  40. 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
  41. 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
  42. 6a6392f More ticket #61: enabled SRTP on Symbian by Nanang Izzuddin · 16 years ago
  43. 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
  44. 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
  45. 2d4ee7d More on ticket #535: updated files using and related to math.h by Nanang Izzuddin · 16 years ago
  46. 415fc6f Ticket #535: added initial source of math.h by Nanang Izzuddin · 16 years ago
  47. b58b3e4 Modified pj_list_size() to take const argument instead by Benny Prijono · 16 years ago
  48. 4bac2c1 Implement ticket #531: active socket abstraction to make ioqueue programming easier by Benny Prijono · 16 years ago
  49. 842754c Added pj_sockaddr_cp() by Benny Prijono · 16 years ago
  50. 93713fb Added nios2 processor settings PJLIB in config.h (thanks F) by Benny Prijono · 16 years ago
  51. 6780ae0 More ticket #497: added configuration to disable WSOLA and set default to disabled on WinCE and Symbian by Benny Prijono · 16 years ago
  52. 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
  53. 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
  54. 9969d18 Ticket #520: Race condition may cause ioqueue corruption (thanks Philippe Leuba) by Benny Prijono · 16 years ago
  55. 7ffd775 Ticket #507: committed and tested g722 patch on Windows by Benny Prijono · 17 years ago
  56. 6111193 Added missing PJ_INT64() macro for Symbian compilers by Benny Prijono · 17 years ago
  57. 8f7adf7 Ticket #500: Added function to set thread priority in PJLIB by Benny Prijono · 17 years ago
  58. 8389c31 Ticket #412: increased randomness of guid_simple.c to 192-bits, and seed random number generator in pjsua_core.c by Benny Prijono · 17 years ago
  59. 57affd0 Build error when PJ_IOQUEUE_MAX_HANDLES is declared to large value on Visual Studio (thanks Truong Thanh Quang) by Benny Prijono · 17 years ago
  60. 0e2c646 Ticket #475: ported GSM codec to Symbian OS by Benny Prijono · 17 years ago
  61. e3f79fd Ticket #474: option in ioqueue to control concurrency (to allow/disallow simultaneous/multiple callback calls) by Benny Prijono · 17 years ago
  62. 40fe908 More ticket #472: Fixed problem when building on Mingw. Now PJ_FD_SETSIZE_SETABLE is only enabled when winsock.h is present by Benny Prijono · 17 years ago
  63. c2e3481 More ticket #470: semaphore got disabled on Mingw because semaphore.h is not present by Benny Prijono · 17 years ago
  64. aa99eef Related to ticket #61: disable SRTP on Symbian while it is not ported yet by Benny Prijono · 17 years ago
  65. 1c5f4e4 Ticket #470, #471, and #472: Compile error when semaphore.h is not present, Compilation error if pthread_mutexattr_set_type() is not present, and Problem with setting up FD_SETSIZE by Benny Prijono · 17 years ago
  66. bc2219b Added pj_strstr() and pj_stristr() in pjlib by Benny Prijono · 17 years ago
  67. a7b376b Fixed doxygen comments everywhere by Benny Prijono · 17 years ago
  68. 1d481ab More ticket #61: SRTP will try to use /dev/urandom as RNG if fcntl.h and unistd.h is present. If it fails, it will fallback to using rand() by Benny Prijono · 17 years ago
  69. fdafd40 Merged from SRTP branch: added stdint.h header detection in autoconf. Result is in PJ_HAS_STDINT_H macro by Benny Prijono · 17 years ago
  70. 22e6832 Tweak config_site_sample.h for Symbian by Benny Prijono · 17 years ago
  71. 467edf0 Added PJ_OS_HAS_CHECK_STACK default configuration in pjlib/config.h, at least to document it in doxygen by Benny Prijono · 17 years ago
  72. 5df8bb6 Ticket #435: Fixed and tested audio on Symbian device by Benny Prijono · 17 years ago
  73. ab168dd Add doxygen comment in pj_log_func() to inform that the data is NULL terminated by Benny Prijono · 17 years ago
  74. 40c2633 More ticket #415: Added pj_sockaddr_cmp(), pj_sockaddr_copy_addr(), and pj_sockaddr_print() by Benny Prijono · 17 years ago
  75. 1d65f70 Fixed IP interface enumeration Linux to work with IPv6 (see ticket #415) by Benny Prijono · 17 years ago
  76. 7ebdb3e Fixed compilation errors/warnings on Linux with the recent IPv6 commits by Benny Prijono · 17 years ago
  77. 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
  78. 62b86eb More ticket #415: more IPv6 and some reorganization of the source codes by Benny Prijono · 17 years ago
  79. 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
  80. 31ff4d3 Added information about building pjsip as DLL in the doxygen documentation by Benny Prijono · 17 years ago
  81. 83c3897 Ticket #417: added pjlib API to retrieve the native thread handle from pj_thread_t by Benny Prijono · 17 years ago
  82. c16c6e3 Ticket #415: implement IPv6 support in PJLIB by Benny Prijono · 17 years ago
  83. 0ae59ae Ticket #414: Implement IP interface enumeration on Linux/Unix with SIOCGIFCONF ioctl() call to a socket by Benny Prijono · 17 years ago
  84. 225b222 Fixed bug in PJ_DECL_NO_RETURN macro which prevents building libraries as DLL by Benny Prijono · 17 years ago
  85. ccc313c Updated doxygen documentation to 0.8.0 by Benny Prijono · 17 years ago
  86. e285e05 Changed version to 0.8.0 by Benny Prijono · 17 years ago
  87. 337fb5e Fixed warnings in PJLIB string_i.h about variable may not get initialized by Benny Prijono · 17 years ago
  88. 7d3e12c Ticket #403: Ability to specify RConnection instance etc in PJLIB Symbian by Benny Prijono · 17 years ago
  89. 19a3517 Fixed build warnings/errors for Symbian target by Benny Prijono · 17 years ago
  90. 4ab9fbb Ticket #399: Initial implementation of tool to perform NAT type detection/classification by Benny Prijono · 17 years ago
  91. 1f7767b Ticket 5: Support for SIP UPDATE (RFC 3311) and fix the offer/answer negotiation by Benny Prijono · 17 years ago
  92. 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
  93. 1f61a8f Ticket #354: continuing work to port the Symbian libraries to .DSO format by Benny Prijono · 17 years ago
  94. d51a37a Continue work on ticket #354: changed pjlib-util and pjnath libraries to .DSO (DLL) in Symbian by Benny Prijono · 17 years ago
  95. 8ab968f Ticket #354: build PJLIB as dynamic libraries (.DSO) in Symbian by Benny Prijono · 17 years ago
  96. 18a051b Fixed ticket #348: various bugs in string comparison functions by Benny Prijono · 17 years ago
  97. aae2b1c Implement ticket #315: ability to override pj_assert() by Benny Prijono · 17 years ago
  98. ba4abc9 Implement ticket #314: Added PJ_SAFE_POOL configuration in PJLIB to track down memory corruptions by Benny Prijono · 17 years ago
  99. 17e58ed Fixed ticket #304: Memory alignment error for hash entry buffer causing crash on ARM (thanks ChenHuan) by Benny Prijono · 17 years ago
  100. 4e48b51 Fixed ticet #277: GUID generation cannot generate more than 2^16 unique numbers (thanks Igor Sobinov) by Benny Prijono · 17 years ago