1. acf26ce Refactor PC tests to use non-global field trials by Danil Chapovalov · 2 months ago
  2. b3ac753 Iteratively fix unit tests to work with late assignment. by Harald Alvestrand · 5 months ago
  3. 64d68c3 Add WebRTC-MixedCodecSimulcast field trial by Florent Castelli · 6 months ago
  4. 8037fc6 Migrate absl::optional to std::optional by Florent Castelli · 6 months ago
  5. 43a5dd8 Implement codec selection api by Florent Castelli · 1 year, 11 months ago
  6. 89f095c Deflake PeerConnectionSimulcastMediaFlowTests due to unstopped sources. by Henrik Boström · 1 year, 11 months ago
  7. fd4ddd1 Add a simulcast test that verifies media is flowing on all layers. by Henrik Boström · 2 years, 1 month ago
  8. 0793ee7 Remove FakePortAllocator's dependency on ScopedKeyValueConfig. by Sameer Vijaykar · 2 years, 1 month ago
  9. d58f526 Always inject PacketSocketFactory in FakePortAllocator by Byoungchan Lee · 2 years, 8 months ago
  10. 6189207 Delete some unused sigslot dependencies by Niels Möller · 2 years, 8 months ago
  11. d15a575 Use SequenceChecker from public API by Artem Titov · 4 years ago
  12. c8421c4 Replace rtc::ThreadChecker with webrtc::SequenceChecker by Artem Titov · 4 years, 1 month ago
  13. 4c1e7cc [Adaptation] Add ability to inject resources on the PeerConnection. by Henrik Boström · 4 years, 9 months ago
  14. 5c4ddad Delete obsolete usage of FakeConstraints by Niels Möller · 6 years ago
  15. d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 6 years ago
  16. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  17. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago[Renamed from pc/test/peerconnectiontestwrapper.h]
  18. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  19. 59cfd35 Address vptr race condition while PeerConnection is destructed. by Yves Gerey · 6 years ago
  20. f06f923 Delete almost all use of MediaConstraintsInterface in the PeerConnection API by Niels Möller · 7 years ago
  21. e41c433 Move sigslot to proper third_party directory by Artem Titov · 7 years ago
  22. 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
  23. 2d02e08 Delete deprecated CreateAudioSource method, with constraints. by Niels Möller · 7 years ago
  24. 5081c0c Change error handlers for Set*Description to use RTCError by Harald Alvestrand · 7 years ago
  25. fc85371 Crash if PeerConnection methods are called with the wrong SdpSemantics. by Steve Anton · 7 years ago
  26. 191c39f Parameterize PeerConnection end to end tests for Unified Plan by Steve Anton · 7 years ago
  27. a3a92c2 Replace string type with SdpType enum by Steve Anton · 7 years ago
  28. 36b29d1 Enable cpplint in pc/ by Steve Anton · 7 years ago
  29. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  30. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/pc/test/peerconnectiontestwrapper.h]
  31. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
  32. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 8 years ago
  33. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 8 years ago
  34. 9e5b11e Test CreatePeerConnectionFactory() with a forwarding mock AudioDecoderFactory by kwiberg · 8 years ago
  35. 7f06766 Delete deprecated PeerConnection methods, and corresponding using declarations. by nisse · 8 years ago
  36. 63b14b7 Add override declarations to PeerConnectionObserver subclasses, and delete obsolete methods. by nisse · 8 years ago
  37. 7bb87ee Create //webrtc/api:libjingle_peerconnection_api + refactorings. by ossu · 8 years ago[Renamed (94%) from webrtc/api/test/peerconnectiontestwrapper.h]
  38. db346a7 RTCStatsIntegrationTest added. by hbos · 8 years ago
  39. 71a1b61 WebRTC: Fix and enable -Woverloaded-virtual warnings. by kjellander · 8 years ago
  40. 9763d56 Modified PeerConnection and WebRtcSession for end-to-end QuicDataChannel usage. by zhihuang · 9 years ago
  41. 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
  42. 34b54c3 Modified PeerConnection and WebRtcSession for end-to-end QuicDataChannel usage. by zhihuang · 9 years ago
  43. 98cde26 Use scoped_refptr for On(Add|Remove)Stream and OnDataChannel. by Taylor Brandstetter · 9 years ago
  44. e9021a3 Propogate network-worker thread split to api by danilchap · 9 years ago
  45. d1fe281 Replace scoped_ptr with unique_ptr in webrtc/api/ by kwiberg · 9 years ago
  46. 57db652 Changed PeerConnectionEndToEndTest to use a separate worker thread. by perkj · 9 years ago
  47. b24317b Fix license headers in webrtc/api. by kjellander · 9 years ago
  48. 15583c1 Move talk/app/webrtc to webrtc/api by Henrik Kjellander · 9 years ago[Renamed (92%) from talk/app/webrtc/test/peerconnectiontestwrapper.h]
  49. 0c7e9f5 Removing webrtc::PortAllocatorFactoryInterface. by Taylor Brandstetter · 9 years ago
  50. ee8c6d3 In PeerConnectionTestWrapper, put audio input on a separate thread. by deadbeef · 10 years ago
  51. 5e56c59 DtlsIdentityStoreInterface added and the implementation is called DtlsIdentityStoreImpl (previously named without the -Impl bit and without an interface). by Henrik Boström · 10 years ago
  52. 5f93d0a Update libjingle license statements at top of talk files for consistency by jlmiller@webrtc.org · 10 years ago
  53. c2dd5ee Prepare for removal of PeerConnectionObserver::OnError. by perkj@webrtc.org · 10 years ago
  54. 3987b6d Fix a problem in Thread::Send. by jiayl@webrtc.org · 10 years ago
  55. d4e598d (Auto)update libjingle 72097588-> 72159069 by buildbot@webrtc.org · 11 years ago
  56. 1a6c628 Revert r6420 'Revert r6390 "Adds end to end DataChannel tests." Flaky on linux_memcheck' by jiayl@webrtc.org · 11 years ago
  57. ddeec04 Revert r6390 "Adds end to end DataChannel tests." Flaky on linux_memcheck by jiayl@webrtc.org · 11 years ago
  58. e61b8e3 Adds end to end DataChannel tests. by jiayl@webrtc.org · 11 years ago
  59. 364f204 Update talk to 56698267. by wu@webrtc.org · 11 years ago