Commit Graph

406 Commits (master)

Author SHA1 Message Date
Riza Sulistyo 5ac9104514
Expand tab to spaces and remove $Id$ (#3292)
2 years ago
sauwming 40a06fba2c Misc (re #3087): Update iOS sample app projects and fix build warnings
2 years ago
sauwming ae580f351f Misc (re #3087): Suppressed build warning on Mac
2 years ago
jimying 6f2ea3aec3
Remove valgrind warning for pjnath (points to uninitialised byte) (#3052)
2 years ago
Sébastien Blin 35b00d53ce
ice_session: fix crash if all ipv6 addresses are deprecated (#3109)
2 years ago
orbea c804b31f85
Fix build fail on alpine linux (with musl libc) : no execinfo.h (#3263)
2 years ago
jimying e4a8d0ad9c
Fix possible deadlock in TURN session (not release lock) (#3256)
2 years ago
sauwming 1cda935380
Only include upnpdebug.h if logging is enabled (#3213)
2 years ago
Benny Prijono c03ab41ed5
Documentation fixes for docs.pjsip.org v2.0 project (#3202)
2 years ago
sauwming 8861441ec8
Move UPnP to PJNATH (#3195)
2 years ago
Marcus Froeschl 30ca7186db
Fix compiler warning C4819 (Unicode character in ANSI file) (#3022)
3 years ago
sauwming 6f197385c7
Miscellaneous fixes (#2969)
3 years ago
George Joseph 668a828631
Add additional unit test options (#2961)
3 years ago
sauwming ddefd578b1
Fixed ice session assertion when there's no checklist (#2955)
3 years ago
ryancaicse bc32549bb3
Fix some resource leaks (#2928)
3 years ago
Nanang Izzuddin adb8340752 Revert "After ICE nego is completed, don't perform triggered check and ignore any completion of outgoing check."
3 years ago
Nanang Izzuddin 105ca1675d After ICE nego is completed, don't perform triggered check and ignore any completion of outgoing check.
3 years ago
Nanang Izzuddin c6e238d2a3
Avoid memory bloat on ICE restart (#2903)
3 years ago
Riza Sulistyo 6ca06f63ec
Fix some doc warning (#2879)
3 years ago
Nanang Izzuddin 4b11af1d84
When nominating in regular nomination, don't nominate triggered check immediately to avoid concluding a pair with lower priority (see #2812). (#2817)
3 years ago
sauwming 328a6837cc
Resort ICE checklist upon entering nomination stage (#2806)
3 years ago
Riza Sulistyo 661a8cef67
Add support to windows on ARM build (#2807)
3 years ago
sauwming f448fc21df
Fix socket leak in turn sock (#2805)
3 years ago
sauwming 15663e3f37
Merge pull request from GHSA-2qpg-f6wf-w984
3 years ago
Momo Takanashi 6a700a6276
Added pj_turn_sock_connect for TURN TCP Allocations (#2754)
3 years ago
sauwming f0ff5817d0
Fix double free of stun session (#2709)
3 years ago
Nanang Izzuddin 79531cbc05
More works on Trickle ICE (#2667)
4 years ago
Nanang Izzuddin dd2827fcfe Trickle ICE (re #2588):
4 years ago
Nanang Izzuddin 25c5eea417 Trickle ICE (re #2588):
4 years ago
Nanang Izzuddin 580b0f3ef3
TLS failed to load password-protected private key from buffer (#2606)
4 years ago
Nanang Izzuddin d65cacddd3
Implement trickle ICE (#2588)
4 years ago
Nanang Izzuddin 2a0095175f
Supporting mingw-w64 (#2598)
4 years ago
Nanang Izzuddin f834154bd6
ICE initialization never completes due to race condition (#2525)
4 years ago
Nanang Izzuddin bd9dff4b02
Media loss after 5 minutes when using ICE+TURN (#2503)
4 years ago
jrun 645611d8a9
ice_strans: add on_valid_pair() to callbacks (#2433)
4 years ago
sauwming 95c29aa1d2
Avoid undefinition of standard macros s_addr and s6_addr (#2423)
4 years ago
Nanang Izzuddin b23633707c
More CI works (#2376)
4 years ago
Nanang Izzuddin c3456980ba Add option to exclude benchmark tests in unit tests
5 years ago
Riza Sulistyo ae2e919d9e Misc (re #2210): Fixed various warnings on Visual Studio 2015.
5 years ago
Nanang Izzuddin 95c09007dc Misc (re #2210): Fixed various compile warnings on MSVC2005.
5 years ago
Sauw Ming aa6fc15b1a Re #2229: Check to send pending data in the buffer even if the send completes immediately, since buffer may have been filled by then.
5 years ago
Riza Sulistyo 71ff006510 Close #2263: Add callback to notify when first valid pair is found on ICE negotiation.
5 years ago
Nanang Izzuddin 5d24541741 Misc (re #2210): Updated assertion condition in TURN socket (was removed in r6111). Thanks to Sébastien Blin for the report.
5 years ago
Sauw Ming 5048567815 Re #2210 (misc): Removed assertion in turn sock which can be incorrectly triggered on first conection.
5 years ago
Sauw Ming f1f5301d2f Re #2229: Fixed failed pjnath-test
5 years ago
Sauw Ming 1a5b4a886b Re #2229: Fixed typo of variable type ioq op key.
5 years ago
Sauw Ming d311c69e84 Re #2218: ICE initialization issue if an error happens during allocating state
5 years ago
Sauw Ming d024a392ec Fixed #2229: Limitations in ICE data sending
5 years ago
Nanang Izzuddin 8b06775a7b Fix #2230: Fixed crash in STUN session due to race condition which leads to premature tdata destroy.
5 years ago
Sauw Ming bec1bc9836 Fixed #2218: ICE initialization issue if an error happens during allocating state
5 years ago