1. 97a387d Make PeerConnection::session_id_ const and readable from any thread. by Tomas Gunnarsson · 4 years ago
  2. 3278a71 Delete unused method SdpOfferAnswerHandler::GetTransportName. by Tomas Gunnarsson · 4 years ago
  3. 5a40b37 Revert "Use the new DNS resolver API in PeerConnection" by Mirko Bonadei · 4 years ago
  4. acf8ccb Use the new DNS resolver API in PeerConnection by Harald Alvestrand · 4 years ago
  5. cd0373f peerconnection: add was-ever-connected boolean flag by Philipp Hancke · 4 years, 1 month ago
  6. e904161 Replace RTC_DEPRECATED with ABSL_DEPRECATED by Danil Chapovalov · 4 years, 1 month ago
  7. 8cb9706 AddRemoteCandidate on the network thread by Tomas Gunnarsson · 4 years, 1 month ago
  8. c3257d0 Reland "Remove thread hops from events provided by JsepTransportController." by Tommi · 4 years, 1 month ago
  9. d15a575 Use SequenceChecker from public API by Artem Titov · 4 years, 1 month ago
  10. 92eebef Reland "Fix unsynchronized access to mid_to_transport_ in JsepTransportController" by Tomas Gunnarsson · 4 years, 1 month ago
  11. 6b143c1 Revert "Fix unsynchronized access to mid_to_transport_ in JsepTransportController" by Guido Urdaneta · 4 years, 1 month ago
  12. 6e4fcac Revert "Remove thread hops from events provided by JsepTransportController." by Guido Urdaneta · 4 years, 1 month ago
  13. f554b3c Remove thread hops from events provided by JsepTransportController. by Tomas Gunnarsson · 4 years, 1 month ago
  14. 6cd4058 Fix unsynchronized access to mid_to_transport_ in JsepTransportController by Tomas Gunnarsson · 4 years, 1 month ago
  15. 54b925c add metrics for bundle usage by Philipp Hancke · 4 years, 2 months ago
  16. 70f9e24 Remove DtlsHandShakeError and replace it with a Function Pointer. by Lahiru Ginnaliya Gamathige · 4 years, 2 months ago
  17. 844c759 fix variable naming in ReportSdpFormatReceived by Philipp Hancke · 4 years, 2 months ago
  18. a3dd772 Add create function for PeerConnection that can return an error. by Harald Alvestrand · 4 years, 4 months ago
  19. 4da4a87 Move "options" from ConnectionContext to PeerConnectionFactory by Harald Alvestrand · 4 years, 4 months ago
  20. f598e49 tls_cert_verifier_ is now const and only network thread accessed by Harald Alvestrand · 4 years, 4 months ago
  21. 4efa9d0 Remove obsolete GetRemoteAudioSSL* functions. by Harald Alvestrand · 4 years, 5 months ago
  22. 9cd199d Make SdpOfferAnswerHandler be owned, not contained. by Harald Alvestrand · 4 years, 5 months ago
  23. fd9a8f8 Const-declare 3 more PC member variables by Harald Alvestrand · 4 years, 5 months ago
  24. 6216693 Change PeerConnection creation to use a static "Create" method by Harald Alvestrand · 4 years, 5 months ago
  25. 763f5a9 Move initialization of WebRtcSessionDescriptionFactory to SdpHandler by Harald Alvestrand · 4 years, 5 months ago
  26. 653429c Remove friendship between PeerConnection and SdpOfferAnswerHandler by Harald Alvestrand · 4 years, 5 months ago
  27. e15fb15 Separate RTP object handling (senders, receivers, transceivers) by Harald Alvestrand · 4 years, 5 months ago
  28. 1f7eab6 Remove superfluous #includes from peer_connection.cc, and add IWYU by Harald Alvestrand · 4 years, 5 months ago
  29. 88329b9 Deprecate GetRemoteAudioSSLCertificate by Harald Alvestrand · 4 years, 5 months ago
  30. a39689c Separate PC resources required at runtime from PCfactory by Harald Alvestrand · 4 years, 5 months ago
  31. 6f04b653 Move the streams concept into sdp_offer_answer by Harald Alvestrand · 4 years, 5 months ago
  32. 44d0dff Move the PeerConnection's usage pattern concept to its own file. by Harald Alvestrand · 4 years, 5 months ago
  33. bc9ca25 Move (phase 3) more functions called only in sdp_offer_answer by Harald Alvestrand · 4 years, 5 months ago
  34. 1090e44 Separate PeerConnection's self-message functions to a new file by Harald Alvestrand · 4 years, 5 months ago
  35. a474fbf Move more functions called only in sdp_offer_answer into that file. by Harald Alvestrand · 4 years, 5 months ago
  36. 75b9ab6 Move have_pending_rtp_data_channel_ to sdp_offer_answer by Harald Alvestrand · 4 years, 6 months ago
  37. c06e374 Move more functions from PeerConnection to SdpOfferAnswer by Harald Alvestrand · 4 years, 6 months ago
  38. 38b768c Factor out the transceiver list into a separate object. by Harald Alvestrand · 4 years, 6 months ago
  39. cdcfab0 Refactor webrtc::PeerConnection to split out offer/answer by Harald Alvestrand · 4 years, 6 months ago
  40. b2995a1 Delete dead signal code in pc/channel.* by Tomas Gunnarsson · 4 years, 6 months ago
  41. 1e40a0c Remove asyncinvoker from PeerConnection. by Tomas Gunnarsson · 4 years, 6 months ago
  42. 936f1af Reland "Remove stopped transceivers at both local and remote SetDescription" by Harald Alvestrand · 4 years, 6 months ago
  43. c253cb8 Revert "Remove stopped transceivers at both local and remote SetDescription" by Harald Alvestrand · 4 years, 6 months ago
  44. 6f4de80 Remove stopped transceivers at both local and remote SetDescription by Harald Alvestrand · 4 years, 6 months ago
  45. dd68063 rename "sdp" to description in a few places by Philipp Hancke · 4 years, 6 months ago
  46. c03a187 Default streams: don't block media even if on different transceiver. by Taylor Brandstetter · 4 years, 6 months ago
  47. 2bca008 Reland "Make cricket::SctpTransportInternalFactory injectable through PeerConnectionFactory Deps" by Per Kjellander · 4 years, 7 months ago
  48. 9e02f47 Fix destruction order of PortAllocator and PacketSocketFactory. by Taylor Brandstetter · 4 years, 7 months ago
  49. 1f580a9 Revert "Make cricket::SctpTransportInternalFactory injectable through PeerConnectionFactory Deps" by Björn Terelius · 4 years, 7 months ago
  50. 4c0a381 Make cricket::SctpTransportInternalFactory injectable through PeerConnectionFactory Deps by Per Kjellander · 4 years, 7 months ago
  51. e574a31 [Perfect Negotiation] Fire onnegotiationneeded when chain is empty. by Henrik Boström · 4 years, 7 months ago
  52. c88fe70 Make Android/iOS local/remote description accessors thread safe. by Taylor Brandstetter · 4 years, 7 months ago
  53. 831ae4e Reland "[Perfect Negotiation] Implement non-racy version of SetLocalDescription." by Henrik Boström · 4 years, 8 months ago
  54. 4c9c75a Revert "[Perfect Negotiation] Implement non-racy version of SetLocalDescription." by Henrik Boström · 4 years, 8 months ago
  55. d4089ca [Perfect Negotiation] Implement non-racy version of SetLocalDescription. by Henrik Boström · 4 years, 8 months ago
  56. 0800010 peerconnection: remove old helper function by Philipp Hancke · 4 years, 8 months ago
  57. 3a034e1 Split DataChannel into two separate classes for RTP and SCTP. by Taylor Brandstetter · 4 years, 8 months ago
  58. 2a70703 Delete MediaTransportInterface and DatagramTransportInterface by Niels Möller · 4 years, 9 months ago
  59. 2e94de5 Add GetSctpStats to PeerConnectionInternal, remove sctp_data_channels() by Tomas Gunnarsson · 4 years, 9 months ago
  60. 4c1e7cc [Adaptation] Add ability to inject resources on the PeerConnection. by Henrik Boström · 4 years, 9 months ago
  61. 00b46f7 PeerConnection owns the PacketSocketFactory dependency. by Jorge E. Moreira · 5 years ago
  62. d9ebe01 Improve rollback for rtp data channel by Eldar Rello · 5 years ago
  63. 61f74d9 Reland "Expose can_trickle_ice_candidates on PeerConnection" by Harald Alvestrand · 5 years ago
  64. cb8c401 Revert "Expose can_trickle_ice_candidates on PeerConnection" by Harald Alvestrand · 5 years ago
  65. c6a65c8 Expose can_trickle_ice_candidates on PeerConnection by Harald Alvestrand · 5 years ago
  66. 7a829a8 Sort threading for sctp_mid_ variable by Harald Alvestrand · 5 years ago
  67. 1cb929f Cleanup: remove unused sctp_content_name by Harald Alvestrand · 5 years ago
  68. 0095d37 Replace hostCandidate with address and port in RTCPeerConnectionIceErrorEvent by Eldar Rello · 5 years ago
  69. 246724b Move messaging -> PostTask for freeing datachannels by Harald Alvestrand · 5 years ago
  70. 05e4d08 Refactoring DataChannelController from PeerConnection part 4 by Harald Alvestrand · 5 years ago
  71. 00cf34c Refactor DataChannel control out of PeerConnection by Harald Alvestrand · 5 years ago
  72. 7a9a092 Delete media transport integration. by Bjorn A Mellem · 5 years ago
  73. 353a718 Address failing wpt test cases for the rollback feature by Eldar Rello · 5 years ago
  74. 408cb4b Make SCTPtransport enter "closed" state when DTLStransport does. by Harald Alvestrand · 5 years ago
  75. 25ec888 Make ICE transports injectable. by Qingsi Wang · 5 years ago
  76. ee6f4f6 [PeerConnection] Implement asynchronous version of AddIceCandidate(). by Henrik Boström · 5 years ago
  77. 4e19670 [PeerConnection] Implement parameterless SetLocalDescription(). by Henrik Boström · 5 years ago
  78. a3728d3 Reland "[PeerConnection] Use an OperationsChain in PeerConnection for async ops." by Henrik Boström · 5 years ago
  79. 49c0880 Revert "[PeerConnection] Use an OperationsChain in PeerConnection for async ops." by Henrik Boström · 5 years ago
  80. 1dddaa1 [PeerConnection] Use an OperationsChain in PeerConnection for async ops. by Henrik Boström · 5 years ago
  81. ead0ec9 Add firing of OnRemoveTrack and OnRenegotationNeeded during rollback by Eldar Rello · 5 years ago
  82. f8998cf Add a turn port prune policy to keep the first ready turn port. by Honghai Zhang · 5 years ago
  83. 5ab79e6 Reland "Implement rollback for setRemoteDescription" by Eldar Rello · 5 years ago
  84. 907f154 Revert "Implement rollback for setRemoteDescription" by Alex Loiko · 5 years ago
  85. 16d4c4d Implement rollback for setRemoteDescription by Eldar Rello · 5 years ago
  86. 7da4e56 Allow receive-only use of datagram transport for data channels. by Bjorn A Mellem · 5 years ago
  87. bc3eebc Reland "Reland "Refactor SCTP data channels to use DataChannelTransportInterface."" by Bjorn A Mellem · 5 years ago
  88. d702231 Cleanup deprecated monitoring of MediaTransport state. by Bjorn A Mellem · 5 years ago
  89. 1b83a9e Only handle each RTCP once. by Sebastian Jansson · 5 years ago
  90. 65f17ca Move MediaTransportInterface out of the libjingle_peerconnection_api target by Niels Möller · 6 years ago
  91. cc46b10c Add a usage pattern bit for host-host connections. by Qingsi Wang · 6 years ago
  92. 437077d Revert "Reland "Refactor SCTP data channels to use DataChannelTransportInterface."" by Qingsi Wang · 6 years ago
  93. 487f9a1 Reland "Refactor SCTP data channels to use DataChannelTransportInterface." by Bjorn A Mellem · 6 years ago
  94. 340e0c5 Delete old version of PeerConnection::SetConfiguration by Niels Möller · 6 years ago
  95. 8b14b0d Revert "Refactor SCTP data channels to use DataChannelTransportInterface." by Henrik Boström · 6 years ago
  96. 4c85828 Refactor SCTP data channels to use DataChannelTransportInterface. by Bjorn A Mellem · 6 years ago
  97. b689af4 Changes to enable use of DatagramTransport as a data channel transport. by Bjorn A Mellem · 6 years ago
  98. 2579f0c RTCError as return type for PeerConnectionInterface::SetConfiguration by Niels Möller · 6 years ago
  99. 1ba5dec Reland "Set the usage pattern bits for adding remote ICE candidates from SDP." by Qingsi Wang · 6 years ago
  100. 00c7ecf Surface CandidatePairChange event by Alex Drake · 6 years ago