1. 7da4e56 Allow receive-only use of datagram transport for data channels. by Bjorn A Mellem · 5 years ago
  2. bc3eebc Reland "Reland "Refactor SCTP data channels to use DataChannelTransportInterface."" by Bjorn A Mellem · 5 years ago
  3. d702231 Cleanup deprecated monitoring of MediaTransport state. by Bjorn A Mellem · 5 years ago
  4. 1b83a9e Only handle each RTCP once. by Sebastian Jansson · 5 years ago
  5. 65f17ca Move MediaTransportInterface out of the libjingle_peerconnection_api target by Niels Möller · 5 years ago
  6. 437077d Revert "Reland "Refactor SCTP data channels to use DataChannelTransportInterface."" by Qingsi Wang · 5 years ago
  7. 487f9a1 Reland "Refactor SCTP data channels to use DataChannelTransportInterface." by Bjorn A Mellem · 5 years ago
  8. 8b14b0d Revert "Refactor SCTP data channels to use DataChannelTransportInterface." by Henrik Boström · 5 years ago
  9. 4c85828 Refactor SCTP data channels to use DataChannelTransportInterface. by Bjorn A Mellem · 5 years ago
  10. b689af4 Changes to enable use of DatagramTransport as a data channel transport. by Bjorn A Mellem · 5 years ago
  11. 83bbe91 Delete deprecated rtc_event_log header by Danil Chapovalov · 5 years ago
  12. 00c7ecf Surface CandidatePairChange event by Alex Drake · 5 years ago
  13. ac6c096 Integrate datagram feedback loop by Anton Sukhanov · 5 years ago
  14. c85ebbe Reland: Implement true negotiation for DatagramTransport with fallback to RTP. by Bjorn A Mellem · 5 years ago
  15. 7e8de0b Revert "Implement true negotiation for DatagramTransport with fallback to RTP." by Bjorn Mellem · 5 years ago
  16. 71c6482 Implement true negotiation for DatagramTransport with fallback to RTP. by Bjorn A Mellem · 5 years ago
  17. da13ea2 Reland "Added OnIceCandidateError to API and implementation" by Eldar Rello · 5 years ago
  18. 3b8ed28 Revert "Added OnIceCandidateError to API and implementation" by Yves Gerey · 5 years ago
  19. 9469c78 Added OnIceCandidateError to API and implementation by Eldar Rello · 5 years ago
  20. 292ce4e Move datagram transport to JsepTransport by Anton Sukhanov · 5 years ago
  21. 1716d39 Let SessionDescription take ownership of MediaDescription by Harald Alvestrand · 5 years ago
  22. 0c1c1b4 Move ownership of ICE from DtlsTransport to JsepTransport. by Bjorn A Mellem · 5 years ago
  23. 316f3ac Datagram Transport Integration by Anton Sukhanov · 5 years ago
  24. abea6e5 Delete always-true member is_media_transport_factory_enabled_ by Niels Möller · 6 years ago
  25. b1ae10b Add x-mt line to the offer. by Piotr (Peter) Slatala · 6 years ago
  26. c85328f Add SCTP transport to the public API. by Harald Alvestrand · 6 years ago
  27. 105ded3 Pass the x-mt line from SDP to the media transport by Piotr (Peter) Slatala · 6 years ago
  28. 55b91b9 Only create no-op DTLS if media transport is used for both media and data by Piotr (Peter) Slatala · 6 years ago
  29. 63a176b Do not modify media transport config when falling back to RTP by Piotr (Peter) Slatala · 6 years ago
  30. 4a7b3ac Add DTLSTransport info into sender/receiver state. by Harald Alvestrand · 6 years ago
  31. 2b5baee Create no-op DTLS if media transport is used. by Piotr (Peter) Slatala · 6 years ago
  32. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  33. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago[Renamed from pc/jseptransportcontroller.h]
  34. ad88c88 Add API for returning a webrtc::DtlsTransport for a MID on a PC by Harald Alvestrand · 6 years ago
  35. 9289eda Revert "Replace the IceConnectionState implementation." by Alex Loiko · 6 years ago
  36. 1e87b4f Replace the IceConnectionState implementation. by Jonas Olsson · 6 years ago
  37. 47dfdca Create 'MaybeCreateMediaTransport' function by Piotr (Peter) Slatala · 6 years ago
  38. cc8e8bb Pass the media transport from JsepTransportController to Call. by Piotr (Peter) Slatala · 6 years ago
  39. 175aa2e Implement data channels over media transport. by Bjorn Mellem · 6 years ago
  40. 635474e Compute RTCConnectionState and RTCIceConnectionState. by Jonas Olsson · 6 years ago
  41. 97fc11f Fix the 'SetConfiguration(RTCConfiguration::use_media_transport)' setting. by Piotr (Peter) Slatala · 6 years ago
  42. a54daf1 Reland "Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h" by Benjamin Wright · 6 years ago
  43. 8f4bc41 Revert "Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h" by Oleh Prypin · 6 years ago
  44. ac2f3d1 Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h by Benjamin Wright · 6 years ago
  45. 7940da0 Integration of media_transport in JSepTransportController by Anton Sukhanov · 6 years ago
  46. d25828a Use AsyncInvoker in JsepTransportController instead of MessageHandler by Steve Anton · 6 years ago
  47. e20867f Add AsyncResolverFactory interface and basic implementation. by Zach Stein · 6 years ago
  48. e41c433 Move sigslot to proper third_party directory by Artem Titov · 6 years ago
  49. ee01a83 Remove MetricsObserverInterface. by Qingsi Wang · 6 years ago
  50. 66cadcc Replace rtc::Optional with absl::optional in pc by Danil Chapovalov · 6 years ago
  51. b57e169 Add a flag to actively reset the SRTP parameters by Zhi Huang · 6 years ago
  52. 7685e86 Pass the RtcEventLog instance to ICE via JsepTransportController. by Qingsi Wang · 6 years ago
  53. 6c789e0 Revert "Add a flag to actively reset the SRTP parameters" by Zhi Huang · 6 years ago
  54. bae1031 Add a flag to actively reset the SRTP parameters by Zhi Huang · 6 years ago
  55. cbaa254 Attempting to fix lingering issues with BUNDLE negotiation. by Taylor Brandstetter · 6 years ago
  56. 365381f Replace BundleFilter with RtpDemuxer in RtpTransport. by Zhi Huang · 6 years ago
  57. 0ab5651 Fix handling of empty BUNDLE groups. by Taylor Brandstetter · 6 years ago
  58. d2248f8 Handle the corner cases for BUNDLE. by Zhi Huang · 6 years ago
  59. e830e68 Use new TransportController implementation in PeerConnection. by Zhi Huang · 6 years ago
  60. c392866 Implement certificate chain stats. by Taylor Brandstetter · 7 years ago
  61. e818b6e Create the JsepTransportController and JsepTransport2. by Zhi Huang · 7 years ago