1. 4c7bb27 Remove rtc::GlobalLock. by Markus Handell · 4 years, 3 months ago
  2. 0dd35d3 Migrate to webrtc::GlobalMutex. by Markus Handell · 4 years, 3 months ago
  3. 4ab7dde Migrate stray leftovers from rtc_base/ and test/ to webrtc::Mutex. by Markus Handell · 4 years, 3 months ago
  4. 18523c3 Migrate rtc_base to webrtc::Mutex. by Markus Handell · 4 years, 3 months ago
  5. 531bd0f Clarify logging docs. by Markus Handell · 4 years, 3 months ago
  6. a9e1b49 Fix support for BitBuffer::ReadNonSymmetric(&value, 1) by Danil Chapovalov · 4 years, 3 months ago
  7. b504780 Remove unused GuardedAsyncInvoker class by Tomas Gunnarsson · 4 years, 3 months ago
  8. ce1ff6f Logging: reduce locking frequency by fixing TODO. by Markus Handell · 4 years, 3 months ago
  9. c3efe1a Inclusive language in //rtc_base. by Mirko Bonadei · 4 years, 3 months ago
  10. c7f0dff Convert GN libs lists to frameworks by Sylvain Defresne · 4 years, 3 months ago
  11. dfc5f0d Reland "Add rtc::Thread invoke policy." by Artem Titov · 4 years, 3 months ago
  12. f37e9a3 Revert "Add rtc::Thread invoke policy." by Artem Titov · 4 years, 3 months ago
  13. 27398d6 Prevent undefined shift in TimestampWrapAroundHandler::Unwrap by Dan Minor · 4 years, 3 months ago
  14. 26d4f9c Add rtc::Thread invoke policy. by Artem Titov · 4 years, 3 months ago
  15. 103a73e Remove unneeded GN import. by Mirko Bonadei · 4 years, 4 months ago
  16. f88dd4d Remove VideoStreamEncoderResourceManager::active_counts by Evan Shrubsole · 4 years, 4 months ago
  17. 55afe38 Search and replace gendered terms according to style guide: by Magnus Flodman · 4 years, 4 months ago
  18. de8a935 Migrate logging to webrtc::Mutex. by Markus Handell · 4 years, 4 months ago
  19. 2d27b1a Mutex: Temporarily add re-entry CHECK. by Markus Handell · 4 years, 4 months ago
  20. dffa944 Reland "Remove dead code from ModuleRtpRtcpImpl2" by Tomas Gunnarsson · 4 years, 4 months ago
  21. 4d177eb Add diagnostic printout to RTC_DCHECK_RUN_ON. by Tomas Gunnarsson · 4 years, 4 months ago
  22. 2dcf348 Use absl_deps in order to preapre to the Abseil component build release. by Mirko Bonadei · 4 years, 4 months ago
  23. 4a4f162 Mutex, CriticalSection: Switch Mac to _PTHREAD_MUTEX_POLICY_FIRSTFIT. by Markus Handell · 4 years, 4 months ago
  24. 8e75bd4 Mutex: remove Abseil static initializer. by Markus Handell · 4 years, 4 months ago
  25. b2f7304 Fix -Wunused-variable error. by Mirko Bonadei · 4 years, 4 months ago
  26. f70fbc8 Introduces rtc_base/synchronization/mutex.h. by Markus Handell · 4 years, 4 months ago
  27. b164e70 Check that data_ is non-null before memcpy in EnsureCapacityWithHeadroom by Dan Minor · 4 years, 4 months ago
  28. c23d749 Deprecate SignalThread. by Markus Handell · 4 years, 4 months ago
  29. a5e07cc Rename more death test to *DeathTest by Tommi · 4 years, 4 months ago
  30. fbf4ad2 AsyncResolver: remove dependency on SignalThread. by Markus Handell · 4 years, 4 months ago
  31. ff84d86 P2PTransportChannel::OnCandidateResolved: fix resolver leak. by Markus Handell · 4 years, 4 months ago
  32. b7c63ab PhysicalSocketServer: remove heap-based epoll_event handling. by Markus Handell · 4 years, 4 months ago
  33. c33eeab Fix an incorrect use of iterator. by Jianjun Zhu · 4 years, 4 months ago
  34. 03d9e52 Replaces ring buffer in RateStatistics with deque. by Erik Språng · 4 years, 4 months ago
  35. 532cac5 Add support for injecting Clock to RepeatingTaskHandle. by Tommi · 4 years, 5 months ago
  36. 8ce078d Add thread annotations to PhysicalSocketServer members by Niels Möller · 4 years, 5 months ago
  37. cf84607 Reland "Use Windows 10 thread naming API" by Tommi · 4 years, 5 months ago
  38. ec3ba73 Don't wrap the main thread when running death tests. by Tommi · 4 years, 5 months ago
  39. d0d5551 Revert "Use Windows 10 thread naming API" by Tommi · 4 years, 5 months ago
  40. e35004d Use Windows 10 thread naming API by Bruce Dawson · 4 years, 5 months ago
  41. c175874 Disable SequenceCheckerTest.TestAnnotationsOnWrongQueueDebug due to flake by Tommi · 4 years, 5 months ago
  42. 29a5fe8 Reland "Revert back to using the task_queue_ for guarding access." by Tommi · 4 years, 5 months ago
  43. 6866dc7 Reland "Make sure that "current" rtc::Thread instances are always current for TaskQueueBase." by Tommi · 4 years, 5 months ago
  44. 42748d8 In rtc_base/ and api/ replace mock macros with unified MOCK_METHOD macro by Danil Chapovalov · 4 years, 5 months ago
  45. 28685dc Revert "Make sure that "current" rtc::Thread instances are always current for TaskQueueBase." by Artem Titov · 4 years, 5 months ago
  46. af1b9ce Revert "Revert back to using the task_queue_ for guarding access." by Artem Titov · 4 years, 5 months ago
  47. 475006d Revert back to using the task_queue_ for guarding access. by Tommi · 4 years, 5 months ago
  48. 46b3bc6 Make sure that "current" rtc::Thread instances are always current for TaskQueueBase. by Tommi · 4 years, 5 months ago
  49. a0a4480 Migrate CallStats and RtpStreamsSynchronizer timers over to RepeatingTask by Tommi · 4 years, 5 months ago
  50. 6ee6793 Reland "Delete unused code to handle posix signals in PhysicalSocketServer" by Niels Möller · 4 years, 5 months ago
  51. 611fba4 Mark construction time members of PhysicalSocketServer as const by Niels Möller · 4 years, 5 months ago
  52. a98cea8 Remove the PendingTaskSafetyFlag::Pointer type add ScopedTaskSafety. by Tommi · 4 years, 5 months ago
  53. ff88a64 Revert "Delete unused code to handle posix signals in PhysicalSocketServer" by Mirko Bonadei · 4 years, 5 months ago
  54. d2490ae Delete unused code to handle posix signals in PhysicalSocketServer by Niels Möller · 4 years, 5 months ago
  55. 2105d64 Add field trial for using different network cost cellular types by Jonas Oreland · 4 years, 5 months ago
  56. b8a9630 Add a Release method for file wrapper by Per Åhgren · 4 years, 5 months ago
  57. 9af7543 Add RTC_EXPORT for NullSocketServer by Sergey Ulanov · 4 years, 5 months ago
  58. 3c5450e Add support for PendingTaskSafetyFlag to ToQueuedTask. by Tommi · 4 years, 5 months ago
  59. a81e9c8 Wrap WebRTC OBJC API types with RTC_OBJC_TYPE. by Mirko Bonadei · 4 years, 5 months ago
  60. ce1320c Add WaitForPreviouslyPostedTasks to TaskQueueForTest. by Marina Ciocea · 4 years, 5 months ago
  61. 95d9a1a Update set of known root certificates. by Mirko Bonadei · 4 years, 5 months ago
  62. 2c80923 Remove WebRTC-LibvpxVp{8,9}TrustedRateController. by Mirko Bonadei · 4 years, 6 months ago
  63. 4479a82 Remove deprecated SSLIdentity methods that return raw pointers. by Taylor Brandstetter · 4 years, 6 months ago
  64. 6415dca Remove WebRTC-ExperimentalScreenshareSettings. by Mirko Bonadei · 4 years, 6 months ago
  65. b33a0ca Remove deprecated ssl_identity methods by Harald Alvestrand · 4 years, 6 months ago
  66. 3c9bcc1 Reland of the test portion of: by Tommi · 4 years, 6 months ago
  67. f7f6870 Mark static const class/struct members as constexpr. by Mirko Bonadei · 4 years, 6 months ago
  68. dce6174 Remove deprecated SSLAdapter::SetIdentity. by Mirko Bonadei · 4 years, 6 months ago
  69. 9f297b5 Remove OpenSSLIdentity::GenerateWithExpiration. by Mirko Bonadei · 4 years, 6 months ago
  70. 2d2c294 Remove OpenSSLAdapter restartable_ data member. by Mirko Bonadei · 4 years, 6 months ago
  71. f0dc5c5 Adds tiny rtc::StringFormat utility by henrika · 4 years, 6 months ago
  72. 25eeda1 Fix socket not getting registered for epoll events by mmorrison · 4 years, 6 months ago
  73. 16cc9ef Revert "Preparation for ReceiveStatisticsProxy lock reduction." by Artem Titov · 4 years, 6 months ago
  74. 24eed27 Preparation for ReceiveStatisticsProxy lock reduction. by Tommi · 4 years, 6 months ago
  75. c7ea04a Don't trigger OnNetworkChange when changing from 3G to 4G by Jonas Oreland · 4 years, 6 months ago
  76. 06d3559 Replace std::string::find() == 0 with absl::StartsWith (part 2). by Mirko Bonadei · 4 years, 6 months ago
  77. cfa0e8f Fix errors C2238, C2248 and C2059 on MSVC bots. by Mirko Bonadei · 4 years, 6 months ago
  78. 08d1806 Extend rtc::AdapterType with 2g, 3G, 4G & 5G enum values. by Jonas Oreland · 4 years, 6 months ago
  79. 6f402f9 Remove unnecessary breaks after return. by Mirko Bonadei · 4 years, 6 months ago
  80. b239a2e Remove some more instances of IP logging. by Paulina Hensman · 4 years, 6 months ago
  81. 1c7a658 Add test for relay bandwidth capping. by Christoffer Rodbro · 4 years, 6 months ago
  82. f74d2ce Revert "Add interface_id to rtc::Network" by Olga Sharonova · 4 years, 6 months ago
  83. 7e91482 Add interface_id to rtc::Network by Jonas Oreland · 4 years, 6 months ago
  84. d1a0062 remove deprecated fields in rtc::NetworkRoute by Jonas Oreland · 4 years, 6 months ago
  85. 5b6a4d8 Only print route if it has changed by Jonas Oreland · 4 years, 6 months ago
  86. f1df04b Fix -Wunreachable-code on Linux. by Mirko Bonadei · 4 years, 6 months ago
  87. 8515d5a Refactor ssl_stream_adapter API to show object ownership by Harald Alvestrand · 4 years, 7 months ago
  88. 71fda36 Extend NetworkRoute with more info about local/remote endpoints by Jonas Oreland · 4 years, 7 months ago
  89. ebf739b Reland "Leverage dispatch_queue_create_with_target when possible." by Yura Yaroshevich · 4 years, 7 months ago
  90. fcafbfd Revert "Leverage dispatch_queue_create_with_target when possible." by Alex Loiko · 4 years, 7 months ago
  91. de86381 Leverage dispatch_queue_create_with_target when possible. by Yura Yaroshevich · 4 years, 7 months ago
  92. dd14a95 Allow TimestampAligner to translate timestamp without new observation of system clock. by Minyue Li · 4 years, 7 months ago
  93. 1379913 Make a switch to disable DTLS 1.0, TLS 1.0 and TLS 1.1 downgrade in WebRTC. by Harald Alvestrand · 4 years, 7 months ago
  94. 37e388a Refactor TimestampAligner for more general use. by Minyue Li · 4 years, 7 months ago
  95. 14e5f0b Update RTC_CHECK and RTC_LOG macros so they work when called from xxxxx::rtc namespaces by Jiawei Ou · 4 years, 7 months ago
  96. da7267a Makes Thread::Send execute sent messages after pending posted messages. by Sebastian Jansson · 4 years, 7 months ago
  97. d084ea9 BoundedInlineVector: Add resize() method by Karl Wiberg · 4 years, 7 months ago
  98. c126937 BoundedInlineVector: Vector class of bounded size with inline allocation by Karl Wiberg · 4 years, 7 months ago
  99. db5d7e4 Cleanup: Use common IP overhead definitions in test and prod code by Sebastian Jansson · 4 years, 7 months ago
  100. dbf5416 Delete header file rtc_base/memory/aligned_array.h by Niels Möller · 4 years, 8 months ago