1. d58f526 Always inject PacketSocketFactory in FakePortAllocator by Byoungchan Lee · 2 years, 9 months ago
  2. 105711e Move rtc::make_ref_counted to api/ by Niels Möller · 2 years, 9 months ago
  3. 83830f3 Delete TestListener and top-level thread wrapping. by Niels Möller · 2 years, 10 months ago
  4. afb246b Update pc/ to not use implicit conversion from scoped_refptr<T> to T*. by Niels Möller · 2 years, 11 months ago
  5. 15a38de Fix SdpSemantics::kPlanB deprecated usage by Florent Castelli · 3 years ago
  6. ca32793 Make requesting SDES available only on Fuchsia builds by Harald Alvestrand · 3 years ago
  7. c24a218 Update IWYU tool with a mapping file by Harald Alvestrand · 3 years, 1 month ago
  8. e7cc883 Update pc/ to not use implicit T* --> scoped_refptr<T> conversion by Niels Möller · 3 years, 2 months ago
  9. bf75321 Create socket server explicitly in PeerConnectionEndToEndBaseTest by Niels Möller · 3 years, 4 months ago
  10. 50b9552 Reintroduce enable_dtls_srtp option by Harald Alvestrand · 3 years, 4 months ago
  11. f9e502d Remove enable_dtls_srtp option by Harald Alvestrand · 3 years, 5 months ago
  12. 880fa81 Reland "Use backticks not vertical bars to denote variables in comments for /pc" by Artem Titov · 3 years, 8 months ago
  13. fd05d6f Revert "Use backticks not vertical bars to denote variables in comments for /pc" by Björn Terelius · 3 years, 8 months ago
  14. 37ee0f5 Use backticks not vertical bars to denote variables in comments for /pc by Artem Titov · 3 years, 8 months ago
  15. 5eb43b4 Prefix HAVE_SCTP macro with WEBRTC_. by Mirko Bonadei · 4 years, 2 months ago
  16. ce4be1e Revert "Enable FlexFEC as a receiver video codec by default" by Mirko Bonadei · 4 years, 4 months ago
  17. f08db1b Enable FlexFEC as a receiver video codec by default by Harsh Maniar · 4 years, 4 months ago
  18. 44d7ec0 Add Opus-only audio codec factories by Karl Wiberg · 5 years ago
  19. ef14f07 Delete AudioDecoder method IncomingPacket by Niels Möller · 5 years ago
  20. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 5 years ago
  21. 340e0c5 Delete old version of PeerConnection::SetConfiguration by Niels Möller · 6 years ago
  22. 6a489f2 Fully qualify googletest symbols. by Mirko Bonadei · 6 years ago
  23. 78a5e96 Reland "Add thread guards to JsepTransport" by Harald Alvestrand · 6 years ago
  24. 1f928d3 Close data channels when ID assignment fails. by Harald Alvestrand · 6 years ago
  25. 5c4ddad Delete obsolete usage of FakeConstraints by Niels Möller · 6 years ago
  26. c84f661 Stop using Googletest legacy APIs. by Mirko Bonadei · 6 years ago
  27. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  28. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago[Renamed from pc/peerconnectionendtoend_unittest.cc]
  29. 31d8b52 Delete unneeded includes of rtc_base/stringutils.h. by Niels Möller · 6 years ago
  30. bc4cf89 Run some peer connection end-to-end tests with an empty audio encoder factory by Karl Wiberg · 6 years ago
  31. 2edab4c Delete use of STR_CASE_CMP, replaced with absl::EqualsIgnoreCase. by Niels Möller · 6 years ago
  32. 26968ba Delete unused utf8 conversion utilities by Niels Möller · 6 years ago
  33. 16e27a1 Reland "Delete leftover includes and declarations for MediaConstraintsInterface" by Niels Möller · 7 years ago
  34. ec4a060 Revert "Delete leftover includes and declarations for MediaConstraintsInterface" by Niels Moller · 7 years ago
  35. a1e4ae2 Delete leftover includes and declarations for MediaConstraintsInterface by Niels Möller · 7 years ago
  36. f06f923 Delete almost all use of MediaConstraintsInterface in the PeerConnection API by Niels Möller · 7 years ago
  37. 4f6d233 Added explicit EOR to sctp messages and coalesce messages on the receiving side. by Jeroen de Borst · 7 years ago
  38. db90556 Re-enable skipped test. by Mirko Bonadei · 7 years ago
  39. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 7 years ago
  40. e12c1fe Removing warning suppression flags from pc/. by Mirko Bonadei · 7 years ago
  41. 776199a Enable PeerConnectionEndToEndTest.CallWithLegacySdp on ASan. by Mirko Bonadei · 7 years ago
  42. 82d171c Skip PeerConnectionEndToEndTest.CallWithCustomCodec on Win ASan builds. by Mirko Bonadei · 7 years ago
  43. d5b8ee1 Re-enable PeerConnectionEndToEndTest.Call on TSan. by Mirko Bonadei · 7 years ago
  44. 66cadcc Replace rtc::Optional with absl::optional in pc by Danil Chapovalov · 7 years ago
  45. 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
  46. 2d02e08 Delete deprecated CreateAudioSource method, with constraints. by Niels Möller · 7 years ago
  47. cdd05f0 Implement proper SCTP data channel closing procedure. by Taylor Brandstetter · 7 years ago
  48. 983042b Re-enable test on mac now that issue is fixed. by Kári Tristan Helgason · 7 years ago
  49. 5bdc82a Test for audio codec pair ID assignment by Karl Wiberg · 7 years ago
  50. d6fbf2a Tests: Pass codec ID argument to audio codecs by Karl Wiberg · 7 years ago
  51. 17668ec Audio codec implementations: Take optional codec ID argument by Karl Wiberg · 7 years ago
  52. 36da6ff Parameterize PeerConnection interface tests for Unified Plan by Steve Anton · 7 years ago
  53. 191c39f Parameterize PeerConnection end to end tests for Unified Plan by Steve Anton · 7 years ago
  54. 63e232a Optional: Use nullopt and implicit construction in /pc/peerconnectionendtoend_unittest.cc by Oskar Sundbom · 7 years ago
  55. c61ce0d Fixing some clang-tidy findings. by Mirko Bonadei · 7 years ago
  56. 36b29d1 Enable cpplint in pc/ by Steve Anton · 7 years ago
  57. c4faa9c Remove QUIC transport/data channel by Steve Anton · 7 years ago
  58. c5bb00b PeerConnection end-to-end test with a non-builtin codec by Karl Wiberg · 7 years ago
  59. 563934e Clean up dependencies of peerconnection_unittest. by Patrik Höglund · 8 years ago
  60. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 8 years ago
  61. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago[Renamed from webrtc/pc/peerconnectionendtoend_unittest.cc]
  62. e725159 Reland of Make the default ctor of rtc::Thread, protected by tommi · 8 years ago
  63. a117b04 Revert of Make the default ctor of rtc::Thread, protected (patchset #3 id:40001 of https://codereview.webrtc.org/2981623002/ ) by charujain · 8 years ago
  64. a8a3515 Make the default ctor of rtc::Thread, protected. by tommi · 8 years ago
  65. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
  66. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 8 years ago
  67. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 8 years ago
  68. 6488ea4 Remove temporary include of builtin_audio_encoder_factory.h. by ossu · 8 years ago
  69. 7a12b5a Run some peer connection end-to-end tests with an empty audio decoder factory by kwiberg · 8 years ago
  70. 9e5b11e Test CreatePeerConnectionFactory() with a forwarding mock AudioDecoderFactory by kwiberg · 8 years ago
  71. 1b54a5f Relanding: Removing #defines previously used for building without BoringSSL/OpenSSL. by deadbeef · 8 years ago
  72. 7bb87ee Create //webrtc/api:libjingle_peerconnection_api + refactorings. by ossu · 8 years ago[Renamed (98%) from webrtc/api/peerconnectionendtoend_unittest.cc]
  73. f33491e Revert of Removing #defines previously used for building without BoringSSL/OpenSSL. (patchset #2 id:20001 of https://codereview.webrtc.org/2640513002/ ) by deadbeef · 8 years ago
  74. eaa826c Removing #defines previously used for building without BoringSSL/OpenSSL. by deadbeef · 8 years ago
  75. 40610e2 Hook up new "rtc_enable_sctp" build argument to "HAVE_SCTP" define. by deadbeef · 8 years ago
  76. 7703b27 Disable PeerConnectionEndToEndTest.CallWithLegacySdp on Asan bots. by philipel · 8 years ago
  77. e2213ce Reference a bug in a comment for a disabled data channel test. by deadbeef · 8 years ago
  78. 9763d56 Modified PeerConnection and WebRtcSession for end-to-end QuicDataChannel usage. by zhihuang · 9 years ago
  79. 907abe4 Revert of Modified PeerConnection and WebRtcSession for end-to-end QuicDataChannel usage. (patchset #8 id:280001 of https://codereview.webrtc.org/2166873002/ ) by deadbeef · 9 years ago
  80. 34b54c3 Modified PeerConnection and WebRtcSession for end-to-end QuicDataChannel usage. by zhihuang · 9 years ago
  81. bf2f569 Fixing flakiness of CreateDataChannelAfterNegotiate. by Taylor Brandstetter · 9 years ago
  82. e9021a3 Propogate network-worker thread split to api by danilchap · 9 years ago
  83. 82d7862 Change default timestamp to 64 bits in all webrtc directories. by Honghai Zhang · 9 years ago
  84. d1fe281 Replace scoped_ptr with unique_ptr in webrtc/api/ by kwiberg · 9 years ago
  85. 57db652 Changed PeerConnectionEndToEndTest to use a separate worker thread. by perkj · 9 years ago
  86. b24317b Fix license headers in webrtc/api. by kjellander · 9 years ago
  87. 15583c1 Move talk/app/webrtc to webrtc/api by Henrik Kjellander · 9 years ago[Renamed (98%) from talk/app/webrtc/peerconnectionendtoend_unittest.cc]
  88. a96e2d7 Move talk/media to webrtc/media by kjellander · 9 years ago
  89. 37ebcf0 Reland "Add APK targets to build libjingle tests for Android." by phoglund · 9 years ago
  90. 60ca31b Roll chromium_revision d66326c..4df108a (367167:367307) by kjellander · 9 years ago
  91. c9be007 Fixing and re-enabling some flaky PeerConnection tests. by deadbeef · 9 years ago
  92. bd29246 Reland of Free SCTP data channels asynchronously in PeerConnection. (patchset #1 id:1 of https://codereview.webrtc.org/1513143003/ ) by deadbeef · 9 years ago
  93. bc14164 Revert of Add APK targets to build libjingle tests for Android. (patchset #10 id:180001 of https://codereview.webrtc.org/1511633002/ ) by stefan · 9 years ago
  94. a78c021 Add APK targets to build libjingle_peerconnection_unittests for Android. by perkj · 9 years ago
  95. a1f567a Revert of Free SCTP data channels asynchronously in PeerConnection. (patchset #3 id:40001 of https://codereview.webrtc.org/1492383002/ ) by deadbeef · 9 years ago
  96. 3868692 Free SCTP data channels asynchronously in PeerConnection. by deadbeef · 9 years ago
  97. 3c28d0d Disable PeerConnectionEndToEndTest.Call on Mac. by kjellander@webrtc.org · 9 years ago
  98. 70c0e29 Disable PeerConnectionEndToEndTest.Call for TSan. by kjellander@webrtc.org · 9 years ago
  99. ab9b2d1 Reland of Moving MediaStreamSignaling logic into PeerConnection. (patchset #1 id:1 of https://codereview.webrtc.org/1403633005/ ) by deadbeef · 9 years ago
  100. fc648b6 Revert of Moving MediaStreamSignaling logic into PeerConnection. (patchset #10 id:180001 of https://codereview.webrtc.org/1393563002/ ) by deadbeef · 9 years ago