1. d3a3e9e Delete internal locking in TimestampExtrapolator class. by Niels Möller · 4 years, 5 months ago
  2. bee5983 Update set of known root certificates. by Taylor Brandstetter · 4 years, 5 months ago
  3. 0bb354c Add and refactor functionality into rtc_base/win by Austin Orion · 4 years, 5 months ago
  4. f8b5bfe Fix "control reaches end of non-void function" warnings by Fabien Vallée · 4 years, 5 months ago
  5. ae2e864 Remove support for legacy TLS protocols by default by Guido Urdaneta · 4 years, 5 months ago
  6. 7c85d39 Delete unneeded includes of system_wrappers/include/sleep.h by Niels Möller · 4 years, 5 months ago
  7. 3d25935 Rename RoboCaller to CallbackList. by Mirko Bonadei · 4 years, 5 months ago
  8. 9d69cbe Changes default pacing factor to 1.1x by Erik Språng · 4 years, 5 months ago
  9. 213fa85 Internal-only visibility for rtc_base:macromagic by Niels Möller · 4 years, 5 months ago
  10. ff79132 Revert "Reland "Replace sigslot usages with robocaller library."" by Guido Urdaneta · 4 years, 6 months ago
  11. c5f7108 Reland "Replace sigslot usages with robocaller library." by Lahiru Ginnaliya Gamathige · 4 years, 6 months ago
  12. 0abd518 Revert "Introduce RTC_NO_UNIQUE_ADDRESS." by Mirko Bonadei · 4 years, 6 months ago
  13. 84ba18a Make symbolic names for UntypedFunction's inline storage size by Karl Wiberg · 4 years, 6 months ago
  14. 3699236 Update RTC_DCHECK_IS_ON checks in SdpOfferAnswerHandler by Tomas Gunnarsson · 4 years, 6 months ago
  15. b298f74 Revert "Replace sigslot usages with robocaller library." by Sam Zackrisson · 4 years, 6 months ago
  16. 40261c3 Replace sigslot usages with robocaller library. by Lahiru Ginnaliya Gamathige · 4 years, 6 months ago
  17. 0448298 Revert "[Sheriff] Revert "Remove MessageHandler[AutoCleanup] dependency from StreamInterface."" by Tommi · 4 years, 6 months ago
  18. af05c83 [Sheriff] Revert "Remove MessageHandler[AutoCleanup] dependency from StreamInterface." by Marina Ciocea · 4 years, 6 months ago
  19. d48ff45 Convert LS_VERBOSE and LS_INFO logs in OpenSSLStreamAdapter to DLOG by Tomas Gunnarsson · 4 years, 6 months ago
  20. eb79dd9 Remove MessageHandler[AutoCleanup] dependency from StreamInterface. by Tomas Gunnarsson · 4 years, 6 months ago
  21. 25b0dee Reland "Begin implementing WGC CaptureFrame" by Austin Orion · 4 years, 6 months ago
  22. efaa77d Delete AllowBlockingCalls and android_media_codec_common.h by Niels Möller · 4 years, 6 months ago
  23. e99c68d Replace one use of sigslot with RoboCaller by Lahiru Ginnaliya Gamathige · 4 years, 6 months ago
  24. 2a23bd2 Mutex: remove mutex reentrancy crasher. by Markus Handell · 4 years, 6 months ago
  25. 80869c2 Delete stringize macros. by Niels Möller · 4 years, 6 months ago
  26. 61709a3 Revert "Begin implementing WGC CaptureFrame" by Mirko Bonadei · 4 years, 6 months ago
  27. f5e261a Introduce RTC_NO_UNIQUE_ADDRESS. by Mirko Bonadei · 4 years, 6 months ago
  28. d2c6967 Optimize RoboCaller::AddReceiver() for code size by Karl Wiberg · 4 years, 6 months ago
  29. e820cef Begin implementing WGC CaptureFrame by Austin Orion · 4 years, 6 months ago
  30. b6bc09b Remove locks from BufferQueue (not needed). by Tomas Gunnarsson · 4 years, 6 months ago
  31. de95329 Delete macros RTC_DISALLOW_ASSIGN and RTC_DISALLOW_IMPLICIT_CONSTRUCTORS by Niels Möller · 4 years, 6 months ago
  32. 14bba6e Add API to allow legacy TLS protocols. by Guido Urdaneta · 4 years, 6 months ago
  33. 16db7ff Move win32 files to a new "win32" target to avoid cyclic dependencies. by Tommi · 4 years, 6 months ago
  34. 77baeee Make MessageHandler be a pure virtual interface. by Tomas Gunnarsson · 4 years, 6 months ago
  35. d88b169 Fix RoboCaller::Send perfect forwarding by Karl Wiberg · 4 years, 6 months ago
  36. 92e3796 RTC_LOG: Fix bug introduced in a recent CL by Karl Wiberg · 4 years, 6 months ago
  37. dd7df5c RTC_LOG: Internally, pass logging severity as template argument by Karl Wiberg · 4 years, 6 months ago
  38. e45ab7a RTC_LOG: Remove unnecessary optimization by Karl Wiberg · 4 years, 6 months ago
  39. 0e88438 RTC_LOG: Mark a trivial function with `constexpr` by Karl Wiberg · 4 years, 6 months ago
  40. ceab754 Make LibvpxVp8Encoder::GetCpuSpeed() to always read from CpuSpeedExperiment for arm. by Åsa Persson · 4 years, 6 months ago
  41. edd7f9e Check if logging for a severity is enabled at the call site. by Tomas Gunnarsson · 4 years, 6 months ago
  42. 52fa992 Rename CancerStickCastle to RoboCaller. by Lahiru Ginnaliya Gamathige · 4 years, 6 months ago
  43. 9d77762 Move SampleStatsCounter to public API by Artem Titov · 4 years, 6 months ago
  44. 70026f9 Put UntypedFunction in untyped_function.h, not function.h by Karl Wiberg · 4 years, 6 months ago
  45. 8d87558 Cancer Stick Castle: Clarify copyability and movability by Karl Wiberg · 4 years, 6 months ago
  46. 646109f Delete rtc::LeftPad by Niels Möller · 4 years, 6 months ago
  47. 3e98280 Add unit tests for cancer stick castle library by Lahiru Ginnaliya Gamathige · 4 years, 6 months ago
  48. 804db2d UntypedFunction: Eliminate an unnecessary indirection in the implementation by Karl Wiberg · 4 years, 6 months ago
  49. c8b3183 Allow the SwapQueue to utilize user-define swap capability by Per Åhgren · 4 years, 6 months ago
  50. 78e9acd UntypedFunction: Add unit tests and fix a few issues by Karl Wiberg · 4 years, 6 months ago
  51. 6e04666 Adding field trials to control additional quality scaler settings by Harsh Maniar · 4 years, 6 months ago
  52. 295570e Use PostTask instead of MessageHandler for cert generation. by Tomas Gunnarsson · 4 years, 6 months ago
  53. 1235941 Make MessageHandler ctor explicitly require 'false'. by Tomas Gunnarsson · 4 years, 7 months ago
  54. 32eb03a Get rid of NetworkMonitorBase helper class. by Taylor Brandstetter · 4 years, 7 months ago
  55. 3d452cf Proof of concept: Cancer Stick Castle, a sigslot replacement by Karl Wiberg · 4 years, 7 months ago
  56. f264e70 Expand is_linux to is_linux || is_chromeos. by Hidehiko Abe · 4 years, 7 months ago
  57. 869e9fb Use field trial list in CpuSpeedExperiment. by Åsa Persson · 4 years, 7 months ago
  58. abdb470 Make MessageHandler cleanup optional. by Tomas Gunnarsson · 4 years, 7 months ago
  59. 0fd4c4e Stop using AutoThread in Thread::Send and make it test only. by Tomas Gunnarsson · 4 years, 7 months ago
  60. a92521d pki.google.com has been deprecated in favor of pki.goog by Artem Titov · 4 years, 7 months ago
  61. 7b69a44 Fix ABA problem when iterating epoll events. by Taylor Brandstetter · 4 years, 7 months ago
  62. e8b00a1 Fix OperationsChainTest.OnChainEmptyCallback flake. by Henrik Boström · 4 years, 7 months ago
  63. e574a31 [Perfect Negotiation] Fire onnegotiationneeded when chain is empty. by Henrik Boström · 4 years, 7 months ago
  64. ea7fbfb Implement network monitor for iOS. by Taylor Brandstetter · 4 years, 7 months ago
  65. 07fc24d Removing NetworkMonitorFactory static global. by Taylor Brandstetter · 4 years, 8 months ago
  66. 162d39a Update settings for balanced degradation. by Åsa Persson · 4 years, 8 months ago
  67. fe4688e Fix visibility of network_monitor_enums by Jonas Oreland · 4 years, 8 months ago
  68. f7721fb Add interface for os/firmware to affect ICE selection. by Jonas Oreland · 4 years, 8 months ago
  69. 491fa44 openssl_stream_adapter: improve ssl handshake error logging by Philipp Hancke · 4 years, 8 months ago
  70. f29fdfc Delete old name ProcessAllMessageQueues by Niels Möller · 4 years, 8 months ago
  71. 239ac8a Reland "Pass NetworkMonitorFactory through PeerConnectionFactory." by Taylor Brandstetter · 4 years, 8 months ago
  72. cfba4ff Revert "Reland "Pass NetworkMonitorFactory through PeerConnectionFactory."" by Taylor · 4 years, 8 months ago
  73. 7ded733 Reland "Pass NetworkMonitorFactory through PeerConnectionFactory." by Taylor Brandstetter · 4 years, 8 months ago
  74. 7d62754 Revert "Pass NetworkMonitorFactory through PeerConnectionFactory." by Taylor · 4 years, 8 months ago
  75. 003c9be Pass NetworkMonitorFactory through PeerConnectionFactory. by Taylor Brandstetter · 4 years, 8 months ago
  76. 3cb525b Rename CriticalSection to RecursiveCriticalSection. by Markus Handell · 4 years, 8 months ago
  77. 3d22108 Remove unused critical section includes. by Markus Handell · 4 years, 8 months ago
  78. 4c7bb27 Remove rtc::GlobalLock. by Markus Handell · 4 years, 8 months ago
  79. 0dd35d3 Migrate to webrtc::GlobalMutex. by Markus Handell · 4 years, 8 months ago
  80. 4ab7dde Migrate stray leftovers from rtc_base/ and test/ to webrtc::Mutex. by Markus Handell · 4 years, 9 months ago
  81. 18523c3 Migrate rtc_base to webrtc::Mutex. by Markus Handell · 4 years, 9 months ago
  82. 531bd0f Clarify logging docs. by Markus Handell · 4 years, 9 months ago
  83. a9e1b49 Fix support for BitBuffer::ReadNonSymmetric(&value, 1) by Danil Chapovalov · 4 years, 9 months ago
  84. b504780 Remove unused GuardedAsyncInvoker class by Tomas Gunnarsson · 4 years, 9 months ago
  85. ce1ff6f Logging: reduce locking frequency by fixing TODO. by Markus Handell · 4 years, 9 months ago
  86. c3efe1a Inclusive language in //rtc_base. by Mirko Bonadei · 4 years, 9 months ago
  87. c7f0dff Convert GN libs lists to frameworks by Sylvain Defresne · 4 years, 9 months ago
  88. dfc5f0d Reland "Add rtc::Thread invoke policy." by Artem Titov · 4 years, 9 months ago
  89. f37e9a3 Revert "Add rtc::Thread invoke policy." by Artem Titov · 4 years, 9 months ago
  90. 27398d6 Prevent undefined shift in TimestampWrapAroundHandler::Unwrap by Dan Minor · 4 years, 9 months ago
  91. 26d4f9c Add rtc::Thread invoke policy. by Artem Titov · 4 years, 9 months ago
  92. 103a73e Remove unneeded GN import. by Mirko Bonadei · 4 years, 9 months ago
  93. f88dd4d Remove VideoStreamEncoderResourceManager::active_counts by Evan Shrubsole · 4 years, 9 months ago
  94. 55afe38 Search and replace gendered terms according to style guide: by Magnus Flodman · 4 years, 10 months ago
  95. de8a935 Migrate logging to webrtc::Mutex. by Markus Handell · 4 years, 10 months ago
  96. 2d27b1a Mutex: Temporarily add re-entry CHECK. by Markus Handell · 4 years, 10 months ago
  97. dffa944 Reland "Remove dead code from ModuleRtpRtcpImpl2" by Tomas Gunnarsson · 4 years, 10 months ago
  98. 4d177eb Add diagnostic printout to RTC_DCHECK_RUN_ON. by Tomas Gunnarsson · 4 years, 10 months ago
  99. 2dcf348 Use absl_deps in order to preapre to the Abseil component build release. by Mirko Bonadei · 4 years, 10 months ago
  100. 4a4f162 Mutex, CriticalSection: Switch Mac to _PTHREAD_MUTEX_POLICY_FIRSTFIT. by Markus Handell · 4 years, 10 months ago