1. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 4 years, 10 months ago
  2. a4d8737 Format almost everything. by Jonas Olsson · 5 years ago
  3. 64b626b Use Abseil container algorithms in pc/ by Steve Anton · 5 years ago
  4. bcd39d4 Creating Simulcast offer and answer in Peer Connection. by Amit Hilbuch · 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/webrtcsessiondescriptionfactory.cc]
  7. 6fe1fba Convert MediaSessionFactory to return unique_ptrs by Steve Anton · 6 years ago
  8. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  9. aee8380 Remove obsolete comment (WebRtcSessionDescriptionFactory ctor) by Elad Alon · 6 years ago
  10. 16e27a1 Reland "Delete leftover includes and declarations for MediaConstraintsInterface" by Niels Möller · 6 years ago
  11. ec4a060 Revert "Delete leftover includes and declarations for MediaConstraintsInterface" by Niels Moller · 6 years ago
  12. a1e4ae2 Delete leftover includes and declarations for MediaConstraintsInterface by Niels Möller · 6 years ago
  13. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 6 years ago
  14. 66cadcc Replace rtc::Optional with absl::optional in pc by Danil Chapovalov · 6 years ago
  15. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  16. 73771a8 Prepare to remove old OnFailure implementations by Harald Alvestrand · 6 years ago
  17. 45cc890 Assorted logging pedantry by Jonas Olsson · 6 years ago
  18. 2d8609c Move internal PeerConnection methods to PeerConnectionInternal by Steve Anton · 7 years ago
  19. a3a92c2 Replace string type with SdpType enum by Steve Anton · 7 years ago
  20. 36f8f3e Optional: Use nullopt and implicit construction in /pc by Oskar Sundbom · 7 years ago
  21. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  22. 36b29d1 Enable cpplint in pc/ by Steve Anton · 7 years ago
  23. d5585ca Move almost all references from WebRtcSession to PeerConnection by Steve Anton · 7 years ago
  24. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  25. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/pc/webrtcsessiondescriptionfactory.cc]
  26. 1c378ed Relanding: Adding support for Unified Plan offer/answer negotiation to the mediasession layer. by zhihuang · 7 years ago
  27. 3c74766 Revert of Adding support for Unified Plan offer/answer negotiation. (patchset #9 id:500001 of https://codereview.webrtc.org/2991693002/ ) by olka · 7 years ago
  28. a77e6bb Adding support for Unified Plan offer/answer negotiation to the mediasession layer. by zhihuang · 7 years ago
  29. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  30. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 7 years ago
  31. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 7 years ago
  32. 6275dfd Fix comment about remote restart being requested in createOffer by philipp.hancke · 7 years ago
  33. 7bb87ee Create //webrtc/api:libjingle_peerconnection_api + refactorings. by ossu · 8 years ago[Renamed (99%) from webrtc/api/webrtcsessiondescriptionfactory.cc]
  34. ede5da4 Replace ASSERT by RTC_DCHECK in all non-test code. by nisse · 8 years ago
  35. c80e741 Replace ASSERT(false) by RTC_NOTREACHED(). by nisse · 8 years ago
  36. 953c2ce Reland of: Separating SCTP code from BaseChannel/MediaChannel. by deadbeef · 8 years ago
  37. c0dad89 Revert of Separating SCTP code from BaseChannel/MediaChannel. (patchset #14 id:240001 of https://codereview.webrtc.org/2564333002/ ) by deadbeef · 8 years ago
  38. 67b3bbe Separating SCTP code from BaseChannel/MediaChannel. by deadbeef · 8 years ago
  39. d1a38b5 Implement the "needs-ice-restart" logic for SetConfiguration. by deadbeef · 8 years ago
  40. 5d97a9a Adding more detail to MessageQueue::Dispatch logging. by Taylor Brandstetter · 8 years ago
  41. d03c23b Replacing DtlsIdentityStoreInterface with RTCCertificateGeneratorInterface. by Henrik Boström · 8 years ago
  42. d7973cc Revert of Replacing DtlsIdentityStoreInterface with RTCCertificateGeneratorInterface. (patchset #2 id:20001 of https://codereview.webrtc.org/2013523002/ ) by hbos · 8 years ago
  43. 400781a Replacing DtlsIdentityStoreInterface with RTCCertificateGeneratorInterface. by Henrik Boström · 8 years ago
  44. d1fe281 Replace scoped_ptr with unique_ptr in webrtc/api/ by kwiberg · 8 years ago
  45. 555604a Replace scoped_ptr with unique_ptr in webrtc/base/ by jbauch · 8 years ago
  46. a2a49d9 This CL provides interfaces that do not use constraints for by hta · 8 years ago
  47. 25359e0 DtlsIdentityStoreInterface::RequestIdentity gets optional expires param. by hbos · 8 years ago
  48. 4eb1ddd Fixing a possible crash in CopyCandidatesFromSessionDescription. by Taylor Brandstetter · 8 years ago
  49. 0ed85b2 Track pending ICE restarts independently for different media sections. by deadbeef · 8 years ago
  50. b24317b Fix license headers in webrtc/api. by kjellander · 8 years ago
  51. 15583c1 Move talk/app/webrtc to webrtc/api by Henrik Kjellander · 8 years ago[Renamed (98%) from talk/app/webrtc/webrtcsessiondescriptionfactory.cc]
  52. f475d36 Properly handle different transports having different SSL roles. by Taylor Brandstetter · 9 years ago
  53. 0eb15ed Don't call the Pass methods of rtc::Buffer, rtc::scoped_ptr, and rtc::ScopedVector by kwiberg · 9 years ago
  54. d59daf8 Merging BaseSession code into WebRtcSession. by deadbeef · 9 years ago
  55. ab9b2d1 Reland of Moving MediaStreamSignaling logic into PeerConnection. (patchset #1 id:1 of https://codereview.webrtc.org/1403633005/ ) by deadbeef · 9 years ago
  56. fc648b6 Revert of Moving MediaStreamSignaling logic into PeerConnection. (patchset #10 id:180001 of https://codereview.webrtc.org/1393563002/ ) by deadbeef · 9 years ago
  57. 97c3929 Moving MediaStreamSignaling logic into PeerConnection. by deadbeef · 9 years ago
  58. 0c4e06b Use suffixed {uint,int}{8,16,32,64}_t types. by Peter Boström · 9 years ago
  59. cbecd35 Reland of TransportController refactoring. (patchset #1 id:1 of https://codereview.webrtc.org/1358413003/ ) by deadbeef · 9 years ago
  60. a81a42f Revert of TransportController refactoring. (patchset #6 id:100001 of https://codereview.webrtc.org/1350523003/ ) by torbjorng · 9 years ago
  61. 47ee2f3 TransportController refactoring. by deadbeef · 9 years ago
  62. 8902433 Revert "TransportController refactoring." by Guo-wei Shieh · 9 years ago
  63. 9af63f4 TransportController refactoring. by deadbeef · 9 years ago
  64. 7cbd188 Remove GICE (again). by Peter Thatcher · 9 years ago
  65. 91d6ede Add RTC_ prefix to (D)CHECKs and related macros. by henrikg · 9 years ago
  66. d12140a Revert change which removes GICE. by guoweis · 9 years ago
  67. 3a14bf3 Replacing SSLIdentity* with scoped_refptr<RTCCertificate> in the cricket::TransportDescriptionFactory layers. by Henrik Boström · 9 years ago
  68. d828198 Replaces SSLIdentity* with scoped_refptr<RTCCertificate> in the cricket::Transport layer. by Henrik Boström · 9 years ago
  69. 87713d0 RTCCertificates added to RTCConfiguration, used by WebRtcSession/-DescriptionFactory. by Henrik Boström · 9 years ago
  70. 2159b89 Reland "Remove GICE (gone forever!) and PORTALLOCATOR_ENABLE_SHARED_UFRAG (enabled forever)." becauese remoting code is using dead constants and breaks the FYI bots. by Peter Thatcher · 9 years ago
  71. 5bdafd4 Revert "Reland "Remove GICE (gone forever!) and PORTALLOCATOR_ENABLE_SHARED_UFRAG (enabled forever)." becauese remoting code is using dead constants and breaks the FYI bots."" by minyuel · 9 years ago
  72. 081f34b Reland "Remove GICE (gone forever!) and PORTALLOCATOR_ENABLE_SHARED_UFRAG (enabled forever)." becauese remoting code is using dead constants and breaks the FYI bots." by Peter Thatcher · 9 years ago
  73. fa30180 Revert "Remove GICE (gone forever!) and PORTALLOCATOR_ENABLE_SHARED_UFRAG (enabled forever)." becauese remoting code is using dead constants and breaks the FYI bots. by pthatcher · 9 years ago
  74. 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
  75. 3449faa Remove GICE (gone forever!) and PORTALLOCATOR_ENABLE_SHARED_UFRAG (enabled forever). by Peter Thatcher · 9 years ago
  76. 0f620f4 Make sure we process all pending offer/answer requests before terminating. by tommi · 9 years ago
  77. 61e00b0 Create a in-memory DTLS identity store that keeps a free identity generated in the background. by jiayl@webrtc.org · 9 years ago
  78. 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
  79. 369f682 Create a in-memory DTLS identity store that keeps a free identity generated in the background. by jiayl@webrtc.org · 9 years ago
  80. 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
  81. df512cc Create a in-memory DTLS identity store that keeps a free identity generated in the background. by jiayl@webrtc.org · 9 years ago
  82. 804eb46 Change default from GICE to ICE5245 for SDP offers by jlmiller@webrtc.org · 9 years ago
  83. 5f93d0a Update libjingle license statements at top of talk files for consistency by jlmiller@webrtc.org · 10 years ago
  84. b18bf5e Adds the support of RTCOfferOptions for PeerConnectionInterface::CreateOffer. by jiayl@webrtc.org · 10 years ago
  85. d4e598d (Auto)update libjingle 72097588-> 72159069 by buildbot@webrtc.org · 10 years ago
  86. b90991d Update libjingle 62472237->62550414 by henrike@webrtc.org · 10 years ago
  87. 364f204 Update talk to 56698267. by wu@webrtc.org · 11 years ago
  88. 19f27e6 Update talk to 54527154. by mallinath@webrtc.org · 11 years ago
  89. 1112c30 Update libjingle to 53057474. by mallinath@webrtc.org · 11 years ago
  90. a59696b Update libjingle to 52300956 by sergeyu@chromium.org · 11 years ago
  91. 0be6aa0 Update talk to 51314459 by sergeyu@chromium.org · 11 years ago
  92. 91053e7 Update libjingle to 50654631. by wu@webrtc.org · 11 years ago