1. ef3998f Add directive to make webrtc metrics optional. by Ying Wang · 4 years, 10 months ago
  2. ee6f4f6 [PeerConnection] Implement asynchronous version of AddIceCandidate(). by Henrik Boström · 5 years ago
  3. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 5 years ago
  4. 2579f0c RTCError as return type for PeerConnectionInterface::SetConfiguration by Niels Möller · 5 years ago
  5. 79b6980 [PeerConnection] Implement restartIce(). by Henrik Boström · 5 years ago
  6. 3a1b927 Remove rtp_ and rtcp_packet_transport() from the RtpTransport interface. by Bjorn A Mellem · 5 years ago
  7. 4163317 [PeerConnection::AddIceCandidate()] Use mid to look up contents in remote descriptions by Guido Urdaneta · 5 years ago
  8. 6a489f2 Fully qualify googletest symbols. by Mirko Bonadei · 5 years ago
  9. b443dfe Use metrics::Samples in a couple pc/ tests by Steve Anton · 6 years ago
  10. 1c54605 [clang-tidy] Apply performance-move-const-arg fixes (misc). by Mirko Bonadei · 6 years ago
  11. c84f661 Stop using Googletest legacy APIs. by Mirko Bonadei · 6 years ago
  12. 739baf0 [clang-tidy] Apply performance-for-range-copy fixes. by Mirko Bonadei · 6 years ago
  13. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  14. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago[Renamed from pc/peerconnection_ice_unittest.cc]
  15. ae3df54 Refactoring MID generation to use unique string generator. by Amit Hilbuch · 6 years ago
  16. 47e38b7 Revert "Refactoring MID generation to use unique string generator." by Amit Hilbuch · 6 years ago
  17. 1c37676 Refactoring MID generation to use unique string generator. by Amit Hilbuch · 6 years ago
  18. 2ff3f49 Move webrtc::CreatePeerConnectionFactory definition next to decl. by Mirko Bonadei · 6 years ago
  19. dd9390c Prevent channels being set on stopped transceiver. by Amit Hilbuch · 6 years ago
  20. 4e93329 Properly setup MockPeerConnectionObserver in tests (continued). by Yves Gerey · 6 years ago
  21. 1cd39fa make CreateOffer/CreateAnswer use ice credentials of pooled sessions. by Jonas Oreland · 6 years ago
  22. 2e00abc Reland "[cleanup] Remove useless includes." by Yves Gerey · 6 years ago
  23. 96a0f61 Revert "[cleanup] Remove useless includes." by Oleh Prypin · 6 years ago
  24. be8b534 [cleanup] Remove useless includes. by Yves Gerey · 6 years ago
  25. 17f4878 Remove deprecated field_trial_default and metrics_default. by Mirko Bonadei · 6 years ago
  26. 366a50c Remove simple stringstream usages. by Jonas Olsson · 6 years ago
  27. f06f923 Delete almost all use of MediaConstraintsInterface in the PeerConnection API by Niels Möller · 6 years ago
  28. 27ab0e5 Add CreateIceCandidate overload which takes a cricket::Candidate by Steve Anton · 6 years ago
  29. 76829d7 Add UMA metric for ICE candidate addition outcome by Harald Alvestrand · 6 years ago
  30. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 6 years ago
  31. 66cadcc Replace rtc::Optional with absl::optional in pc by Danil Chapovalov · 6 years ago
  32. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  33. 6753795 Built in video codec factories. by Anders Carlsson · 6 years ago
  34. f764cf4 Don't transition ICE to Checking if there are no transports by Steve Anton · 6 years ago
  35. c79268f Add IsClosed checks to various PeerConnection methods by Steve Anton · 6 years ago
  36. 5d8f8fa Revert "Adding test for adding ICE candidate before applying answer." by Henrik Boström · 6 years ago
  37. dd59d70 Adding test for adding ICE candidate before applying answer. by Taylor Brandstetter · 6 years ago
  38. abbe841 This CL removes all usages of our custom ostream << overloads. by Jonas Olsson · 7 years ago
  39. e830e68 Use new TransportController implementation in PeerConnection. by Zhi Huang · 7 years ago
  40. 4ff5443 Fix bugs in collecting STUN candidate stats and configuring STUN by Qingsi Wang · 7 years ago
  41. 80dd7b5 Reland "Set session error if SetLocal/RemoteDescription ever fails" by Steve Anton · 7 years ago
  42. b953245 Revert "Set session error if SetLocal/RemoteDescription ever fails" by Steve Anton · 7 years ago
  43. 71439a6 Set session error if SetLocal/RemoteDescription ever fails by Steve Anton · 7 years ago
  44. b886711 Prepare StatsCollector to work with RtpTransceivers by Steve Anton · 7 years ago
  45. 6947025 Move media_type to RtpTransceiverInterface by Steve Anton · 7 years ago
  46. dffead8 Fail CreateAnswer if signaling state is not correct by Steve Anton · 7 years ago
  47. c22d6a8 Revert "Reland "Parameterize PeerConnection signaling tests for Unified Plan"" by Oleh Prypin · 7 years ago
  48. 7b581eb Reland "Parameterize PeerConnection signaling tests for Unified Plan" by Steve Anton · 7 years ago
  49. 94d8cce Revert "Parameterize PeerConnection signaling tests for Unified Plan" by Taylor Brandstetter · 7 years ago
  50. 65c0a60 Parameterize PeerConnection signaling tests for Unified Plan by Steve Anton · 7 years ago
  51. 46d926a Parameterize PeerConnection ICE tests for Unified Plan by Steve Anton · 7 years ago
  52. e97de91 Use static_cast to get webrtc::Peerconnection in common workaround. by Mirko Bonadei · 7 years ago
  53. e169272 Fixed a bug in determining ICE roles. by Qingsi Wang · 7 years ago
  54. 8d3444d Reland "Rewrite WebRtcSession media tests as PeerConnection tests" by Steve Anton · 7 years ago
  55. f2662f0 Revert "Rewrite WebRtcSession media tests as PeerConnection tests" by Olga Sharonova · 7 years ago
  56. 3df5dca Rewrite WebRtcSession media tests as PeerConnection tests by Steve Anton · 7 years ago
  57. 1b0eae3 Don't call deprecated CreatePeerConnectionFactory() overloads by Karl Wiberg · 7 years ago
  58. f1c6db1 Rewrite WebRtcSession ICE tests as PeerConnection tests by Steve Anton · 7 years ago