1. 78bec1a Re #1103: by Nanang Izzuddin · 14 years ago
  2. d39818b Fixed #1104: Append ".local" to the system's hostname in IOS 4. by Sauw Ming · 14 years ago
  3. bff351e Re #1103: by Nanang Izzuddin · 14 years ago
  4. fc0c176 Misc fix (re #1068): added port number in the Host header of http request. by Sauw Ming · 14 years ago
  5. cbbcb60 Fix #1078: added XOR_MAPPED_ADDRESS parsing capability to the resolver. by Nanang Izzuddin · 14 years ago
  6. 10d6243 Fixed #1101: Check and calculate IPv4/IPv6 address specified in pj_getaddrinfo() by Benny Prijono · 14 years ago
  7. 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
  8. 382853f Misc(re #1068): Revert the default trace to 0. by Sauw Ming · 14 years ago
  9. 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
  10. 2d674b3 Ticket #1018: by Sauw Ming · 14 years ago
  11. c1426fe Fixed segfault Re #740 by Benny Prijono · 14 years ago
  12. ca8cc72 Misc (re #1068): fixed possible overwritten field data, write_data_t::flags, in SSL sock OpenSSL implementation. by Nanang Izzuddin · 14 years ago
  13. 33e291a Fix #740: - Fixed zeroed/unset RTP timestamp in RTCP sender report. by Nanang Izzuddin · 14 years ago
  14. 122b9a7 Fixed #1039: Add Allow header in outgoing REGISTER request (thanks Daniel Anens for the info) by Benny Prijono · 14 years ago
  15. 07fe230 Fixed #1081: Implement ICE option tag (RFC 5678) by Benny Prijono · 14 years ago
  16. 6f5b7f0 Fix #1075: by Nanang Izzuddin · 14 years ago
  17. e810108 Re #1094: fixed compilation error in previous fix in r3218 by Benny Prijono · 14 years ago
  18. 2dbf507 Fixed #1079 (Media transport should be kept alive during double-hold scenario). Details: by Benny Prijono · 14 years ago
  19. 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
  20. ab74c90 Another unterminated SDP offer/answer negotiation fix (Re: #1045): by Benny Prijono · 14 years ago
  21. 29c8ca3 Fixed #1095 (New option to control the Route headers in REGISTER request). Details: by Benny Prijono · 14 years ago
  22. 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
  23. 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
  24. 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
  25. 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
  26. 0fd9267 Fix #1045: by Nanang Izzuddin · 14 years ago
  27. 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
  28. 93bacd0 Fix #476: by Nanang Izzuddin · 14 years ago
  29. 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
  30. 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
  31. 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
  32. c742f4e Close #1072: by Nanang Izzuddin · 14 years ago
  33. 5de1abb Fix #1093: - Fixed memory leak of CVoIPFormatIntfc instances in S60 VAS. by Nanang Izzuddin · 14 years ago
  34. ff245a2 Re #1089: by Nanang Izzuddin · 14 years ago
  35. cf4d141 Fix #1085: - Added new codec G721, as alias for G726-32. by Nanang Izzuddin · 14 years ago
  36. 16852b3 Re #668: by Nanang Izzuddin · 14 years ago
  37. 87b347e Make TURN pool memory sizes compile-time configurable (misc, re: #1068) by Benny Prijono · 14 years ago
  38. 2a1b9ee Re #1089: by Nanang Izzuddin · 14 years ago
  39. 1f2f454 Fix #1073: by Nanang Izzuddin · 14 years ago
  40. 160a692 Misc (re #1068): fixed python test lib inc_sip.py, wrong member name refered in RecvfromTransaction initialization. by Nanang Izzuddin · 14 years ago
  41. dfe1be2 Re #1074: Added python test for SRTP receiving too long key. by Nanang Izzuddin · 14 years ago
  42. d61fedc Fix #1088: by Nanang Izzuddin · 14 years ago
  43. 8ddda3e Fix #1074: Fixed SRTP crypto parser to preverify the key length. by Nanang Izzuddin · 14 years ago
  44. 8b33bba Fixed #1092 (Crash when receiving various messages with "Contact: *" header format) by Benny Prijono · 14 years ago
  45. 022980e Fix #1091: Increase the default maximum number of outstanding asynchronous operations of Symbian socket server to 32 by Benny Prijono · 14 years ago
  46. 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
  47. 1c7f0b0 Re #1066, in process_m_answer() of sdp_neg.c: by Nanang Izzuddin · 14 years ago
  48. 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
  49. c71bed6 Fix #1087: by Nanang Izzuddin · 14 years ago
  50. 42bb38b Misc (re #1068): AMR codec in IPP codecs should apply Change Mode Request (from AMR payload) only when it is different from current encoding mode. by Nanang Izzuddin · 14 years ago
  51. b5a60cd Re #1068 (misc fix): added --log-append option in pjsua to not overwrite existing log file by Benny Prijono · 14 years ago
  52. 609fff5 Fix #1071: Increase default maximum SIP packet size to 4000 by Benny Prijono · 14 years ago
  53. b18e950 Misc fix (re #1068): set default alignment in the configure script to 8 bytes on Sparc (thanks David Coppa for the patch) by Benny Prijono · 14 years ago
  54. 99f7774 Changed pj_thread_get_prio_max() to return 0 on OpenBSD because it doesn't support it (thanks David Coppa for the patch)(re #1068) by Benny Prijono · 14 years ago
  55. 7655487 Fix #1053: change the libaries' path type to relative by Sauw Ming · 14 years ago
  56. e9edc04 Fix #1052: change library path as a relative path. by Sauw Ming · 14 years ago
  57. c28d845 Re #1051: set default new coreaudio backend to disabled by Benny Prijono · 14 years ago
  58. 2d1f1b6 Re #1050: fixed aconfigure error caused by iPhone merging by Benny Prijono · 14 years ago
  59. 7920fb2 Merge #1050, #1052, #1053, #1054 into the main trunk. by Sauw Ming · 14 years ago
  60. 55a73cd Merge #1051 into the main trunk. by Sauw Ming · 14 years ago
  61. d348252 Fix #1051: by Sauw Ming · 14 years ago
  62. d89cc3a Re #1069: by Nanang Izzuddin · 14 years ago
  63. a9866ae Re #1050: removed -arch armv6 option from the default CFLAGS generated by configure-iphone, as this is rejected by gcc-4.2.1 that comes with iPhone-3.2 SDK. by Benny Prijono · 14 years ago
  64. c02fdd6 Re #1050: automatic selection of ARM compiler to use based on the SDK. No need to create symbolic links to gcc now. by Benny Prijono · 14 years ago
  65. fd71d3a Re #1050: fixed failure in configure script if iPhone binutils/compiler are not in the PATH. They are called with their full paths now. by Benny Prijono · 14 years ago
  66. 8ec5eae Support for iPhone tools in the build system: by Benny Prijono · 14 years ago
  67. 2be59c3 Re #1051: fix build error on iPhone 2.x due to some missing constants by Benny Prijono · 14 years ago
  68. cce6b9e Re #1050: added iPhone specific settings in config_site_sample.h by Benny Prijono · 14 years ago
  69. 0290a57 Re #1068: by Nanang Izzuddin · 14 years ago
  70. c712c28 Added systest function to select which audio device to use (re #1068: misc fixes) by Benny Prijono · 14 years ago
  71. adca6fd Ref #1068 (misc fixes): added facility to change device ID at run time in pjsystest by Benny Prijono · 14 years ago
  72. 21ad6db Re #1067: Updated maximum acceptable burst setting in jitter buffer, was hardcoded 1s, now it is 3/4 of JB max size and must not be lower than 1s. by Nanang Izzuddin · 14 years ago
  73. 5d70643 Re #1067: Added feature of JB operation tracing to CSV file in stream. by Nanang Izzuddin · 14 years ago
  74. 256ce21 Fixed #1066: by Nanang Izzuddin · 14 years ago
  75. 8fd1693 Implemented ticket #1065: audiodev register/unregister feature by Sauw Ming · 14 years ago
  76. d430643 Fixed #1064: by Benny Prijono · 14 years ago
  77. d4933d7 Changed version to 1.6-trunk by Benny Prijono · 14 years ago
  78. ca73f57 Changed version to 1.6 by Benny Prijono · 14 years ago
  79. 7988045 Re #969: Fixed bug division by zero in JB progressive discard code, caused by possibility of uninitialized burst level after JB switches status INITIALIZING -> PROCESSING (thanks Janos Tolgyesi and Tamàs Solymosi for the report and investigation). by Nanang Izzuddin · 14 years ago
  80. 4e5c3f5 Fixed #1062 (Assertion if 200/OK INVITE response is received during PJSUA-LIB destroy sequence) by Benny Prijono · 14 years ago
  81. ebea53e Miscellaneous fix (refs #1026): added svn ignore spec to depend file under g7221 directory by Benny Prijono · 14 years ago
  82. fb52191 Added exclusion pattern in the unit tests for codecs that are only available with IPP (refs #1041) by Benny Prijono · 14 years ago
  83. da0f3e9 Refs #1061: added unit test to test handling of empty realm in 401/407 challenge by Benny Prijono · 14 years ago
  84. c2ce9cc Fixed #1061 (Assertion when receiving authentication challenge with empty realm (thanks Andrey Kovalenko for the report)): by Benny Prijono · 14 years ago
  85. 8f0f0d3 Misc (#1026) fixed build problems on Symbian S60 5th edition: by Nanang Izzuddin · 14 years ago
  86. 2ee684b Ref #1018, fixed failure in pjlib-util-test due to the use of hardcoded port in HTTP client test by Benny Prijono · 14 years ago
  87. 1c70173 Misc #1026: moved payload type of G726-32 from static (was 2) to dynamic, and also disabled some more L16 codecs (thanks Bram Kuijvenhoven for the report). by Nanang Izzuddin · 14 years ago
  88. 40168a4 Fixed ticket #1058 (Different size between pj_sockaddr_in6 and native sockaddr_in6 on 64bit systems, causing failure in using SIP IPv6 UDP transport): by Benny Prijono · 14 years ago
  89. c3ea16a Ticket #1057: Implemented pjsua_modify_acc(). by Nanang Izzuddin · 14 years ago
  90. d9998a9 More ticket #1041 (unit test framework): by Benny Prijono · 14 years ago
  91. 4fa1602 Misc (#1026): - fixed wrong Unix detection in Python automated test by Benny Prijono · 14 years ago
  92. c58e9f7 Misc (ticket #1026): - added aectest in Samples build by Benny Prijono · 14 years ago
  93. cbae4a1 More on ticket #998: by Benny Prijono · 14 years ago
  94. 6658000 Minor fix #1044: by Nanang Izzuddin · 14 years ago
  95. 91cfa96 Ticket #1056: by Nanang Izzuddin · 14 years ago
  96. b83b3f3 Implemented ticket #1054: iLBC codec framework for iPhone OS by Sauw Ming · 14 years ago
  97. c4f30cc Ticket #1055: Fixed possibility of APS server panic in codec detection on few devices, e.g:N95, by adding short delay before closing APS session. by Nanang Izzuddin · 14 years ago
  98. 0048fbd More ticket #1055: by Nanang Izzuddin · 14 years ago
  99. c7166e5 Ticket #1055: Fixed infinite loop in stopping APS after initialization failed. by Nanang Izzuddin · 14 years ago
  100. 4fa2999 More ticket #1046: by Benny Prijono · 14 years ago