1. 2870b0a Expose a link-local network interfaces enumeration option by Daniel Lazarenko · 7 years ago
  2. 5dfde18 Change PeerConnection stats interface to be more flexible by Steve Anton · 7 years ago
  3. 93a8439 Bind the structured ICE logging with P2PTransportChannel. by Qingsi Wang · 7 years ago
  4. c22d6a8 Revert "Reland "Parameterize PeerConnection signaling tests for Unified Plan"" by Oleh Prypin · 7 years ago
  5. c7b964c Report cipher usage to UMA for all media types on a transport by Steve Anton · 7 years ago
  6. 7b581eb Reland "Parameterize PeerConnection signaling tests for Unified Plan" by Steve Anton · 7 years ago
  7. e831b8c Add MSID signaling compatibility for Unified Plan endpoints by Steve Anton · 7 years ago
  8. 5f94aa2 Correct MSID behavior with Unified Plan by Steve Anton · 7 years ago
  9. 9a5c6f8 Add the network preference to RTCConfiguration. by Qingsi Wang · 7 years ago
  10. 70b820f Implemented the GetRemoteAudioSSLCertificate method. by Zhi Huang · 7 years ago
  11. 22da89f Implement legacy offer_to_receive options for Unified Plan by Steve Anton · 7 years ago
  12. 74255ff Add PeerConnection interop integration tests by Steve Anton · 7 years ago
  13. 94d8cce Revert "Parameterize PeerConnection signaling tests for Unified Plan" by Taylor Brandstetter · 7 years ago
  14. 65c0a60 Parameterize PeerConnection signaling tests for Unified Plan by Steve Anton · 7 years ago
  15. ad7bffc Parameterize PeerConnection media tests for Unified Plan by Steve Anton · 7 years ago
  16. 2d8609c Move internal PeerConnection methods to PeerConnectionInternal by Steve Anton · 7 years ago
  17. 194939b Added UMA counters for SDES vs DTLS key agreement by Harald Alvestrand · 7 years ago
  18. dbf9d03 Parameterize PeerConnection data channel tests for Unified Plan by Steve Anton · 7 years ago
  19. 7464fca Parameterize PeerConnection BUNDLE tests for Unified Plan by Steve Anton · 7 years ago
  20. d367921 Configure media flow correctly with Unified Plan by Steve Anton · 7 years ago
  21. 47136dd Change RtpSenders to interact with the media channel directly by Steve Anton · 7 years ago
  22. ef65ef1 Fire OnAddTrack when Unified Plan is enabled by Steve Anton · 7 years ago
  23. 02ee47c Signal track ID correctly when Unified Plan semantics selected by Steve Anton · 7 years ago
  24. 6077675 Change RtpReceivers to interact with the media channel directly by Steve Anton · 7 years ago
  25. 2d6c76a Switch to using AddTrack with stream labels by Steve Anton · 7 years ago
  26. 43a723a Move AddTrack stats update to submethod by Steve Anton · 7 years ago
  27. 75ceef2 Pivot old stats generation to iterate senders/receivers by Harald Alvestrand · 7 years ago
  28. 389a97c Fixing leaked reference from SCTP transport to DTLS/ICE transport. by Taylor Brandstetter · 7 years ago
  29. fa2260d Add support for data channels with Unified Plan by Steve Anton · 7 years ago
  30. 8906187 Pivot generation of stats to iterate senders/receivers by Harald Alvestrand · 7 years ago
  31. dcc3c02 Add support for JSEP offer/answer with transceivers by Steve Anton · 7 years ago
  32. b1c1de1 Use the SDP ContentInfo helpers to avoid downcasting by Steve Anton · 7 years ago
  33. 5adfafd Make ContentInfo/ContentDescription slightly more ergonomic by Steve Anton · 7 years ago
  34. 7411648 Remove SessionStats.proxy_to_transport by Steve Anton · 7 years ago
  35. 8af2186 Destroy stats collectors before destroying BaseChannels by Steve Anton · 7 years ago
  36. f9381f0 Implement PeerConnection::AddTrack/RemoveTrack for Unified Plan by Steve Anton · 7 years ago
  37. 3fe1b15 Fix PeerConnection crashing on Close() when Unified Plan enabled by Steve Anton · 7 years ago
  38. a3a92c2 Replace string type with SdpType enum by Steve Anton · 7 years ago
  39. 3828c06 Replace cricket::ContentAction with webrtc::SdpType by Steve Anton · 7 years ago
  40. ed10bd9 Modify SetLocalDescription helpers to work with RtpTransceivers by Steve Anton · 7 years ago
  41. 6d6a2ae Refactor PeerConnection::UpdateSessionState by Steve Anton · 7 years ago
  42. 2039306 Replace PeerConnection::Action with cricket::ContentAction by Steve Anton · 7 years ago
  43. 8a00691 Use RTCError for internal PeerConnection methods by Steve Anton · 7 years ago
  44. f847081 Rename PeerConnection::Error to PeerConnection::SessionError by Steve Anton · 7 years ago
  45. 6fec880 Unify and de-duplicate BaseChannel deletion in PeerConnection by Steve Anton · 7 years ago
  46. eda6ccd Refactor BaseChannel creation in PeerConnection by Steve Anton · 7 years ago
  47. 4e70a72 Replace MediaContentDirection with RtpTransceiverDirection by Steve Anton · 7 years ago
  48. 1d03a75 Remove cricket::RtpTransceiverDirection by Steve Anton · 7 years ago
  49. 9158ef6 Reland "Add AddTransceiver and GetTransceivers to PeerConnection" by Steve Anton · 7 years ago
  50. 8b13f96 Revert "Add AddTransceiver and GetTransceivers to PeerConnection" by Steve Anton · 7 years ago
  51. f93d280 Add AddTransceiver and GetTransceivers to PeerConnection by Steve Anton · 7 years ago
  52. 3163867 Reland "SetRemoteDescriptionObserverInterface added." by Henrik Boström · 7 years ago
  53. a4ecf55 Revert "SetRemoteDescriptionObserverInterface added." by Henrik Boström · 7 years ago
  54. 6c7ec32 SetRemoteDescriptionObserverInterface added. by Henrik Boström · 7 years ago
  55. e40468b Move some numeric utility code from rtc_base/ to rtc_base/numerics/ by Karl Wiberg · 7 years ago
  56. 9b28a03 Optional: Use nullopt and implicit construction in /pc/peerconnection.cc by Oskar Sundbom · 7 years ago
  57. 9e6fd2b Add streams() to RtpReceiverInterface and implementations. by Henrik Boström · 7 years ago
  58. de93943 Revert "Revert "Encode log events periodically instead of for every event."" by Bjorn Terelius · 7 years ago
  59. 79e7960 Add SDP semantics option to RTCConfiguration by Steve Anton · 7 years ago
  60. 4171afb Use RtpTransceivers in PeerConnection by Steve Anton · 7 years ago
  61. 33c5c7f Revert "Encode log events periodically instead of for every event." by Zhi Huang · 7 years ago
  62. b154c27 Encode log events periodically instead of for every event. by Bjorn Terelius · 7 years ago
  63. fdb9201 Avoid use-after-move in PeerConnection::Set[Local/Remote]Description. by Henrik Boström · 7 years ago
  64. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  65. d25da37 Inline various trivial methods from the WebRtcSession merge by Steve Anton · 7 years ago
  66. 75737c0 Merge WebRtcSession into PeerConnection by Steve Anton · 7 years ago
  67. ba81867 Prepare WebRtcSession to be merged into PeerConnection by Steve Anton · 7 years ago
  68. 5f6bf24 Add SetAudioPlayout and SetAudioRecording methods to the PeerConnection API (II) by henrika · 7 years ago
  69. 990d6b8 Revert "Add SetAudioPlayout and SetAudioRecording methods to the PeerConnection API" by Mirko Bonadei · 7 years ago
  70. 90bace0 Add SetAudioPlayout and SetAudioRecording methods to the PeerConnection API by henrika · 7 years ago
  71. 36b29d1 Enable cpplint in pc/ by Steve Anton · 7 years ago
  72. d5585ca Move almost all references from WebRtcSession to PeerConnection by Steve Anton · 7 years ago
  73. c4faa9c Remove QUIC transport/data channel by Steve Anton · 7 years ago
  74. da6c095 Rewrite WebRtcSession data channel tests as PeerConnection tests by Steve Anton · 7 years ago
  75. 8d3444d Reland "Rewrite WebRtcSession media tests as PeerConnection tests" by Steve Anton · 7 years ago
  76. f2662f0 Revert "Rewrite WebRtcSession media tests as PeerConnection tests" by Olga Sharonova · 7 years ago
  77. 78609d5 Reland of BWE allocation strategy by Alex Narest · 7 years ago
  78. 3df5dca Rewrite WebRtcSession media tests as PeerConnection tests by Steve Anton · 7 years ago
  79. dc9ca93 Revert "BWE allocation strategy" by Alex Narest · 7 years ago
  80. a5fbc23 BWE allocation strategy by Alex Narest · 7 years ago
  81. 39260c4 Revert "BWE allocation strategy allows controlling of bitrate allocation with WEBRTC external logic." by Lu Liu · 7 years ago
  82. 54d1da1 BWE allocation strategy allows controlling of bitrate allocation with WEBRTC external logic. by Alex Narest · 7 years ago
  83. d6b4819 PeerConnection::StartRtcEventLog: Improve callback memory safety by Karl Wiberg · 7 years ago
  84. 99c3fe5 Add PeerConnection::StartRtcEventLog version that takes RtcEventLogOutput as parameter by Elad Alon · 7 years ago
  85. bdcee28 TurnCustomizer - an interface for modifying stun messages sent by TurnPort by Jonas Oreland · 7 years ago
  86. 933d8b0 Reland "Added PeerConnectionObserver::OnRemoveTrack." by Henrik Boström · 7 years ago
  87. 6c0c55c Revert "Added PeerConnectionObserver::OnRemoveTrack." by Alex Loiko · 7 years ago
  88. ba97ba7 Added PeerConnectionObserver::OnRemoveTrack. by Henrik Boström · 7 years ago
  89. 604427b Revert "TurnCustomizer - an interface for modifying stun messages sent by TurnPort" by Guido Urdaneta · 7 years ago
  90. b23ed7f TurnCustomizer - an interface for modifying stun messages sent by TurnPort by Jonas Oreland · 7 years ago
  91. 83ccca1 Create and use RtcEventLogOutput for output by Elad Alon · 7 years ago
  92. 8c0f7a7 Add GetRemoteAudioSSLCertificate() to PeerConnection by Steve Anton · 7 years ago
  93. 978b876 Move clients of WebRtcSession to use PeerConnection by Steve Anton · 7 years ago
  94. bf66794 Revert "Move clients of WebRtcSession to use PeerConnection" by Alex Loiko · 7 years ago
  95. 3dc4d4a Move clients of WebRtcSession to use PeerConnection by Steve Anton · 7 years ago
  96. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  97. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/pc/peerconnection.cc]
  98. 8ffb9c3 Change RtpSender to have multiple stream_ids by Steve Anton · 7 years ago
  99. 248fd4f Reland of Make RtcEventLogImpl to use a TaskQueue instead of a helper-thread ( https://codereview.webrtc.org/3007473002/ ) by eladalon · 7 years ago
  100. 23814b7 Revert of Make RtcEventLogImpl to use a TaskQueue instead of a helper-thread (patchset #4 id:200001 of https://codereview.webrtc.org/3005153002/ ) by eladalon · 7 years ago