1. 9de3aac Reland "Enable the clang style plugin in rtc_base/" by Steve Anton · 7 years ago
  2. a17ce27 Revert "Enable the clang style plugin in rtc_base/" by Steve Anton · 7 years ago
  3. af551a1 Enable the clang style plugin in rtc_base/ by Steve Anton · 7 years ago
  4. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  5. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/rtc_base/thread_unittest.cc]
  6. 3c6abd2 Update thread annotiation macros in rtc_base to use RTC_ prefix by danilchap · 7 years ago
  7. 3af63b0 Fixing race between ~AsyncInvoker and ~AsyncClosure, using ref-counting. by deadbeef · 7 years ago
  8. e725159 Reland of Make the default ctor of rtc::Thread, protected by tommi · 7 years ago
  9. 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
  10. a8a3515 Make the default ctor of rtc::Thread, protected. by tommi · 7 years ago
  11. e96c45b Reland "Update includes for webrtc/{base => rtc_base} rename (3/3)" by kjellander · 7 years ago
  12. 0072511 Revert "Update includes for webrtc/{base => rtc_base} rename (3/3)" by Henrik Kjellander · 7 years ago
  13. f1c5ebf Update includes for webrtc/{base => rtc_base} rename (3/3) by kjellander · 7 years ago
  14. 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]
  15. 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]
  16. 6776518 Move webrtc/{base => rtc_base} by Henrik Kjellander · 7 years ago[Renamed from webrtc/base/thread_unittest.cc]
  17. 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
  18. ef37ca5 Fixing potential AsyncInvoker deadlock that occurs for "reentrant" invocations. by deadbeef · 7 years ago
  19. c4a3173 Delete unused features of AsyncInvoke. by nisse · 7 years ago
  20. 30cba07 Delete unused class ComThread. by nisse · 7 years ago
  21. 37f5ecf Replace NULL with nullptr or null in webrtc/base/. by deadbeef · 7 years ago
  22. 162cb53 Making AsyncInvoker destructor thread-safe. by deadbeef · 7 years ago
  23. 5d97a9a Adding more detail to MessageQueue::Dispatch logging. by Taylor Brandstetter · 8 years ago
  24. bfefb03 Replace scoped_ptr with unique_ptr everywhere by kwiberg · 8 years ago
  25. 555604a Replace scoped_ptr with unique_ptr in webrtc/base/ by jbauch · 8 years ago
  26. 25d1f28 Fix race between Thread ctor/dtor and MessageQueueManager registrations. by jbauch · 8 years ago
  27. 5ad935c Remove mutable from rtc::CriticalSection members. by pbos · 8 years ago
  28. e2976c8 Remove DISABLED_ON_ macros. by Peter Boström · 9 years ago
  29. 8c38e8b Clean up PlatformThread. by Peter Boström · 9 years ago
  30. d9b75be Fix a data race in the thread unit tests. by nisse · 9 years ago
  31. 0c4e06b Use suffixed {uint,int}{8,16,32,64}_t types. by Peter Boström · 9 years ago
  32. a1f590f Add helper class GuardedAsyncInvoker to protect against thread dying by Magnus Jedvert · 9 years ago
  33. e93cbd1 Fix data races in ThreadTest.ThreeThreadsInvoke. by pbos@webrtc.org · 10 years ago
  34. c732a3e Re-enable allmost all base tests. by henrike@webrtc.org · 10 years ago
  35. e30dab7 base/thread_unittest: wrap test was setting current thread to NULL. by henrike@webrtc.org · 10 years ago
  36. 3987b6d Fix a problem in Thread::Send. by jiayl@webrtc.org · 10 years ago
  37. 9570560 Additional disabled tests in rtc_unittests. by kjellander@webrtc.org · 10 years ago
  38. fded02c base: disabled several base tests on Mac so that rtc_unittests can be turned back on by henrike@webrtc.org · 10 years ago
  39. ba737cb Do not require synchronization access on the thread if called from rtc::Thread::WrapCurrent. by jiayl@webrtc.org · 10 years ago
  40. e5063b1 Thread: delete racy API (Release()) and fix racy code (started()). by fischman@webrtc.org · 10 years ago
  41. f048872 Adds a modified copy of talk/base to webrtc/base. It is the first step in by henrike@webrtc.org · 10 years ago
  42. e9a604a Revert 6107 "Adds a modified copy of talk/base to webrtc/base. I..." by perkj@webrtc.org · 10 years ago
  43. 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