- 8037fc6 Migrate absl::optional to std::optional by Florent Castelli · 6 months ago
- f4673f9 Move webrtc::AudioDeviceModule include to api/ folder by Florent Castelli · 11 months ago
- 0afde76 Move webrtc::AudioProcessing include to api/ folder by Florent Castelli · 11 months ago
- 974044e Remove code for supporting SDES by Harald Alvestrand · 1 year, 1 month ago
- 8c371f2 Reland "Take out Fuchsia-only SDES-enabling parameters" by Harald Alvestrand · 1 year, 1 month ago
- c0741e9 Revert "Take out Fuchsia-only SDES-enabling parameters" by Olga Sharonova · 1 year, 1 month ago
- 59f3b35 Take out Fuchsia-only SDES-enabling parameters by Harald Alvestrand · 1 year, 1 month ago
- 5aaa9ed Remove custom AssertStartsWith and AssertStringContains matchers by Philipp Hancke · 1 year, 2 months ago
- a654437 Remove not-needed webrtc:: prefixes in pc/ by Harald Alvestrand · 1 year, 4 months ago
- 55b89a8 Rename cipher_suite to crypto_suite by Philipp Hancke · 1 year, 7 months ago
- 098cfbd Replace BuiltinVideo{Encoder,Decoder}Factory with Video{Encoder,Decoder}FactoryTemplate. by philipel · 1 year, 11 months ago
- 0793ee7 Remove FakePortAllocator's dependency on ScopedKeyValueConfig. by Sameer Vijaykar · 2 years, 1 month ago
- d58f526 Always inject PacketSocketFactory in FakePortAllocator by Byoungchan Lee · 2 years, 8 months ago
- 105711e Move rtc::make_ref_counted to api/ by Niels Möller · 2 years, 9 months ago
- afb246b Update pc/ to not use implicit conversion from scoped_refptr<T> to T*. by Niels Möller · 2 years, 11 months ago
- 7242440 Remove calls to deprecated CreatePC() and CreateDC() by Florent Castelli · 2 years, 11 months ago
- 15a38de Fix SdpSemantics::kPlanB deprecated usage by Florent Castelli · 2 years, 11 months ago
- ca32793 Make requesting SDES available only on Fuchsia builds by Harald Alvestrand · 3 years ago
- c24a218 Update IWYU tool with a mapping file by Harald Alvestrand · 3 years ago
- 50b9552 Reintroduce enable_dtls_srtp option by Harald Alvestrand · 3 years, 4 months ago
- 0d01841 Revert "Remove code supporting the SDES crypto mode in SDP" by Harald Alvestrand · 3 years, 4 months ago
- ee212a7 Remove code supporting the SDES crypto mode in SDP by Harald Alvestrand · 3 years, 4 months ago
- f9e502d Remove enable_dtls_srtp option by Harald Alvestrand · 3 years, 5 months ago
- 87f7090 Replace more instances of rtc::RefCountedObject with make_ref_counted. by Tommi · 3 years, 10 months ago
- 1aec2bf reorder sdes suites to not prefer gcm by Philipp Hancke · 4 years, 10 months ago
- 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 5 years ago
- a4d8737 Format almost everything. by Jonas Olsson · 6 years ago
- 25ca0ac Also fail CreateOffer and CreateAnswer if there is a session error by Steve Anton · 6 years ago
- c84f661 Stop using Googletest legacy APIs. by Mirko Bonadei · 6 years ago
- 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
- 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago[Renamed from pc/peerconnection_crypto_unittest.cc]
- 2ff3f49 Move webrtc::CreatePeerConnectionFactory definition next to decl. by Mirko Bonadei · 6 years ago
- 4e93329 Properly setup MockPeerConnectionObserver in tests (continued). by Yves Gerey · 6 years ago
- 8c27cca Promotoing webrtc::CryptoOptions to RTCConfiguration. by Benjamin Wright · 6 years ago
- 4905edb Reland: Use unique_ptr and ArrayView in SSLFingerprint by Steve Anton · 6 years ago
- 6932fb2 Revert "Reland: Use unique_ptr and ArrayView in SSLFingerprint" by Mirko Bonadei · 6 years ago
- 47f3240 Reland: Use unique_ptr and ArrayView in SSLFingerprint by Steve Anton · 6 years ago
- a54daf1 Reland "Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h" by Benjamin Wright · 6 years ago
- 8f4bc41 Revert "Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h" by Oleh Prypin · 6 years ago
- ac2f3d1 Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h by Benjamin Wright · 6 years ago
- 2b156263 Revert "Use unique_ptr and ArrayView in SSLFingerprint" by Henrik Grunell · 6 years ago
- cc21e61 Use unique_ptr and ArrayView in SSLFingerprint by Steve Anton · 6 years ago
- f06f923 Delete almost all use of MediaConstraintsInterface in the PeerConnection API by Niels Möller · 7 years ago
- 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 7 years ago
- 6753795 Built in video codec factories. by Anders Carlsson · 7 years ago
- 80dd7b5 Reland "Set session error if SetLocal/RemoteDescription ever fails" by Steve Anton · 7 years ago
- b953245 Revert "Set session error if SetLocal/RemoteDescription ever fails" by Steve Anton · 7 years ago
- 71439a6 Set session error if SetLocal/RemoteDescription ever fails by Steve Anton · 7 years ago
- 71182f4 Parameterize PeerConnection crypto tests for Unified Plan by Steve Anton · 7 years ago
- b1c1de1 Use the SDP ContentInfo helpers to avoid downcasting by Steve Anton · 7 years ago
- 88f2cb9 Introduce webrtc::SdpType, the chosen enum for offer/pranswer/answer by Steve Anton · 7 years ago
- 8a63f78 Rewrite the remaining few WebRtcSession tests. by Steve Anton · 7 years ago
- 8d3444d Reland "Rewrite WebRtcSession media tests as PeerConnection tests" by Steve Anton · 7 years ago
- f2662f0 Revert "Rewrite WebRtcSession media tests as PeerConnection tests" by Olga Sharonova · 7 years ago
- 3df5dca Rewrite WebRtcSession media tests as PeerConnection tests by Steve Anton · 7 years ago
- 1b0eae3 Don't call deprecated CreatePeerConnectionFactory() overloads by Karl Wiberg · 7 years ago
- 6b63cd5 Rewrite WebRtcSession DTLS/SDES crypto tests as PeerConnection tests by Steve Anton · 7 years ago