1. 8cb31cf Implement support for Chrome task origin tracing. #4/4 by Markus Handell · 2 years ago
  2. 2a256c8 Implement support for Chrome task origin tracing. #2/4 by Markus Handell · 2 years, 1 month ago
  3. c3c8934 Use non recursive mutex in rtc::ThreadManager by Danil Chapovalov · 2 years, 2 months ago
  4. d1875a2 Delete rtc::Location by Danil Chapovalov · 2 years, 6 months ago
  5. 3ab76d9 Use non-recursive mutex in rtc::Thread by Danil Chapovalov · 2 years, 6 months ago
  6. d44e341 Delete rtc::Thread functions that use rtc::MessageHandler by Danil Chapovalov · 2 years, 6 months ago
  7. e16e3e2 Delete MessageHandlerAutoCleanup and ThreadManager::Clear by Danil Chapovalov · 2 years, 6 months ago
  8. ca1454a Delete rtc::Thread::Send in favor of rtc::Thread::BlockingCall by Danil Chapovalov · 2 years, 6 months ago
  9. 9e09a1f Replace Thread::Invoke with Thread::BlockingCall by Danil Chapovalov · 2 years, 6 months ago
  10. 7c323ad in rtc::Thread introduce Invoke without rtc::Location parameter by Danil Chapovalov · 2 years, 6 months ago
  11. 71cf2d0 Delete rtc::Thread::Dispose as unused by Danil Chapovalov · 2 years, 7 months ago
  12. 0bd1665 in rtc::Thread remove special handling of the Dispose message by Danil Chapovalov · 2 years, 7 months ago
  13. 207f853 In rtc::Thread hide MessageHandler handling as implementation details by Danil Chapovalov · 2 years, 7 months ago
  14. 7e8299b In rtc::Thread delete legacy implementation of the task queue by Danil Chapovalov · 2 years, 8 months ago
  15. 5286dcf Migrate rtc_base and rtc_tools to absl::AnyInvocable based TaskQueueBase interface by Danil Chapovalov · 2 years, 8 months ago
  16. 4bcf809 In rtc::Thread implement posting AnyInvocable by Danil Chapovalov · 2 years, 8 months ago
  17. 7a66900 Delete rtc_base/atomic_ops.h by Niels Möller · 2 years, 9 months ago
  18. c374d11 Move to_queued_task.h and pending_task_safety_flag.h into public API by Artem Titov · 2 years, 9 months ago
  19. 7fa9057 Adopt absl::string_view in function parameters under rtc_base/ by Ali Tofigh · 3 years ago
  20. 98d26df Reland "Delete NO_MAIN_THREAD_WRAPPING preprocessor define." by Niels Möller · 3 years, 1 month ago
  21. 595f688 Delete legacy rtc::Thread PostTask APIs. by Henrik Boström · 3 years, 1 month ago
  22. 2deee4b Mark rtc::Thread's versions of PostTask/PostDelayedTask deprecated. by Henrik Boström · 3 years, 2 months ago
  23. cf9899c TaskQueueBase: Add PostDelayedHighPrecisionTask(). by Henrik Boström · 3 years, 2 months ago
  24. 14af762 Remove RTC_DISALLOW_COPY_AND_ASSIGN from rtc_base/ by Byoungchan Lee · 3 years, 2 months ago
  25. 481e345 Revert rtc_dcheck_always_on. by Mirko Bonadei · 3 years, 8 months ago
  26. 96e3b99 Use backticks not vertical bars to denote variables in comments for /rtc_base by Artem Titov · 3 years, 8 months ago
  27. 8c185fc Reland "Add WebRTC specific dcheck_always_on." by Mirko Bonadei · 3 years, 8 months ago
  28. 145f289 Revert "Add WebRTC specific dcheck_always_on." by Mirko Bonadei · 3 years, 8 months ago
  29. 9f2a20f Add WebRTC specific dcheck_always_on. by Mirko Bonadei · 3 years, 8 months ago
  30. 9bd2457 Delete SignalQueueDestroyed by Niels Möller · 3 years, 11 months ago
  31. 89f3dd5 Make RTC_LOG_THREAD_BLOCK_COUNT less spammy for known call counts by Tomas Gunnarsson · 4 years ago
  32. fe04164 Add utility to count the number of blocking thread invokes. by Tommi · 4 years ago
  33. ba69442 Configure threads with their own warning deadlines. by Harald Alvestrand · 4 years, 1 month ago
  34. efaa77d Delete AllowBlockingCalls and android_media_codec_common.h by Niels Möller · 4 years, 6 months ago
  35. 77baeee Make MessageHandler be a pure virtual interface. by Tomas Gunnarsson · 4 years, 6 months ago
  36. abdb470 Make MessageHandler cleanup optional. by Tomas Gunnarsson · 4 years, 6 months ago
  37. 0fd4c4e Stop using AutoThread in Thread::Send and make it test only. by Tomas Gunnarsson · 4 years, 6 months ago
  38. f29fdfc Delete old name ProcessAllMessageQueues by Niels Möller · 4 years, 7 months ago
  39. 3cb525b Rename CriticalSection to RecursiveCriticalSection. by Markus Handell · 4 years, 8 months ago
  40. dfc5f0d Reland "Add rtc::Thread invoke policy." by Artem Titov · 4 years, 9 months ago
  41. f37e9a3 Revert "Add rtc::Thread invoke policy." by Artem Titov · 4 years, 9 months ago
  42. 26d4f9c Add rtc::Thread invoke policy. by Artem Titov · 4 years, 9 months ago
  43. 6866dc7 Reland "Make sure that "current" rtc::Thread instances are always current for TaskQueueBase." by Tommi · 4 years, 10 months ago
  44. 28685dc Revert "Make sure that "current" rtc::Thread instances are always current for TaskQueueBase." by Artem Titov · 4 years, 10 months ago
  45. 46b3bc6 Make sure that "current" rtc::Thread instances are always current for TaskQueueBase. by Tommi · 4 years, 10 months ago
  46. da7267a Makes Thread::Send execute sent messages after pending posted messages. by Sebastian Jansson · 5 years ago
  47. 6ce033a Moves ownership of time controller into NetworkEmulationManager. by Sebastian Jansson · 5 years ago
  48. 61380c0 Cleanup of rtc::Thread. by Sebastian Jansson · 5 years ago
  49. 7338782 Cleanup: Removes MessageQueue header and alias by Sebastian Jansson · 5 years ago
  50. 178a685 Allow overwriting current thread in ThreadManager. by Sebastian Jansson · 5 years ago
  51. 6ea2c6a Cleanup: Merges Thread and MessageQueue. by Sebastian Jansson · 5 years ago
  52. bcc1a76 Add rtc::Thread::PostDelayedTask by Steve Anton · 5 years ago
  53. 8931345 Take FunctionView rather than any functor reference in the rtc::Thread::Invoke by Danil Chapovalov · 5 years ago
  54. 912b3b8 Make rtc::Thread a TaskQueue by Danil Chapovalov · 5 years ago
  55. 4ff1c87 Fix RTC_LOCKABLE RTC_EXPORT order for rtc::Thread. by Mirko Bonadei · 5 years ago
  56. 35214fc Add missing RTC_EXPORT for the component build. by Mirko Bonadei · 5 years ago
  57. a4d8737 Format almost everything. by Jonas Olsson · 6 years ago
  58. d2e5013 Delete optional Runnable argument to rtc::Thread::Start by Niels Möller · 6 years ago
  59. 9d1840c Revert "Delete NO_MAIN_THREAD_WRAPPING preprocessor define." by Niels Moller · 6 years ago
  60. 0f78c6b Delete NO_MAIN_THREAD_WRAPPING preprocessor define. by Niels Möller · 6 years ago
  61. 5a96a0e Reland "Delete deprecated rtc::Thread default constructor" by Niels Möller · 6 years ago
  62. f13a096 Fix memory leak in Thread::PostTask. by Niels Möller · 6 years ago
  63. 6e70f18 Revert "Delete deprecated rtc::Thread default constructor" by Erik Språng · 6 years ago
  64. fdd6d3e Delete deprecated rtc::Thread default constructor by Niels Möller · 6 years ago
  65. 9debe5a Deleting copy constructors for Scoped* classes. by Sebastian Jansson · 6 years ago
  66. ba4dcc3 rtc::Thread::PostTask() added. by Henrik Boström · 6 years ago
  67. 3256225 "Remove" loophole in rtc::Thread::ScopedDisallowBlockingCalls by Karl Wiberg · 6 years ago
  68. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  69. 988cc08 [Cleanup] Add missing #include. Remove useless ones. by Yves Gerey · 6 years ago
  70. 2e00abc Reland "[cleanup] Remove useless includes." by Yves Gerey · 6 years ago
  71. 96a0f61 Revert "[cleanup] Remove useless includes." by Oleh Prypin · 6 years ago
  72. be8b534 [cleanup] Remove useless includes. by Yves Gerey · 6 years ago
  73. 8909a63 Reland "Explicitly wrap main thread in test_main.cc." by Niels Möller · 7 years ago
  74. 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
  75. 0867260 Fixing data race on vptr of Thread subclasses. by Taylor Brandstetter · 7 years ago
  76. 6cea2b0 Remove thread checker in thread.cc due to downstream issue. by Tommi · 7 years ago
  77. 5149242 Remove dependency on rtc::Event from rtc::Thread. by Tommi · 7 years ago
  78. 2d8c3f0 Remove unused methods from rtc::Thread. by Tommi · 7 years ago
  79. d6b4819 PeerConnection::StartRtcEventLog: Improve callback memory safety by Karl Wiberg · 7 years ago
  80. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 8 years ago
  81. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago[Renamed from webrtc/rtc_base/thread.h]
  82. 3c6abd2 Update thread annotiation macros in rtc_base to use RTC_ prefix by danilchap · 8 years ago
  83. 42a70e3 Revert of Rename thread annotation macros to have RTC prefix for syncrhonization primitives. (patchset #1 id:1 of https://codereview.webrtc.org/3004393002/ ) by danilchap · 8 years ago
  84. 9a2d2dd Rename thread annotation macros to have RTC prefix for syncrhonization primitives. by danilchap · 8 years ago
  85. e725159 Reland of Make the default ctor of rtc::Thread, protected by tommi · 8 years ago
  86. a117b04 Revert of Make the default ctor of rtc::Thread, protected (patchset #3 id:40001 of https://codereview.webrtc.org/2981623002/ ) by charujain · 8 years ago
  87. a8a3515 Make the default ctor of rtc::Thread, protected. by tommi · 8 years ago
  88. e96c45b Reland "Update includes for webrtc/{base => rtc_base} rename (3/3)" by kjellander · 8 years ago
  89. 0072511 Revert "Update includes for webrtc/{base => rtc_base} rename (3/3)" by Henrik Kjellander · 8 years ago
  90. f1c5ebf Update includes for webrtc/{base => rtc_base} rename (3/3) by kjellander · 8 years ago
  91. c036276 Reland "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 8 years ago[Renamed (98%) from webrtc/base/thread.h]
  92. ec78f1c Revert "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 8 years ago
  93. 6776518 Move webrtc/{base => rtc_base} by Henrik Kjellander · 8 years ago
  94. 7eaa4ea Delete method MessageQueue::set_socketserver by nisse · 8 years ago
  95. 7866cfe Move autowrap from ThreadManager constructor to Thread::Current. by nisse · 8 years ago
  96. 30cba07 Delete unused class ComThread. by nisse · 8 years ago
  97. 61abe15 Add Darwin thread.h implementation. by kthelgason · 8 years ago
  98. 37f5ecf Replace NULL with nullptr or null in webrtc/base/. by deadbeef · 8 years ago
  99. 8dd4ec3 Fix clang style warnings in webrtc/base/thread.h by aleloi · 8 years ago
  100. 81baed3 Add ability to return moved value from FunctorMessageHandler, Optional. by deadbeef · 8 years ago