1. 32177c0 Large changeset to replace all occurences of year 2007 with 2008 in the copyright notice by Benny Prijono · 16 years ago
  2. 5b64b8d Updated doxygen documentations by Benny Prijono · 16 years ago
  3. ba5d8e0 Clarified in the pj_create_random_string() comment that the output string is not NULL terminated by Benny Prijono · 16 years ago
  4. 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
  5. 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
  6. 6a6392f More ticket #61: enabled SRTP on Symbian by Nanang Izzuddin · 16 years ago
  7. 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
  8. 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
  9. 2d4ee7d More on ticket #535: updated files using and related to math.h by Nanang Izzuddin · 16 years ago
  10. 415fc6f Ticket #535: added initial source of math.h by Nanang Izzuddin · 16 years ago
  11. b58b3e4 Modified pj_list_size() to take const argument instead by Benny Prijono · 16 years ago
  12. 4bac2c1 Implement ticket #531: active socket abstraction to make ioqueue programming easier by Benny Prijono · 16 years ago
  13. 842754c Added pj_sockaddr_cp() by Benny Prijono · 16 years ago
  14. 93713fb Added nios2 processor settings PJLIB in config.h (thanks F) by Benny Prijono · 16 years ago
  15. 6780ae0 More ticket #497: added configuration to disable WSOLA and set default to disabled on WinCE and Symbian by Benny Prijono · 16 years ago
  16. 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
  17. 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
  18. 9969d18 Ticket #520: Race condition may cause ioqueue corruption (thanks Philippe Leuba) by Benny Prijono · 16 years ago
  19. 7ffd775 Ticket #507: committed and tested g722 patch on Windows by Benny Prijono · 17 years ago
  20. 6111193 Added missing PJ_INT64() macro for Symbian compilers by Benny Prijono · 17 years ago
  21. 8f7adf7 Ticket #500: Added function to set thread priority in PJLIB by Benny Prijono · 17 years ago
  22. 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
  23. 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
  24. 0e2c646 Ticket #475: ported GSM codec to Symbian OS by Benny Prijono · 17 years ago
  25. e3f79fd Ticket #474: option in ioqueue to control concurrency (to allow/disallow simultaneous/multiple callback calls) by Benny Prijono · 17 years ago
  26. 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
  27. c2e3481 More ticket #470: semaphore got disabled on Mingw because semaphore.h is not present by Benny Prijono · 17 years ago
  28. aa99eef Related to ticket #61: disable SRTP on Symbian while it is not ported yet by Benny Prijono · 17 years ago
  29. 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
  30. bc2219b Added pj_strstr() and pj_stristr() in pjlib by Benny Prijono · 17 years ago
  31. a7b376b Fixed doxygen comments everywhere by Benny Prijono · 17 years ago
  32. 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
  33. 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
  34. 22e6832 Tweak config_site_sample.h for Symbian by Benny Prijono · 17 years ago
  35. 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
  36. 5df8bb6 Ticket #435: Fixed and tested audio on Symbian device by Benny Prijono · 17 years ago
  37. ab168dd Add doxygen comment in pj_log_func() to inform that the data is NULL terminated by Benny Prijono · 17 years ago
  38. 40c2633 More ticket #415: Added pj_sockaddr_cmp(), pj_sockaddr_copy_addr(), and pj_sockaddr_print() by Benny Prijono · 17 years ago
  39. 1d65f70 Fixed IP interface enumeration Linux to work with IPv6 (see ticket #415) by Benny Prijono · 17 years ago
  40. 7ebdb3e Fixed compilation errors/warnings on Linux with the recent IPv6 commits by Benny Prijono · 17 years ago
  41. 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
  42. 62b86eb More ticket #415: more IPv6 and some reorganization of the source codes by Benny Prijono · 17 years ago
  43. 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
  44. 31ff4d3 Added information about building pjsip as DLL in the doxygen documentation by Benny Prijono · 17 years ago
  45. 83c3897 Ticket #417: added pjlib API to retrieve the native thread handle from pj_thread_t by Benny Prijono · 17 years ago
  46. c16c6e3 Ticket #415: implement IPv6 support in PJLIB by Benny Prijono · 17 years ago
  47. 0ae59ae Ticket #414: Implement IP interface enumeration on Linux/Unix with SIOCGIFCONF ioctl() call to a socket by Benny Prijono · 17 years ago
  48. 225b222 Fixed bug in PJ_DECL_NO_RETURN macro which prevents building libraries as DLL by Benny Prijono · 17 years ago
  49. ccc313c Updated doxygen documentation to 0.8.0 by Benny Prijono · 17 years ago
  50. e285e05 Changed version to 0.8.0 by Benny Prijono · 17 years ago
  51. 337fb5e Fixed warnings in PJLIB string_i.h about variable may not get initialized by Benny Prijono · 17 years ago
  52. 7d3e12c Ticket #403: Ability to specify RConnection instance etc in PJLIB Symbian by Benny Prijono · 17 years ago
  53. 19a3517 Fixed build warnings/errors for Symbian target by Benny Prijono · 17 years ago
  54. 4ab9fbb Ticket #399: Initial implementation of tool to perform NAT type detection/classification by Benny Prijono · 17 years ago
  55. 1f7767b Ticket 5: Support for SIP UPDATE (RFC 3311) and fix the offer/answer negotiation by Benny Prijono · 17 years ago
  56. 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
  57. 1f61a8f Ticket #354: continuing work to port the Symbian libraries to .DSO format by Benny Prijono · 17 years ago
  58. d51a37a Continue work on ticket #354: changed pjlib-util and pjnath libraries to .DSO (DLL) in Symbian by Benny Prijono · 17 years ago
  59. 8ab968f Ticket #354: build PJLIB as dynamic libraries (.DSO) in Symbian by Benny Prijono · 17 years ago
  60. 18a051b Fixed ticket #348: various bugs in string comparison functions by Benny Prijono · 17 years ago
  61. aae2b1c Implement ticket #315: ability to override pj_assert() by Benny Prijono · 17 years ago
  62. ba4abc9 Implement ticket #314: Added PJ_SAFE_POOL configuration in PJLIB to track down memory corruptions by Benny Prijono · 17 years ago
  63. 17e58ed Fixed ticket #304: Memory alignment error for hash entry buffer causing crash on ARM (thanks ChenHuan) by Benny Prijono · 17 years ago
  64. 4e48b51 Fixed ticet #277: GUID generation cannot generate more than 2^16 unique numbers (thanks Igor Sobinov) by Benny Prijono · 17 years ago
  65. 06ac3cf Define PJSIP_SAFE_MODULE=0 for Symbian by Benny Prijono · 17 years ago
  66. a0c8b5c Symbian fixes to compile on GCCE (nested callbacks etc) by Benny Prijono · 17 years ago
  67. 14d3f41 Added null_audio project for Symbian by Benny Prijono · 17 years ago
  68. b2c9682 Implemented ticket #246, #247, #261, #268, #250 for Symbian by Benny Prijono · 17 years ago
  69. 72a81aa More Symbian fixes by Benny Prijono · 17 years ago
  70. 5d54264 Errno and memory size tweaking for Symbian by Benny Prijono · 17 years ago
  71. ba5926a PJSUA-LIB was ported to Symbian and added simple Symbian app. Testing follows by Benny Prijono · 17 years ago
  72. 5feee2e PJSDP port to Symbian by Benny Prijono · 17 years ago
  73. f260e46 Initial Symbian integration to trunk for pjlib by Benny Prijono · 17 years ago
  74. c7434f6 Ticket #223: Added pj_strtoul2() by Benny Prijono · 17 years ago
  75. 6f86e7c Added pj_cmp_timestamp() by Benny Prijono · 17 years ago
  76. 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
  77. b01897b Changed pj_sockaddr structure and added pjnath project for ICE/STUN stuffs by Benny Prijono · 18 years ago
  78. ee73871 Implemented ticket #185: Added pj_file_flush() to file I/O API to flush file buffers by Benny Prijono · 18 years ago
  79. bd09302 Fixed link error (multiple symbols) with pj_log_max_level with C++ build by Benny Prijono · 18 years ago
  80. d597174 Completed and tested (simple test) the TURN server and command line STUN/TURN client by Benny Prijono · 18 years ago
  81. 505e82e Optimization on the log and add tracing on mutex trylock by Benny Prijono · 18 years ago
  82. 7cd1622 Implemented new STUN server framework by Benny Prijono · 18 years ago
  83. 14c2b86 Merged the ICE branch into the trunk by Benny Prijono · 18 years ago
  84. 54a4f3d Fixed ticket #117: Bug in pj_array_insert() when position is equal to count-1 by Benny Prijono · 18 years ago
  85. 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
  86. 87a0089 Implement ticket #83: socket TOS abstraction by Benny Prijono · 18 years ago
  87. e80cdf0 Updated doxygen documentation to version 0.5.10 by Benny Prijono · 18 years ago
  88. a66c331 Implement ticket #67: added WAV playlist feature to PJMEDIA by Benny Prijono · 18 years ago
  89. c357d64 Fixed ticket #70: Frame timestamp not propagated correctly in PJMEDIA by Benny Prijono · 18 years ago
  90. ad91043 Ticket #66: fix broken compilation with gcc 2.9x.x or older by Benny Prijono · 18 years ago
  91. 08b5309 Fix compilation error when _CRT_SECURE_NO_DEPRECATE is already declared by other project in pj/compat/cc_msvc.h by Benny Prijono · 18 years ago
  92. 472f2f5 64bit fix for pool.h (thanks HARDOUIN Briac) by Benny Prijono · 18 years ago
  93. b5388cf Just updated and improved the doxygen documentations all over the place by Benny Prijono · 18 years ago
  94. 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
  95. f762ee7 Fixed ticket #29: calling pjsua_init() to reinitialize the whole libraries after pjsua_destroy() is called by Benny Prijono · 18 years ago
  96. 4a92299 Updated footprint script to include new stuffs such as echo canceller and tone generator by Benny Prijono · 18 years ago
  97. 8badb01 Fixed pj_list_merge_last and pj_list_merge_first by Benny Prijono · 18 years ago
  98. 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
  99. 31333b6 Fixed minor memory leak in caching pool (one malloc is not freed) by Benny Prijono · 18 years ago
  100. 33cb24a Fix compilation error with memchr() on VS2005 by Benny Prijono · 18 years ago