1. 55cd3ac Modernize rtc::SSLCertificate by Steve Anton · 6 years ago
  2. 47f3240 Reland: Use unique_ptr and ArrayView in SSLFingerprint by Steve Anton · 6 years ago
  3. a54daf1 Reland "Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h" by Benjamin Wright · 6 years ago
  4. 8f4bc41 Revert "Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h" by Oleh Prypin · 6 years ago
  5. 1cd39fa make CreateOffer/CreateAnswer use ice credentials of pooled sessions. by Jonas Oreland · 6 years ago
  6. ac2f3d1 Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h by Benjamin Wright · 6 years ago
  7. 0d399a8 Removes socket addresses from PacketInfo struct. by Sebastian Jansson · 6 years ago
  8. 26968ba Delete unused utf8 conversion utilities by Niels Möller · 6 years ago
  9. 2b156263 Revert "Use unique_ptr and ArrayView in SSLFingerprint" by Henrik Grunell · 6 years ago
  10. cc21e61 Use unique_ptr and ArrayView in SSLFingerprint by Steve Anton · 6 years ago
  11. f7dd9df Change TurnPort::Create to return a unique_ptr by Steve Anton · 6 years ago
  12. a8f1e56 Change Port::Create methods to return a unique_ptr by Steve Anton · 6 years ago
  13. 81125f0 Implement (mostly) standards-compliant RTCIceTransportState. by Jonas Olsson · 6 years ago
  14. aabf204 Remove container typedefs from RelayServer by Steve Anton · 6 years ago
  15. 11358fe Use unique_ptr in port_unittest by Steve Anton · 6 years ago
  16. 2e00abc Reland "[cleanup] Remove useless includes." by Yves Gerey · 6 years ago
  17. 96a0f61 Revert "[cleanup] Remove useless includes." by Oleh Prypin · 6 years ago
  18. be8b534 [cleanup] Remove useless includes. by Yves Gerey · 6 years ago
  19. 4b6c2ec Remove `using` declaration for rtc::Buffer by Karl Wiberg · 6 years ago
  20. 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
  21. e6ded16 DCHECK that PortAllocator::SetConfiguration does not create a pooled by Qingsi Wang · 6 years ago
  22. 60de683 Check all BasicPortAllocatorSession methods are called on the network thread by Steve Anton · 6 years ago
  23. 17f4878 Remove deprecated field_trial_default and metrics_default. by Mirko Bonadei · 6 years ago
  24. b49b8f1 Fix a bug that the local hostname candidate with a known address is by Qingsi Wang · 6 years ago
  25. 84df1c7 Make fewer copies when using StringBuilder. by Jonas Olsson · 6 years ago
  26. 33a5852 Simplify includes in p2ptransportchannel.cc by Niels Möller · 6 years ago
  27. 941a07c Remove all remaining non-test uses of std::stringstream. by Jonas Olsson · 6 years ago
  28. 0961933 Add MDnsResponderInterface and obfuscate local IP addresses in gathering. by Qingsi Wang · 6 years ago
  29. 9c147dd Revert "Add SSLConfig object to IceServer." by Sergey Silkin · 6 years ago
  30. 4f08543 Add SSLConfig object to IceServer. by Diogo Real · 6 years ago
  31. 366a50c Remove simple stringstream usages. by Jonas Olsson · 7 years ago
  32. 11a9220 Demote RTC_NOTREACHED in pseudotcp RTT processing to warning. by Jonas Olsson · 7 years ago
  33. 1d52d2c Revert "Add SSLConfig object to IceServer." by Ying Wang · 7 years ago
  34. 7f1ffcc Add SSLConfig object to IceServer. by Diogo Real · 7 years ago
  35. 558b93b Add the multicast DNS message format. by Qingsi Wang · 7 years ago
  36. 6fcdc2f Support domain name ICE candidates by Zach Stein · 7 years ago
  37. 5f4d47b Revert "Reland "Enable any address ports by default."" by Mirko Bonadei · 7 years ago
  38. 4d92b84 Ad-hoc rate limiting for UDPPort::SendTo failures. by Zach Stein · 7 years ago
  39. b89ac62 Reland "Enable any address ports by default." by Mirko Bonadei · 7 years ago
  40. 1165949 Revert "Reland "Enable any address ports by default."" by Qingsi Wang · 7 years ago
  41. efbcb31 Revert "Remove the flag PORTALLOCATOR_ENABLE_ANY_ADDRESS_PORTS." by Qingsi Wang · 7 years ago
  42. 9b2d4f5 Revert "Use also the related address in redundancy detection for candidates from" by Qingsi Wang · 7 years ago
  43. 6b1985d Reimplement rtc::ToString and rtc::FromString without streams. by Jonas Olsson · 7 years ago
  44. 8e5014a Remove definition and usage of macro GTEST_RELATIVE_PATH. by Mirko Bonadei · 7 years ago
  45. 4897678 Remove definition of FEATURE_ENABLE_VOICEMAIL, FEATURE_ENABLE_PSTN. by Mirko Bonadei · 7 years ago
  46. e20867f Add AsyncResolverFactory interface and basic implementation. by Zach Stein · 7 years ago
  47. f5cf02a Use randomly generated IDs for candidate pairs in ICE event logs. by Qingsi Wang · 7 years ago
  48. 625efe6 Use also the related address in redundancy detection for candidates from by Qingsi Wang · 7 years ago
  49. a12c42a Delete root header file typedef.h. by Niels Möller · 7 years ago
  50. e41c433 Move sigslot to proper third_party directory by Artem Titov · 7 years ago
  51. f7a64ec Change DtlsTransport to use a ThreadChecker by Steve Anton · 7 years ago
  52. a76af0c Move base64.h to the proper location. by Artem Titov · 7 years ago
  53. ee01a83 Remove MetricsObserverInterface. by Qingsi Wang · 7 years ago
  54. 7fc821d Reland "Reland "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*."" by Qingsi Wang · 7 years ago
  55. 78fef76 Revert "Reland "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*."" by Qingsi Wang · 7 years ago
  56. 1a2cc0a Reland "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*." by Qingsi Wang · 7 years ago
  57. 13f4c89 Revert "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*." by Qingsi Wang · 7 years ago
  58. 870bca1 Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*. by Qingsi Wang · 7 years ago
  59. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 7 years ago
  60. 0ea7515 Fix a bug in TurnServer that causes flakiness in webrtc_perf_tests. by Qingsi Wang · 7 years ago
  61. dc99e24 Removing deadbeef@ from OWNERS files. by Taylor Brandstetter · 7 years ago
  62. b3f5aed Remove the flag PORTALLOCATOR_ENABLE_ANY_ADDRESS_PORTS. by Qingsi Wang · 7 years ago
  63. ac5bbd9 Reland "Enable any address ports by default." by Mirko Bonadei · 7 years ago
  64. 0a1d189 Replace rtc::Optional with absl::optional in rtc_base by Danil Chapovalov · 7 years ago
  65. 5b8dd4d Fix a dangling-pointer bug in P2PTransportChannel unit tests. by Qingsi Wang · 7 years ago
  66. 056a68d Revert "Enable any address ports by default." by Mirko Bonadei · 7 years ago
  67. f04148c Enable any address ports by default. by Qingsi Wang · 7 years ago
  68. 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
  69. 15ac521 Removing unused cricket::Port constructor. by Taylor Brandstetter · 7 years ago
  70. 6bbeb08 Extract rtc_base/base64.h and rtc_base/base64.cc into separate target. by Artem Titov · 7 years ago
  71. 00c71836 Replace rtc::Optional with absl::optional in media, ortc, p2p by Danil Chapovalov · 7 years ago
  72. 1b36894 Reland "Refactor the regathering of candidates in P2PTransportChannel." by Qingsi Wang · 7 years ago
  73. 5d16d7f Add a DCHECK for null port in FakePortAllocator. by Qingsi Wang · 7 years ago
  74. 1f4d7a2 Revert "Refactor the regathering of candidates in P2PTransportChannel." by Qingsi Wang · 7 years ago
  75. 241d0c1 Remove ContinualGatheringPolicy::GATHER_CONTINUALLY_AND_RECOVER. by Qingsi Wang · 7 years ago
  76. aed7164 Updated PeerConnection integration test to fix race condition. by Seth Hampson · 7 years ago
  77. 14f8aba Refactor the regathering of candidates in P2PTransportChannel. by Qingsi Wang · 7 years ago
  78. dadaaee Remove stringstreams from p2p/ by Jonas Olsson · 7 years ago
  79. 20e8cfb Fixing bug with PseudoTcp that corrupts data if initial packet is lost. by Taylor Brandstetter · 7 years ago
  80. 59b4e3e Split IceCandidatePairEventType enum. by Bjorn Terelius · 7 years ago
  81. 4343273 Don't assume that RTC_LOG's << operator is std::ostream by Karl Wiberg · 7 years ago
  82. 65ec0fc Delete unneeded includes of basictypes.h. by Niels Möller · 7 years ago
  83. a832019 Add qingsi@ as owner of p2p. by Qingsi Wang · 7 years ago
  84. 502db3d Replace MessageHandler by AsyncInvoker in P2PTransportChannel. by Qingsi Wang · 7 years ago
  85. 10a0e51 Improve text logs in the network stack. by Qingsi Wang · 7 years ago
  86. 7f0a069 Reduce log level for socket.SetOptions() to LS_INFO by Harald Alvestrand · 7 years ago
  87. e53ac04 Add Ethernet and loopback entries to GetAdapterTypeFromName. by Qingsi Wang · 7 years ago
  88. d6f86e8 This changeset adds dependency injection support for SSL Root Certs. by Benjamin Wright · 7 years ago
  89. 5f83cf0 Replacing rtc::TimeDelta with webrtc::TimeDelta. by Sebastian Jansson · 7 years ago
  90. 31e5bf5 Remove deprecated SocketFactory overrides. by Steve Anton · 7 years ago
  91. f82644c9 Change the receiving state update rule. by Qingsi Wang · 7 years ago
  92. a2d6067 Reland "Add thread checker to PortAllocator and its subclasses and fix a bug causing memory contention by threads." by Qingsi Wang · 7 years ago
  93. c4384ea Remove PORTALLOCATOR_ENABLE_SHARED_UFRAG by Steve Anton · 7 years ago
  94. 6e641e6 Signal detailed packet info for each packet sent. by Qingsi Wang · 7 years ago
  95. 3dc4106 Revert "Add thread checker to PortAllocator and its subclasses and fix a bug" by Patrik Höglund · 7 years ago
  96. fc43d11 Add thread checker to PortAllocator and its subclasses and fix a bug by Qingsi Wang · 7 years ago
  97. fd350d7 By default, don't use SRTP_AES128_CM_SHA1_32 protection profile. by Taylor Brandstetter · 7 years ago
  98. 8487988 Remove myself from some owners files. Fix order in those files. Replace myself in comment references. by Henrik Grunell · 7 years ago
  99. abbe841 This CL removes all usages of our custom ostream << overloads. by Jonas Olsson · 7 years ago
  100. d7d762d Remove LOG_J and LOG_JV, tweak p2p logs. by Jonas Olsson · 7 years ago