1. b06b0a6 Delete rtc_base/basictypes.h by Niels Möller · 7 years ago
  2. 55378f4 Remove some streams from rtc_base/ by Jonas Olsson · 7 years ago
  3. d7b9131 Move socklen_t definition for windows to win32.h. by Niels Möller · 7 years ago
  4. 14682a3 Delete macro RTC_DEFINE_STATIC_LOCAL. by Niels Möller · 7 years ago
  5. 9d4e840 Change how we get the current cert in SSLVerifyCallback when using OpenSSL. by Jiawei Ou · 7 years ago
  6. cefc465 RTC_LOG_* macros: Implement argument passing with a single variadic call by Karl Wiberg · 7 years ago
  7. 500e75b Remove typedefs.h from webrtc/ root (part 1) by Fredrik Solenberg · 7 years ago
  8. 4343273 Don't assume that RTC_LOG's << operator is std::ostream by Karl Wiberg · 7 years ago
  9. a041f92 Removing warning suppression flags from rtc_base. by Mirko Bonadei · 7 years ago
  10. 6e9c3df Added additional SSL certificate verification tests. by Benjamin Wright · 7 years ago
  11. 7502a9e Delete ALIGNP macro, and use thereof in MemoryStream. by Niels Möller · 7 years ago
  12. 2cf9c55 Use monotonic clock for rtc::Event::Wait on linux and android. by Niels Möller · 7 years ago
  13. 0beed5d Move SampleCounter from ReceiveStatisticsProxy to rtc_base/numerics by Ilya Nikolaevskiy · 7 years ago
  14. 65ec0fc Delete unneeded includes of basictypes.h. by Niels Möller · 7 years ago
  15. 0ce868c Recognize additional adapter types on Windows by Yura Yaroshevich · 7 years ago
  16. 3ca48a6 Ports base::win:OSInfo from Chrome to rtc_win in WebRTC. by henrika · 7 years ago
  17. 80d02ad Suppress warning about exit in destructor, because it intended. by Artem Titov · 7 years ago
  18. dfce03a Allows injection of network controller factory into peer connection factory. by Sebastian Jansson · 7 years ago
  19. 21219a0e Reland "Injectable logging" by Paulina Hensman · 7 years ago
  20. 4c8811b Delete some obsolete forward declarations by Niels Möller · 7 years ago
  21. 10a0e51 Improve text logs in the network stack. by Qingsi Wang · 7 years ago
  22. 81ae9c8 Removing clang-cl warning suppression flags in rtc_base. by Mirko Bonadei · 7 years ago
  23. 4f81038 Revert "Injectable logging" by Alex Glaznev · 7 years ago
  24. 59216ec Injectable logging by Paulina Hensman · 7 years ago
  25. e53ac04 Add Ethernet and loopback entries to GetAdapterTypeFromName. by Qingsi Wang · 7 years ago
  26. d6f86e8 This changeset adds dependency injection support for SSL Root Certs. by Benjamin Wright · 7 years ago
  27. 03b4148 Removing warning suppression -Wno-missing-braces. by Mirko Bonadei · 7 years ago
  28. 5f83cf0 Replacing rtc::TimeDelta with webrtc::TimeDelta. by Sebastian Jansson · 7 years ago
  29. 6fae6ec Moves network unit types to API. by Sebastian Jansson · 7 years ago
  30. 31e5bf5 Remove deprecated SocketFactory overrides. by Steve Anton · 7 years ago
  31. 1ffb374 RTC_LOG(): Internally, pass logging severity as template argument by Karl Wiberg · 7 years ago
  32. c816ffc Fix VerifyPeerCertMatchesHost tests. by David Benjamin · 7 years ago
  33. ee10ea8 RTC_LOG(): Internally, pass logging severity as template argument by Karl Wiberg · 7 years ago
  34. ab4f1c1 Be more clever when passing default arguments in log statements by Karl Wiberg · 7 years ago
  35. 7ba22b8 Break out the part of the iSAC codec that's used for Voice Activity Detection by Karl Wiberg · 7 years ago
  36. 88c9956 Remove internal media/base/ stringstream usages by Jonas Olsson · 7 years ago
  37. 3e18c82 Reland "Reland "Remove our stream << overloads from non-test build targets."" by Jonas Olsson · 7 years ago
  38. de2ed7d Support VPN adapter type in WebRTC Android. by Qingsi Wang · 7 years ago
  39. ebd9abc Use IFA_LOCAL instead of IFA_ADDRESS over IPv4 network on ANDROID by Yongje Lee · 7 years ago
  40. 3a9c46d Extend packet_id to 64 bits in SentPacket and PacketOptions to support QUIC by Bjorn Mellem · 7 years ago
  41. a945aee Make quality scaler downscale faster. by Åsa Persson · 7 years ago
  42. bd73928 Revert "Reland "Remove our stream << overloads from non-test build targets."" by Taylor Brandstetter · 7 years ago
  43. d7ee720 Reland "Remove our stream << overloads from non-test build targets." by Jonas Olsson · 7 years ago
  44. 31ef5f0 Revert "Remove our stream << overloads from non-test build targets." by Jonas Olsson · 7 years ago
  45. c841d18 Remove our stream << overloads from non-test build targets. by Jonas Olsson · 7 years ago
  46. 4ea53b3 Prevent warning logs when signaling stats from connectionless sockets. by Qingsi Wang · 7 years ago
  47. 8944f6a [desktopCaptuer Win] exclude windows not on current virtual desktop by braveyao · 7 years ago
  48. 98a91ad Remove obsolete types from common_types.h by Fredrik Solenberg · 7 years ago
  49. 6e641e6 Signal detailed packet info for each packet sent. by Qingsi Wang · 7 years ago
  50. 6e9d895 Add missing includes checks.h/array_view.h by Danil Chapovalov · 7 years ago
  51. 2808ae9 Adds BBR network controller field trial. by Sebastian Jansson · 7 years ago
  52. 2206097 [build] Share windows runtime dlls with src/build by Michael Achenbach · 7 years ago
  53. 4da18e8 compare Optional<unsigned> only to unsigned integers by Danil Chapovalov · 7 years ago
  54. d31843e rtc::MsanUninitialized to mark a trivially copiable object as uninitialized by Alessio Bazzica · 7 years ago
  55. 19aab2e Refactor OpenSSLSessionCache out of OpenSSLAdapterFactory. by Benjamin Wright · 7 years ago
  56. fd350d7 By default, don't use SRTP_AES128_CM_SHA1_32 protection profile. by Taylor Brandstetter · 7 years ago
  57. 9201d1a Fixed Hostname Validation in OpenSSLAdapter. by Benjamin Wright · 7 years ago
  58. 09a6cd5 Prepare for |is_posix| switch in the Fuchsia build by Fabrice de Gans-Riberi · 7 years ago
  59. 8487988 Remove myself from some owners files. Fix order in those files. Replace myself in comment references. by Henrik Grunell · 7 years ago
  60. abbe841 This CL removes all usages of our custom ostream << overloads. by Jonas Olsson · 7 years ago
  61. 7439534 Add ToString() methods to classes with << operators, preparing for deprecations. by Jonas Olsson · 7 years ago
  62. dc52651 Annotate rest of WebRTC with @Nullable. by Sami Kalliomäki · 7 years ago
  63. 6c9a786 Add //base dependency to rtc_base:rtc_event when building with chromium. by John Budorick · 7 years ago
  64. 0191441 Lowercase Windows headers. by Mirko Bonadei · 7 years ago
  65. 2b85792 Move rw_lock_wrapper.h to rtc_base/synchronization/ by Karl Wiberg · 7 years ago
  66. 5e55fe8 Adding flag to enable/disable use of SRTP_AES128_CM_SHA1_32 crypto suite. by Taylor Brandstetter · 7 years ago
  67. 6a4d411 Move file_wrapper.h to rtc_base/system/ by Karl Wiberg · 7 years ago
  68. 866e08d Make rtc::Optional IceConfig parameters interpreted consistently. by Qingsi Wang · 7 years ago
  69. 76b7f51 Move timestamp_extrapolator.h to rtc_base/time/ by Karl Wiberg · 7 years ago
  70. 29e7bee Move aligned memory utilities to rtc_base/memory/ by Karl Wiberg · 7 years ago
  71. a09993d Skip nullable check when building in Chromium by Oleh Prypin · 7 years ago
  72. 82cea03 Clarify documentation on scoped_refptr::release. by Niels Möller · 7 years ago
  73. 7aabd39 Move asm_defines.h to rtc_base/system/ by Karl Wiberg · 7 years ago
  74. e7fac68 Introduce Nullable annotation. by Sami Kalliomäki · 7 years ago
  75. faed538 Delete obsolete alias RateLimiter and rtc_base/ratelimiter.h by Niels Möller · 7 years ago
  76. 01cb5f2 Fix issue where sockets bound to temporary IPv6 addresses are discarded. by Taylor Brandstetter · 7 years ago
  77. e62f600 Extend WavReader and WavWriter API. by Artem Titov · 7 years ago
  78. 8d2c5a8 Detangling target dependencies in rtc_base_approved. by Tommi · 7 years ago
  79. d132ce1 Remove unnecessary copies from AsyncInvoke by Cameron Pickett · 7 years ago
  80. 7696bef Remove the public_deps to fileutils from test_support. by Patrik Höglund · 7 years ago
  81. abff7dd De-inline SimpleStringBuilder methods by Karl Wiberg · 7 years ago
  82. 881f168 Make SimpleStringBuilder into a non-template by Karl Wiberg · 7 years ago
  83. 4c6a30c Add templated version of ByteBufferWriter. by Joachim Bauch · 7 years ago
  84. 5b32f23 Securely clear memory containing key information / passwords before freeing. by Joachim Bauch · 7 years ago
  85. 12edf4c Separate build target for rtc_base/numerics/safe_minmax.h by Karl Wiberg · 7 years ago
  86. 0867260 Fixing data race on vptr of Thread subclasses. by Taylor Brandstetter · 7 years ago
  87. f9c5cf6 Renamed rtc::RateLimiter to rtrc::DataRateLimiter. by Sebastian Jansson · 7 years ago
  88. 9ddc14d Deprecate ContextUtils.getApplicationContext. by Sami Kalliomäki · 7 years ago
  89. e51a0a8 Re-Reland "Some cleanup for the logging code:"" by Tommi · 7 years ago
  90. fef0500 Adding a new string utility class: SimpleStringBuilder. by Tommi · 7 years ago
  91. d81aac4 Revert "Reland "Some cleanup for the logging code:"" by Zhi Huang · 7 years ago
  92. e0269cd SystemTimeNanos() on Mac: DCHECK that multiplication doesn't overflow by Karl Wiberg · 7 years ago
  93. 12dc184 Reland "Some cleanup for the logging code:" by Tommi · 7 years ago
  94. 278aa42 Revert "Some cleanup for the logging code:" by Philip Eliasson · 7 years ago
  95. 9ecdcdf Some cleanup for the logging code: by Tommi · 7 years ago
  96. c392866 Implement certificate chain stats. by Taylor Brandstetter · 7 years ago
  97. 0404225 ClosePlatformFile() on non-Windows: Return true on success, false on failure by Karl Wiberg · 7 years ago
  98. 72a43a1 Collect packet loss and RTT stats of STUN binding requests. by Qingsi Wang · 7 years ago
  99. 6bd3cdd Remove special MD5 / SHA-1 digest classes. by Joachim Bauch · 7 years ago
  100. 820941a Remove custom MD5 / SHA-1 implementations. by Joachim Bauch · 8 years ago