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