1. 5e15796 Fix #1114: by Nanang Izzuddin · 14 years ago
  2. a991260 Re #1111 (more on automated tests): another fix on run_continuous.py by Benny Prijono · 14 years ago
  3. 457e18e Re #1111 (more on automate test): small fix on the delay in run_continuous.py by Benny Prijono · 14 years ago
  4. a10b3dd re #1111 (more on automated tests): added delay option in run_continuous.py to prevent more than one scripts from running simultaneously on a single host by Benny Prijono · 14 years ago
  5. b99def5 Fix #1112: fixed IPP G.729 codec to update the application regarding VAD status, disabled/off, after receiving 'fmtp:18 annexb=no' in the SDP. by Nanang Izzuddin · 14 years ago
  6. 878eda4 Automated test (re #1111): fixed test scenario scripts-recvfrom/301_timer_good_retry_after_422.py to use separate transaction for ACK (pattern matching was done to ACK, instead of INVITE). by Nanang Izzuddin · 14 years ago
  7. 777cc68 Automated test (re #1111): decrease Speex PESQ threshold as it is not always able to achieve that, possibly depending on the host activity by Benny Prijono · 14 years ago
  8. 1fdc07c Automated test (re #1111): workaround for failed Speex PESQ test caused by progressive discard in the jitter buffer: disable the VAD for the Speex tests by Benny Prijono · 14 years ago
  9. 3332e7c More automated test (re #1111): added simple recvfrom test by Benny Prijono · 14 years ago
  10. 5ba2a9b Misc (re #1110): fixed bug in the python unit test that caused tests to run for much longer than needed because it unnecessarily waits for incoming message until timeout occurs by Benny Prijono · 14 years ago
  11. 4b17270 Added README.txt in tests/automated directory (re #1111) by Benny Prijono · 14 years ago
  12. 1de150f Automated test (re #1111): modified configure.py to detect GNU host instead of always presenting vs (visual studio) as the default host by Benny Prijono · 14 years ago
  13. 602d27b Automated test (re #1111): added iPhone test scenario XML file by Benny Prijono · 14 years ago
  14. 949d7dc Misc (re #1110): modified config_site_sample.h to enable CoreAudio's iLBC codec by default for iPhone target by Benny Prijono · 14 years ago
  15. 20c26f0 Automated test (re #1111): modified run_continuous.py script to also do Nightly build every day at 00:00 GMT by Benny Prijono · 14 years ago
  16. a72cdca Automated testing (re #1111): changed continuous monitoring interval from 1 to 5 minutes by Benny Prijono · 14 years ago
  17. 6272b1a Automated test (re #1111): small fix for make file based test scenarios by Benny Prijono · 14 years ago
  18. 896be29 Misc (re #1110): error in setting the IPP architecture in the configure script by Benny Prijono · 14 years ago
  19. b7b8844 Dummy commit (re #1109) by Benny Prijono · 14 years ago
  20. c8a8579 Another dummy error commit (re #1109) by Benny Prijono · 14 years ago
  21. ab61e98 Another dummy commit (re #1110) by Benny Prijono · 14 years ago
  22. 4423d96 Dummy error commit (re #1110) by Benny Prijono · 14 years ago
  23. 4adead2 Dummy commit (re #1110) by Benny Prijono · 14 years ago
  24. a6b3e7c Automated test (re: #1111): added script to run the test continuously by Benny Prijono · 14 years ago
  25. eefb8da Automated testing (re #1111): added -Wno-unused-label in CFLAGS for automated test by Benny Prijono · 14 years ago
  26. e7ae2db Changed version to 1.7-trunk by Nanang Izzuddin · 14 years ago
  27. 50a7e8e Changed version to 1.7 by Nanang Izzuddin · 14 years ago
  28. 4fdd3fb Misc (re #1068): set sip_transport_tls_ossl.c to be excluded from build on Windows Mobile build configs (obsoleted by sip_transport_tls.c). by Nanang Izzuddin · 14 years ago
  29. fef5a3f Re #1106: Reverted back the IPP codec APIs pjmedia_codec_ipp_set/get_config() as currently to set PCM signal level adjustment can be done using the existing G722.1 API pjmedia_codec_g7221_set_pcm_shift(). by Nanang Izzuddin · 14 years ago
  30. 2958061 Misc (re #1068): fixed various compilation warnings with Visual Studio 6 and 2005 by Benny Prijono · 14 years ago
  31. db5994b Fix #1106: by Nanang Izzuddin · 14 years ago
  32. 0bf5b98 Misc (re #1068): do not add To tag to the SIP response if the request already has one (thanks Rafael Maia for the suggestion) by Benny Prijono · 14 years ago
  33. 4cfda67 Misc (re #1068): fix python self-test module 'mod_recvfrom.py': by Nanang Izzuddin · 14 years ago
  34. 9b20605 Misc fix (re #1068): Use default setting for path length (PJ_MAXPATH) on iPhone to accommodate long path name when running on the simulator. by Sauw Ming · 14 years ago
  35. d62947c Misc (re #1068): fixed couple of problems with http client unit test: by Benny Prijono · 14 years ago
  36. a3aeb95 Misc (re #1068): temporary fix address parsing in SDP connection info. by Nanang Izzuddin · 14 years ago
  37. d1f054e Misc (re #1068): fix compile errors/warnings on Symbian S60 5th ed. by Nanang Izzuddin · 14 years ago
  38. fbe1d22 Misc (re #1068): fix compile error missing explicit casting for malloc in pjlib-test/ssl_sock.c on Symbian S60 5th ed (compiled as C++?). by Nanang Izzuddin · 14 years ago
  39. 9608db4 Misc (re #1068): fix codec selection menu in symbian_ua app to hide disabled passthrough codecs. by Nanang Izzuddin · 14 years ago
  40. ceb8d3d Misc (re #1068): fix the misleading alien socket error from the SIP python self-test module by Benny Prijono · 14 years ago
  41. 31facfc Misc (re #1068), updates in python test: by Nanang Izzuddin · 14 years ago
  42. 20c503a Re #1072: fixed buffer overflow bugs introduced by r3202. by Nanang Izzuddin · 14 years ago
  43. 4d69c3d Misc (Re #1068): compilation warning with gcc about unchecked fgets() return value by Benny Prijono · 14 years ago
  44. 57ab972 Misc (re #1068): added pjsua win32 executable name list in python test driver (to look up default pjsua executable). by Nanang Izzuddin · 14 years ago
  45. 689ba8a Misc (Re #1068): added ability to specify executable suffix, by declaring HOST_EXE in user.mak. Useful for cross compiling Mingw executables on Linux. Thanks Atik Khan for the suggestion by Benny Prijono · 14 years ago
  46. fe3bf0e Re #1068 (misc): fixed error in cross compiling Mingw on a Linux box (thanks Atik Khan for the report) by Benny Prijono · 14 years ago
  47. 0828055 Re #1068 (Misc): fixed compilation warnings with MSVC compiler by Benny Prijono · 14 years ago
  48. c7c9183 Re #1070 (multipart): modified Visual Studio projects by Benny Prijono · 14 years ago
  49. 1c1d734 Implemented core multipart support and support in the invite session (re #1070) by Benny Prijono · 14 years ago
  50. ad56eb8 Re #1070 (support for multipart bodies): added new pjsip_param_cmp() API by Benny Prijono · 14 years ago
  51. 1e5a08b Re #1070 (support for multipart bodies): modified the param field of pjsip_media_type from a simple string to pjsip_param, to support a more complex use of this field by Benny Prijono · 14 years ago
  52. c28ecd0 Re #1104: Fixed iPhone OS version detection in os_auto.h.in by Sauw Ming · 14 years ago
  53. 78bec1a Re #1103: by Nanang Izzuddin · 14 years ago
  54. d39818b Fixed #1104: Append ".local" to the system's hostname in IOS 4. by Sauw Ming · 14 years ago
  55. bff351e Re #1103: by Nanang Izzuddin · 14 years ago
  56. fc0c176 Misc fix (re #1068): added port number in the Host header of http request. by Sauw Ming · 14 years ago
  57. cbbcb60 Fix #1078: added XOR_MAPPED_ADDRESS parsing capability to the resolver. by Nanang Izzuddin · 14 years ago
  58. 10d6243 Fixed #1101: Check and calculate IPv4/IPv6 address specified in pj_getaddrinfo() by Benny Prijono · 14 years ago
  59. ec4c77e Misc (Re: #1068): fixed bug with pjsip_status_code enum, when an optimizing compiler decides to use 16bit integer to represent this enum. In PJSUA-LIB, there is a code which assigns 32bit value to a variable of this type, causing overflow. Thanks Rickard Angbratt for the report by Benny Prijono · 14 years ago
  60. 382853f Misc(re #1068): Revert the default trace to 0. by Sauw Ming · 14 years ago
  61. 3f03206 Misc(re #1068): fixed crash because pj_http_req may now be destroyed after calling on_complete callback. by Sauw Ming · 14 years ago
  62. 2d674b3 Ticket #1018: by Sauw Ming · 14 years ago
  63. c1426fe Fixed segfault Re #740 by Benny Prijono · 14 years ago
  64. ca8cc72 Misc (re #1068): fixed possible overwritten field data, write_data_t::flags, in SSL sock OpenSSL implementation. by Nanang Izzuddin · 14 years ago
  65. 33e291a Fix #740: - Fixed zeroed/unset RTP timestamp in RTCP sender report. by Nanang Izzuddin · 14 years ago
  66. 122b9a7 Fixed #1039: Add Allow header in outgoing REGISTER request (thanks Daniel Anens for the info) by Benny Prijono · 14 years ago
  67. 07fe230 Fixed #1081: Implement ICE option tag (RFC 5678) by Benny Prijono · 14 years ago
  68. 6f5b7f0 Fix #1075: by Nanang Izzuddin · 14 years ago
  69. e810108 Re #1094: fixed compilation error in previous fix in r3218 by Benny Prijono · 14 years ago
  70. 2dbf507 Fixed #1079 (Media transport should be kept alive during double-hold scenario). Details: by Benny Prijono · 14 years ago
  71. 61d8440 Fixed #1094: Transmit RTCP keep alive even when the stream is paused (thanks Johan Lantz for the suggestion) by Benny Prijono · 14 years ago
  72. ab74c90 Another unterminated SDP offer/answer negotiation fix (Re: #1045): by Benny Prijono · 14 years ago
  73. 29c8ca3 Fixed #1095 (New option to control the Route headers in REGISTER request). Details: by Benny Prijono · 14 years ago
  74. a8f9e62 Fixes #1047 (Don't send UPDATE if remote doesn't support it (thanks Bogdan Krakowski for the report)) and fixes #1097 (Support sending UPDATE without SDP). Details: by Benny Prijono · 14 years ago
  75. 1653c98 Misc (re #1068): added new API pjmedia_master_port_wait() to poll master port clock when it is created with PJMEDIA_CLOCK_NO_ASYNC flag. by Nanang Izzuddin · 14 years ago
  76. c6d5fdc Fixed #1086 (New option to update the Contact URI in a single REGISTER request): added contact_rewrite_method account config to control this. Default is to use the new mechanism, i.e. the single REGISTER method. by Benny Prijono · 14 years ago
  77. 4d6ff4d Fixed #1077: In ICE stream transport (ice_strans.c), automaticaly retry allocation once if TURN allocation fails. If this allocation retry also fails, notify the TURN user via on_ice_complete() callback. Details: by Benny Prijono · 14 years ago
  78. 0fd9267 Fix #1045: by Nanang Izzuddin · 14 years ago
  79. 6d74870 Misc (re #1068): fixed possible reading string beyond the buffer in pj_strltrim() if the string only contains whitespaces (thanks Jones Desougi for the report) by Benny Prijono · 14 years ago
  80. 93bacd0 Fix #476: by Nanang Izzuddin · 14 years ago
  81. 5bbebc0 Misc fixes (re #1068): fixed aconfigure to handle the case where ifaddrs.h is present but the functions are not available, as reported to happen with uClibc (thanks Jones Desougi for the patch) by Benny Prijono · 14 years ago
  82. a56f32d Misc (Re #1068): initialize rtpmap string with NULL as it generates uninitialized memory ptr read under Valgrind. Thanks Jones Desougi for the patch. by Benny Prijono · 14 years ago
  83. b2d2313 Re #1068 (Misc Fixes): changed timeout timer value initialization in sip_transaction.c to copy the value from TD timer value instead of calculating it directly from T1. This would enable customization of the timeout value by changing PJSIP_TD_TIMEOUT macro. Previously the only way to modify this is to change the T1 value, which is undesireable. by Benny Prijono · 14 years ago
  84. c742f4e Close #1072: by Nanang Izzuddin · 14 years ago
  85. 5de1abb Fix #1093: - Fixed memory leak of CVoIPFormatIntfc instances in S60 VAS. by Nanang Izzuddin · 14 years ago
  86. ff245a2 Re #1089: by Nanang Izzuddin · 14 years ago
  87. cf4d141 Fix #1085: - Added new codec G721, as alias for G726-32. by Nanang Izzuddin · 14 years ago
  88. 16852b3 Re #668: by Nanang Izzuddin · 14 years ago
  89. 87b347e Make TURN pool memory sizes compile-time configurable (misc, re: #1068) by Benny Prijono · 14 years ago
  90. 2a1b9ee Re #1089: by Nanang Izzuddin · 14 years ago
  91. 1f2f454 Fix #1073: by Nanang Izzuddin · 14 years ago
  92. 160a692 Misc (re #1068): fixed python test lib inc_sip.py, wrong member name refered in RecvfromTransaction initialization. by Nanang Izzuddin · 14 years ago
  93. dfe1be2 Re #1074: Added python test for SRTP receiving too long key. by Nanang Izzuddin · 14 years ago
  94. d61fedc Fix #1088: by Nanang Izzuddin · 14 years ago
  95. 8ddda3e Fix #1074: Fixed SRTP crypto parser to preverify the key length. by Nanang Izzuddin · 14 years ago
  96. 8b33bba Fixed #1092 (Crash when receiving various messages with "Contact: *" header format) by Benny Prijono · 14 years ago
  97. 022980e Fix #1091: Increase the default maximum number of outstanding asynchronous operations of Symbian socket server to 32 by Benny Prijono · 14 years ago
  98. 7ec94e6 Fix #1090: Disable the "Bug in branch_param generator (i.e. not unique)" assertion. This also fixes the hang problem when building the app in Release mode (assertion disabled), because the transaction is destroyed without being unlocked, causing the subsequent transaction unlock to loop indefinitely. by Benny Prijono · 14 years ago
  99. 1c7f0b0 Re #1066, in process_m_answer() of sdp_neg.c: by Nanang Izzuddin · 14 years ago
  100. 2c496ba Misc (re #1068): crash in pj_sockaddr_parse2() if NULL of empty string is given (thanks Joe Meade for the report) by Benny Prijono · 14 years ago