1. 36b29d1 Enable cpplint in pc/ by Steve Anton · 7 years ago
  2. d5585ca Move almost all references from WebRtcSession to PeerConnection by Steve Anton · 7 years ago
  3. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  4. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/pc/webrtcsessiondescriptionfactory.h]
  5. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  6. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 7 years ago
  7. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 7 years ago
  8. 5869f50 Support encrypted RTP extensions (RFC 6904) by jbauch · 7 years ago
  9. 7bb87ee Create //webrtc/api:libjingle_peerconnection_api + refactorings. by ossu · 8 years ago[Renamed (97%) from webrtc/api/webrtcsessiondescriptionfactory.h]
  10. 3d70fef Remove DtlsIdentityStoreInterface, it is no longer used. by hbos · 8 years ago
  11. d03c23b Replacing DtlsIdentityStoreInterface with RTCCertificateGeneratorInterface. by Henrik Boström · 8 years ago
  12. d7973cc Revert of Replacing DtlsIdentityStoreInterface with RTCCertificateGeneratorInterface. (patchset #2 id:20001 of https://codereview.webrtc.org/2013523002/ ) by hbos · 8 years ago
  13. 400781a Replacing DtlsIdentityStoreInterface with RTCCertificateGeneratorInterface. by Henrik Boström · 8 years ago
  14. d1fe281 Replace scoped_ptr with unique_ptr in webrtc/api/ by kwiberg · 8 years ago
  15. 4485ffb #include "webrtc/base/constructormagic.h" where appropriate by kwiberg · 8 years ago
  16. 555604a Replace scoped_ptr with unique_ptr in webrtc/base/ by jbauch · 8 years ago
  17. a2a49d9 This CL provides interfaces that do not use constraints for by hta · 8 years ago
  18. 0ed85b2 Track pending ICE restarts independently for different media sections. by deadbeef · 8 years ago
  19. 9b8df25 Move talk/session/media -> webrtc/pc by kjellander@webrtc.org · 8 years ago
  20. b24317b Fix license headers in webrtc/api. by kjellander · 8 years ago
  21. 15583c1 Move talk/app/webrtc to webrtc/api by Henrik Kjellander · 8 years ago[Renamed (95%) from talk/app/webrtc/webrtcsessiondescriptionfactory.h]
  22. a96e2d7 Move talk/media to webrtc/media by kjellander · 8 years ago
  23. ab9b2d1 Reland of Moving MediaStreamSignaling logic into PeerConnection. (patchset #1 id:1 of https://codereview.webrtc.org/1403633005/ ) by deadbeef · 9 years ago
  24. fc648b6 Revert of Moving MediaStreamSignaling logic into PeerConnection. (patchset #10 id:180001 of https://codereview.webrtc.org/1393563002/ ) by deadbeef · 9 years ago
  25. 97c3929 Moving MediaStreamSignaling logic into PeerConnection. by deadbeef · 9 years ago
  26. 0c4e06b Use suffixed {uint,int}{8,16,32,64}_t types. by Peter Boström · 9 years ago
  27. cbecd35 Reland of TransportController refactoring. (patchset #1 id:1 of https://codereview.webrtc.org/1358413003/ ) by deadbeef · 9 years ago
  28. a81a42f Revert of TransportController refactoring. (patchset #6 id:100001 of https://codereview.webrtc.org/1350523003/ ) by torbjorng · 9 years ago
  29. 47ee2f3 TransportController refactoring. by deadbeef · 9 years ago
  30. 8902433 Revert "TransportController refactoring." by Guo-wei Shieh · 9 years ago
  31. 9af63f4 TransportController refactoring. by deadbeef · 9 years ago
  32. 3c089d7 Add RTC_ prefix to contructormagic macros. by henrikg · 9 years ago
  33. d828198 Replaces SSLIdentity* with scoped_refptr<RTCCertificate> in the cricket::Transport layer. by Henrik Boström · 9 years ago
  34. 87713d0 RTCCertificates added to RTCConfiguration, used by WebRtcSession/-DescriptionFactory. by Henrik Boström · 9 years ago
  35. 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
  36. 0f620f4 Make sure we process all pending offer/answer requests before terminating. by tommi · 9 years ago
  37. 61e00b0 Create a in-memory DTLS identity store that keeps a free identity generated in the background. by jiayl@webrtc.org · 9 years ago
  38. be77872 Revert "Create a in-memory DTLS identity store that keeps a free identity generated in the background." by jiayl@webrtc.org · 9 years ago
  39. 369f682 Create a in-memory DTLS identity store that keeps a free identity generated in the background. by jiayl@webrtc.org · 9 years ago
  40. 8ad9660 Revert "Create a in-memory DTLS identity store that keeps a free identity generated in the background." by jiayl@webrtc.org · 9 years ago
  41. df512cc Create a in-memory DTLS identity store that keeps a free identity generated in the background. by jiayl@webrtc.org · 9 years ago
  42. 5f93d0a Update libjingle license statements at top of talk files for consistency by jlmiller@webrtc.org · 10 years ago
  43. 269fb4b move xmpp and p2p to webrtc by henrike@webrtc.org · 10 years ago
  44. 28100cb Reverts r7459 "Create a copy of talk/xmpp and talk/p2p under webrtc/libjingle/xmpp and webrtc/p2p." by henrike@webrtc.org · 10 years ago
  45. d1ba6d9 Create a copy of talk/xmpp and talk/p2p under webrtc/libjingle/xmpp and webrtc/p2p. by henrike@webrtc.org · 10 years ago
  46. a09a999 (Auto)update libjingle 73222930-> 73226398 by buildbot@webrtc.org · 10 years ago
  47. b18bf5e Adds the support of RTCOfferOptions for PeerConnectionInterface::CreateOffer. by jiayl@webrtc.org · 10 years ago
  48. d4e598d (Auto)update libjingle 72097588-> 72159069 by buildbot@webrtc.org · 10 years ago
  49. b90991d Update libjingle 62472237->62550414 by henrike@webrtc.org · 10 years ago
  50. 364f204 Update talk to 56698267. by wu@webrtc.org · 11 years ago
  51. a59696b Update libjingle to 52300956 by sergeyu@chromium.org · 11 years ago
  52. 91053e7 Update libjingle to 50654631. by wu@webrtc.org · 11 years ago