1. da7267a Makes Thread::Send execute sent messages after pending posted messages. by Sebastian Jansson · 4 years, 7 months ago
  2. 0c626af Use newer version of TimeDelta and TimeStamp factories in webrtc by Danil Chapovalov · 4 years, 7 months ago
  3. 7338782 Cleanup: Removes MessageQueue header and alias by Sebastian Jansson · 4 years, 8 months ago
  4. 094396f Use a fake clock for rtc::Thread::PostDelayedTask test by Steve Anton · 4 years, 9 months ago
  5. bcc1a76 Add rtc::Thread::PostDelayedTask by Steve Anton · 4 years, 9 months ago
  6. 912b3b8 Make rtc::Thread a TaskQueue by Danil Chapovalov · 4 years, 10 months ago
  7. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 5 years ago
  8. a4d8737 Format almost everything. by Jonas Olsson · 5 years ago
  9. 5a8f860 Prepare for deletion of the NO_MAIN_THREAD_WRAPPING preprocessor define by Niels Möller · 5 years ago
  10. 9d1840c Revert "Delete NO_MAIN_THREAD_WRAPPING preprocessor define." by Niels Moller · 5 years ago
  11. 0f78c6b Delete NO_MAIN_THREAD_WRAPPING preprocessor define. by Niels Möller · 5 years ago
  12. 5a96a0e Reland "Delete deprecated rtc::Thread default constructor" by Niels Möller · 5 years ago
  13. 6e70f18 Revert "Delete deprecated rtc::Thread default constructor" by Erik Språng · 5 years ago
  14. fdd6d3e Delete deprecated rtc::Thread default constructor by Niels Möller · 5 years ago
  15. 6a489f2 Fully qualify googletest symbols. by Mirko Bonadei · 5 years ago
  16. ba4dcc3 rtc::Thread::PostTask() added. by Henrik Boström · 6 years ago
  17. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  18. e10b163 Stop using 'using namespace'. by Mirko Bonadei · 6 years ago
  19. c572ff3 Add default constructor for rtc::Event by Niels Möller · 6 years ago
  20. e693381 Delete struct rtc::PacketTime. by Niels Möller · 6 years ago
  21. e41c433 Move sigslot to proper third_party directory by Artem Titov · 6 years ago
  22. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  23. d132ce1 Remove unnecessary copies from AsyncInvoke by Cameron Pickett · 7 years ago
  24. 9de3aac Reland "Enable the clang style plugin in rtc_base/" by Steve Anton · 7 years ago
  25. a17ce27 Revert "Enable the clang style plugin in rtc_base/" by Steve Anton · 7 years ago
  26. af551a1 Enable the clang style plugin in rtc_base/ by Steve Anton · 7 years ago
  27. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  28. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/rtc_base/thread_unittest.cc]
  29. 3c6abd2 Update thread annotiation macros in rtc_base to use RTC_ prefix by danilchap · 7 years ago
  30. 3af63b0 Fixing race between ~AsyncInvoker and ~AsyncClosure, using ref-counting. by deadbeef · 7 years ago
  31. e725159 Reland of Make the default ctor of rtc::Thread, protected by tommi · 7 years ago
  32. a117b04 Revert of Make the default ctor of rtc::Thread, protected (patchset #3 id:40001 of https://codereview.webrtc.org/2981623002/ ) by charujain · 7 years ago
  33. a8a3515 Make the default ctor of rtc::Thread, protected. by tommi · 7 years ago
  34. e96c45b Reland "Update includes for webrtc/{base => rtc_base} rename (3/3)" by kjellander · 7 years ago
  35. 0072511 Revert "Update includes for webrtc/{base => rtc_base} rename (3/3)" by Henrik Kjellander · 7 years ago
  36. f1c5ebf Update includes for webrtc/{base => rtc_base} rename (3/3) by kjellander · 7 years ago
  37. c036276 Reland "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 7 years ago[Renamed from webrtc/base/thread_unittest.cc]
  38. ec78f1c Revert "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 7 years ago[Renamed from webrtc/rtc_base/thread_unittest.cc]
  39. 6776518 Move webrtc/{base => rtc_base} by Henrik Kjellander · 7 years ago[Renamed from webrtc/base/thread_unittest.cc]
  40. aea9293 Revert of Fixing potential AsyncInvoker deadlock that occurs for "reentrant" invocations. (patchset #3 id:40001 of https://codereview.webrtc.org/2885143006/ ) by deadbeef · 7 years ago
  41. ef37ca5 Fixing potential AsyncInvoker deadlock that occurs for "reentrant" invocations. by deadbeef · 7 years ago
  42. c4a3173 Delete unused features of AsyncInvoke. by nisse · 7 years ago
  43. 30cba07 Delete unused class ComThread. by nisse · 7 years ago
  44. 37f5ecf Replace NULL with nullptr or null in webrtc/base/. by deadbeef · 8 years ago
  45. 162cb53 Making AsyncInvoker destructor thread-safe. by deadbeef · 8 years ago
  46. 5d97a9a Adding more detail to MessageQueue::Dispatch logging. by Taylor Brandstetter · 8 years ago
  47. bfefb03 Replace scoped_ptr with unique_ptr everywhere by kwiberg · 8 years ago
  48. 555604a Replace scoped_ptr with unique_ptr in webrtc/base/ by jbauch · 8 years ago
  49. 25d1f28 Fix race between Thread ctor/dtor and MessageQueueManager registrations. by jbauch · 9 years ago
  50. 5ad935c Remove mutable from rtc::CriticalSection members. by pbos · 9 years ago
  51. e2976c8 Remove DISABLED_ON_ macros. by Peter Boström · 9 years ago
  52. 8c38e8b Clean up PlatformThread. by Peter Boström · 9 years ago
  53. d9b75be Fix a data race in the thread unit tests. by nisse · 9 years ago
  54. 0c4e06b Use suffixed {uint,int}{8,16,32,64}_t types. by Peter Boström · 9 years ago
  55. a1f590f Add helper class GuardedAsyncInvoker to protect against thread dying by Magnus Jedvert · 9 years ago
  56. e93cbd1 Fix data races in ThreadTest.ThreeThreadsInvoke. by pbos@webrtc.org · 10 years ago
  57. c732a3e Re-enable allmost all base tests. by henrike@webrtc.org · 10 years ago
  58. e30dab7 base/thread_unittest: wrap test was setting current thread to NULL. by henrike@webrtc.org · 10 years ago
  59. 3987b6d Fix a problem in Thread::Send. by jiayl@webrtc.org · 10 years ago
  60. 9570560 Additional disabled tests in rtc_unittests. by kjellander@webrtc.org · 10 years ago
  61. fded02c base: disabled several base tests on Mac so that rtc_unittests can be turned back on by henrike@webrtc.org · 10 years ago
  62. ba737cb Do not require synchronization access on the thread if called from rtc::Thread::WrapCurrent. by jiayl@webrtc.org · 10 years ago
  63. e5063b1 Thread: delete racy API (Release()) and fix racy code (started()). by fischman@webrtc.org · 10 years ago
  64. f048872 Adds a modified copy of talk/base to webrtc/base. It is the first step in by henrike@webrtc.org · 10 years ago
  65. e9a604a Revert 6107 "Adds a modified copy of talk/base to webrtc/base. I..." by perkj@webrtc.org · 10 years ago
  66. 2c7d1b3 Adds a modified copy of talk/base to webrtc/base. It is the first step in migrating talk/base to webrtc/base. by henrike@webrtc.org · 10 years ago