aboutsummaryrefslogtreecommitdiff
path: root/p2p/base
AgeCommit message (Expand)Author
2021-06-21Reland "Port: migrate to TaskQueue."Markus Handell
2021-06-21Revert "Port: migrate to TaskQueue."Markus Handell
2021-06-21Port: migrate to TaskQueue.Markus Handell
2021-06-15Sanitize hostname literals when mDNS obfuscation is on.Harald Alvestrand
2021-06-08Avoid generating a random id for candidate stats.Tommi
2021-06-07Add more trace events to interesting places.Markus Handell
2021-05-21Remove cricket::DtlsTransportState.Mirko Bonadei
2021-05-21Introduce (Un)SubscribeDtlsTransportState methods.Mirko Bonadei
2021-05-12Define cricket::DtlsTransportState in terms of webrtc::DtlsTransportState.Mirko Bonadei
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-16Add Stable Writable Connection Ping Interval parameter to RTCConfiguration.Derek Bailey
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-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-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-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-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