1. d9ebe01 Improve rollback for rtp data channel by Eldar Rello · 4 years, 5 months ago
  2. 61f74d9 Reland "Expose can_trickle_ice_candidates on PeerConnection" by Harald Alvestrand · 4 years, 6 months ago
  3. cb8c401 Revert "Expose can_trickle_ice_candidates on PeerConnection" by Harald Alvestrand · 4 years, 6 months ago
  4. c6a65c8 Expose can_trickle_ice_candidates on PeerConnection by Harald Alvestrand · 4 years, 6 months ago
  5. 7a829a8 Sort threading for sctp_mid_ variable by Harald Alvestrand · 4 years, 6 months ago
  6. 1cb929f Cleanup: remove unused sctp_content_name by Harald Alvestrand · 4 years, 7 months ago
  7. 0095d37 Replace hostCandidate with address and port in RTCPeerConnectionIceErrorEvent by Eldar Rello · 4 years, 9 months ago
  8. 246724b Move messaging -> PostTask for freeing datachannels by Harald Alvestrand · 4 years, 9 months ago
  9. 05e4d08 Refactoring DataChannelController from PeerConnection part 4 by Harald Alvestrand · 4 years, 9 months ago
  10. 00cf34c Refactor DataChannel control out of PeerConnection by Harald Alvestrand · 4 years, 9 months ago
  11. 7a9a092 Delete media transport integration. by Bjorn A Mellem · 4 years, 9 months ago
  12. 353a718 Address failing wpt test cases for the rollback feature by Eldar Rello · 4 years, 9 months ago
  13. 408cb4b Make SCTPtransport enter "closed" state when DTLStransport does. by Harald Alvestrand · 4 years, 9 months ago
  14. 25ec888 Make ICE transports injectable. by Qingsi Wang · 4 years, 9 months ago
  15. ee6f4f6 [PeerConnection] Implement asynchronous version of AddIceCandidate(). by Henrik Boström · 4 years, 10 months ago
  16. 4e19670 [PeerConnection] Implement parameterless SetLocalDescription(). by Henrik Boström · 4 years, 10 months ago
  17. a3728d3 Reland "[PeerConnection] Use an OperationsChain in PeerConnection for async ops." by Henrik Boström · 4 years, 10 months ago
  18. 49c0880 Revert "[PeerConnection] Use an OperationsChain in PeerConnection for async ops." by Henrik Boström · 4 years, 10 months ago
  19. 1dddaa1 [PeerConnection] Use an OperationsChain in PeerConnection for async ops. by Henrik Boström · 4 years, 10 months ago
  20. ead0ec9 Add firing of OnRemoveTrack and OnRenegotationNeeded during rollback by Eldar Rello · 4 years, 10 months ago
  21. f8998cf Add a turn port prune policy to keep the first ready turn port. by Honghai Zhang · 4 years, 10 months ago
  22. 5ab79e6 Reland "Implement rollback for setRemoteDescription" by Eldar Rello · 4 years, 11 months ago
  23. 907f154 Revert "Implement rollback for setRemoteDescription" by Alex Loiko · 4 years, 11 months ago
  24. 16d4c4d Implement rollback for setRemoteDescription by Eldar Rello · 4 years, 11 months ago
  25. 7da4e56 Allow receive-only use of datagram transport for data channels. by Bjorn A Mellem · 5 years ago
  26. bc3eebc Reland "Reland "Refactor SCTP data channels to use DataChannelTransportInterface."" by Bjorn A Mellem · 5 years ago
  27. d702231 Cleanup deprecated monitoring of MediaTransport state. by Bjorn A Mellem · 5 years ago
  28. 1b83a9e Only handle each RTCP once. by Sebastian Jansson · 5 years ago
  29. 65f17ca Move MediaTransportInterface out of the libjingle_peerconnection_api target by Niels Möller · 5 years ago
  30. cc46b10 Add a usage pattern bit for host-host connections. by Qingsi Wang · 5 years ago
  31. 437077d Revert "Reland "Refactor SCTP data channels to use DataChannelTransportInterface."" by Qingsi Wang · 5 years ago
  32. 487f9a1 Reland "Refactor SCTP data channels to use DataChannelTransportInterface." by Bjorn A Mellem · 5 years ago
  33. 340e0c5 Delete old version of PeerConnection::SetConfiguration by Niels Möller · 5 years ago
  34. 8b14b0d Revert "Refactor SCTP data channels to use DataChannelTransportInterface." by Henrik Boström · 5 years ago
  35. 4c85828 Refactor SCTP data channels to use DataChannelTransportInterface. by Bjorn A Mellem · 5 years ago
  36. b689af4 Changes to enable use of DatagramTransport as a data channel transport. by Bjorn A Mellem · 5 years ago
  37. 2579f0c RTCError as return type for PeerConnectionInterface::SetConfiguration by Niels Möller · 5 years ago
  38. 1ba5dec Reland "Set the usage pattern bits for adding remote ICE candidates from SDP." by Qingsi Wang · 5 years ago
  39. 00c7ecf Surface CandidatePairChange event by Alex Drake · 5 years ago
  40. 79b6980 [PeerConnection] Implement restartIce(). by Henrik Boström · 5 years ago
  41. 0182a03 Reland "Remove the injectable bitrate allocation strategy API." by Jonas Olsson · 5 years ago
  42. e95b57c Revert "Remove the injectable bitrate allocation strategy API." by Mirko Bonadei · 5 years ago
  43. 80cb3f6 Remove the injectable bitrate allocation strategy API. by Jonas Olsson · 5 years ago
  44. 5985a04 Add a field trial to control datagram transport use. by Bjorn A Mellem · 5 years ago
  45. da13ea2 Reland "Added OnIceCandidateError to API and implementation" by Eldar Rello · 5 years ago
  46. 3b8ed28 Revert "Added OnIceCandidateError to API and implementation" by Yves Gerey · 5 years ago
  47. 9469c78 Added OnIceCandidateError to API and implementation by Eldar Rello · 5 years ago
  48. 695cf6a Delete deprecated StartRtcEventLog override with PlatformFile by Niels Möller · 5 years ago
  49. 316f3ac Datagram Transport Integration by Anton Sukhanov · 5 years ago
  50. 4163317 [PeerConnection::AddIceCandidate()] Use mid to look up contents in remote descriptions by Guido Urdaneta · 5 years ago
  51. 1ff16c8 Add RtpSenderInterface.SetStreams by Guido Urdaneta · 5 years ago
  52. cc18917 Revert "Improve spec compliance of SetStreamIDs in RtpSenderInterface" by Henrik Andreassson · 5 years ago
  53. df5731e Improve spec compliance of SetStreamIDs in RtpSenderInterface by Guido Urdaneta · 5 years ago
  54. 8d3d6cf SCTP: Treat message size zero as "responder selects" by Harald Alvestrand · 5 years ago
  55. fbb45bd Send and parse SCTP max-message-size in SDP by Harald Alvestrand · 5 years ago
  56. f00ca1a Make the output_period_ms argument to StartRtcEventLog optional by Niels Möller · 5 years ago
  57. af242c8 Extending UsagePattern and private IP addresses. by Jeroen de Borst · 5 years ago
  58. a3aa9bd Make VideoBitrateAllocatorFactory injectable. by Jonas Oreland · 5 years ago
  59. 70c2db1 Reland "Make negotiationneeded processing in PeerConnection spec compliant." by Guido Urdaneta · 5 years ago
  60. 668a42b Revert "Make negotiationneeded processing in PeerConnection spec compliant." by Jeroen de Borst · 5 years ago
  61. 1fa0604 Make negotiationneeded processing in PeerConnection spec compliant. by Guido Urdaneta · 5 years ago
  62. f73f7d6 Add thread safety annotations for some more PeerConnection members (part 13) by Karl Wiberg · 5 years ago
  63. 739506e Add thread safety annotations for some more PeerConnection members (part 12) by Karl Wiberg · 5 years ago
  64. d9bf720 Add thread safety annotations for some more PeerConnection members (part 11) by Karl Wiberg · 5 years ago
  65. 7a651c6e Add thread safety annotations for some more PeerConnection members (part 10) by Karl Wiberg · 5 years ago
  66. 2cc368f Add thread safety annotations for some more PeerConnection members (part 9) by Karl Wiberg · 5 years ago
  67. efe4c92 Use RtpSender/RtpReceiver track ID for legacy GetStats by Steve Anton · 5 years ago
  68. a58e169 Add thread safety annotations for some more PeerConnection members (part 8) by Karl Wiberg · 5 years ago
  69. ac02589 Fix misunderstanding: OnTransportChanged is called on network thread by Karl Wiberg · 5 years ago
  70. 6cab5c8 Add thread safety annotations for some more PeerConnection members (part 5) by Karl Wiberg · 5 years ago
  71. 85a4a93 Add thread safety annotations for some more PeerConnection members (part 4) by Karl Wiberg · 5 years ago
  72. c70999e Add thread safety annotations for some more PeerConnection members (part 3) by Karl Wiberg · 5 years ago
  73. 1e1e102 Add thread safety annotations for some more PeerConnection members (part 2) by Karl Wiberg · 5 years ago
  74. fb3be39 Add thread safety annotations for some more PeerConnection members by Karl Wiberg · 5 years ago
  75. c85328f Add SCTP transport to the public API. by Harald Alvestrand · 5 years ago
  76. 4ae6347 Use `final` so that the compiler will be able to inline calls by Karl Wiberg · 6 years ago
  77. 5966c50 Add thread safety annotations for PeerConnection::configuration_ by Karl Wiberg · 6 years ago
  78. 8d2e228 Add thread safety annotations for PeerConnection::*_state_ by Karl Wiberg · 6 years ago
  79. b03ab71 Add thread safety annotation for PeerConnection::event_log_ by Karl Wiberg · 6 years ago
  80. 744310f Add thread safety annotation for PeerConnection::observer_ and factory_ by Karl Wiberg · 6 years ago
  81. 106d92d Add thread safety annotation for PeerConnection::SignalDataChannelCreated_ by Karl Wiberg · 6 years ago
  82. bcd39d4 Creating Simulcast offer and answer in Peer Connection. by Amit Hilbuch · 6 years ago
  83. dbb49df Moving UniqueIdGenerator into rtc_base. by Amit Hilbuch · 6 years ago
  84. 4a7b3ac Add DTLSTransport info into sender/receiver state. by Harald Alvestrand · 6 years ago
  85. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  86. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago[Renamed from pc/peerconnection.h]
  87. ae3df54 Refactoring MID generation to use unique string generator. by Amit Hilbuch · 6 years ago
  88. 47e38b7 Revert "Refactoring MID generation to use unique string generator." by Amit Hilbuch · 6 years ago
  89. 1c37676 Refactoring MID generation to use unique string generator. by Amit Hilbuch · 6 years ago
  90. afa07dd [Unified Plan] SRD: Always set associated remote streams. by Henrik Boström · 6 years ago
  91. 06817cd [Unified Plan] Support legacy endpoints that do not use a=mid by Steve Anton · 6 years ago
  92. 1204690 Export the standardized IceConnectionState. by Jonas Olsson · 6 years ago
  93. 5b14778 [Unified Plan] If "a=msid" is missing, create default stream. by Henrik Boström · 6 years ago
  94. a41959e [Unified Plan] Fix old GetStats() not associating track id by Steve Anton · 6 years ago
  95. ad88c88 Add API for returning a webrtc::DtlsTransport for a MID on a PC by Harald Alvestrand · 6 years ago
  96. 9289eda Revert "Replace the IceConnectionState implementation." by Alex Loiko · 6 years ago
  97. 1e87b4f Replace the IceConnectionState implementation. by Jonas Olsson · 6 years ago
  98. cc8e8bb Pass the media transport from JsepTransportController to Call. by Piotr (Peter) Slatala · 6 years ago
  99. dd9390c Prevent channels being set on stopped transceiver. by Amit Hilbuch · 6 years ago
  100. 175aa2e Implement data channels over media transport. by Bjorn Mellem · 6 years ago