aboutsummaryrefslogtreecommitdiff
path: root/p2p/base/port.cc
AgeCommit message (Expand)Author
2020-04-14Remove the version of Port::AddrAddress without a URL parameter.Mirko Bonadei
2020-03-28Enforce "comprehension-required" STUN rules.Taylor Brandstetter
2020-01-28Remove iceRegatherIntervalRangeSteve Anton
2019-12-11STUN PING requestJonas Oreland
2019-11-29Move SendBindingResponse to ConnectionJonas Oreland
2019-09-17Use std::make_unique instead of absl::make_unique.Mirko Bonadei
2019-09-06Use obfuscated IPs in logging in p2p/ and pc/.Qingsi Wang
2019-07-08Format almost everything.Jonas Olsson
2019-05-29Move Connection into it's own .h/.cc file.Jonas Oreland
2019-05-16Reland "Change SimpleStringBuilder::Append to not use strcpyn and SIZE_UNKNOWN"Niels Möller
2019-05-10Revert "Change SimpleStringBuilder::Append to not use strcpyn and SIZE_UNKNOWN"Niels Moller
2019-05-10Change SimpleStringBuilder::Append to not use strcpyn and SIZE_UNKNOWNNiels Möller
2019-04-12Make ExtraICEPing send slightly fewer extrasJonas Oreland
2019-01-31Add field trial for ExtraICEPingJonas Oreland
2019-01-29Use Abseil container algorithms in p2p/Steve Anton
2019-01-29Remove unused PacketLossEstimator classZach Stein
2019-01-28[clang-tidy] Apply performance-faster-string-find fixes.Mirko Bonadei
2019-01-28[clang-tidy] Apply performance-for-range-copy fixes.Mirko Bonadei
2019-01-11(4) Rename files to snake_case: update BUILD.gn, include paths, header guards...Steve Anton
2018-12-13Sanitize candidates in ICE-level stats when necessary.Qingsi Wang
2018-12-11Make CONNECTION_WRITE_TIMEOUT configurable for ice connectionJiawei Ou
2018-11-30Reland "Add transaction id to CandidatePairEvents."Zach Stein
2018-11-30Revert "Add transaction id to CandidatePairEvents."Erik Språng
2018-11-29Add transaction id to CandidatePairEvents.Zach Stein
2018-11-28Fix raddr on srflx and relay candidatesJeroen de Borst
2018-11-07Resolve the race condition between mDNS name registration andQingsi Wang
2018-11-05Delete struct rtc::PacketTime.Niels Möller
2018-11-01Improve the documentation of MdnsResponderInterface and rename MDns.*Qingsi Wang
2018-10-19Replace _stricmp with absl::EqualsIgnoreCaseNiels Möller
2018-10-04Prepare for per-media DSCP values. Push dscp for stun packets to the port la...Tim Haloun
2018-09-25Fix a bug that the local hostname candidate with a known address isQingsi Wang
2018-09-24Make fewer copies when using StringBuilder.Jonas Olsson
2018-09-13Remove all remaining non-test uses of std::stringstream.Jonas Olsson
2018-09-13Add MDnsResponderInterface and obfuscate local IP addresses in gathering.Qingsi Wang
2018-08-16Reimplement rtc::ToString and rtc::FromString without streams.Jonas Olsson
2018-08-01Use randomly generated IDs for candidate pairs in ICE event logs.Qingsi Wang
2018-07-23Move base64.h to the proper location.Artem Titov
2018-07-05Use absl::make_unique and absl::WrapUnique directlyKarl Wiberg
2018-06-19Reformat the WebRTC code baseYves Gerey
2018-06-18Removing unused cricket::Port constructor.Taylor Brandstetter
2018-06-16Replace rtc::Optional with absl::optional in media, ortc, p2pDanil Chapovalov
2018-05-31Split IceCandidatePairEventType enum.Bjorn Terelius
2018-05-16Improve text logs in the network stack.Qingsi Wang
2018-04-17Change the receiving state update rule.Qingsi Wang
2018-04-12Signal detailed packet info for each packet sent.Qingsi Wang
2018-03-29Remove LOG_J and LOG_JV, tweak p2p logs.Jonas Olsson
2018-03-28Add sanity checks of IceConfig parameters.Qingsi Wang
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-13Add configurable threshold for writability state update.Qingsi Wang