1. 797f1a3 turn_sock: don't try to use a socket that's being deleted by François-Simon Fauteux-Chapleau · 5 weeks ago master
  2. e12ea3b Only validate public address when IP address is supplied on TCP/TLS (#3599) by Riza Sulistyo · 11 months ago
  3. 7fa6e90 Update the QoS DSCP map to follow RFC4594 guidelines (#3610) by Nanang Izzuddin · 11 months ago
  4. 8978833 Check STUN tdata before sending the message (#3594) by Riza Sulistyo · 11 months ago
  5. 8d32e0b Fix answering a re-INVITE (#3770) by Florian Xaver · 5 months ago
  6. f38a5b3 Check for buffer EOF in scanner (#3753) by sauwming · 7 months ago
  7. 9363d59 Fixed TURN session use after free (#3814) by sauwming · 5 months ago
  8. d044ad6 Fix possible race condition in NAT detect between timer and socket. (#3747) by Nanang Izzuddin · 7 months ago
  9. a485c68 Fixed race condition between TURN session destroy and incoming data processing (#3730) by sauwming · 7 months ago
  10. bac0fca Add API to shutdown TURN session with the appropriate error status (#3392) by sauwming · 5 months ago
  11. 68be61f turn_sock: do not cleanup while binding by Sébastien Blin · 5 months ago
  12. 235ae6e add config_site.h by Amna · 5 months ago
  13. 311bd01 turn_sock: fix rebase of rfc6544, pass correct size to callback by Sébastien Blin · 7 months ago
  14. deeea7c ice_session: include <strings.h> for bzero by Adrien Béraud · 7 months ago
  15. d01f2e5 ice_strans: always return on error by Sébastien Blin · 8 months ago
  16. 1489db0 sock_bsd: set TCP_NODELAY on tcp sockets by Adrien Beraud · 8 months ago
  17. 16bf8a3 pjnath/turn_sock: Fix destruction of TURN sockets by Olivier Dion · 1 year, 10 months ago sfl-2.13
  18. 6eb7a17 ICE - rework TCP reconnection by Mohamed Chibani · 2 years, 7 months ago
  19. 5774b54 0003-win-vs2017-props by Sébastien Blin · 2 years, 7 months ago
  20. 7e8b152 0001 android by Sébastien Blin · 2 years, 7 months ago
  21. 405e09d 0017-auto-register-thread by Sébastien Blin · 2 years, 7 months ago
  22. 55fa711 0016-use-larger-Ta-interval by Sébastien Blin · 2 years, 7 months ago
  23. b647c98 0011-fix-turn-shutdown-crash by Sébastien Blin · 2 years, 7 months ago
  24. 103000d 0010-fix-tcp-death-detection by Sébastien Blin · 2 years, 7 months ago
  25. 4941db7 0008-fix_ioqueue_ipv6_sendto by Sébastien Blin · 2 years, 7 months ago
  26. 6460316 0007-upnp-srflx-nat-assisted-cand by Sébastien Blin · 2 years, 7 months ago
  27. afd51a4 0006 ignore_ipv6_on_transport_check by Sébastien Blin · 2 years, 7 months ago
  28. c07fc06 0005 fix ebusy by Sébastien Blin · 2 years, 7 months ago
  29. abbc254 0004 multiple listeners by Sébastien Blin · 2 years, 7 months ago
  30. 6ca792a 0003-add-tcp-keep-alive by Sébastien Blin · 2 years, 7 months ago
  31. b33651a 0002 rfc2466 by Sébastien Blin · 2 years, 7 months ago
  32. 999ed33 ice: rfc6544 support by Sébastien Blin · 2 years, 7 months ago
  33. bb2287b Changed version to 2.13.1 by sauwming · 11 months ago
  34. 806b7c2 Don't call SSL_shutdown() when receiving SSL_ERROR_SYSCALL or SSL_ERROR_SSL (#3577) by Riza Sulistyo · 11 months ago
  35. bbf7f22 Locking fix so that SSL_shutdown and SSL_write are not called at same time (#3583) by Matthew Fredrickson · 12 months ago
  36. 6d72311 Merge pull request from GHSA-q9cp-8wcq-7pfr by sauwming · 1 year, 2 months ago
  37. 4cea72a Merge pull request from GHSA-cxwq-5g9x-x7fr by sauwming · 1 year, 5 months ago
  38. 563f34c Merge pull request from GHSA-9pfh-r8x4-w26w by Nanang Izzuddin · 1 year, 5 months ago
  39. 24006a7 Fix bug in video conference in disconnecting ports (#3325) by Nanang Izzuddin · 1 year, 4 months ago
  40. f1e6313 Fixed native iOS preview issue (#3350) by sauwming · 1 year, 3 months ago
  41. 43c7457 Changed version to 2.13 (2)-change PJ_VERSION_NUM_EXTRA by sauwming · 1 year, 6 months ago
  42. f25c745 Changed version to 2.13 by sauwming · 1 year, 6 months ago
  43. 6e0f8e4 Disable editorconfig trailing whitespace trimming by sauwming · 1 year, 6 months ago
  44. bff4a3f Fix problem in detecting Android STL shared library on msys (#3294) by Nanang Izzuddin · 1 year, 6 months ago
  45. a415e2e Add .git-blame-ignore-revs for #3292 (#3293) by Riza Sulistyo · 1 year, 6 months ago
  46. 5ac9104 Expand tab to spaces and remove $Id$ (#3292) by Riza Sulistyo · 1 year, 6 months ago
  47. d00fc12 Miscellaneous fixes (#3280) by Nanang Izzuddin · 1 year, 6 months ago
  48. b7aff72 Use environment LDFLAGS when building with resample as shared lib (#3290) by Riza Sulistyo · 1 year, 6 months ago
  49. caf9471 Ignore closing transport when acquiring SIP UDP transport (#3286) by sauwming · 1 year, 6 months ago
  50. 4c81caa Don't terminate call on failed SDP negotiation during EARLY state (#3137) by Alexey Vasilyev · 1 year, 7 months ago
  51. f0be616 Fix false error 'Invalid RTP packet length (PJMEDIA_RTP_EINLEN)' when decoding empty RTP. (#3283) by Nanang Izzuddin · 1 year, 7 months ago
  52. c95d296 Fix random fail in UDP sock replace on iOS due to uninitialized status (#3284) by Nanang Izzuddin · 1 year, 7 months ago
  53. 3bf821c Fix IP change returning false error (PJSIP_ESESSIONTERMINATED) when there is no call (#3285) by Nanang Izzuddin · 1 year, 7 months ago
  54. 43c8343 Fixed video unhold failure when using SRTP (#3282) by sauwming · 1 year, 7 months ago
  55. 1128f9d Fixed repeated identical OpenSSL error (#3281) by sauwming · 1 year, 7 months ago
  56. 85cb666 Misc (re #3087): Suppress deprecation warning in iOS pjsua sample app by sauwming · 1 year, 7 months ago
  57. 40a06fb Misc (re #3087): Update iOS sample app projects and fix build warnings by sauwming · 1 year, 7 months ago
  58. 0610327 Misc (re #3087): Fixed build warning on iOS (sprintf deprecated) by sauwming · 1 year, 7 months ago
  59. ae580f3 Misc (re #3087): Suppressed build warning on Mac by sauwming · 1 year, 7 months ago
  60. 74569f9 Fix build warning and error for UWP (#3276) by Riza Sulistyo · 1 year, 7 months ago
  61. 3187400 Prevent integer underflow of sip regc's next registration time (#3274) by sauwming · 1 year, 7 months ago
  62. 0b0488f Add --disable-libuuid to autoconf (#3100) by jimying · 1 year, 7 months ago
  63. 6f2ea3a Remove valgrind warning for pjnath (points to uninitialised byte) (#3052) by jimying · 1 year, 7 months ago
  64. 41c2494 Fix crash after updating contact (#3102) by Riza Sulistyo · 1 year, 7 months ago
  65. 35b00d5 ice_session: fix crash if all ipv6 addresses are deprecated (#3109) by Sébastien Blin · 1 year, 7 months ago
  66. 3c14c31 Update windows openssl download link by Riza Sulistyo · 1 year, 7 months ago
  67. 37cc6e8 Return error when it fails to create stream using opensl (#3182) by Riza Sulistyo · 1 year, 7 months ago
  68. c12693f Option to use SIP UPDATE for refreshing calls in IP change (#3146) by Nanang Izzuddin · 1 year, 7 months ago
  69. c804b31 Fix build fail on alpine linux (with musl libc) : no execinfo.h (#3263) by orbea · 1 year, 7 months ago
  70. 6f311ab Doc fixes of the default value of Media Quality (#3241) by SebaLedesma · 1 year, 7 months ago
  71. 304f8dc conditional compilation removed from macro expansion to satisfy MSVC (#3264) by lukas-nowak · 1 year, 7 months ago
  72. 15633c4 Skip building SWIG-CSharp projects in VS14 solution (#3266) by Nanang Izzuddin · 1 year, 7 months ago
  73. d98f3c3 Add PJSUA_LOCK_CODEC_DONT_USE_UPDATE for forcing lock codec to always use INVITE method. (#3230) by Nanang Izzuddin · 1 year, 7 months ago
  74. 505b027 Update media state when SDP contain "a=inactive" attribute (#3237) by Riza Sulistyo · 1 year, 8 months ago
  75. d2acb9a Merge pull request from GHSA-wx5m-cj97-4wwg by Riza Sulistyo · 1 year, 8 months ago
  76. c4d3498 Merge pull request from GHSA-fq45-m3f7-3mhj by sauwming · 1 year, 8 months ago
  77. e948f48 Fix compile error due to variable not in beginning of block (C89 compatibility). (#3257) by Nanang Izzuddin · 1 year, 8 months ago
  78. a532098 Add additional H.264 levels (#3053) by Gregor Jasny · 1 year, 8 months ago
  79. 79421ad Find closest camera format when resolution is presented more than once (#3062) by lukas-nowak · 1 year, 8 months ago
  80. b0a0fc7 Fix ioqueue_kqueue: error convert milliseconds to nanoseconds (#3206) by jimying · 1 year, 8 months ago
  81. 947cd77 Update endpoint.cpp (#3163) by liviu-rolo · 1 year, 8 months ago
  82. 97d38dc Support ffmpeg 5.1 (#3242) by Riza Sulistyo · 1 year, 8 months ago
  83. 1840604 Add two VS2015 projects for CSharp: SWIG binding builder & sample app (#3217) by Nanang Izzuddin · 1 year, 8 months ago
  84. 6bdcad8 SRTP transport: don't shadow local status variable (#3169) by Andreas Wehrmann · 1 year, 8 months ago
  85. 3956663 Update symbols due to #2722 (#3075) by Riza Sulistyo · 1 year, 8 months ago
  86. 06dc90e Fixed assertion in Apple SSL when verification is retried (#3034) by sauwming · 1 year, 8 months ago
  87. 1c3f63e Set SRTP context to NULL after deallocation (#3097) by sauwming · 1 year, 8 months ago
  88. dbbeb06 Add OpenSSL version check for SSL_SESSION_is_resumable() (#3120) by sauwming · 1 year, 8 months ago
  89. b21000e typos (#3118) by liviu-rolo · 1 year, 8 months ago
  90. 5b0f9c8 fix missing init of tp_type in initialize_acc() (#3258) by BeardedSkunk · 1 year, 8 months ago
  91. 875f76a Fix darwin_dev build failure on Mac (#3174) by sauwming · 1 year, 8 months ago
  92. 0fb32cd free SSL context and reset context pointer when setting the cipher list fails; this is a followup of issue #3069 (#3245) by Andreas Wehrmann · 1 year, 8 months ago
  93. 6f80f64 Windows: add FILE_SHARE_DELETE flag when opening/creating files to allow for interacting with temporary files (#3246) by Andreas Wehrmann · 1 year, 8 months ago
  94. eafce47 Remove unused files from webrtc_aec3 Makefile (#3249) by Nanang Izzuddin · 1 year, 8 months ago
  95. 00f2f40 pjsua2: Endpoint: Make transportGetInfo and transportEnum methods const (#3250) by Martin Flaska · 1 year, 8 months ago
  96. edb884c Change PJ_ACTIVESOCK_TCP_IPHONE_OS_BG default to 0, because app gets killed on iOS 16 when using VoIP socket. (#3253) by Nanang Izzuddin · 1 year, 8 months ago
  97. e4a8d0a Fix possible deadlock in TURN session (not release lock) (#3256) by jimying · 1 year, 8 months ago
  98. 0af29ca Make sure that epoll sleep is done only if the delay is positive (#3233) by sauwming · 1 year, 8 months ago
  99. 9426572 Fixed memory leak in OpenSSL when getting certificate chain (#3235) by sauwming · 1 year, 8 months ago
  100. b9a9477 Update docs of PJMEDIA_CODEC_MAX_SILENCE_PERIOD, more codecs with internal VAD mechanism have been added. (#3251) by Nanang Izzuddin · 1 year, 8 months ago