aboutsummaryrefslogtreecommitdiff
path: root/p2p
AgeCommit message (Expand)Author
2021-05-04Remove unused setter for Port::socket_factory()Harald Alvestrand
2021-04-28Reland "Add addr in error msg if stun sock sent with error"Yura Yaroshevich
2021-04-23Replace `new rtc::RefCountedObject` with `rtc::make_ref_counted` in a few filesTomas Gunnarsson
2021-04-23Fix documentation owners formatingArtem Titov
2021-04-16Add Stable Writable Connection Ping Interval parameter to RTCConfiguration.Derek Bailey
2021-04-15doc: fix ice metadata + spellingPhilipp Hancke
2021-04-13Add death test for WrappingAsyncResolverHarald Alvestrand
2021-04-12Remove MDNS message implementationHarald Alvestrand
2021-04-12Revert "Add addr in error msg if stun sock sent with error"Mirko Bonadei
2021-04-12Add addr in error msg if stun sock sent with errorYura Yaroshevich
2021-04-12Add module overview of ICEJonas Oreland
2021-04-08Reland "Use the new DNS resolver API in PeerConnection"Harald Alvestrand
2021-04-03Simplify DtlsTransport state.Tommi
2021-03-30Revert "Use the new DNS resolver API in PeerConnection"Mirko Bonadei
2021-03-29Mark rtc_base/memory:fifo_buffer as testonlyNiels Möller
2021-03-25Use the new DNS resolver API in PeerConnectionHarald Alvestrand
2021-03-24Add a new API to DNS resolutionHarald Alvestrand
2021-03-23Delete AsyncInvoker usage in TurnServerNiels Möller
2021-03-22Delete TurnPort usage of AsyncInvokerNiels Möller
2021-03-22Delete AsyncInvoker usage from StunProberNiels Möller
2021-03-22Improve thread annotations for TurnServerNiels Möller
2021-03-19Delete FakeIceTransport usage of AsyncInvokerNiels Möller
2021-03-18Add thread annotations to FakeIceTransportNiels Möller
2021-03-18Delete use of AsyncInvoker from FakePacketTransportNiels Möller
2021-03-15Allow port 53 as a TURN port.Harald Alvestrand
2021-03-15turn: add logging for long usernamesPhilipp Hancke
2021-03-09Allow port 80 for TURN serversHarald Alvestrand
2021-03-02Modified STUN verification functionsHarald Alvestrand
2021-03-01Prevent TURN from connecting to ports < 1024 (except 443)Harald Alvestrand
2021-02-24Delete unused sigslot variables.Lahiru Ginnaliya Gamathige
2021-02-17Use CallbackList for DtlsState in dtls_transport.Lahiru Ginnaliya Gamathige
2021-02-16Delete rtc::Callback0 and friends.Niels Möller
2021-02-11AddRemoteCandidate on the network threadTomas Gunnarsson
2021-02-10Use SequenceChecker from public APIArtem Titov
2021-02-10Remove deprecated thread checkerArtem Titov
2021-02-09Delete unused sigslot variables.Lahiru Ginnaliya Gamathige
2021-02-08Using nullopt when connection is nullptr.Tim Na
2021-02-04Use callback_list for port destroy operation.Lahiru Ginnaliya Gamathige
2021-02-02Use CallbackList in DtlsHandshakeError in dtls_transport.Lahiru Ginnaliya Gamathige
2021-02-02Replace rtc::ThreadChecker with webrtc::SequenceCheckerArtem Titov
2021-01-29Delete rtc::BindNiels Möller
2021-01-15Reland "Refactor rtc_base build targets."Mirko Bonadei
2021-01-15Update p2p/ to use C++ lambdas instead of rtc::BindNiels Möller
2021-01-14Revert "Refactor rtc_base build targets."Mirko Bonadei
2021-01-11Refactor rtc_base build targets.Mirko Bonadei
2021-01-11Use rtc::CopyOnWriteBuffer::MutableData through webrtcDanil Chapovalov
2020-12-16Optimize calls to std::string::find() and friends for a single char.Mirko Bonadei
2020-12-15Add last_data_sent timestamp to Connection.Jonas Oreland
2020-12-03Change TestStunServer::Create to take a SocketServer rather than a thread as ...Niels Möller
2020-11-26Set TCP_NODELAY socket option before calling connect.Taylor Brandstetter