aboutsummaryrefslogtreecommitdiff
path: root/p2p
AgeCommit message (Expand)Author
2019-07-10Move datagram_dtls_adaptor from p2p/base/ to pc/Anton Sukhanov
2019-07-08Format almost everything.Jonas Olsson
2019-06-28Stun server should return XOR-MAPPED-ADDRESS/MAPPED-ADDRESS correctlyMin Wang
2019-06-25Remove flags include from p2p/base/datagram_dtls_adaptor.cc.Mirko Bonadei
2019-06-19Add logging and edit the field trial name for piggyback ICE checkQingsi Wang
2019-06-19Add piggyback acknowledgement of the last ICE check received inQingsi Wang
2019-06-07Reland: Implement true negotiation for DatagramTransport with fallback to RTP.Bjorn A Mellem
2019-06-07Replace calls to deprecated googletest APIs.Mirko Bonadei
2019-06-07Revert "Implement true negotiation for DatagramTransport with fallback to RTP."Bjorn Mellem
2019-06-07Implement true negotiation for DatagramTransport with fallback to RTP.Bjorn A Mellem
2019-06-06Reland "Added OnIceCandidateError to API and implementation"Eldar Rello
2019-06-06Revert "Added OnIceCandidateError to API and implementation"Yves Gerey
2019-06-05Remove pthatcher@webrtc.org from OWNERSSteve Anton
2019-06-05Remove jiayl@webrtc.org from OWNERSSteve Anton
2019-06-05Added OnIceCandidateError to API and implementationEldar Rello
2019-06-03Move datagram transport to JsepTransportAnton Sukhanov
2019-06-03Change the gating of surfacing candidates on ICE transport type changeQingsi Wang
2019-05-30Move ownership of ICE from DtlsTransport to JsepTransport.Bjorn A Mellem
2019-05-29Move Connection into it's own .h/.cc file.Jonas Oreland
2019-05-28Fix ICE connection in datagram_transport.Anton Sukhanov
2019-05-28Create a composite implementation of RtpTransportInternal.Bjorn A Mellem
2019-05-27Add thread guards to cricket::P2PTransportChannel.Harald Alvestrand
2019-05-24Delete the remaining ORTC interfaces.Bjorn A Mellem
2019-05-23Datagram Transport IntegrationAnton Sukhanov
2019-05-22Replace a broken assumption in candidate gathering for mDNS candidates.Qingsi Wang
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-05-09Add DCHECK on the port allocator in P2PTransportChannel.Qingsi Wang
2019-04-23Factor out the fake port allocator in build.Qingsi Wang
2019-04-18Reland "Surface ICE candidates that match an updated candidate filter."Qingsi Wang
2019-04-17Revert "Surface ICE candidates that match an updated candidate filter."Qingsi Wang
2019-04-17Surface ICE candidates that match an updated candidate filter.Qingsi Wang
2019-04-17Make MessageQueue processing an optional feature of FakeClockSebastian Jansson
2019-04-12Make ExtraICEPing send slightly fewer extrasJonas Oreland
2019-04-12Expose SSL ciphersuite on the webrtc::DtlsTransport interfaceHarald Alvestrand
2019-04-09Fully qualify googletest symbols.Mirko Bonadei
2019-04-08Deprecating ThreadChecker specific interface.Sebastian Jansson
2019-04-02Export symbols needed by the Chromium component build (part 8).Mirko Bonadei
2019-04-01Delete unneeded direct includes of common_types.hNiels Möller
2019-03-31Use 'public_deps' to depend on nacl_io [1].Mirko Bonadei
2019-03-28Move FifoBuffer to its own file and build targetNiels Möller
2019-03-21Cleanup BUILD.gn files from imports like foo:fooArtem Titov
2019-03-15Fix misaligned read in StunMessage::ReadAndrew Royes
2019-03-01Implicitly suppress //build/config/clang:find_bad_constructs.Mirko Bonadei
2019-02-26Add field trial for adding remote ufrag CreatePermissionJonas Oreland
2019-02-25Fixing webrtc::IceTransportState.Seth Hampson
2019-02-22Allow IceConnectionState to become failed without ever connecting.Jonas Olsson
2019-02-21Delete unused class FakeCandidatePair.Niels Möller
2019-02-20webrtc: Remove semicolons.Nico Weber