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