1. 769629e Remove RTC_WARN_UNUSED_RESULT in favor of ABSL_MUST_USE_RESULT. by Mirko Bonadei · 3 years, 11 months ago
  2. 0d3c09a webrtc::Mutex: Introduce mutex_race_check.h. by Markus Handell · 4 years ago
  3. 1ba1fc9 Remove old sequence checker header by Artem Titov · 4 years, 1 month ago
  4. b586d82 Move SequenceChecker header to API: step 1, move header only by Artem Titov · 4 years, 1 month ago
  5. c1e7878 Remove deprecated ExpectationToString in SequenceChecker by Artem Titov · 4 years, 2 months ago
  6. 3f7990d Split sequence checker on two headers before moving to API by Artem Titov · 4 years, 2 months ago
  7. c8421c4 Replace rtc::ThreadChecker with webrtc::SequenceChecker by Artem Titov · 4 years, 2 months ago
  8. e7c79fd Remove from chromium build targets that are not compatible with it. by Andrey Logvin · 4 years, 2 months ago
  9. 5e227ab Move under enable_google_benchmarks targets that rely on the benchmarks by Andrey Logvin · 4 years, 2 months ago
  10. 098da17 Reland "Replace RTC_WARN_UNUSED_RESULT with ABSL_MUST_USE_RESULT in c++ code" by Danil Chapovalov · 4 years, 2 months ago
  11. e5f4c6b Reland "Refactor rtc_base build targets." by Mirko Bonadei · 4 years, 2 months ago
  12. 7acc2d9 Revert "Refactor rtc_base build targets." by Mirko Bonadei · 4 years, 2 months ago
  13. 4319b16 Revert "Replace RTC_WARN_UNUSED_RESULT with ABSL_MUST_USE_RESULT in c++ code" by Danil Chapovalov · 4 years, 2 months ago
  14. 8c2250e Replace RTC_WARN_UNUSED_RESULT with ABSL_MUST_USE_RESULT in c++ code by Danil Chapovalov · 4 years, 2 months ago
  15. 69241a9 Refactor rtc_base build targets. by Mirko Bonadei · 4 years, 2 months ago
  16. 1109dd0 Delete class RWLockWrapper, and its build target. by Niels Möller · 4 years, 5 months ago
  17. 2a23bd2 Mutex: remove mutex reentrancy crasher. by Markus Handell · 4 years, 6 months ago
  18. abdb470 Make MessageHandler cleanup optional. by Tomas Gunnarsson · 4 years, 7 months ago
  19. 0dd35d3 Migrate to webrtc::GlobalMutex. by Markus Handell · 4 years, 8 months ago
  20. 18523c3 Migrate rtc_base to webrtc::Mutex. by Markus Handell · 4 years, 9 months ago
  21. 103a73e Remove unneeded GN import. by Mirko Bonadei · 4 years, 9 months ago
  22. de8a935 Migrate logging to webrtc::Mutex. by Markus Handell · 4 years, 10 months ago
  23. 2d27b1a Mutex: Temporarily add re-entry CHECK. by Markus Handell · 4 years, 10 months ago
  24. dffa944 Reland "Remove dead code from ModuleRtpRtcpImpl2" by Tomas Gunnarsson · 4 years, 10 months ago
  25. 4d177eb Add diagnostic printout to RTC_DCHECK_RUN_ON. by Tomas Gunnarsson · 4 years, 10 months ago
  26. 2dcf348 Use absl_deps in order to preapre to the Abseil component build release. by Mirko Bonadei · 4 years, 10 months ago
  27. 4a4f162 Mutex, CriticalSection: Switch Mac to _PTHREAD_MUTEX_POLICY_FIRSTFIT. by Markus Handell · 4 years, 10 months ago
  28. 8e75bd4 Mutex: remove Abseil static initializer. by Markus Handell · 4 years, 10 months ago
  29. b2f7304 Fix -Wunused-variable error. by Mirko Bonadei · 4 years, 10 months ago
  30. f70fbc8 Introduces rtc_base/synchronization/mutex.h. by Markus Handell · 4 years, 10 months ago
  31. ec3ba73 Don't wrap the main thread when running death tests. by Tommi · 4 years, 10 months ago
  32. c175874 Disable SequenceCheckerTest.TestAnnotationsOnWrongQueueDebug due to flake by Tommi · 4 years, 10 months ago
  33. 42748d8 In rtc_base/ and api/ replace mock macros with unified MOCK_METHOD macro by Danil Chapovalov · 4 years, 10 months ago
  34. ccbe95f Reformat GN files. by Mirko Bonadei · 5 years ago
  35. a764999 Don't try to load kernel32.dll in RWLockWin class by Anders Klemets · 5 years ago
  36. 86d053c Use source_sets in component builds and static_library in release builds. by Mirko Bonadei · 5 years ago
  37. eb90e6f Merge SendTask implementation for SingleThreadedTaskQueueForTesting and TaskQueueForTest by Danil Chapovalov · 5 years ago
  38. 35214fc Add missing RTC_EXPORT for the component build. by Mirko Bonadei · 5 years ago
  39. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 6 years ago
  40. fefa77c Add pthread thread-local storage support for ScopedYieldPolicy by Steve Anton · 6 years ago
  41. a4d8737 Format almost everything. by Jonas Olsson · 6 years ago
  42. 04a3cc1 Delete rtc_base/unittest_main.cc by Niels Möller · 6 years ago
  43. 6a489f2 Fully qualify googletest symbols. by Mirko Bonadei · 6 years ago
  44. b55015e Replacing SequencedTaskChecker with SequenceChecker. by Sebastian Jansson · 6 years ago
  45. df5e4e0 Merge of ThreadChecker and SequencedTaskChecker. by Sebastian Jansson · 6 years ago
  46. 9debe5a Deleting copy constructors for Scoped* classes. by Sebastian Jansson · 6 years ago
  47. 7a60339 Adds ability to tell Event::Wait to yield. by Sebastian Jansson · 6 years ago
  48. ce1b140 Adding WinUWP compilation support to WebRTC. by Robin Raymond · 6 years ago
  49. 988cc08 [Cleanup] Add missing #include. Remove useless ones. by Yves Gerey · 6 years ago
  50. 433eafe Delete unused includes of assert.h by Niels Möller · 6 years ago
  51. a12c42a Delete root header file typedef.h. by Niels Möller · 7 years ago
  52. 2b85792 Move rw_lock_wrapper.h to rtc_base/synchronization/ by Karl Wiberg · 7 years ago