1. d89cc3a Re #1069: by Nanang Izzuddin · 14 years ago
  2. 0290a57 Re #1068: by Nanang Izzuddin · 14 years ago
  3. c712c28 Added systest function to select which audio device to use (re #1068: misc fixes) by Benny Prijono · 14 years ago
  4. adca6fd Ref #1068 (misc fixes): added facility to change device ID at run time in pjsystest by Benny Prijono · 14 years ago
  5. 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
  6. 5d70643 Re #1067: Added feature of JB operation tracing to CSV file in stream. by Nanang Izzuddin · 14 years ago
  7. 256ce21 Fixed #1066: by Nanang Izzuddin · 14 years ago
  8. 8fd1693 Implemented ticket #1065: audiodev register/unregister feature by Sauw Ming · 14 years ago
  9. d430643 Fixed #1064: by Benny Prijono · 14 years ago
  10. d4933d7 Changed version to 1.6-trunk by Benny Prijono · 14 years ago
  11. ca73f57 Changed version to 1.6 by Benny Prijono · 14 years ago
  12. 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
  13. 4e5c3f5 Fixed #1062 (Assertion if 200/OK INVITE response is received during PJSUA-LIB destroy sequence) by Benny Prijono · 14 years ago
  14. ebea53e Miscellaneous fix (refs #1026): added svn ignore spec to depend file under g7221 directory by Benny Prijono · 14 years ago
  15. fb52191 Added exclusion pattern in the unit tests for codecs that are only available with IPP (refs #1041) by Benny Prijono · 14 years ago
  16. da0f3e9 Refs #1061: added unit test to test handling of empty realm in 401/407 challenge by Benny Prijono · 14 years ago
  17. c2ce9cc Fixed #1061 (Assertion when receiving authentication challenge with empty realm (thanks Andrey Kovalenko for the report)): by Benny Prijono · 14 years ago
  18. 8f0f0d3 Misc (#1026) fixed build problems on Symbian S60 5th edition: by Nanang Izzuddin · 14 years ago
  19. 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
  20. 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
  21. 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
  22. c3ea16a Ticket #1057: Implemented pjsua_modify_acc(). by Nanang Izzuddin · 14 years ago
  23. d9998a9 More ticket #1041 (unit test framework): by Benny Prijono · 14 years ago
  24. 4fa1602 Misc (#1026): - fixed wrong Unix detection in Python automated test by Benny Prijono · 14 years ago
  25. c58e9f7 Misc (ticket #1026): - added aectest in Samples build by Benny Prijono · 14 years ago
  26. cbae4a1 More on ticket #998: by Benny Prijono · 14 years ago
  27. 6658000 Minor fix #1044: by Nanang Izzuddin · 14 years ago
  28. 91cfa96 Ticket #1056: by Nanang Izzuddin · 14 years ago
  29. 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
  30. 0048fbd More ticket #1055: by Nanang Izzuddin · 14 years ago
  31. c7166e5 Ticket #1055: Fixed infinite loop in stopping APS after initialization failed. by Nanang Izzuddin · 14 years ago
  32. 4fa2999 More ticket #1046: by Benny Prijono · 14 years ago
  33. 4228007 Misc (#1026): added *.plg to svn:ignore in g7221 build directory by Benny Prijono · 14 years ago
  34. 3d71eb0 More ticket #1041 (Unit test): by Benny Prijono · 14 years ago
  35. 36dd5b6 Ticket #1044: by Nanang Izzuddin · 14 years ago
  36. 462a67c More #1041 (Unit test): - Initial work for Symbian targets by Benny Prijono · 14 years ago
  37. 2459bd1 Fixed MSVC compilation warning introduced by ticket #1046 by Benny Prijono · 14 years ago
  38. 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
  39. f9ebaf6 Ticket #1041 (Unit test): - Initial Windows/MSVC work by Benny Prijono · 14 years ago
  40. 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
  41. f44f79b Ticket #1041: - initial work for GNU targets by Benny Prijono · 15 years ago
  42. 2140732 More #1032 (new SIP TCP/TLS transport callback): by Benny Prijono · 15 years ago
  43. a6ff3af Misc (#1026): added more documentation for PJNATH_EICEFAILED error code by Benny Prijono · 15 years ago
  44. a7719d3 Ticket #1043: by Nanang Izzuddin · 15 years ago
  45. 308d533 Ticket #1008: by Nanang Izzuddin · 15 years ago
  46. 6050f88 Ticket #1042, minor updates related to AEC: by Nanang Izzuddin · 15 years ago
  47. 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
  48. d69220b Minor #1032: Fixed transport TCP of missing returning PJ_FALSE when connect attempt failed. by Nanang Izzuddin · 15 years ago
  49. d88fc8c More #1032: fixed gcc warnings in printf format by Benny Prijono · 15 years ago
  50. 3dd7507 Minor update on #969: Removed 'experimental feature' comment on progressive discard. by Nanang Izzuddin · 15 years ago
  51. 5e69da5 More ticket #1032: by Nanang Izzuddin · 15 years ago
  52. cca2e43 Misc (#1026): fixed wrong documentation of pjsua_acc_config.allow_contact_rewrite by Benny Prijono · 15 years ago
  53. 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
  54. 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
  55. 2fb937e Ticket #1032: by Nanang Izzuddin · 15 years ago
  56. 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
  57. 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
  58. 04046c7 More ticket #1038: added to VS6 and VS2005 projects by Benny Prijono · 15 years ago
  59. 60a0c9b Implemented ticket #1038: null audio device by Sauw Ming · 15 years ago
  60. 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
  61. 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
  62. 46bd084 More ticket #1009: Initial support for IPP on Mac by Benny Prijono · 15 years ago
  63. b361760 More ticket #1018: by Sauw Ming · 15 years ago
  64. 3965f19 Ticket #1009: Support for IPP 6.1 on Linux by Benny Prijono · 15 years ago
  65. 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
  66. 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
  67. 9a04864 Fixed ticket #1011: "Invalid operation step" assertion when TCP is used by Benny Prijono · 15 years ago
  68. 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
  69. 743ce28 More ticket #1018: fixed warning about incompatible pointer types by Benny Prijono · 15 years ago
  70. bcc8dd7 Fixed ticket #1034: Crash on accepting a call with no codec in the SDP offer by Benny Prijono · 15 years ago
  71. 3dd29e2 More ticket #1033: by Benny Prijono · 15 years ago
  72. 63236bb Misc (#1018): by Sauw Ming · 15 years ago
  73. 653af2e Misc (#1026): PJLIB does not return the correct error code when TCP connection fails on Linux by Benny Prijono · 15 years ago
  74. d8435e6 Implemented ticket #1018: Simple HTTP client implementation by Sauw Ming · 15 years ago
  75. 6cc031c Ticket #998: by Nanang Izzuddin · 15 years ago
  76. 9f538cb Ticket #766: by Nanang Izzuddin · 15 years ago
  77. 5c816af More ticket #1033: by Benny Prijono · 15 years ago
  78. c5a1759 Ticket #1028: - Updated codecs docs, more detail info about codec settings. by Nanang Izzuddin · 15 years ago
  79. 4969f37 More ticket #1037: by Benny Prijono · 15 years ago
  80. 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
  81. 98f761b Ticket #1028 (minor): by Nanang Izzuddin · 15 years ago
  82. 19a87c7 Initial implementation of ticket #1016: Native Linux ALSA audio device backend implementation by Benny Prijono · 15 years ago
  83. 06839e7 Ticket #1028: Recommit r3074 with updated codec.h. by Nanang Izzuddin · 15 years ago
  84. 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
  85. 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
  86. 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
  87. 7217505 Ticket #1028: by Nanang Izzuddin · 15 years ago
  88. 3614fbc Misc fix (#1026): incoming call event is not detected by PocketPJ sample application by Benny Prijono · 15 years ago
  89. 6dd1ff8 Misc (#1026): missed PLC availability check in stream get_frame_ext(). by Nanang Izzuddin · 15 years ago
  90. 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
  91. 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
  92. b2d60de Fixed ticket #1030: Missing To tag in out-of-dialog response (thanks Rui Macedo for the report) by Benny Prijono · 15 years ago
  93. 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
  94. 957dc41 Related to #969: make maximum PLC generated frames configurable (PJMEDIA_MAX_PLC_DURATION_MSEC) by Benny Prijono · 15 years ago
  95. 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
  96. b6f66bc Ticket #969: by Nanang Izzuddin · 15 years ago
  97. a38a403 Small bug in ticket #1025, which caused build error related to PortAudio in Mac OS X by Benny Prijono · 15 years ago
  98. ddd4714 Ticket #694: work on 'make install': by Benny Prijono · 15 years ago
  99. 8a9b3b2 More #1025 (support for using external third party libraries): by Benny Prijono · 15 years ago
  100. 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