1. aefed55 [iwyu][1\n] Applying to api/[a-s]* by Dor Hen · 9 months ago
  2. 99c519b Mass removal of absl_deps in all BUILD.gn files by Florent Castelli · 10 months ago
  3. 7c1ddb7 Support initializing a SequenceChecker with a provided TaskQueue. by Tommi · 1 year, 5 months ago
  4. 301e546 Remove SequenceCheckerImpl::valid_system_queue_ by Tommi · 1 year, 10 months ago
  5. 802e8e5 Format /rtc_base by Jared Siskin · 1 year, 11 months ago
  6. 3da04a9 Allow SequenceChecker to be initialized detached. by Tommi · 2 years ago
  7. 022d4ec Fix 'DoNotOptimize<int>' is deprecated issue. by Jeremy Leconte · 2 years ago
  8. ab456dd Always check out google_benchmark, part 5. by Peter Kasting · 2 years ago
  9. 049f5ef Always check out google_benchmark, part 4. by Peter Kasting · 2 years ago
  10. 1e6d77c Always check out google_benchmark, part 3. by Peter Kasting · 2 years ago
  11. a6b9924 Remove all usage of //rtc_base target by Florent Castelli · 2 years, 2 months ago
  12. 4086721 Make ExpectationToString generate detailed logs in more cases. by Byoungchan Lee · 2 years, 5 months ago
  13. 9e09a1f Replace Thread::Invoke with Thread::BlockingCall by Danil Chapovalov · 2 years, 6 months ago
  14. 1e6965a Remove usage of MessageHandlerAutoCleanup in rtc_base unittests by Danil Chapovalov · 2 years, 6 months ago
  15. 2cfc1af Update rtc::Event::Wait call sites to use TimeDelta. by Markus Handell · 2 years, 7 months ago
  16. 07eaddf Inline assert in RTC_DCHECK_RUN_ON macro by Danil Chapovalov · 2 years, 7 months ago
  17. 6e7c268 Allow recursive check for RTC_DCHECK_RUN_ON macro by Danil Chapovalov · 2 years, 8 months ago
  18. aa6d05d Move location out of rtc_base_approved by Florent Castelli · 2 years, 11 months ago
  19. 45a0599 Remove platform_thread from //rtc_base:rtc_base_approved public_deps by Florent Castelli · 2 years, 11 months ago
  20. 016ae44 Reland "Delete unused class GlobalMutex" by Niels Möller · 3 years ago
  21. db622c3 Revert "Delete unused class GlobalMutex" by Artem Titov · 3 years ago
  22. 5831afb Delete unused class GlobalMutex by Niels Möller · 3 years ago
  23. b8f7ef1 Permit current queue reference to be null on sequence checker creation by Harald Alvestrand · 3 years, 4 months ago
  24. af09c13 Fix -Wunused-but-set-variable. by Mirko Bonadei · 3 years, 4 months ago
  25. 96e3b99 Use backticks not vertical bars to denote variables in comments for /rtc_base by Artem Titov · 3 years, 8 months ago
  26. 5b74723 Add method Mutex::AssertHeld by Niels Möller · 3 years, 8 months ago
  27. f325ea2 Revert: webrtc::Mutex: Introduce mutex_race_check.h by Mirko Bonadei · 3 years, 8 months ago
  28. 286b1db Fix -Wunreachable-code-aggressive. by Peter Kasting · 3 years, 8 months ago
  29. 769629e Remove RTC_WARN_UNUSED_RESULT in favor of ABSL_MUST_USE_RESULT. by Mirko Bonadei · 3 years, 11 months ago
  30. 0d3c09a webrtc::Mutex: Introduce mutex_race_check.h. by Markus Handell · 3 years, 11 months ago
  31. 1ba1fc9 Remove old sequence checker header by Artem Titov · 4 years, 1 month ago
  32. b586d82 Move SequenceChecker header to API: step 1, move header only by Artem Titov · 4 years, 1 month ago
  33. c1e7878 Remove deprecated ExpectationToString in SequenceChecker by Artem Titov · 4 years, 1 month ago
  34. 3f7990d Split sequence checker on two headers before moving to API by Artem Titov · 4 years, 1 month ago
  35. c8421c4 Replace rtc::ThreadChecker with webrtc::SequenceChecker by Artem Titov · 4 years, 1 month ago
  36. e7c79fd Remove from chromium build targets that are not compatible with it. by Andrey Logvin · 4 years, 1 month ago
  37. 5e227ab Move under enable_google_benchmarks targets that rely on the benchmarks by Andrey Logvin · 4 years, 1 month ago
  38. 098da17 Reland "Replace RTC_WARN_UNUSED_RESULT with ABSL_MUST_USE_RESULT in c++ code" by Danil Chapovalov · 4 years, 2 months ago
  39. e5f4c6b Reland "Refactor rtc_base build targets." by Mirko Bonadei · 4 years, 2 months ago
  40. 7acc2d9 Revert "Refactor rtc_base build targets." by Mirko Bonadei · 4 years, 2 months ago
  41. 4319b16 Revert "Replace RTC_WARN_UNUSED_RESULT with ABSL_MUST_USE_RESULT in c++ code" by Danil Chapovalov · 4 years, 2 months ago
  42. 8c2250e Replace RTC_WARN_UNUSED_RESULT with ABSL_MUST_USE_RESULT in c++ code by Danil Chapovalov · 4 years, 2 months ago
  43. 69241a9 Refactor rtc_base build targets. by Mirko Bonadei · 4 years, 2 months ago
  44. 1109dd0 Delete class RWLockWrapper, and its build target. by Niels Möller · 4 years, 4 months ago
  45. 2a23bd2 Mutex: remove mutex reentrancy crasher. by Markus Handell · 4 years, 5 months ago
  46. abdb470 Make MessageHandler cleanup optional. by Tomas Gunnarsson · 4 years, 6 months ago
  47. 0dd35d3 Migrate to webrtc::GlobalMutex. by Markus Handell · 4 years, 8 months ago
  48. 18523c3 Migrate rtc_base to webrtc::Mutex. by Markus Handell · 4 years, 8 months ago
  49. 103a73e Remove unneeded GN import. by Mirko Bonadei · 4 years, 9 months ago
  50. de8a935 Migrate logging to webrtc::Mutex. by Markus Handell · 4 years, 9 months ago
  51. 2d27b1a Mutex: Temporarily add re-entry CHECK. by Markus Handell · 4 years, 9 months ago
  52. dffa944 Reland "Remove dead code from ModuleRtpRtcpImpl2" by Tomas Gunnarsson · 4 years, 9 months ago
  53. 4d177eb Add diagnostic printout to RTC_DCHECK_RUN_ON. by Tomas Gunnarsson · 4 years, 9 months ago
  54. 2dcf348 Use absl_deps in order to preapre to the Abseil component build release. by Mirko Bonadei · 4 years, 9 months ago
  55. 4a4f162 Mutex, CriticalSection: Switch Mac to _PTHREAD_MUTEX_POLICY_FIRSTFIT. by Markus Handell · 4 years, 9 months ago
  56. 8e75bd4 Mutex: remove Abseil static initializer. by Markus Handell · 4 years, 9 months ago
  57. b2f7304 Fix -Wunused-variable error. by Mirko Bonadei · 4 years, 9 months ago
  58. f70fbc8 Introduces rtc_base/synchronization/mutex.h. by Markus Handell · 4 years, 9 months ago
  59. ec3ba73 Don't wrap the main thread when running death tests. by Tommi · 4 years, 10 months ago
  60. c175874 Disable SequenceCheckerTest.TestAnnotationsOnWrongQueueDebug due to flake by Tommi · 4 years, 10 months ago
  61. 42748d8 In rtc_base/ and api/ replace mock macros with unified MOCK_METHOD macro by Danil Chapovalov · 4 years, 10 months ago
  62. ccbe95f Reformat GN files. by Mirko Bonadei · 5 years ago
  63. a764999 Don't try to load kernel32.dll in RWLockWin class by Anders Klemets · 5 years ago
  64. 86d053c Use source_sets in component builds and static_library in release builds. by Mirko Bonadei · 5 years ago
  65. eb90e6f Merge SendTask implementation for SingleThreadedTaskQueueForTesting and TaskQueueForTest by Danil Chapovalov · 5 years ago
  66. 35214fc Add missing RTC_EXPORT for the component build. by Mirko Bonadei · 5 years ago
  67. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 5 years ago
  68. fefa77c Add pthread thread-local storage support for ScopedYieldPolicy by Steve Anton · 6 years ago
  69. a4d8737 Format almost everything. by Jonas Olsson · 6 years ago
  70. 04a3cc1 Delete rtc_base/unittest_main.cc by Niels Möller · 6 years ago
  71. 6a489f2 Fully qualify googletest symbols. by Mirko Bonadei · 6 years ago
  72. b55015e Replacing SequencedTaskChecker with SequenceChecker. by Sebastian Jansson · 6 years ago
  73. df5e4e0 Merge of ThreadChecker and SequencedTaskChecker. by Sebastian Jansson · 6 years ago
  74. 9debe5a Deleting copy constructors for Scoped* classes. by Sebastian Jansson · 6 years ago
  75. 7a60339 Adds ability to tell Event::Wait to yield. by Sebastian Jansson · 6 years ago
  76. ce1b140 Adding WinUWP compilation support to WebRTC. by Robin Raymond · 6 years ago
  77. 988cc08 [Cleanup] Add missing #include. Remove useless ones. by Yves Gerey · 6 years ago
  78. 433eafe Delete unused includes of assert.h by Niels Möller · 6 years ago
  79. a12c42a Delete root header file typedef.h. by Niels Möller · 7 years ago
  80. 2b85792 Move rw_lock_wrapper.h to rtc_base/synchronization/ by Karl Wiberg · 7 years ago