1. 0006a62 Remove HKDF implementation from WebRTC. by Benjamin Wright · 6 years ago
  2. abea6e5 Delete always-true member is_media_transport_factory_enabled_ by Niels Möller · 6 years ago
  3. acd8ae7 Reinstate old iceConnectionState "completed" behavior by Jonas Olsson · 6 years ago
  4. b1ae10b Add x-mt line to the offer. by Piotr (Peter) Slatala · 6 years ago
  5. c85328f Add SCTP transport to the public API. by Harald Alvestrand · 6 years ago
  6. 105ded3 Pass the x-mt line from SDP to the media transport by Piotr (Peter) Slatala · 6 years ago
  7. 01fe309 Do not use RtcEventLogs in media transport when used only for data channel. by Piotr (Peter) Slatala · 6 years ago
  8. 64b626b Use Abseil container algorithms in pc/ by Steve Anton · 7 years ago
  9. 739baf0 [clang-tidy] Apply performance-for-range-copy fixes. by Mirko Bonadei · 7 years ago
  10. 55b91b9 Only create no-op DTLS if media transport is used for both media and data by Piotr (Peter) Slatala · 7 years ago
  11. 63a176b Do not modify media transport config when falling back to RTP by Piotr (Peter) Slatala · 7 years ago
  12. 4a7b3ac Add DTLSTransport info into sender/receiver state. by Harald Alvestrand · 7 years ago
  13. 2b5baee Create no-op DTLS if media transport is used. by Piotr (Peter) Slatala · 7 years ago
  14. 7a6739e Make Ice Transports signal failures. by Jonas Olsson · 7 years ago
  15. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 7 years ago
  16. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 7 years ago[Renamed from pc/jseptransportcontroller.cc]
  17. 2bed397 Support changing the tagged BUNDLE media section section by Steve Anton · 7 years ago
  18. 0c02250 Pass RtcEventLog to MediaTransportFactory. by Piotr (Peter) Slatala · 7 years ago
  19. 6a8727b Update connection states to match spec changes. by Jonas Olsson · 7 years ago
  20. c64078f Log DTLS state changes to RtcEventLog by Zach Stein · 7 years ago
  21. ad88c88 Add API for returning a webrtc::DtlsTransport for a MID on a PC by Harald Alvestrand · 7 years ago
  22. 9289eda Revert "Replace the IceConnectionState implementation." by Alex Loiko · 7 years ago
  23. 1e87b4f Replace the IceConnectionState implementation. by Jonas Olsson · 7 years ago
  24. 47dfdca Create 'MaybeCreateMediaTransport' function by Piotr (Peter) Slatala · 7 years ago
  25. cc8e8bb Pass the media transport from JsepTransportController to Call. by Piotr (Peter) Slatala · 7 years ago
  26. 10aeb2a MediaTransportTests should use audio-only peer connection. by Piotr (Peter) Slatala · 7 years ago
  27. 175aa2e Implement data channels over media transport. by Bjorn Mellem · 7 years ago
  28. 4eb4112 Plug-in media transport state listener by Piotr (Peter) Slatala · 7 years ago
  29. 9f95625 When SDES is used, pass pre-shared key to media transport. by Piotr (Peter) Slatala · 7 years ago
  30. 635474e Compute RTCConnectionState and RTCIceConnectionState. by Jonas Olsson · 7 years ago
  31. 97fc11f Fix the 'SetConfiguration(RTCConfiguration::use_media_transport)' setting. by Piotr (Peter) Slatala · 7 years ago
  32. a54daf1 Reland "Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h" by Benjamin Wright · 7 years ago
  33. 8f4bc41 Revert "Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h" by Oleh Prypin · 7 years ago
  34. ac2f3d1 Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h by Benjamin Wright · 7 years ago
  35. 7940da0 Integration of media_transport in JSepTransportController by Anton Sukhanov · 7 years ago
  36. d25828a Use AsyncInvoker in JsepTransportController instead of MessageHandler by Steve Anton · 7 years ago
  37. e20867f Add AsyncResolverFactory interface and basic implementation. by Zach Stein · 7 years ago
  38. ee01a83 Remove MetricsObserverInterface. by Qingsi Wang · 7 years ago
  39. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 7 years ago
  40. 66cadcc Replace rtc::Optional with absl::optional in pc by Danil Chapovalov · 7 years ago
  41. b57e169 Add a flag to actively reset the SRTP parameters by Zhi Huang · 7 years ago
  42. 7685e86 Pass the RtcEventLog instance to ICE via JsepTransportController. by Qingsi Wang · 7 years ago
  43. 6c789e0 Revert "Add a flag to actively reset the SRTP parameters" by Zhi Huang · 7 years ago
  44. bae1031 Add a flag to actively reset the SRTP parameters by Zhi Huang · 7 years ago
  45. cbaa254 Attempting to fix lingering issues with BUNDLE negotiation. by Taylor Brandstetter · 7 years ago
  46. 365381f Replace BundleFilter with RtpDemuxer in RtpTransport. by Zhi Huang · 7 years ago
  47. 0ab5651 Fix handling of empty BUNDLE groups. by Taylor Brandstetter · 7 years ago
  48. d2248f8 Handle the corner cases for BUNDLE. by Zhi Huang · 7 years ago
  49. e830e68 Use new TransportController implementation in PeerConnection. by Zhi Huang · 7 years ago
  50. 95e7dbb Revert "Reland "Replace BundleFilter with RtpDemuxer in RtpTransport."" by Zhi Huang · 7 years ago
  51. 27f3bf5 Reland "Replace BundleFilter with RtpDemuxer in RtpTransport." by Zhi Huang · 7 years ago
  52. 97d5e5b Revert "Replace BundleFilter with RtpDemuxer in RtpTransport." by Zhi Huang · 7 years ago
  53. ea8b62a Replace BundleFilter with RtpDemuxer in RtpTransport. by Zhi Huang · 7 years ago
  54. c392866 Implement certificate chain stats. by Taylor Brandstetter · 7 years ago
  55. e818b6e Create the JsepTransportController and JsepTransport2. by Zhi Huang · 7 years ago