1. 5cb3a90 Remove sigslot usage from SctpTransportInternal by Fredrik Solenberg · 2 years, 7 months ago
  2. c065e73 Remove RTC_DISALLOW_COPY_AND_ASSIGN more. by Byoungchan Lee · 3 years, 2 months ago
  3. 0d01841 Revert "Remove code supporting the SDES crypto mode in SDP" by Harald Alvestrand · 3 years, 4 months ago
  4. ee212a7 Remove code supporting the SDES crypto mode in SDP by Harald Alvestrand · 3 years, 5 months ago
  5. cfea218 Use backticks not vertical bars to denote variables in comments by Artem Titov · 3 years, 7 months ago
  6. 880fa81 Reland "Use backticks not vertical bars to denote variables in comments for /pc" by Artem Titov · 3 years, 8 months ago
  7. fd05d6f Revert "Use backticks not vertical bars to denote variables in comments for /pc" by Björn Terelius · 3 years, 8 months ago
  8. 37ee0f5 Use backticks not vertical bars to denote variables in comments for /pc by Artem Titov · 3 years, 8 months ago
  9. 96dca92 [sigslot] - Remove sigslot from JsepTransport. by Mirko Bonadei · 3 years, 8 months ago
  10. d15a575 Use SequenceChecker from public API by Artem Titov · 4 years, 1 month ago
  11. d4ad2ef Remove accessor_lock_ in jsep_transport by Harald Alvestrand · 4 years, 1 month ago
  12. 6a48a1d Delete most use of `accessor_lock_` in JsepTransport. by Niels Möller · 4 years, 1 month ago
  13. ab9d6e1 Delete null JsepTransport constructor argument datagram_rtp_transport. by Niels Möller · 4 years, 1 month ago
  14. c5d4810 Const-declare some JsepTransport members, and delete always-null members. by Niels Möller · 4 years, 1 month ago
  15. 20f7456 Fix unsynchronized access to jsep_transports_by_name_. by Tomas Gunnarsson · 4 years, 1 month ago
  16. c8421c4 Replace rtc::ThreadChecker with webrtc::SequenceChecker by Artem Titov · 4 years, 1 month ago
  17. 78f87ab Delete use of RecursiveCriticalSection in JsepTransport by Niels Möller · 4 years, 1 month ago
  18. 5761e7b Running apply-iwyu on ~all files in pc/ by Harald Alvestrand · 4 years, 2 months ago
  19. 3cb525b Rename CriticalSection to RecursiveCriticalSection. by Markus Handell · 4 years, 8 months ago
  20. 1a09fae Delete SignalDataChannelTransportNegotiated by Niels Möller · 4 years, 8 months ago
  21. c888ffa Delete CompositeDataChannelTransport by Niels Möller · 4 years, 8 months ago
  22. 21621e9 Delete obsolete method JsepTransport::NegotiateDatagramTransport by Niels Möller · 4 years, 8 months ago
  23. dc80aaf Delete SDP x-alt-protocol by Niels Möller · 4 years, 9 months ago
  24. 2a70703 Delete MediaTransportInterface and DatagramTransportInterface by Niels Möller · 4 years, 9 months ago
  25. c18b7bf JsepTransport: remove lock recursions. by Markus Handell · 4 years, 10 months ago
  26. 71ff073 Validate ICE ufrag/pwd according to the spec by Steve Anton · 5 years ago
  27. 4db28b5 Cleanup: Removes redundant includes on message_queue.h by Sebastian Jansson · 5 years ago
  28. 7a9a092 Delete media transport integration. by Bjorn A Mellem · 5 years ago
  29. 25ec888 Make ICE transports injectable. by Qingsi Wang · 5 years ago
  30. 8e1343a Add an alt-protocol to SDP to indicate which m= sections use a plugin transport. by Bjorn A Mellem · 5 years ago
  31. fc604aa Unset sinks when deleting CompositeDataChannelTransport. by Bjorn A Mellem · 5 years ago
  32. bc3eebc Reland "Reland "Refactor SCTP data channels to use DataChannelTransportInterface."" by Bjorn A Mellem · 5 years ago
  33. 65f17ca Move MediaTransportInterface out of the libjingle_peerconnection_api target by Niels Möller · 6 years ago
  34. 437077d Revert "Reland "Refactor SCTP data channels to use DataChannelTransportInterface."" by Qingsi Wang · 6 years ago
  35. 487f9a1 Reland "Refactor SCTP data channels to use DataChannelTransportInterface." by Bjorn A Mellem · 6 years ago
  36. 8b14b0d Revert "Refactor SCTP data channels to use DataChannelTransportInterface." by Henrik Boström · 6 years ago
  37. 4c85828 Refactor SCTP data channels to use DataChannelTransportInterface. by Bjorn A Mellem · 6 years ago
  38. b689af4 Changes to enable use of DatagramTransport as a data channel transport. by Bjorn A Mellem · 6 years ago
  39. 364b267 Replace DatagramDtlsAdaptor with DatagramRtpTransport. by Bjorn A Mellem · 6 years ago
  40. c85ebbe Reland: Implement true negotiation for DatagramTransport with fallback to RTP. by Bjorn A Mellem · 6 years ago
  41. 7e8de0b Revert "Implement true negotiation for DatagramTransport with fallback to RTP." by Bjorn Mellem · 6 years ago
  42. b4f3f37 Revert "Remove an over-zealous DCHECK in jsep_transport.h" by Bjorn Mellem · 6 years ago
  43. ffa007a Remove an over-zealous DCHECK in jsep_transport.h by Bjorn A Mellem · 6 years ago
  44. 71c6482 Implement true negotiation for DatagramTransport with fallback to RTP. by Bjorn A Mellem · 6 years ago
  45. 292ce4e Move datagram transport to JsepTransport by Anton Sukhanov · 6 years ago
  46. 0c1c1b4 Move ownership of ICE from DtlsTransport to JsepTransport. by Bjorn A Mellem · 6 years ago
  47. 316f3ac Datagram Transport Integration by Anton Sukhanov · 6 years ago
  48. 78a5e96 Reland "Add thread guards to JsepTransport" by Harald Alvestrand · 6 years ago
  49. caedb5d Revert "Add thread guards to JsepTransport" by Gustaf Ullberg · 6 years ago
  50. 7e1db52 Add thread guards to JsepTransport by Harald Alvestrand · 6 years ago
  51. 4a7b3ac Add DTLSTransport info into sender/receiver state. by Harald Alvestrand · 6 years ago
  52. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  53. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago[Renamed from pc/jseptransport.h]
  54. ad88c88 Add API for returning a webrtc::DtlsTransport for a MID on a PC by Harald Alvestrand · 6 years ago
  55. 4eb4112 Plug-in media transport state listener by Piotr (Peter) Slatala · 6 years ago
  56. 7940da0 Integration of media_transport in JSepTransportController by Anton Sukhanov · 6 years ago
  57. e41c433 Move sigslot to proper third_party directory by Artem Titov · 7 years ago
  58. 66cadcc Replace rtc::Optional with absl::optional in pc by Danil Chapovalov · 7 years ago
  59. b57e169 Add a flag to actively reset the SRTP parameters by Zhi Huang · 7 years ago
  60. 365381f Replace BundleFilter with RtpDemuxer in RtpTransport. by Zhi Huang · 7 years ago[Renamed (96%) from pc/jseptransport2.h]
  61. e830e68 Use new TransportController implementation in PeerConnection. by Zhi Huang · 7 years ago
  62. e818b6e Create the JsepTransportController and JsepTransport2. by Zhi Huang · 7 years ago