1. 6ce033a Moves ownership of time controller into NetworkEmulationManager. by Sebastian Jansson · 4 years, 8 months ago
  2. 61380c0 Cleanup of rtc::Thread. by Sebastian Jansson · 4 years, 8 months ago
  3. 7338782 Cleanup: Removes MessageQueue header and alias by Sebastian Jansson · 4 years, 8 months ago
  4. 178a685 Allow overwriting current thread in ThreadManager. by Sebastian Jansson · 4 years, 8 months ago
  5. 6ea2c6a Cleanup: Merges Thread and MessageQueue. by Sebastian Jansson · 4 years, 8 months ago
  6. bcc1a76 Add rtc::Thread::PostDelayedTask by Steve Anton · 4 years, 9 months ago
  7. 8931345 Take FunctionView rather than any functor reference in the rtc::Thread::Invoke by Danil Chapovalov · 4 years, 10 months ago
  8. 912b3b8 Make rtc::Thread a TaskQueue by Danil Chapovalov · 4 years, 10 months ago
  9. 4ff1c87 Fix RTC_LOCKABLE RTC_EXPORT order for rtc::Thread. by Mirko Bonadei · 5 years ago
  10. 35214fc Add missing RTC_EXPORT for the component build. by Mirko Bonadei · 5 years ago
  11. a4d8737 Format almost everything. by Jonas Olsson · 5 years ago
  12. d2e5013 Delete optional Runnable argument to rtc::Thread::Start by Niels Möller · 5 years ago
  13. 9d1840c Revert "Delete NO_MAIN_THREAD_WRAPPING preprocessor define." by Niels Moller · 5 years ago
  14. 0f78c6b Delete NO_MAIN_THREAD_WRAPPING preprocessor define. by Niels Möller · 5 years ago
  15. 5a96a0e Reland "Delete deprecated rtc::Thread default constructor" by Niels Möller · 5 years ago
  16. f13a096 Fix memory leak in Thread::PostTask. by Niels Möller · 5 years ago
  17. 6e70f18 Revert "Delete deprecated rtc::Thread default constructor" by Erik Språng · 5 years ago
  18. fdd6d3e Delete deprecated rtc::Thread default constructor by Niels Möller · 5 years ago
  19. 9debe5a Deleting copy constructors for Scoped* classes. by Sebastian Jansson · 5 years ago
  20. ba4dcc3 rtc::Thread::PostTask() added. by Henrik Boström · 6 years ago
  21. 3256225 "Remove" loophole in rtc::Thread::ScopedDisallowBlockingCalls by Karl Wiberg · 6 years ago
  22. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  23. 988cc08 [Cleanup] Add missing #include. Remove useless ones. by Yves Gerey · 6 years ago
  24. 2e00abc Reland "[cleanup] Remove useless includes." by Yves Gerey · 6 years ago
  25. 96a0f61 Revert "[cleanup] Remove useless includes." by Oleh Prypin · 6 years ago
  26. be8b534 [cleanup] Remove useless includes. by Yves Gerey · 6 years ago
  27. 8909a63 Reland "Explicitly wrap main thread in test_main.cc." by Niels Möller · 6 years ago
  28. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  29. 0867260 Fixing data race on vptr of Thread subclasses. by Taylor Brandstetter · 7 years ago
  30. 6cea2b0 Remove thread checker in thread.cc due to downstream issue. by Tommi · 7 years ago
  31. 5149242 Remove dependency on rtc::Event from rtc::Thread. by Tommi · 7 years ago
  32. 2d8c3f0 Remove unused methods from rtc::Thread. by Tommi · 7 years ago
  33. d6b4819 PeerConnection::StartRtcEventLog: Improve callback memory safety by Karl Wiberg · 7 years ago
  34. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  35. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/rtc_base/thread.h]
  36. 3c6abd2 Update thread annotiation macros in rtc_base to use RTC_ prefix by danilchap · 7 years ago
  37. 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 · 7 years ago
  38. 9a2d2dd Rename thread annotation macros to have RTC prefix for syncrhonization primitives. by danilchap · 7 years ago
  39. e725159 Reland of Make the default ctor of rtc::Thread, protected by tommi · 7 years ago
  40. 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
  41. a8a3515 Make the default ctor of rtc::Thread, protected. by tommi · 7 years ago
  42. e96c45b Reland "Update includes for webrtc/{base => rtc_base} rename (3/3)" by kjellander · 7 years ago
  43. 0072511 Revert "Update includes for webrtc/{base => rtc_base} rename (3/3)" by Henrik Kjellander · 7 years ago
  44. f1c5ebf Update includes for webrtc/{base => rtc_base} rename (3/3) by kjellander · 7 years ago
  45. c036276 Reland "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 7 years ago[Renamed (98%) from webrtc/base/thread.h]
  46. ec78f1c Revert "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 7 years ago
  47. 6776518 Move webrtc/{base => rtc_base} by Henrik Kjellander · 7 years ago
  48. 7eaa4ea Delete method MessageQueue::set_socketserver by nisse · 7 years ago
  49. 7866cfe Move autowrap from ThreadManager constructor to Thread::Current. by nisse · 7 years ago
  50. 30cba07 Delete unused class ComThread. by nisse · 7 years ago
  51. 61abe15 Add Darwin thread.h implementation. by kthelgason · 7 years ago
  52. 37f5ecf Replace NULL with nullptr or null in webrtc/base/. by deadbeef · 8 years ago
  53. 8dd4ec3 Fix clang style warnings in webrtc/base/thread.h by aleloi · 8 years ago
  54. 81baed3 Add ability to return moved value from FunctorMessageHandler, Optional. by deadbeef · 8 years ago
  55. dc20e26 Use correct calling convention for CreateThread callback on Windows. by deadbeef · 8 years ago
  56. 5d97a9a Adding more detail to MessageQueue::Dispatch logging. by Taylor Brandstetter · 8 years ago
  57. 8e572f0 Adds macros to annotate variables and functions used from same thread or queue. by danilchap · 8 years ago
  58. bfefb03 Replace scoped_ptr with unique_ptr everywhere by kwiberg · 8 years ago
  59. bebf54c Adds clearer function to create rtc::Thread without Physical SocketServer by danilchap · 8 years ago
  60. 25d1f28 Fix race between Thread ctor/dtor and MessageQueueManager registrations. by jbauch · 9 years ago
  61. 8c38e8b Clean up PlatformThread. by Peter Boström · 9 years ago
  62. 0c4e06b Use suffixed {uint,int}{8,16,32,64}_t types. by Peter Boström · 9 years ago
  63. 3c089d7 Add RTC_ prefix to contructormagic macros. by henrikg · 9 years ago
  64. 7c64ed2 Move trace_event and associated files to webrtc/base. by tommi@webrtc.org · 10 years ago
  65. 67186fe Fix clang style warnings in webrtc/base by kwiberg@webrtc.org · 10 years ago
  66. 53d9012 Clean kForever from basictypes and move it to the interfaces that actually have it. by andresp@webrtc.org · 10 years ago
  67. e30dab7 base/thread_unittest: wrap test was setting current thread to NULL. by henrike@webrtc.org · 10 years ago
  68. 7dfb7fa Reland disallowing blocking calls on the worker thread. by jiayl@webrtc.org · 10 years ago
  69. 3987b6d Fix a problem in Thread::Send. by jiayl@webrtc.org · 10 years ago
  70. ba737cb Do not require synchronization access on the thread if called from rtc::Thread::WrapCurrent. by jiayl@webrtc.org · 10 years ago
  71. 42fe435 Remove Thread::RunningForChannelManager(). by tkchin@webrtc.org · 10 years ago
  72. 92a9bac Rebase webrtc/base with r6682 version of talk/base: by henrike@webrtc.org · 10 years ago
  73. e5063b1 Thread: delete racy API (Release()) and fix racy code (started()). by fischman@webrtc.org · 10 years ago
  74. f048872 Adds a modified copy of talk/base to webrtc/base. It is the first step in by henrike@webrtc.org · 10 years ago
  75. e9a604a Revert 6107 "Adds a modified copy of talk/base to webrtc/base. I..." by perkj@webrtc.org · 10 years ago
  76. 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