1. d8435e6 Implemented ticket #1018: Simple HTTP client implementation by Sauw Ming · 15 years ago
  2. 6cc031c Ticket #998: by Nanang Izzuddin · 15 years ago
  3. 9f538cb Ticket #766: by Nanang Izzuddin · 15 years ago
  4. 5c816af More ticket #1033: by Benny Prijono · 15 years ago
  5. c5a1759 Ticket #1028: - Updated codecs docs, more detail info about codec settings. by Nanang Izzuddin · 15 years ago
  6. 4969f37 More ticket #1037: by Benny Prijono · 15 years ago
  7. ba858ec Fixed ticket #1037: Memory pool alignment error when alignment is set to be greater than the default (thanks John Ridges for the report): by Benny Prijono · 15 years ago
  8. 98f761b Ticket #1028 (minor): by Nanang Izzuddin · 15 years ago
  9. 19a87c7 Initial implementation of ticket #1016: Native Linux ALSA audio device backend implementation by Benny Prijono · 15 years ago
  10. 06839e7 Ticket #1028: Recommit r3074 with updated codec.h. by Nanang Izzuddin · 15 years ago
  11. d1873b7 Fixed ticket #1036: Stray timer may be registered by SIP TCP and TLS transport in destroy routine, which could crash the program on Symbian (thanks Tamàs Solymosi for the report) by Benny Prijono · 15 years ago
  12. a1bc019 Fixed ticket #1035: Crash in timer heap cleanup sequence on Symbian if the pool for the timer entry is released beforehand (thanks Tamàs Solymosi for the report) by Benny Prijono · 15 years ago
  13. 0ff300c Undo r3074 for ticket #1028 as it is missing updated codec.h hence causing build errors (thanks Michael Bradley Jr for the report) by Benny Prijono · 15 years ago
  14. 7217505 Ticket #1028: by Nanang Izzuddin · 15 years ago
  15. 3614fbc Misc fix (#1026): incoming call event is not detected by PocketPJ sample application by Benny Prijono · 15 years ago
  16. 6dd1ff8 Misc (#1026): missed PLC availability check in stream get_frame_ext(). by Nanang Izzuddin · 15 years ago
  17. 0963854 Initial commit for #1033: Assertion error when shutting down PJSIP while TCP/TLS connect is in progress and a transaction is waiting by Benny Prijono · 15 years ago
  18. 984d767 Misc (#1026): initialize display field of SIP name address to NULL, as some libc library (mingw with gcc4, msvcrt) has some problem with sprintf with zero length and invalid pointer (thanks Klaus Darilion for the report) by Benny Prijono · 15 years ago
  19. b2d60de Fixed ticket #1030: Missing To tag in out-of-dialog response (thanks Rui Macedo for the report) by Benny Prijono · 15 years ago
  20. 15d3a70 Ticket #1029: Fix support for multiple (event) subscriptions in a single dialog (thanks Wang Eric for the report) by Benny Prijono · 15 years ago
  21. 957dc41 Related to #969: make maximum PLC generated frames configurable (PJMEDIA_MAX_PLC_DURATION_MSEC) by Benny Prijono · 15 years ago
  22. 16b2053 Ticket #1026: Wrong endianness detection for Motorola m68k architecture in pj/config.h (thanks Andreas Wehrmann for the report) by Benny Prijono · 15 years ago
  23. b6f66bc Ticket #969: by Nanang Izzuddin · 15 years ago
  24. a38a403 Small bug in ticket #1025, which caused build error related to PortAudio in Mac OS X by Benny Prijono · 15 years ago
  25. ddd4714 Ticket #694: work on 'make install': by Benny Prijono · 15 years ago
  26. 8a9b3b2 More #1025 (support for using external third party libraries): by Benny Prijono · 15 years ago
  27. cb40a1c Ticket #1027: Fixed stream to skip (frame.buf!=NULL) checking when frame type is PJMEDIA_FRAME_TYPE_EXT before passing the frame to encoder. by Nanang Izzuddin · 15 years ago
  28. 5765555 Misc (#1026): remove the code that silently set SO_SNDBUF/SO_RCVBUF as it's not that useful and it would print error message on many platforms that don't support it, causing many questions from users by Benny Prijono · 15 years ago
  29. a1aec0e Initial fixes for #993 (OpenSolaris issues) by Benny Prijono · 15 years ago
  30. fe0c127 Ticket #1025: Support for using different PortAudio installation/path by Benny Prijono · 15 years ago
  31. d523370 Initial OpenBSD fixes (#994): by Benny Prijono · 15 years ago
  32. 7d1f768 Updated to 1.5.5-trunk after release by Perry Ismangil · 15 years ago
  33. 9b5e1f8 Changed version to 1.5.5 by Perry Ismangil · 15 years ago
  34. 06b0f95 More ticket #1013: PJSIP resolver should not try to resolve the target if IP address is given (thanks Emil Sturniolo for the report) by Benny Prijono · 15 years ago
  35. eeb84dc Ticket #1015: Disabled ioqueue Completion Port (ioqueue_winnt.c). by Nanang Izzuddin · 15 years ago
  36. b2c7529 Ticket #1001: by Nanang Izzuddin · 15 years ago
  37. 50e1546 Ticket #991: by Benny Prijono · 15 years ago
  38. 808d1a4 Ticket #1013: PJSIP resolver should not try to resolve the target if IP address is given (thanks Emil Sturniolo for the report) by Benny Prijono · 15 years ago
  39. 3b6f0d9 Misc (#1003): by Benny Prijono · 15 years ago
  40. ebeeb1b Ticket #1012: Potential buffer overflow in Unicode string conversion (thanks Orville Pike for the report) by Benny Prijono · 15 years ago
  41. caecfd4 Ticket #992: Symbian build issues using RVCT compiler (thanks Gabor Tanka for the fix) by Benny Prijono · 15 years ago
  42. 98301da Misc (#1003): fixed bug: wrong month value in PIDF timestamp generation (thanks Johan Lantz for the report) by Benny Prijono · 15 years ago
  43. f366bf7 Ticket #1010: by Nanang Izzuddin · 15 years ago
  44. 982e47e Misc PJLIB fix (#1003): fix gcc warning about unused return value by Benny Prijono · 15 years ago
  45. 9dec20c Ticket #991: updated PA to the latest version (revision 1438) by Benny Prijono · 15 years ago
  46. bf53b00 Misc fix (#1003): resolve NAT type after mapped addresses for SIP/RTP/RTCP sockets have been resolved, so reduce chattiness during initialization and simplify debugging related to STUN problems by Benny Prijono · 15 years ago
  47. 18217d6 Few fixes and enhancements to Windows IP helper, related to #1000: by Benny Prijono · 15 years ago
  48. fdbfcf1 Ticket #1005: by Nanang Izzuddin · 15 years ago
  49. 48443dd More ticket #1000: by Benny Prijono · 15 years ago
  50. f4385cd Fixed ticket #1007: Heap corruption when socket address with invalid address family is given (thanks Emil Sturniolo for the report) by Benny Prijono · 15 years ago
  51. 981e59e Misc PocketPJ fixes (#1006): by Benny Prijono · 15 years ago
  52. 531be6c Misc (#1003): added protection against situation when pj_sock_getsockname() returns PJ_SUCCESS but 0.0.0.0 is reported as the socket address, potentially causing SIP TCP transport to put 0.0.0.0 or empty Via address. Not sure if this situation could happen though. by Benny Prijono · 15 years ago
  53. d53ed17 Ticket #1004: Symbian timer heap fix by Benny Prijono · 15 years ago
  54. 54d642d Ticket #1000: fixed different treatment with regard to Unicode argument to GetProcAddress between Windows and Windows Mobile by Benny Prijono · 15 years ago
  55. e791156 Misc (ticket #1003): by Benny Prijono · 15 years ago
  56. 011e3f2 Ticket #1002: Crash when adding/removing buddies (thanks Nikolay Popok and Robert Cichielo for the reports) by Benny Prijono · 15 years ago
  57. fcaf9cf More ticket #1000 (IPv6 interface enumeration fails due to typo error in Windows targets): by Benny Prijono · 15 years ago
  58. 49e78b4 Fixed ticket #1000: IPv6 interface enumeration fails due to typo error in Windows targets by Benny Prijono · 15 years ago
  59. 41903da Fixed ticket #999: by Benny Prijono · 15 years ago
  60. 64900a0 Changed version to 1.5 by Benny Prijono · 15 years ago
  61. 9d0da8d Ticket #990: by Nanang Izzuddin · 15 years ago
  62. 6b0d9a0 Misc (#951): added make selftest target by Benny Prijono · 15 years ago
  63. b918ae0 Misc (#951): fixed compilation warning on Win32 Release build by Benny Prijono · 15 years ago
  64. 39f187c More #953 (ICE may find the wrong best candidate): by Benny Prijono · 15 years ago
  65. fe1bd34 More ticket #982 (MWI): support for Asterisk unsolicited MWI requests: by Benny Prijono · 15 years ago
  66. 4874763 Ticket #957: by Nanang Izzuddin · 15 years ago
  67. 6d936a3 More #982 (MWI): support for Asterisk unsolicited MWI in pjsua application by Benny Prijono · 15 years ago
  68. a4cf8d8 Ticket #957: Updated SSL sock performance test to avoid false connected state problem caused by server listen backlog excess (problem examined on mac platform). by Nanang Izzuddin · 15 years ago
  69. ff39ffd Misc (#951): compile warning in norm_s() in g7221 basic_op.c, expression always results false, passed codec vector test after fix applied on win64 and mac. by Nanang Izzuddin · 15 years ago
  70. 15d5108 #972: Removed PJ_SOL_SOCKET check in pjlib-test as it is defined as 0xffff on some platforms (e.g: Win, Mac). by Nanang Izzuddin · 15 years ago
  71. 984f8e4 Misc (#951): Put init value to var 'ftype' (somewhere) in jbuf.c to avoid compile warning (var used without initialization). by Nanang Izzuddin · 15 years ago
  72. add2c41 Misc (#951): Updated local SDP answer reference in sdp neg test related to fix in #964. by Nanang Izzuddin · 15 years ago
  73. 1cd713b Misc (#951): undo r3012, and silently adjust max_calls to PJSUA_MAX_CALLS instead if it is greater by Benny Prijono · 15 years ago
  74. 4bf49ea Misc (#951): check when app specifies max_calls that is greater than PJSUA_MAX_CALLS (thanks Robbie Hanson for the report) by Benny Prijono · 15 years ago
  75. a45f81e Misc (#951): Fixed wrong media order in SDP response checking in python test script sendto/126. by Nanang Izzuddin · 15 years ago
  76. 8595f8a More #955 (Python fixes): calling buddy_set_user_data with invalid buddy ID will raise assertion by Benny Prijono · 15 years ago
  77. d3d18c3 Fixed for #937 (presence enhancements): handle case where event argument is NULL by Benny Prijono · 15 years ago
  78. 14681e3 More ticket #957 (SSL): exclude sip_transport_tls_ossl.c from VS6 build by Benny Prijono · 15 years ago
  79. 16639d9 Misc python module fixes (#955): by Benny Prijono · 15 years ago
  80. 0a411e2 Misc (#951): fixed compilation warning on gcc/Linux by Benny Prijono · 15 years ago
  81. bff0c9e Misc (#951): fixed misc compilation warnings with gcc by Benny Prijono · 15 years ago
  82. bdf00d3 Misc (#951): added missing bidirectional.o in PJMEDIA Makefile (thanks Thomas Falk for the report) by Benny Prijono · 15 years ago
  83. a27ca1b More ticket #940: Multiple header rows with the same name may not be completely processed by PJSIP modules: by Benny Prijono · 15 years ago
  84. 2ef519f Fixed ticket #989: Issues with Windows Unicode build (thanks Michele Cicciotti for the patch) by Benny Prijono · 15 years ago
  85. 4f93376 Ticket #864: Revise on account registration Contact update rule by Benny Prijono · 15 years ago
  86. b5e025a Ticket #957: Fixed 0.0.0.0:0 address returned by SIP TLS client transport, which would cause 0.0.0.0:0 address in SIP via header. by Nanang Izzuddin · 15 years ago
  87. 28efe81 More #957 (TLS) by Benny Prijono · 15 years ago
  88. a25bc9d Ticket #950 and #957: by Benny Prijono · 15 years ago
  89. af20ce0 Misc (#951): compilation warnings about unused local variables in passthrough codec by Benny Prijono · 15 years ago
  90. 8ea7eb0 Misc fix (#951): Fixed pjsua bug RTP timestamp & sequence resetted after hold-resume (thanks Nikolay Popok for the report). by Nanang Izzuddin · 15 years ago
  91. f78d35d Ticket #988: Aray bounds checking in SDP functions (thanks Mark Webster for the report) by Benny Prijono · 15 years ago
  92. 7ee0533 More #957 (TLS): updated pj_perror() with the new PJ_PERROR() API by Benny Prijono · 15 years ago
  93. 0e61a5b More #950 (QoS): updated with the new pj_perror() syntax by Benny Prijono · 15 years ago
  94. c6768e5 Updated ticket #981: pj_perror() and PJ_PERROR() API: by Benny Prijono · 15 years ago
  95. c6f0e1a Misc (#951): some fixes for pjsystest application: by Benny Prijono · 15 years ago
  96. eef9b8d Ticket #957: by Nanang Izzuddin · 15 years ago
  97. 8e5f634 Ticket #957: Workaround fix for SSL socket specific related to ticket #985. by Nanang Izzuddin · 15 years ago
  98. 020bea1 Fixed ticket #986: Assertion when authorization PJSIP_AUTH_AUTO_SEND_NEXT is enabled (thanks Zhefeng Du for the report) by Benny Prijono · 15 years ago
  99. 1676d98 Ticket #954: Added sipp test scenario for issue 1 (bad SE in 200 response, less than min-SE in request). by Nanang Izzuddin · 15 years ago
  100. 2d0f8fe Ticket #957: by Nanang Izzuddin · 15 years ago