1. a4d8737 Format almost everything. by Jonas Olsson · 5 years ago
  2. 6a489f2 Fully qualify googletest symbols. by Mirko Bonadei · 5 years ago
  3. db4def9 Update parsing of stun and turn urls for RFC 7064-7065 by Niels Möller · 5 years ago
  4. 3eaf9f1 Refactor PeerConnectionFactoryTest to not use FakeVideoCapturer. by Niels Möller · 6 years ago
  5. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  6. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago[Renamed from pc/peerconnectionfactory_unittest.cc]
  7. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  8. 2ff3f49 Move webrtc::CreatePeerConnectionFactory definition next to decl. by Mirko Bonadei · 6 years ago
  9. f06f923 Delete almost all use of MediaConstraintsInterface in the PeerConnection API by Niels Möller · 6 years ago
  10. 72b751a Add PeerConnection GetRtpSender/ReceiverCapabilities by Florent Castelli · 6 years ago
  11. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  12. 6753795 Built in video codec factories. by Anders Carlsson · 6 years ago
  13. 1829af6 Extend FakePeriodicVideoCapturer with FakeVideoCapturerWithTaskQueue. by Tommi · 6 years ago
  14. 36b29d1 Enable cpplint in pc/ by Steve Anton · 7 years ago
  15. 1b0eae3 Don't call deprecated CreatePeerConnectionFactory() overloads by Karl Wiberg · 7 years ago
  16. 919dc2e Removes fallback from Linux PulseAudio to ALSA. by henrika · 7 years ago
  17. 563934e Clean up dependencies of peerconnection_unittest. by Patrik Höglund · 7 years ago
  18. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  19. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/pc/peerconnectionfactory_unittest.cc]
  20. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  21. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 7 years ago
  22. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 7 years ago
  23. 7f06766 Delete deprecated PeerConnection methods, and corresponding using declarations. by nisse · 7 years ago
  24. 112b2e9 Switching some interfaces to use std::unique_ptr<>. by deadbeef · 7 years ago
  25. 63b14b7 Add override declarations to PeerConnectionObserver subclasses, and delete obsolete methods. by nisse · 7 years ago
  26. 7bb87ee Create //webrtc/api:libjingle_peerconnection_api + refactorings. by ossu · 8 years ago[Renamed (98%) from webrtc/api/peerconnectionfactory_unittest.cc]
  27. 277b250 Refactor "secure bool" into explicit PROTO_TLS. by hnsl · 8 years ago
  28. 71a1b61 WebRTC: Fix and enable -Woverloaded-virtual warnings. by kjellander · 8 years ago
  29. 3d70fef Remove DtlsIdentityStoreInterface, it is no longer used. by hbos · 8 years ago
  30. d79599d Turning FakeDtlsIdentityStore into FakeRTCCertificateGenerator. by Henrik Boström · 8 years ago
  31. d03c23b Replacing DtlsIdentityStoreInterface with RTCCertificateGeneratorInterface. by Henrik Boström · 8 years ago
  32. 98cde26 Use scoped_refptr for On(Add|Remove)Stream and OnDataChannel. by Taylor Brandstetter · 8 years ago
  33. e9021a3 Propogate network-worker thread split to api by danilchap · 8 years ago
  34. a1c3035 Relanding: Implement RTCConfiguration.iceCandidatePoolSize. by Taylor Brandstetter · 8 years ago
  35. c55fb30 Revert of Implement RTCConfiguration.iceCandidatePoolSize. (patchset #7 id:120001 of https://codereview.webrtc.org/1956453003/ ) by deadbeef · 8 years ago
  36. 48e9d05 Implement RTCConfiguration.iceCandidatePoolSize. by Taylor Brandstetter · 8 years ago
  37. 3fe372d Fix all -Wnon-virtual-dtor warnings. by Henrik Kjellander · 8 years ago
  38. d1fe281 Replace scoped_ptr with unique_ptr in webrtc/api/ by kwiberg · 8 years ago
  39. 9e083d2 Reland of Delete empty API files and cleaned up includes. (patchset #1 id:1 of https://codereview.webrtc.org/1813083002/ ) by perkj · 8 years ago
  40. 246b527 Revert of Delete empty API files and cleaned up includes. (patchset #2 id:20001 of https://codereview.webrtc.org/1809053002/ ) by deadbeef · 8 years ago
  41. c9022f5 Delete empty API files and cleaned up includes. by perkj · 8 years ago
  42. a3ede6c Renamed VideoSourceInterface to VideoTrackSourceInterface. by perkj · 8 years ago
  43. 5ad1297 Rename webrtc/media/webrtc -> webrtc/media/engine by kjellander@webrtc.org · 8 years ago
  44. b24317b Fix license headers in webrtc/api. by kjellander · 8 years ago
  45. 15583c1 Move talk/app/webrtc to webrtc/api by Henrik Kjellander · 8 years ago[Renamed (97%) from talk/app/webrtc/peerconnectionfactory_unittest.cc]
  46. a96e2d7 Move talk/media to webrtc/media by kjellander · 8 years ago
  47. 81354f5 Added mute logic to VideoTrackRenderers. by nisse · 9 years ago
  48. 37ebcf0 Reland "Add APK targets to build libjingle tests for Android." by phoglund · 9 years ago
  49. 0c7e9f5 Removing webrtc::PortAllocatorFactoryInterface. by Taylor Brandstetter · 9 years ago
  50. 0eb15ed Don't call the Pass methods of rtc::Buffer, rtc::scoped_ptr, and rtc::ScopedVector by kwiberg · 9 years ago
  51. 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
  52. a78c021 Add APK targets to build libjingle_peerconnection_unittests for Android. by perkj · 9 years ago
  53. 0a6c4ca Catching more errors when parsing ICE server URLs. by deadbeef · 9 years ago
  54. 5e56c59 DtlsIdentityStoreInterface added and the implementation is called DtlsIdentityStoreImpl (previously named without the -Impl bit and without an interface). by Henrik Boström · 9 years ago
  55. d935f91 Don't try to parse empty Ice urls. by Joachim Bauch · 9 years ago
  56. 7c4e745 Support multiple URLs in PeerConnectionInterface::IceServer by Joachim Bauch · 9 years ago
  57. d83f4ef Fix an issue in DtlsIdentityStore when the store is destroyed before the worker thread task returns. by jiayl@webrtc.org · 9 years ago
  58. 5f93d0a Update libjingle license statements at top of talk files for consistency by jlmiller@webrtc.org · 10 years ago
  59. c2dd5ee Prepare for removal of PeerConnectionObserver::OnError. by perkj@webrtc.org · 10 years ago
  60. a09a999 (Auto)update libjingle 73222930-> 73226398 by buildbot@webrtc.org · 10 years ago
  61. d4e598d (Auto)update libjingle 72097588-> 72159069 by buildbot@webrtc.org · 10 years ago
  62. 41451d4 (Auto)update libjingle 66106643-> 66138442 by buildbot@webrtc.org · 10 years ago
  63. 29540b1 Revert "PeerConnectionFactory: delay deletion of owned threads." by fischman@webrtc.org · 10 years ago
  64. cea024d PeerConnectionFactory: delay deletion of owned threads. by fischman@webrtc.org · 10 years ago
  65. f875f15 (Auto)update libjingle 64709629-> 64813990 by buildbot@webrtc.org · 10 years ago
  66. 5bc25c4 Update libjingle to 57692857 by sergeyu@chromium.org · 11 years ago
  67. a23f0ca Update talk to 56619788 by sergeyu@chromium.org · 11 years ago
  68. 7818752 Update libjingle to 53856368. by wu@webrtc.org · 11 years ago
  69. 91053e7 Update libjingle to 50654631. by wu@webrtc.org · 11 years ago
  70. 1e09a71 Update talk folder to revision=49952949 by henrike@webrtc.org · 11 years ago
  71. 33584f9 Introduce a bit of sanity to talk/PRESUBMIT.py's license checking. by fischman@webrtc.org · 11 years ago
  72. 28e2075 Adds trunk/talk folder of revision 359 from libjingles google code to trunk/talk by henrike@webrtc.org · 11 years ago