1. 6dbf0e4 Remove all aliases to rtc::Thread by Danil Chapovalov · 6 years ago
  2. cfe3b6a Remove most of api/ortc/. by Jonas Olsson · 6 years ago
  3. 7127f34 Signal Network route change in fake ice. by Piotr (Peter) Slatala · 6 years ago
  4. 3ea7b83 Resolve the race condition between mDNS name registration and by Qingsi Wang · 6 years ago
  5. e693381 Delete struct rtc::PacketTime. by Niels Möller · 6 years ago
  6. e7547d5 Move MemoryStream to separate source files, and to a test target. by Niels Möller · 6 years ago
  7. 15ca5a9 Add implicit conversion between rtc:PacketTime and int64_t. by Niels Möller · 6 years ago
  8. 7852d29 Improve the documentation of MdnsResponderInterface and rename MDns.* to Mdns.*. by Qingsi Wang · 6 years ago
  9. 6c6c9df Refactor: Renaming ssl_cert_chain to GetSSLCertificateChain() by Benjamin Wright · 6 years ago
  10. 4191a81 Revert "Move relay server code to a test-only target p2p_server_utils." by Oleh Prypin · 6 years ago
  11. e284c52 Move relay server code to a test-only target p2p_server_utils. by Niels Möller · 6 years ago
  12. c6ec4b1 Fix w3c URL for RTCIceTransport by Niels Möller · 6 years ago
  13. 988cc08 [Cleanup] Add missing #include. Remove useless ones. by Yves Gerey · 6 years ago
  14. ac19414 Export symbols needed by the Chromium component build (part 6). by Mirko Bonadei · 6 years ago
  15. 635474e Compute RTCConnectionState and RTCIceConnectionState. by Jonas Olsson · 6 years ago
  16. 3c7d599 Replace _stricmp with absl::EqualsIgnoreCase by Niels Möller · 6 years ago
  17. d65d179 Export symbols needed by the Chromium component build (part 4). by Mirko Bonadei · 6 years ago
  18. f25303e Reland: Modernize rtc::SSLCertificate by Steve Anton · 6 years ago
  19. 4905edb Reland: Use unique_ptr and ArrayView in SSLFingerprint by Steve Anton · 6 years ago
  20. aba0633 Delete wrappers for snprintf and vsnprintf by Niels Möller · 6 years ago
  21. f0e926f Add missing #include and deps to absl/memory by tzik · 6 years ago
  22. 3b56ee7 Export symbols needed by the Chromium component build (part 2). by Mirko Bonadei · 6 years ago
  23. 82c71af Revert "Modernize rtc::SSLCertificate" by Niklas Enbom · 6 years ago
  24. 6932fb2 Revert "Reland: Use unique_ptr and ArrayView in SSLFingerprint" by Mirko Bonadei · 6 years ago
  25. 55cd3ac Modernize rtc::SSLCertificate by Steve Anton · 6 years ago
  26. 47f3240 Reland: Use unique_ptr and ArrayView in SSLFingerprint by Steve Anton · 6 years ago
  27. a54daf1 Reland "Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h" by Benjamin Wright · 6 years ago
  28. 8f4bc41 Revert "Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h" by Oleh Prypin · 6 years ago
  29. 1cd39fa make CreateOffer/CreateAnswer use ice credentials of pooled sessions. by Jonas Oreland · 6 years ago
  30. ac2f3d1 Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h by Benjamin Wright · 6 years ago
  31. 0d399a8 Removes socket addresses from PacketInfo struct. by Sebastian Jansson · 6 years ago
  32. 26968ba Delete unused utf8 conversion utilities by Niels Möller · 6 years ago
  33. 2b15626 Revert "Use unique_ptr and ArrayView in SSLFingerprint" by Henrik Grunell · 6 years ago
  34. cc21e61 Use unique_ptr and ArrayView in SSLFingerprint by Steve Anton · 6 years ago
  35. f7dd9df Change TurnPort::Create to return a unique_ptr by Steve Anton · 6 years ago
  36. a8f1e56 Change Port::Create methods to return a unique_ptr by Steve Anton · 6 years ago
  37. 81125f0 Implement (mostly) standards-compliant RTCIceTransportState. by Jonas Olsson · 6 years ago
  38. aabf204 Remove container typedefs from RelayServer by Steve Anton · 6 years ago
  39. 11358fe Use unique_ptr in port_unittest by Steve Anton · 6 years ago
  40. 2e00abc Reland "[cleanup] Remove useless includes." by Yves Gerey · 6 years ago
  41. 96a0f61 Revert "[cleanup] Remove useless includes." by Oleh Prypin · 6 years ago
  42. be8b534 [cleanup] Remove useless includes. by Yves Gerey · 6 years ago
  43. 4b6c2ec Remove `using` declaration for rtc::Buffer by Karl Wiberg · 6 years ago
  44. 6ca9836 Prepare for per-media DSCP values. Push dscp for stun packets to the port layer where they are created. by Tim Haloun · 6 years ago
  45. e6ded16 DCHECK that PortAllocator::SetConfiguration does not create a pooled by Qingsi Wang · 6 years ago
  46. 60de683 Check all BasicPortAllocatorSession methods are called on the network thread by Steve Anton · 6 years ago
  47. 17f4878 Remove deprecated field_trial_default and metrics_default. by Mirko Bonadei · 6 years ago
  48. b49b8f1 Fix a bug that the local hostname candidate with a known address is by Qingsi Wang · 6 years ago
  49. 84df1c7 Make fewer copies when using StringBuilder. by Jonas Olsson · 6 years ago
  50. 33a5852 Simplify includes in p2ptransportchannel.cc by Niels Möller · 6 years ago
  51. 941a07c Remove all remaining non-test uses of std::stringstream. by Jonas Olsson · 6 years ago
  52. 0961933 Add MDnsResponderInterface and obfuscate local IP addresses in gathering. by Qingsi Wang · 6 years ago
  53. 9c147dd Revert "Add SSLConfig object to IceServer." by Sergey Silkin · 6 years ago
  54. 4f08543 Add SSLConfig object to IceServer. by Diogo Real · 6 years ago
  55. 366a50c Remove simple stringstream usages. by Jonas Olsson · 6 years ago
  56. 11a9220 Demote RTC_NOTREACHED in pseudotcp RTT processing to warning. by Jonas Olsson · 6 years ago
  57. 1d52d2c Revert "Add SSLConfig object to IceServer." by Ying Wang · 6 years ago
  58. 7f1ffcc Add SSLConfig object to IceServer. by Diogo Real · 6 years ago
  59. 558b93b Add the multicast DNS message format. by Qingsi Wang · 6 years ago
  60. 6fcdc2f Support domain name ICE candidates by Zach Stein · 6 years ago
  61. 5f4d47b Revert "Reland "Enable any address ports by default."" by Mirko Bonadei · 6 years ago
  62. 4d92b84 Ad-hoc rate limiting for UDPPort::SendTo failures. by Zach Stein · 6 years ago
  63. b89ac62 Reland "Enable any address ports by default." by Mirko Bonadei · 6 years ago
  64. 1165949 Revert "Reland "Enable any address ports by default."" by Qingsi Wang · 6 years ago
  65. efbcb31 Revert "Remove the flag PORTALLOCATOR_ENABLE_ANY_ADDRESS_PORTS." by Qingsi Wang · 6 years ago
  66. 9b2d4f5 Revert "Use also the related address in redundancy detection for candidates from" by Qingsi Wang · 6 years ago
  67. 6b1985d Reimplement rtc::ToString and rtc::FromString without streams. by Jonas Olsson · 6 years ago
  68. 8e5014a Remove definition and usage of macro GTEST_RELATIVE_PATH. by Mirko Bonadei · 6 years ago
  69. 4897678 Remove definition of FEATURE_ENABLE_VOICEMAIL, FEATURE_ENABLE_PSTN. by Mirko Bonadei · 6 years ago
  70. e20867f Add AsyncResolverFactory interface and basic implementation. by Zach Stein · 6 years ago
  71. f5cf02a Use randomly generated IDs for candidate pairs in ICE event logs. by Qingsi Wang · 6 years ago
  72. 625efe6 Use also the related address in redundancy detection for candidates from by Qingsi Wang · 6 years ago
  73. a12c42a Delete root header file typedef.h. by Niels Möller · 6 years ago
  74. e41c433 Move sigslot to proper third_party directory by Artem Titov · 6 years ago
  75. f7a64ec Change DtlsTransport to use a ThreadChecker by Steve Anton · 6 years ago
  76. a76af0c Move base64.h to the proper location. by Artem Titov · 6 years ago
  77. ee01a83 Remove MetricsObserverInterface. by Qingsi Wang · 6 years ago
  78. 7fc821d Reland "Reland "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*."" by Qingsi Wang · 6 years ago
  79. 78fef76 Revert "Reland "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*."" by Qingsi Wang · 6 years ago
  80. 1a2cc0a Reland "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*." by Qingsi Wang · 6 years ago
  81. 13f4c89 Revert "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*." by Qingsi Wang · 6 years ago
  82. 870bca1 Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*. by Qingsi Wang · 6 years ago
  83. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 6 years ago
  84. 0ea7515 Fix a bug in TurnServer that causes flakiness in webrtc_perf_tests. by Qingsi Wang · 6 years ago
  85. dc99e24 Removing deadbeef@ from OWNERS files. by Taylor Brandstetter · 6 years ago
  86. b3f5aed Remove the flag PORTALLOCATOR_ENABLE_ANY_ADDRESS_PORTS. by Qingsi Wang · 6 years ago
  87. ac5bbd9 Reland "Enable any address ports by default." by Mirko Bonadei · 6 years ago
  88. 0a1d189 Replace rtc::Optional with absl::optional in rtc_base by Danil Chapovalov · 6 years ago
  89. 5b8dd4d Fix a dangling-pointer bug in P2PTransportChannel unit tests. by Qingsi Wang · 6 years ago
  90. 056a68d Revert "Enable any address ports by default." by Mirko Bonadei · 6 years ago
  91. f04148c Enable any address ports by default. by Qingsi Wang · 6 years ago
  92. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  93. 15ac521 Removing unused cricket::Port constructor. by Taylor Brandstetter · 6 years ago
  94. 6bbeb08 Extract rtc_base/base64.h and rtc_base/base64.cc into separate target. by Artem Titov · 6 years ago
  95. 00c7183 Replace rtc::Optional with absl::optional in media, ortc, p2p by Danil Chapovalov · 6 years ago
  96. 1b36894 Reland "Refactor the regathering of candidates in P2PTransportChannel." by Qingsi Wang · 6 years ago
  97. 5d16d7f Add a DCHECK for null port in FakePortAllocator. by Qingsi Wang · 6 years ago
  98. 1f4d7a2 Revert "Refactor the regathering of candidates in P2PTransportChannel." by Qingsi Wang · 6 years ago
  99. 241d0c1 Remove ContinualGatheringPolicy::GATHER_CONTINUALLY_AND_RECOVER. by Qingsi Wang · 6 years ago
  100. aed7164 Updated PeerConnection integration test to fix race condition. by Seth Hampson · 6 years ago