1. ee303fa Move datagram_dtls_adaptor from p2p/base/ to pc/ by Anton Sukhanov · 6 years ago
  2. e8e7d7b Move Connection into it's own .h/.cc file. by Jonas Oreland · 6 years ago
  3. 34cd485 Delete the remaining ORTC interfaces. by Bjorn A Mellem · 6 years ago
  4. 316f3ac Datagram Transport Integration by Anton Sukhanov · 6 years ago
  5. 8af1f74 Factor out the fake port allocator in build. by Qingsi Wang · 6 years ago
  6. c129c35 Reland "Surface ICE candidates that match an updated candidate filter." by Qingsi Wang · 6 years ago
  7. 9d8eaac Delete unneeded direct includes of common_types.h by Niels Möller · 6 years ago
  8. a7d8f19 Use 'public_deps' to depend on nacl_io [1]. by Mirko Bonadei · 6 years ago
  9. 1333948 Move FifoBuffer to its own file and build target by Niels Möller · 6 years ago
  10. 94b57c0 Cleanup BUILD.gn files from imports like foo:foo by Artem Titov · 6 years ago
  11. fc52b91 Implicitly suppress //build/config/clang:find_bad_constructs. by Mirko Bonadei · 6 years ago
  12. bb05369 Delete unused class FakeCandidatePair. by Niels Möller · 6 years ago
  13. 6fdb3f8 Fix post submit build by Piotr (Peter) Slatala · 7 years ago
  14. 4de1783 Create visible fake_ice_transport target by Piotr (Peter) Slatala · 7 years ago
  15. ae226f6 Use Abseil container algorithms in p2p/ by Steve Anton · 7 years ago
  16. d3be017 Remove unused PacketLossEstimator class by Zach Stein · 7 years ago
  17. e76ca61 Allow use of functions in absl/algorithms by Steve Anton · 7 years ago
  18. f380284 (7) Rename files to snake_case: remove forwarding headers by Steve Anton · 7 years ago
  19. d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 7 years ago
  20. 2b5baee Create no-op DTLS if media transport is used. by Piotr (Peter) Slatala · 7 years ago
  21. aec15aa (5) Rename files to snake_case: install forwarding headers by Steve Anton · 7 years ago
  22. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 7 years ago
  23. 31d8b52 Delete unneeded includes of rtc_base/stringutils.h. by Niels Möller · 7 years ago
  24. 4415315 Move ServerSocket code to separate files and into test target by Niels Möller · 7 years ago
  25. a134204 Reland "Move relay server code to a test-only target p2p_server_utils." by Niels Möller · 7 years ago
  26. 6a8727b Update connection states to match spec changes. by Jonas Olsson · 7 years ago
  27. c64078f Log DTLS state changes to RtcEventLog by Zach Stein · 7 years ago
  28. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 7 years ago
  29. e3abb81 Decouple //rtc_base:rtc_base_tests_utils from gunit. by Mirko Bonadei · 7 years ago
  30. cfe3b6a Remove most of api/ortc/. by Jonas Olsson · 7 years ago
  31. 4191a81 Revert "Move relay server code to a test-only target p2p_server_utils." by Oleh Prypin · 7 years ago
  32. e284c52 Move relay server code to a test-only target p2p_server_utils. by Niels Möller · 7 years ago
  33. 3c7d599 Replace _stricmp with absl::EqualsIgnoreCase by Niels Möller · 7 years ago
  34. d65d179 Export symbols needed by the Chromium component build (part 4). by Mirko Bonadei · 7 years ago
  35. 3b56ee7 Export symbols needed by the Chromium component build (part 2). by Mirko Bonadei · 7 years ago
  36. 1cd39fa make CreateOffer/CreateAnswer use ice credentials of pooled sessions. by Jonas Oreland · 7 years ago
  37. 81125f0 Implement (mostly) standards-compliant RTCIceTransportState. by Jonas Olsson · 7 years ago
  38. 17f4878 Remove deprecated field_trial_default and metrics_default. by Mirko Bonadei · 7 years ago
  39. 0961933 Add MDnsResponderInterface and obfuscate local IP addresses in gathering. by Qingsi Wang · 7 years ago
  40. 558b93b Add the multicast DNS message format. by Qingsi Wang · 7 years ago
  41. 6fcdc2f Support domain name ICE candidates by Zach Stein · 7 years ago
  42. 8e5014a Remove definition and usage of macro GTEST_RELATIVE_PATH. by Mirko Bonadei · 7 years ago
  43. 4897678 Remove definition of FEATURE_ENABLE_VOICEMAIL, FEATURE_ENABLE_PSTN. by Mirko Bonadei · 7 years ago
  44. e20867f Add AsyncResolverFactory interface and basic implementation. by Zach Stein · 7 years ago
  45. a12c42a Delete root header file typedef.h. by Niels Möller · 7 years ago
  46. e41c433 Move sigslot to proper third_party directory by Artem Titov · 7 years ago
  47. a76af0c Move base64.h to the proper location. by Artem Titov · 7 years ago
  48. 7fc821d Reland "Reland "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*."" by Qingsi Wang · 7 years ago
  49. 78fef76 Revert "Reland "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*."" by Qingsi Wang · 7 years ago
  50. 1a2cc0a Reland "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*." by Qingsi Wang · 7 years ago
  51. 13f4c89 Revert "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*." by Qingsi Wang · 7 years ago
  52. 870bca1 Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*. by Qingsi Wang · 7 years ago
  53. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 7 years ago
  54. 6bbeb08 Extract rtc_base/base64.h and rtc_base/base64.cc into separate target. by Artem Titov · 7 years ago
  55. 00c7183 Replace rtc::Optional with absl::optional in media, ortc, p2p by Danil Chapovalov · 7 years ago
  56. 1b36894 Reland "Refactor the regathering of candidates in P2PTransportChannel." by Qingsi Wang · 7 years ago
  57. 1f4d7a2 Revert "Refactor the regathering of candidates in P2PTransportChannel." by Qingsi Wang · 7 years ago
  58. 14f8aba Refactor the regathering of candidates in P2PTransportChannel. by Qingsi Wang · 7 years ago
  59. d7d762d Remove LOG_J and LOG_JV, tweak p2p logs. by Jonas Olsson · 7 years ago
  60. ca8438b Remove p2p/base/session.h by Steve Anton · 7 years ago
  61. 12edf4c Separate build target for rtc_base/numerics/safe_minmax.h by Karl Wiberg · 7 years ago
  62. e818b6e Create the JsepTransportController and JsepTransport2. by Zhi Huang · 7 years ago
  63. 7435462 Removing definition of FEATURE_ENABLE_VOICEMAIL. by Mirko Bonadei · 7 years ago
  64. 93a8439 Bind the structured ICE logging with P2PTransportChannel. by Qingsi Wang · 8 years ago
  65. 65ce311 Removing useless dependencies on //testing/gmock. by Mirko Bonadei · 8 years ago
  66. e2a9318 Delete ConnectionMonitor. by Niels Möller · 8 years ago
  67. f075c5f Delete obsolete header file transportchannelimpl.h. by Niels Möller · 8 years ago
  68. a7f2d84 Revert "Revert "GN rtc_* templates: Set default visibility to webrtc_root + "/*""" by Per Kjellander · 8 years ago
  69. c73e1f4 Revert "GN rtc_* templates: Set default visibility to webrtc_root + "/*"" by Per Kjellander · 8 years ago
  70. 588c548 GN rtc_* templates: Set default visibility to webrtc_root + "/*" by Karl Wiberg · 8 years ago
  71. 625c3b6 Add missing file to p2p. by Patrik Höglund · 8 years ago
  72. e7f769c Remove p2p/base/jseptransport.h. by Taylor Brandstetter · 8 years ago
  73. 4ab68ee Move sessiondescription.h/cc from p2p/base to pc/ by Steve Anton · 8 years ago
  74. 6e2e7ce Reland "Move JsepTransport from p2p/base to pc/." by Taylor Brandstetter · 8 years ago
  75. 202994c This is a recommit of by Jonas Oreland · 8 years ago
  76. 8424acd Revert "Move JsepTransport from p2p/base to pc/." by Oleh Prypin · 8 years ago
  77. 4770fd9 Move JsepTransport from p2p/base to pc/. by Taylor Brandstetter · 8 years ago
  78. f1a7a8c Revert "Add RelayPortFactoryInterface that allows for custom relay (e.g turn) ports" by Guido Urdaneta · 8 years ago
  79. 3e11343 Fix circular dependencies in webrtc_common. by Patrik Höglund · 8 years ago
  80. 26246ca Add RelayPortFactoryInterface that allows for custom relay (e.g turn) ports by Jonas Oreland · 8 years ago
  81. a8005cf Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 8 years ago
  82. d37709b Revert "Fix circular dependencies between optional, array_view, and rtc_base." by Patrik Höglund · 8 years ago
  83. a9e0924 Fix circular dependencies between optional, array_view, and rtc_base. by Patrik Höglund · 8 years ago
  84. 7aee3d5 Fix ortc_api circular deps. by Patrik Höglund · 8 years ago
  85. 61a7b14 Removing conditional visibility. by Mirko Bonadei · 8 years ago
  86. ada394b Remove p2p/base/candidate.h by Patrik Höglund · 8 years ago
  87. f2737d2 Enable the clang style plugin in primary p2p/ target by Steve Anton · 8 years ago
  88. 33f69db Fix clang style warnings in p2p/base/packettransport files by Steve Anton · 8 years ago
  89. 1cf1b7d Fix clang style warnings in p2p/base/port.h and its subclasses by Steve Anton · 8 years ago
  90. 9d4a2e6 Move inlined methods from p2p/base/packetsocketfactory.h by Steve Anton · 8 years ago
  91. eae3e65 Enable the clang style plugin for the stunprober target by Steve Anton · 8 years ago
  92. c4faa9c Remove QUIC transport/data channel by Steve Anton · 8 years ago
  93. 6697278 Fix Gn untracked headers in webrtc/p2p. by Mirko Bonadei · 8 years ago
  94. bdcee28 TurnCustomizer - an interface for modifying stun messages sent by TurnPort by Jonas Oreland · 8 years ago
  95. 604427b Revert "TurnCustomizer - an interface for modifying stun messages sent by TurnPort" by Guido Urdaneta · 8 years ago
  96. b23ed7f TurnCustomizer - an interface for modifying stun messages sent by TurnPort by Jonas Oreland · 8 years ago
  97. b526158 Move the TransportController from p2p/base to pc/. by Zhi Huang · 8 years ago
  98. 7bcfc3b Revert "Clean up libjingle API dependencies." by Patrik Höglund · 8 years ago
  99. 57fb315 Clean up libjingle API dependencies. by Patrik Höglund · 8 years ago
  100. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago[Renamed from webrtc/p2p/BUILD.gn]