1. e2a9318 Delete ConnectionMonitor. by Niels Möller · 7 years ago
  2. f075c5f Delete obsolete header file transportchannelimpl.h. by Niels Möller · 7 years ago
  3. a7f2d84 Revert "Revert "GN rtc_* templates: Set default visibility to webrtc_root + "/*""" by Per Kjellander · 7 years ago
  4. c73e1f4 Revert "GN rtc_* templates: Set default visibility to webrtc_root + "/*"" by Per Kjellander · 7 years ago
  5. 588c548 GN rtc_* templates: Set default visibility to webrtc_root + "/*" by Karl Wiberg · 7 years ago
  6. 625c3b6 Add missing file to p2p. by Patrik Höglund · 7 years ago
  7. e7f769c Remove p2p/base/jseptransport.h. by Taylor Brandstetter · 7 years ago
  8. 4ab68ee Move sessiondescription.h/cc from p2p/base to pc/ by Steve Anton · 7 years ago
  9. 6e2e7ce Reland "Move JsepTransport from p2p/base to pc/." by Taylor Brandstetter · 7 years ago
  10. 202994c This is a recommit of by Jonas Oreland · 7 years ago
  11. 8424acd Revert "Move JsepTransport from p2p/base to pc/." by Oleh Prypin · 7 years ago
  12. 4770fd9 Move JsepTransport from p2p/base to pc/. by Taylor Brandstetter · 7 years ago
  13. f1a7a8c Revert "Add RelayPortFactoryInterface that allows for custom relay (e.g turn) ports" by Guido Urdaneta · 7 years ago
  14. 3e11343 Fix circular dependencies in webrtc_common. by Patrik Höglund · 7 years ago
  15. 26246ca Add RelayPortFactoryInterface that allows for custom relay (e.g turn) ports by Jonas Oreland · 7 years ago
  16. a8005cf Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
  17. d37709b Revert "Fix circular dependencies between optional, array_view, and rtc_base." by Patrik Höglund · 7 years ago
  18. a9e0924 Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 7 years ago
  19. 7aee3d5 Fix ortc_api circular deps. by Patrik Höglund · 7 years ago
  20. 61a7b14 Removing conditional visibility. by Mirko Bonadei · 7 years ago
  21. ada394b Remove p2p/base/candidate.h by Patrik Höglund · 7 years ago
  22. f2737d2 Enable the clang style plugin in primary p2p/ target by Steve Anton · 7 years ago
  23. 33f69db Fix clang style warnings in p2p/base/packettransport files by Steve Anton · 7 years ago
  24. 1cf1b7d Fix clang style warnings in p2p/base/port.h and its subclasses by Steve Anton · 7 years ago
  25. 9d4a2e6 Move inlined methods from p2p/base/packetsocketfactory.h by Steve Anton · 7 years ago
  26. eae3e65 Enable the clang style plugin for the stunprober target by Steve Anton · 7 years ago
  27. c4faa9c Remove QUIC transport/data channel by Steve Anton · 7 years ago
  28. 6697278 Fix Gn untracked headers in webrtc/p2p. by Mirko Bonadei · 7 years ago
  29. bdcee28 TurnCustomizer - an interface for modifying stun messages sent by TurnPort by Jonas Oreland · 7 years ago
  30. 604427b Revert "TurnCustomizer - an interface for modifying stun messages sent by TurnPort" by Guido Urdaneta · 7 years ago
  31. b23ed7f TurnCustomizer - an interface for modifying stun messages sent by TurnPort by Jonas Oreland · 7 years ago
  32. b526158 Move the TransportController from p2p/base to pc/. by Zhi Huang · 7 years ago
  33. 7bcfc3b Revert "Clean up libjingle API dependencies." by Patrik Höglund · 7 years ago
  34. 57fb315 Clean up libjingle API dependencies. by Patrik Höglund · 7 years ago
  35. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/p2p/BUILD.gn]
  36. 84f6a3f Move optional.h to webrtc/api/ by kwiberg · 7 years ago
  37. e9ef907 Revert of Add logging of host lookups made by TurnPort to the RtcEventLog. (patchset #11 id:200001 of https://codereview.webrtc.org/2996933003/ ) by maxmorin · 7 years ago
  38. c251cb1 Add logging host lookups made by TurnPort to the RtcEventLog. by jonaso · 7 years ago
  39. ca6d3b6 Renamed dtlstransportchannel.h/.cc/_unittest.cc. by zhihuang · 7 years ago
  40. f6a861a Remove remains of webrtc/base by ehmaldonado · 7 years ago
  41. c024740 Use relative paths in GN files. by jianjun.zhu · 7 years ago
  42. 370dd47 Revert of Remove remains of webrtc/base (patchset #7 id:120001 of https://codereview.webrtc.org/2973183002/ ) by ehmaldonado · 7 years ago
  43. 9483b49 Remove remains of webrtc/base by ehmaldonado · 7 years ago
  44. e0629c0 GN: Tighten up test target visibility + refactorings by kjellander · 7 years ago
  45. 44d305a Remove the expat and jsoncpp dependencies to reduce binary size. by zhihuang · 7 years ago
  46. 8a11663 Enable GN check for webrtc/{p2p,system_wrappers} by kjellander · 7 years ago
  47. 59edb92 Relanding: Remove rtc_p2p_unittests from ortc_unittests and rtc_media_unittests by deadbeef · 7 years ago
  48. abbacbf Measure packet loss so we can use it to select ICE candidate pairs. by zstein · 7 years ago
  49. 98e1531 Revert of Enable GN check for webrtc/{ortc,p2p} (patchset #4 id:60001 of https://codereview.webrtc.org/2714263004/ ) by kjellander · 7 years ago
  50. c9515b6 Enable GN check for webrtc/{ortc,p2p} by kjellander · 7 years ago
  51. 5bd5ca3 Rename "PacketTransportInterface" to "PacketTransportInternal". by deadbeef · 7 years ago
  52. f534659 Adding ability for BaseChannel to use PacketTransportInterface. by deadbeef · 7 years ago
  53. 9aa3f0a Reland of Moving webrtc.gni up one level from build/ (patchset #1 id:1 of https://codereview.webrtc.org/2657563002/ ) by mbonadei · 8 years ago
  54. 69dc7db Revert of Moving webrtc.gni up one level from build/ (patchset #1 id:1 of https://codereview.webrtc.org/2651543003/ ) by mbonadei · 8 years ago
  55. 35a3270 Moving webrtc.gni up one level from build/ by mbonadei · 8 years ago
  56. 1b54a5f Relanding: Removing #defines previously used for building without BoringSSL/OpenSSL. by deadbeef · 8 years ago
  57. f33491e Revert of Removing #defines previously used for building without BoringSSL/OpenSSL. (patchset #2 id:20001 of https://codereview.webrtc.org/2640513002/ ) by deadbeef · 8 years ago
  58. eaa826c Removing #defines previously used for building without BoringSSL/OpenSSL. by deadbeef · 8 years ago
  59. b2cdd93 Remove the dependency of TransportChannel and TransportChannelImpl. by zhihuang · 8 years ago
  60. 6ce9259 Revert of make the DtlsTransportWrapper inherit form DtlsTransportInternal (patchset #11 id:320001 of https://codereview.webrtc.org/2606123002/ ) by zhihuang · 8 years ago
  61. 5aed06c make the DtlsTransportWrapper inherit form DtlsTransportInternal by zhihuang · 8 years ago
  62. d1c0998 Adding OrtcFactory, and changing UdpTransport to match current plan. by deadbeef · 8 years ago
  63. 1a619cd Create the MockIceTransport by zhihuang · 8 years ago
  64. da8dcfb Refactor rtc_unittests into several targets. by ehmaldonado · 8 years ago
  65. e50658d Create the DtlsTransportInternal by zhihuang · 8 years ago
  66. 86abd6f Add an abstract class for IceTransport by zhihuang · 8 years ago
  67. 49f34fd Relanding: Refactoring that removes P2PTransport and DtlsTransport classes. by deadbeef · 8 years ago
  68. 57fd726 Revert of Refactoring that removes P2PTransport and DtlsTransport classes. (patchset #9 id:150001 of https://codereview.webrtc.org/2517883002/ ) by deadbeef · 8 years ago
  69. bd28681 Refactoring that removes P2PTransport and DtlsTransport classes. by deadbeef · 8 years ago
  70. 6bedebf First step in providing a UdpTransportChannel. by johan · 8 years ago
  71. aca3a24 Moving stun_prober target from webrtc/p2p to webrtc/examples by charujain · 8 years ago
  72. 6ceab08 GN: New conventions, default target and refactorings by kjellander · 8 years ago
  73. af1ae31 Remove dead dependencies on xmllite and xmpp. by kjellander · 8 years ago
  74. a9c7cfa Prepare for introduction of rtc::PacketTransportInterface. by johan · 8 years ago
  75. e40a7ee GN: Exclude suppressions of Chromium Clang warnings for Chromium builds. by kjellander · 8 years ago
  76. 3d7901d Delete httpportallocator.h. by nisse · 8 years ago
  77. de2920c Delete unused file sessionid.h. by nisse · 8 years ago
  78. b62dbbe GN: Change rtc_source_set targets --> rtc_static_library by kjellander · 8 years ago
  79. 705ecc5 GN: Change group deps to public_deps. by kjellander · 8 years ago
  80. e9cc686 GN Templates: Move common_inherited_config to the template. by ehmaldonado · 8 years ago
  81. 7a2ce0b GN Templates: Move common_config to the template. by ehmaldonado · 8 years ago
  82. 38a2132 GN: Introduce templates. by ehmaldonado · 8 years ago
  83. 3f9dd7c Do not build stun_prober within Chrome on gn. by Per · 8 years ago
  84. 671d800 Fix gn build of stun_prober by Per · 8 years ago
  85. 5a601d9 Fix multiple definitions of BasicPacketSocketFactory error and add stunprober in GN. by wjywbs · 8 years ago
  86. 5023d41 GN: Update xmpp and p2p to match Chromium build by kjellander · 8 years ago
  87. c76dc95 Reland of GN: Add BUILD.gn files for webrtc/{api,media,libjingle,p2p,pc} by kjellander · 8 years ago
  88. 4d167e5 Revert of GN: Add BUILD.gn files for webrtc/{api,media,libjingle,p2p,pc} (patchset #5 id:80001 of https://codereview.webrtc.org/1979933002/ ) by kjellander · 8 years ago
  89. 164e978 Reland of GN: Add BUILD.gn files for webrtc/{api,media,libjingle,p2p,pc} by kjellander · 8 years ago
  90. fb1dd43 Revert of GN: Add BUILD.gn files for webrtc/{api,media,libjingle,p2p,pc} (patchset #2 id:20001 of https://codereview.webrtc.org/1973313002/ ) by kjellander · 8 years ago
  91. c8d848b Reland of GN: Add BUILD.gn files for webrtc/{api,media,libjingle,p2p,pc} by kjellander · 8 years ago
  92. 8744cf6 Revert of GN: Add BUILD.gn files for webrtc/{api,media,libjingle,p2p,pc} (patchset #2 id:140001 of https://codereview.webrtc.org/1929633002/ ) by kjellander · 8 years ago
  93. 4d02a35 GN: Add BUILD.gn files for webrtc/{api,media,libjingle,p2p,pc} by kjellander · 8 years ago