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