1. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 4 years, 10 months ago
  2. 3ae59d3 Use the dummy address 0.0.0.0:9 in the c= and the m= lines if the by Qingsi Wang · 5 years ago
  3. a4d8737 Format almost everything. by Jonas Olsson · 5 years ago
  4. 1716d39 Let SessionDescription take ownership of MediaDescription by Harald Alvestrand · 5 years ago
  5. 4d7160e Code cleanup: Make JsepSessionDescription::Initialize take std::unique_ptr by Harald Alvestrand · 5 years ago
  6. 6a489f2 Fully qualify googletest symbols. by Mirko Bonadei · 5 years ago
  7. 5699142 Use c=IN IP4 <hostname> to support the presence of hostname candidates. by Qingsi Wang · 5 years ago
  8. c84f661 Stop using Googletest legacy APIs. by Mirko Bonadei · 5 years ago
  9. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  10. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago[Renamed from pc/jsepsessiondescription_unittest.cc]
  11. 06817cd [Unified Plan] Support legacy endpoints that do not use a=mid by Steve Anton · 6 years ago
  12. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  13. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 6 years ago
  14. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  15. b1c1de1 Use the SDP ContentInfo helpers to avoid downcasting by Steve Anton · 7 years ago
  16. 5adfafd Make ContentInfo/ContentDescription slightly more ergonomic by Steve Anton · 7 years ago
  17. 4ab68ee Move sessiondescription.h/cc from p2p/base to pc/ by Steve Anton · 7 years ago
  18. 88bc9d5 Stop using api/webrtcsdp.h. by Mirko Bonadei · 7 years ago
  19. a3a92c2 Replace string type with SdpType enum by Steve Anton · 7 years ago
  20. 88f2cb9 Introduce webrtc::SdpType, the chosen enum for offer/pranswer/answer by Steve Anton · 7 years ago
  21. aba85d1 Resolve circular dependency in rtc_media_base. by Patrik Höglund · 7 years ago
  22. e2d6a06 Reland "Clean up libjingle API dependencies." by Patrik Höglund · 7 years ago
  23. 1af3d82 Revert "Reland "Clean up libjingle API dependencies."" by Henrik Kjellander · 7 years ago
  24. 9185aca Reland "Clean up libjingle API dependencies." by Patrik Höglund · 7 years ago
  25. 581df61 Revert "Reland "Clean up libjingle API dependencies."" by Patrik Höglund · 7 years ago
  26. 5117b04 Reland "Clean up libjingle API dependencies." by Patrik Höglund · 7 years ago
  27. 7bcfc3b Revert "Clean up libjingle API dependencies." by Patrik Höglund · 7 years ago
  28. 57fb315 Clean up libjingle API dependencies. by Patrik Höglund · 7 years ago
  29. 563934e Clean up dependencies of peerconnection_unittest. by Patrik Höglund · 7 years ago
  30. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  31. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/pc/jsepsessiondescription_unittest.cc]
  32. 6d64e9a Remove JsepSessionDescription's string Initialize method by Steve Anton · 7 years ago
  33. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  34. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 7 years ago
  35. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 7 years ago
  36. 38989e5 Parse the connection data in SDP (c= line). by zhihuang · 7 years ago
  37. 7bb87ee Create //webrtc/api:libjingle_peerconnection_api + refactorings. by ossu · 8 years ago[Renamed from webrtc/api/jsepsessiondescription_unittest.cc]
  38. 2675274 Remove cricket::VideoCodec with, height and framerate properties by perkj · 8 years ago
  39. d1fe281 Replace scoped_ptr with unique_ptr in webrtc/api/ by kwiberg · 8 years ago
  40. 67cf2c1 Removing `preference` field from `cricket::Codec`. by deadbeef · 8 years ago
  41. 7fb69db Reland the CL to remove candidates when doing continual gathering by Honghai Zhang · 8 years ago
  42. 6f59a4f Revert of Remove candidates when doing continual gathering (patchset #15 id:560001 of https://codereview.webrtc.org/1648813004/ ) by tommi · 8 years ago
  43. 84430da When doing candidate re-gathering in the same generation, Remove the existing local candidate on the same network by honghaiz · 8 years ago
  44. f475277 Rename constants files in webrtc/{media,p2p} by kjellander · 8 years ago
  45. 9b8df25 Move talk/session/media -> webrtc/pc by kjellander@webrtc.org · 8 years ago
  46. b24317b Fix license headers in webrtc/api. by kjellander · 8 years ago
  47. 15583c1 Move talk/app/webrtc to webrtc/api by Henrik Kjellander · 8 years ago[Renamed (98%) from talk/app/webrtc/jsepsessiondescription_unittest.cc]
  48. a96e2d7 Move talk/media to webrtc/media by kjellander · 8 years ago
  49. 46eed76 Removing "candidates" attribute from TransportDescription. by deadbeef · 8 years ago
  50. 7cbd188 Remove GICE (again). by Peter Thatcher · 9 years ago
  51. d12140a Revert change which removes GICE. by guoweis · 9 years ago
  52. 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
  53. 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
  54. 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
  55. 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
  56. 3449faa Remove GICE (gone forever!) and PORTALLOCATOR_ENABLE_SHARED_UFRAG (enabled forever). by Peter Thatcher · 9 years ago
  57. 5f93d0a Update libjingle license statements at top of talk files for consistency by jlmiller@webrtc.org · 10 years ago
  58. 61c1247 Fix a case where empty candidate id is used by guoweis@webrtc.org · 10 years ago
  59. 950c518 Add adapter_type into Candidate object. by guoweis@webrtc.org · 10 years ago
  60. 55360ae Revert "Add adapter_type into Candidate object." by guoweis@webrtc.org · 10 years ago
  61. aaf02cc Add adapter_type into Candidate object. by guoweis@webrtc.org · 10 years ago
  62. fb108b5 Revert r7885. by pbos@webrtc.org · 10 years ago
  63. 8c9d79a Add adapter_type into Candidate object. by guoweis@webrtc.org · 10 years ago
  64. 269fb4b move xmpp and p2p to webrtc by henrike@webrtc.org · 10 years ago
  65. 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
  66. d1ba6d9 Create a copy of talk/xmpp and talk/p2p under webrtc/libjingle/xmpp and webrtc/p2p. by henrike@webrtc.org · 10 years ago
  67. 34f2a9e Initialize SSL in unittest_main.cc. by pbos@webrtc.org · 10 years ago
  68. a09a999 (Auto)update libjingle 73222930-> 73226398 by buildbot@webrtc.org · 10 years ago
  69. d4e598d (Auto)update libjingle 72097588-> 72159069 by buildbot@webrtc.org · 10 years ago
  70. 67ee6b9 Update talk to 60923971 by mallinath@webrtc.org · 10 years ago
  71. a576faf Enable SCTP and use OPENSSL on Anroid and NSS on other platforms. by jiayl@webrtc.org · 10 years ago
  72. 0be6aa0 Update talk to 51314459 by sergeyu@chromium.org · 11 years ago
  73. 28e2075 Adds trunk/talk folder of revision 359 from libjingles google code to trunk/talk by henrike@webrtc.org · 11 years ago