1. 8ec5eae Support for iPhone tools in the build system: by Benny Prijono · 14 years ago
  2. 2be59c3 Re #1051: fix build error on iPhone 2.x due to some missing constants by Benny Prijono · 14 years ago
  3. cce6b9e Re #1050: added iPhone specific settings in config_site_sample.h by Benny Prijono · 14 years ago
  4. b83b3f3 Implemented ticket #1054: iLBC codec framework for iPhone OS by Sauw Ming · 14 years ago
  5. bf16644 Implemented ticket #1053: ipjsua: pjsua for iPhone OS by Sauw Ming · 14 years ago
  6. a748762 Implemented ticket #1052: ipjsystest: pjsystest for iPhone OS by Sauw Ming · 14 years ago
  7. 05a7f06 Implemented ticket #1051: Core audio device support for Mac and iPhone OS by Sauw Ming · 14 years ago
  8. 57f76a3 Creating iphone branch for initial iPhone development/porting by Benny Prijono · 14 years ago
  9. 462a67c More #1041 (Unit test): - Initial work for Symbian targets by Benny Prijono · 14 years ago
  10. 2459bd1 Fixed MSVC compilation warning introduced by ticket #1046 by Benny Prijono · 14 years ago
  11. 9bde873 Fixed ticket #1048: Memory leak in enum_ipv4_ipv6_interface (ip_helper_win32.c) (thanks Andrey Mamchur for the report) by Benny Prijono · 14 years ago
  12. f9ebaf6 Ticket #1041 (Unit test): - Initial Windows/MSVC work by Benny Prijono · 14 years ago
  13. 1e79d21 Ticket #1046: Zeroconf/link-local/ActiveSync IPv4 adress 169.254.x.x may be used on Windows Mobile devices (thanks Jan Boquist for the info) by Benny Prijono · 15 years ago
  14. f44f79b Ticket #1041: - initial work for GNU targets by Benny Prijono · 15 years ago
  15. 2140732 More #1032 (new SIP TCP/TLS transport callback): by Benny Prijono · 15 years ago
  16. a6ff3af Misc (#1026): added more documentation for PJNATH_EICEFAILED error code by Benny Prijono · 15 years ago
  17. a7719d3 Ticket #1043: by Nanang Izzuddin · 15 years ago
  18. 308d533 Ticket #1008: by Nanang Izzuddin · 15 years ago
  19. 6050f88 Ticket #1042, minor updates related to AEC: by Nanang Izzuddin · 15 years ago
  20. 10d9c14 More ticket #1033: Fixed send_msg_callback of transaction.c to reset 'cont' flag to stop (re)transmitting when transaction has been unregistered. by Nanang Izzuddin · 15 years ago
  21. d69220b Minor #1032: Fixed transport TCP of missing returning PJ_FALSE when connect attempt failed. by Nanang Izzuddin · 15 years ago
  22. d88fc8c More #1032: fixed gcc warnings in printf format by Benny Prijono · 15 years ago
  23. 3dd7507 Minor update on #969: Removed 'experimental feature' comment on progressive discard. by Nanang Izzuddin · 15 years ago
  24. 5e69da5 More ticket #1032: by Nanang Izzuddin · 15 years ago
  25. cca2e43 Misc (#1026): fixed wrong documentation of pjsua_acc_config.allow_contact_rewrite by Benny Prijono · 15 years ago
  26. c7b3c3b Ticket #996: update the ETag header in the pending PUBLISH requests if the value changes in the previous request (thanks Johan Lantz for the report) by Benny Prijono · 15 years ago
  27. 03d9bc8 Fixed ticket #1040: Problem with getting the default IP interface on FreeBSD due to wrong argument to connect() (thanks Roman Grachev for the patch) by Benny Prijono · 15 years ago
  28. 2fb937e Ticket #1032: by Nanang Izzuddin · 15 years ago
  29. 38c975d Ticket #1031: Automatically handle 423 (Interval Too Brief) response in SIP registration (thanks Tomáš Valenta for the suggestion) by Benny Prijono · 15 years ago
  30. a12f5a4 Misc (#1026): added svn_add.bat and svn_pset.bat, utilities to add new source files to repository by Benny Prijono · 15 years ago
  31. 04046c7 More ticket #1038: added to VS6 and VS2005 projects by Benny Prijono · 15 years ago
  32. 60a0c9b Implemented ticket #1038: null audio device by Sauw Ming · 15 years ago
  33. bc2bec7 Fixed minor bug (#1026): custom ICE priority table must not assign greater priority for SRFLX than PRFLX candidate type (thanks Saúl Ibarra Corretgé for the report) by Benny Prijono · 15 years ago
  34. 556a285 More ticket #1028: fixed compile error caused by corrupted version of passthrough.c when re-commiting r3074 (in r3078). (note: this changeset was originally done by nanang, recheckedin due to moving svn repository) by Benny Prijono · 15 years ago
  35. 46bd084 More ticket #1009: Initial support for IPP on Mac by Benny Prijono · 15 years ago
  36. b361760 More ticket #1018: by Sauw Ming · 15 years ago
  37. 3965f19 Ticket #1009: Support for IPP 6.1 on Linux by Benny Prijono · 15 years ago
  38. 166d502 Ticket #995: Send un-PUBLISH when pjsua_acc_set_registration(FALSE) is called (thanks Johan Lantz for the suggestion) by Benny Prijono · 15 years ago
  39. 990f6e9 More ticket #1018: fixed some more warnings about pointer conversions, or errors if the library is compiled in C++ mode (thanks Atik Khan for the report) by Benny Prijono · 15 years ago
  40. 9a04864 Fixed ticket #1011: "Invalid operation step" assertion when TCP is used by Benny Prijono · 15 years ago
  41. c88ad8d Misc (#1026): swap the order fo --dis-codec and --add-codec execution in pjsua, so that user can now enable specific codecs by Benny Prijono · 15 years ago
  42. 743ce28 More ticket #1018: fixed warning about incompatible pointer types by Benny Prijono · 15 years ago
  43. bcc8dd7 Fixed ticket #1034: Crash on accepting a call with no codec in the SDP offer by Benny Prijono · 15 years ago
  44. 3dd29e2 More ticket #1033: by Benny Prijono · 15 years ago
  45. 63236bb Misc (#1018): by Sauw Ming · 15 years ago
  46. 653af2e Misc (#1026): PJLIB does not return the correct error code when TCP connection fails on Linux by Benny Prijono · 15 years ago
  47. d8435e6 Implemented ticket #1018: Simple HTTP client implementation by Sauw Ming · 15 years ago
  48. 6cc031c Ticket #998: by Nanang Izzuddin · 15 years ago
  49. 9f538cb Ticket #766: by Nanang Izzuddin · 15 years ago
  50. 5c816af More ticket #1033: by Benny Prijono · 15 years ago
  51. c5a1759 Ticket #1028: - Updated codecs docs, more detail info about codec settings. by Nanang Izzuddin · 15 years ago
  52. 4969f37 More ticket #1037: by Benny Prijono · 15 years ago
  53. 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
  54. 98f761b Ticket #1028 (minor): by Nanang Izzuddin · 15 years ago
  55. 19a87c7 Initial implementation of ticket #1016: Native Linux ALSA audio device backend implementation by Benny Prijono · 15 years ago
  56. 06839e7 Ticket #1028: Recommit r3074 with updated codec.h. by Nanang Izzuddin · 15 years ago
  57. 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
  58. 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
  59. 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
  60. 7217505 Ticket #1028: by Nanang Izzuddin · 15 years ago
  61. 3614fbc Misc fix (#1026): incoming call event is not detected by PocketPJ sample application by Benny Prijono · 15 years ago
  62. 6dd1ff8 Misc (#1026): missed PLC availability check in stream get_frame_ext(). by Nanang Izzuddin · 15 years ago
  63. 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
  64. 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
  65. b2d60de Fixed ticket #1030: Missing To tag in out-of-dialog response (thanks Rui Macedo for the report) by Benny Prijono · 15 years ago
  66. 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
  67. 957dc41 Related to #969: make maximum PLC generated frames configurable (PJMEDIA_MAX_PLC_DURATION_MSEC) by Benny Prijono · 15 years ago
  68. 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
  69. b6f66bc Ticket #969: by Nanang Izzuddin · 15 years ago
  70. a38a403 Small bug in ticket #1025, which caused build error related to PortAudio in Mac OS X by Benny Prijono · 15 years ago
  71. ddd4714 Ticket #694: work on 'make install': by Benny Prijono · 15 years ago
  72. 8a9b3b2 More #1025 (support for using external third party libraries): by Benny Prijono · 15 years ago
  73. 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
  74. 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
  75. a1aec0e Initial fixes for #993 (OpenSolaris issues) by Benny Prijono · 15 years ago
  76. fe0c127 Ticket #1025: Support for using different PortAudio installation/path by Benny Prijono · 15 years ago
  77. d523370 Initial OpenBSD fixes (#994): by Benny Prijono · 15 years ago
  78. 7d1f768 Updated to 1.5.5-trunk after release by Perry Ismangil · 15 years ago
  79. 9b5e1f8 Changed version to 1.5.5 by Perry Ismangil · 15 years ago
  80. 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
  81. eeb84dc Ticket #1015: Disabled ioqueue Completion Port (ioqueue_winnt.c). by Nanang Izzuddin · 15 years ago
  82. b2c7529 Ticket #1001: by Nanang Izzuddin · 15 years ago
  83. 50e1546 Ticket #991: by Benny Prijono · 15 years ago
  84. 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
  85. 3b6f0d9 Misc (#1003): by Benny Prijono · 15 years ago
  86. ebeeb1b Ticket #1012: Potential buffer overflow in Unicode string conversion (thanks Orville Pike for the report) by Benny Prijono · 15 years ago
  87. caecfd4 Ticket #992: Symbian build issues using RVCT compiler (thanks Gabor Tanka for the fix) by Benny Prijono · 15 years ago
  88. 98301da Misc (#1003): fixed bug: wrong month value in PIDF timestamp generation (thanks Johan Lantz for the report) by Benny Prijono · 15 years ago
  89. f366bf7 Ticket #1010: by Nanang Izzuddin · 15 years ago
  90. 982e47e Misc PJLIB fix (#1003): fix gcc warning about unused return value by Benny Prijono · 15 years ago
  91. 9dec20c Ticket #991: updated PA to the latest version (revision 1438) by Benny Prijono · 15 years ago
  92. 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
  93. 18217d6 Few fixes and enhancements to Windows IP helper, related to #1000: by Benny Prijono · 15 years ago
  94. fdbfcf1 Ticket #1005: by Nanang Izzuddin · 15 years ago
  95. 48443dd More ticket #1000: by Benny Prijono · 15 years ago
  96. 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
  97. 981e59e Misc PocketPJ fixes (#1006): by Benny Prijono · 15 years ago
  98. 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
  99. d53ed17 Ticket #1004: Symbian timer heap fix by Benny Prijono · 15 years ago
  100. 54d642d Ticket #1000: fixed different treatment with regard to Unicode argument to GetProcAddress between Windows and Windows Mobile by Benny Prijono · 15 years ago