aboutsummaryrefslogtreecommitdiff
path: root/p2p/client
AgeCommit message (Expand)Author
2018-09-13Add MDnsResponderInterface and obfuscate local IP addresses in gathering.Qingsi Wang
2018-09-12Revert "Add SSLConfig object to IceServer."Sergey Silkin
2018-09-11Add SSLConfig object to IceServer.Diogo Real
2018-09-05Revert "Add SSLConfig object to IceServer."Ying Wang
2018-09-04Add SSLConfig object to IceServer.Diogo Real
2018-08-23Revert "Reland "Enable any address ports by default.""Mirko Bonadei
2018-08-22Reland "Enable any address ports by default."Mirko Bonadei
2018-08-22Revert "Reland "Enable any address ports by default.""Qingsi Wang
2018-08-22Revert "Use also the related address in redundancy detection for candidates f...Qingsi Wang
2018-07-25Use also the related address in redundancy detection for candidates fromQingsi Wang
2018-07-12Reland "Reland "Replace the usage of MetricsObserverInterface by RTC_HISTOGRA...Qingsi Wang
2018-07-11Revert "Reland "Replace the usage of MetricsObserverInterface by RTC_HISTOGRA...Qingsi Wang
2018-07-11Reland "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*."Qingsi Wang
2018-07-10Revert "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*."Qingsi Wang
2018-07-10Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*.Qingsi Wang
2018-06-22Reland "Enable any address ports by default."Mirko Bonadei
2018-06-20Revert "Enable any address ports by default."Mirko Bonadei
2018-06-20Enable any address ports by default.Qingsi Wang
2018-06-19Reformat the WebRTC code baseYves Gerey
2018-06-16Replace rtc::Optional with absl::optional in media, ortc, p2pDanil Chapovalov
2018-05-16Improve text logs in the network stack.Qingsi Wang
2018-05-10Add Ethernet and loopback entries to GetAdapterTypeFromName.Qingsi Wang
2018-05-09This changeset adds dependency injection support for SSL Root Certs.Benjamin Wright
2018-04-16Reland "Add thread checker to PortAllocator and its subclasses and fix a bug ...Qingsi Wang
2018-04-11Revert "Add thread checker to PortAllocator and its subclasses and fix a bug"Patrik Höglund
2018-04-11Add thread checker to PortAllocator and its subclasses and fix a bugQingsi Wang
2018-04-03This CL removes all usages of our custom ostream << overloads.Jonas Olsson
2018-03-29Remove LOG_J and LOG_JV, tweak p2p logs.Jonas Olsson
2018-03-04Fix bugs in collecting STUN candidate stats and configuring STUNQingsi Wang
2018-02-20Add configurable STUN binding request interval.Qingsi Wang
2018-02-06Expose a link-local network interfaces enumeration optionDaniel Lazarenko
2018-01-24Don't use link-local networks to determine the lowest cost of networksYuwei Huang
2018-01-18Delete ConnectionMonitor.Niels Möller
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-15Revert "Add RelayPortFactoryInterface that allows for custom relay (e.g turn)...Guido Urdaneta
2017-12-14Add RelayPortFactoryInterface that allows for custom relay (e.g turn) portsJonas Oreland
2017-12-06Fix cpplint errors in p2p/Steve Anton
2017-11-09Stop using LOG macros in favor of RTC_ prefixed macros.Mirko Bonadei
2017-11-01Enable the clang style plugin in primary p2p/ targetSteve Anton
2017-10-31Fix clang style warnings in p2p/base/portallocator filesSteve Anton
2017-10-11TurnCustomizer - an interface for modifying stun messages sent by TurnPortJonas Oreland
2017-10-09Revert "TurnCustomizer - an interface for modifying stun messages sent by Tur...Guido Urdaneta
2017-10-09TurnCustomizer - an interface for modifying stun messages sent by TurnPortJonas Oreland
2017-09-27Try creating sockets again if network change occurs after bind failed.deadbeef
2017-09-16Remove BasicPortAllocator::EnableProtocol.deadbeef
2017-09-16Making BasicPortAllocator tests slightly less fragile.deadbeef
2017-09-15Fixing WebRTC after moving from src/webrtc to src/Mirko Bonadei