1. a7f2d84 Revert "Revert "GN rtc_* templates: Set default visibility to webrtc_root + "/*""" by Per Kjellander · 7 years ago
  2. c73e1f4 Revert "GN rtc_* templates: Set default visibility to webrtc_root + "/*"" by Per Kjellander · 7 years ago
  3. 588c548 GN rtc_* templates: Set default visibility to webrtc_root + "/*" by Karl Wiberg · 7 years ago
  4. 625c3b6 Add missing file to p2p. by Patrik Höglund · 7 years ago
  5. fd7df98 Fix sign-compare warnings on win_clang by Oleh Prypin · 7 years ago
  6. c0ed4db Remove p2p/base/sessiondescription.h forwarding header by Steve Anton · 7 years ago
  7. a40f824 Explicitly specify is_clang=false for Win MSVC bots by Oleh Prypin · 7 years ago
  8. 5adfafd Make ContentInfo/ContentDescription slightly more ergonomic by Steve Anton · 7 years ago
  9. e7f769c Remove p2p/base/jseptransport.h. by Taylor Brandstetter · 7 years ago
  10. 4ab68ee Move sessiondescription.h/cc from p2p/base to pc/ by Steve Anton · 7 years ago
  11. 6e2e7ce Reland "Move JsepTransport from p2p/base to pc/." by Taylor Brandstetter · 7 years ago
  12. 202994c This is a recommit of by Jonas Oreland · 7 years ago
  13. 8424acd Revert "Move JsepTransport from p2p/base to pc/." by Oleh Prypin · 7 years ago
  14. 4770fd9 Move JsepTransport from p2p/base to pc/. by Taylor Brandstetter · 7 years ago
  15. 74cefe1 Removing dependency on JsepTransport from DtlsTransport tests. by Taylor Brandstetter · 7 years ago
  16. f1a7a8c Revert "Add RelayPortFactoryInterface that allows for custom relay (e.g turn) ports" by Guido Urdaneta · 7 years ago
  17. 3e11343 Fix circular dependencies in webrtc_common. by Patrik Höglund · 7 years ago
  18. 26246ca Add RelayPortFactoryInterface that allows for custom relay (e.g turn) ports by Jonas Oreland · 7 years ago
  19. a8005cf Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
  20. d37709b Revert "Fix circular dependencies between optional, array_view, and rtc_base." by Patrik Höglund · 7 years ago
  21. a9e0924 Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
  22. 6c38cc7 Fix cpplint errors in p2p/ by Steve Anton · 7 years ago
  23. 3828c06 Replace cricket::ContentAction with webrtc::SdpType by Steve Anton · 7 years ago
  24. 5c8231c Fix cpplint errors in pseudotcp/test by Steve Anton · 7 years ago
  25. cc65bd0 Run clang format on pseudotcp/test by Steve Anton · 7 years ago
  26. babf917 Fix cpplint errors in port/port_unittest by Steve Anton · 7 years ago
  27. cd3fc5d Use the DtlsSrtpTransport in BaseChannel. by Zhi Huang · 7 years ago
  28. e932457 Fix cpplint errors in p2ptransportchannel/test by Steve Anton · 7 years ago
  29. 903dcd7 Optional: Use nullopt and implicit construction in /p2p by Oskar Sundbom · 7 years ago
  30. e40468b Move some numeric utility code from rtc_base/ to rtc_base/numerics/ by Karl Wiberg · 7 years ago
  31. f2d7beb Created the DtlsSrtpTransport. by Zhi Huang · 7 years ago
  32. 801b868 Remove the CA_UPDATE and related code. by Zhi Huang · 7 years ago
  33. 7aee3d5 Fix ortc_api circular deps. by Patrik Höglund · 7 years ago
  34. 942bc2e Reland: Replaced the SignalSelectedCandidatePairChanged with a new signal. by Zhi Huang · 7 years ago
  35. 8c316c1 Revert "Replaced the SignalSelectedCandidatePairChanged with a new signal." by Zhi Huang · 7 years ago
  36. 7167745 Replaced the SignalSelectedCandidatePairChanged with a new signal. by Zhi Huang · 7 years ago
  37. 61a7b14 Removing conditional visibility. by Mirko Bonadei · 7 years ago
  38. ada394b Remove p2p/base/candidate.h by Patrik Höglund · 7 years ago
  39. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  40. f2737d2 Enable the clang style plugin in primary p2p/ target by Steve Anton · 7 years ago
  41. d3ea999 Fix clang style warnings in p2p/base/{session,transport}description by Steve Anton · 7 years ago
  42. 7995d8c Fix clang style warnings in p2p/base/portallocator files by Steve Anton · 7 years ago
  43. 33f69db Fix clang style warnings in p2p/base/packettransport files by Steve Anton · 7 years ago
  44. 1cf1b7d Fix clang style warnings in p2p/base/port.h and its subclasses by Steve Anton · 7 years ago
  45. 9d4a2e6 Move inlined methods from p2p/base/packetsocketfactory.h by Steve Anton · 7 years ago
  46. eae3e65 Enable the clang style plugin for the stunprober target by Steve Anton · 7 years ago
  47. ca7d54e Fix clang style warnings in p2p/base/stun.h by Steve Anton · 7 years ago
  48. 47d3a01 Reenable some supressed warnings for the objc SDK. by Kári Tristan Helgason · 7 years ago
  49. c4faa9c Remove QUIC transport/data channel by Steve Anton · 7 years ago
  50. 8a63f78 Rewrite the remaining few WebRtcSession tests. by Steve Anton · 7 years ago
  51. f1c6db1 Rewrite WebRtcSession ICE tests as PeerConnection tests by Steve Anton · 7 years ago
  52. 7f90e2c IWYU: Include math.h for round(3). by Raphael Kubo da Costa · 7 years ago
  53. f022976 Fix bug in recently introduced TurnCustomizer by Jonas Oreland · 7 years ago
  54. 6697278 Fix Gn untracked headers in webrtc/p2p. by Mirko Bonadei · 7 years ago
  55. bdcee28 TurnCustomizer - an interface for modifying stun messages sent by TurnPort by Jonas Oreland · 7 years ago
  56. 604427b Revert "TurnCustomizer - an interface for modifying stun messages sent by TurnPort" by Guido Urdaneta · 7 years ago
  57. b23ed7f TurnCustomizer - an interface for modifying stun messages sent by TurnPort by Jonas Oreland · 7 years ago
  58. d65ae4a Fixing DCHECK in turnport.cc and doing some related cleanup. by Taylor Brandstetter · 7 years ago
  59. e2d6a06 Reland "Clean up libjingle API dependencies." by Patrik Höglund · 7 years ago
  60. 1af3d82 Revert "Reland "Clean up libjingle API dependencies."" by Henrik Kjellander · 7 years ago
  61. 9185aca Reland "Clean up libjingle API dependencies." by Patrik Höglund · 7 years ago
  62. 581df61 Revert "Reland "Clean up libjingle API dependencies."" by Patrik Höglund · 7 years ago
  63. 5117b04 Reland "Clean up libjingle API dependencies." by Patrik Höglund · 7 years ago
  64. b526158 Move the TransportController from p2p/base to pc/. by Zhi Huang · 7 years ago
  65. 7bcfc3b Revert "Clean up libjingle API dependencies." by Patrik Höglund · 7 years ago
  66. 57fb315 Clean up libjingle API dependencies. by Patrik Höglund · 7 years ago
  67. 1c46a35 Try creating sockets again if network change occurs after bind failed. by deadbeef · 7 years ago
  68. cf990f5 Reland: Completed the functionalities of SrtpTransport. by Zhi Huang · 7 years ago
  69. b19012e Remove the support of fallback from DTLS to SDES. by zhihuang · 7 years ago
  70. eb23e17 Revert of Completed the functionalities of SrtpTransport. (patchset 7 id:320001 of https://codereview.webrtc.org/2997983002/ ) by zhihuang · 7 years ago
  71. 1c5e6d0 Remove BasicPortAllocator::EnableProtocol. by deadbeef · 7 years ago
  72. 7f1563f Making BasicPortAllocator tests slightly less fragile. by deadbeef · 7 years ago
  73. 7120742 Adding NOLINT for typedefs.h and common_types.h by Mirko Bonadei · 7 years ago
  74. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  75. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago