aboutsummaryrefslogtreecommitdiff
path: root/pc
AgeCommit message (Expand)Author
2019-03-28Close data channels when ID assignment fails.Harald Alvestrand
2019-03-28Add missing `using` declarations for names in testing namespace.Mirko Bonadei
2019-03-27Use RtpSender/RtpReceiver track ID for legacy GetStatsSteve Anton
2019-03-27Revert "Don't crash when a datachannel can't get an ID"Harald Alvestrand
2019-03-26Don't crash when a datachannel can't get an IDHarald Alvestrand
2019-03-26Use TaskQueueForTest instead or TaskQueue in unittestsDanil Chapovalov
2019-03-26Add thread safety annotations for some more PeerConnection members (part 8)Karl Wiberg
2019-03-26Fix misunderstanding: OnTransportChanged is called on network threadKarl Wiberg
2019-03-26Move unique_ptr into task instead of using a raw pointerKarl Wiberg
2019-03-26Add thread safety annotations for some more PeerConnection members (part 5)Karl Wiberg
2019-03-25Delete last traces of RtpTransportAdapterNiels Möller
2019-03-23Add thread safety annotations for some more PeerConnection members (part 4)Karl Wiberg
2019-03-23Add thread safety annotations for some more PeerConnection members (part 3)Karl Wiberg
2019-03-23Add thread safety annotations for some more PeerConnection members (part 2)Karl Wiberg
2019-03-23Add thread safety annotations for some more PeerConnection membersKarl Wiberg
2019-03-22legacy stats: update timestamp on localcandidate/remotecandidatePhilipp Hancke
2019-03-22Update per-file OWNERS to reflect renamed file namesSteve Anton
2019-03-21Move rtc::FunctionView to the public APIArtem Titov
2019-03-21Cleanup BUILD.gn files from imports like foo:fooArtem Titov
2019-03-21Reland "Move api/rtp_headers.h to its own build target."Niels Möller
2019-03-20Revert "Move api/rtp_headers.h to its own build target."Steve Anton
2019-03-20Move api/rtp_headers.h to its own build target.Niels Möller
2019-03-20Replace deprecated std::not2 with a lambdatzik
2019-03-19Make PeerConnectionFactory constructor taking dependency the only constructorDanil Chapovalov
2019-03-19Minor fixes and refactoring for RtpTransport until the Demux.Amit Hilbuch
2019-03-19Update parsing of stun and turn urls for RFC 7064-7065Niels Möller
2019-03-18PeerConnection::SetBitrate now also configures media transport.Piotr (Peter) Slatala
2019-03-12Modifying MediaChannel to accept CopyOnWriteBuffer by value.Amit Hilbuch
2019-03-11Removes rtp level keep alive support.Sebastian Jansson
2019-03-11Update DataChannel bufferedamount implementation.Marina Ciocea
2019-03-11Update URI of TransportSequenceNumberV2Johannes Kron
2019-03-11Delete always-true member is_media_transport_factory_enabled_Niels Möller
2019-03-06Migrate RepeatingTask to take raw pointer to TaskQueueBase instead of TaskQueueDanil Chapovalov
2019-03-06Expose relative packet arrival delay metric in stats API.Jakob Ivarsson
2019-03-05Use metrics::Samples in a couple pc/ testsSteve Anton
2019-03-05Adding metrics to measure usage of simulcast API.Amit Hilbuch
2019-03-05Add metrics::Samples to facilitate easier testingSteve Anton
2019-03-05Reland "Another mock for GetSctpTransport" (and add test)Harald Alvestrand
2019-03-04Reinstate old iceConnectionState "completed" behaviorJonas Olsson
2019-03-04Revert "Another mock for GetSctpTransport"Harald Alvestrand
2019-03-04Another mock for GetSctpTransportHarald Alvestrand
2019-03-01Simulcast should be disabled if RID header extension is not supported.Amit Hilbuch
2019-03-01Add x-mt line to the offer.Piotr (Peter) Slatala
2019-03-01Implicitly suppress //build/config/clang:find_bad_constructs.Mirko Bonadei
2019-02-28[clang-tidy] Apply bugprone-argument-comment fixes.Mirko Bonadei
2019-02-28Reland "Fix getStats() freeze bug affecting Chromium but not WebRTC standalone."Henrik Boström
2019-02-28Add SCTP transport to the public API.Harald Alvestrand
2019-02-27Pass the x-mt line from SDP to the media transportPiotr (Peter) Slatala
2019-02-27Add a parser for the x-mt line.Piotr (Peter) Slatala
2019-02-27Added underscore to dtls_transport_unittest.cc.Benjamin Wright