aboutsummaryrefslogtreecommitdiff
path: root/p2p
AgeCommit message (Expand)Author
2018-03-29Remove LOG_J and LOG_JV, tweak p2p logs.Jonas Olsson
2018-03-29Add ability to release TURN allocation gracefullyJonas Oreland
2018-03-28Add sanity checks of IceConfig parameters.Qingsi Wang
2018-03-27Allow implementation defined STUN attributes in 0x4000-0x7FFF rangeJonas Oreland
2018-03-23Fix a bug caused by an early return when a TURN port receives a roleQingsi Wang
2018-03-23Make rtc::Optional IceConfig parameters interpreted consistently.Qingsi Wang
2018-03-21Avoid DCHECK in P2PTransportChannel::MorePingable.Taylor Brandstetter
2018-03-19Fix issue where sockets bound to temporary IPv6 addresses are discarded.Taylor Brandstetter
2018-03-13Add configurable threshold for writability state update.Qingsi Wang
2018-03-13Remove p2p/base/session.hSteve Anton
2018-03-09Add configurable connectivity check intervals.Qingsi Wang
2018-03-07Separate build target for rtc_base/numerics/safe_minmax.hKarl Wiberg
2018-03-04Fix bugs in collecting STUN candidate stats and configuring STUNQingsi Wang
2018-03-02Fixing typo in log messages.Taylor Brandstetter
2018-02-28Add method to modify magic cookie of a STUN messageJonas Oreland
2018-02-27Add immediate sorting of candidate pairs after the network preferenceQingsi Wang
2018-02-24Implement certificate chain stats.Taylor Brandstetter
2018-02-23Create the JsepTransportController and JsepTransport2.Zhi Huang
2018-02-21Collect packet loss and RTT stats of STUN binding requests.Qingsi Wang
2018-02-20Add configurable STUN binding request interval.Qingsi Wang
2018-02-19Removing definition of FEATURE_ENABLE_VOICEMAIL.Mirko Bonadei
2018-02-13Assorted logging pedantryJonas Olsson
2018-02-08Revert "Use SRTP_AES128_CM_SHA1_80 by default instead of SRTP_AES128_CM_SHA1_...Tommi
2018-02-07Use SRTP_AES128_CM_SHA1_80 by default instead of SRTP_AES128_CM_SHA1_32.Joachim Bauch
2018-02-06Expose a link-local network interfaces enumeration optionDaniel Lazarenko
2018-02-05Handle lifetime short than 2 minutes for TURN allocationsJonas Oreland
2018-02-03Bind the structured ICE logging with P2PTransportChannel.Qingsi Wang
2018-02-01Add the network preference to RTCConfiguration.Qingsi Wang
2018-01-30Removing henrika from p2p/OWNERS and rtc_base/OWNERShenrika
2018-01-27Implemented the GetRemoteAudioSSLCertificate method.Zhi Huang
2018-01-26Removing useless dependencies on //testing/gmock.Mirko Bonadei
2018-01-24Don't use link-local networks to determine the lowest cost of networksYuwei Huang
2018-01-19Replace bind2nd with lambdas in turnport.cc for C++ 17 compatibility.Qingsi Wang
2018-01-18Delete ConnectionMonitor.Niels Möller
2018-01-11Delete obsolete header file transportchannelimpl.h.Niels Möller
2018-01-10Revert "Revert "GN rtc_* templates: Set default visibility to webrtc_root + "...Per Kjellander
2018-01-10Revert "GN rtc_* templates: Set default visibility to webrtc_root + "/*""Per Kjellander
2018-01-10GN rtc_* templates: Set default visibility to webrtc_root + "/*"Karl Wiberg
2018-01-08Add missing file to p2p.Patrik Höglund
2017-12-22Fix sign-compare warnings on win_clangOleh Prypin
2017-12-22Remove p2p/base/sessiondescription.h forwarding headerSteve Anton
2017-12-21Explicitly specify is_clang=false for Win MSVC botsOleh Prypin
2017-12-21Make ContentInfo/ContentDescription slightly more ergonomicSteve Anton
2017-12-20Remove p2p/base/jseptransport.h.Taylor Brandstetter
2017-12-20Move sessiondescription.h/cc from p2p/base to pc/Steve Anton
2017-12-19Reland "Move JsepTransport from p2p/base to pc/."Taylor Brandstetter
2017-12-19This is a recommit ofJonas Oreland
2017-12-18Revert "Move JsepTransport from p2p/base to pc/."Oleh Prypin
2017-12-18Move JsepTransport from p2p/base to pc/.Taylor Brandstetter
2017-12-15Removing dependency on JsepTransport from DtlsTransport tests.Taylor Brandstetter