1. c33eeab Fix an incorrect use of iterator. by Jianjun Zhu · 4 years, 6 months ago
  2. 6866dc7 Reland "Make sure that "current" rtc::Thread instances are always current for TaskQueueBase." by Tommi · 4 years, 6 months ago
  3. 28685dc Revert "Make sure that "current" rtc::Thread instances are always current for TaskQueueBase." by Artem Titov · 4 years, 6 months ago
  4. 46b3bc6 Make sure that "current" rtc::Thread instances are always current for TaskQueueBase. by Tommi · 4 years, 6 months ago
  5. da7267a Makes Thread::Send execute sent messages after pending posted messages. by Sebastian Jansson · 4 years, 9 months ago
  6. 61380c0 Cleanup of rtc::Thread. by Sebastian Jansson · 4 years, 10 months ago
  7. 5d9b964 Do not allow sending tasks to a thread that is quitting. by Sebastian Jansson · 4 years, 10 months ago
  8. 178a685 Allow overwriting current thread in ThreadManager. by Sebastian Jansson · 4 years, 10 months ago
  9. b2b2031 Concatenate string literals at compile time. by Jonas Olsson · 4 years, 10 months ago
  10. 6ea2c6a Cleanup: Merges Thread and MessageQueue. by Sebastian Jansson · 4 years, 10 months ago
  11. 290de82 Cleanup: Replace MessageQueue pointers with Thread pointers. by Sebastian Jansson · 4 years, 11 months ago
  12. bcc1a76 Add rtc::Thread::PostDelayedTask by Steve Anton · 5 years ago
  13. c5d7c52 Remove line number from rtc::Location by Steve Anton · 5 years ago
  14. 8931345 Take FunctionView rather than any functor reference in the rtc::Thread::Invoke by Danil Chapovalov · 5 years ago
  15. 912b3b8 Make rtc::Thread a TaskQueue by Danil Chapovalov · 5 years ago
  16. a4d8737 Format almost everything. by Jonas Olsson · 5 years ago
  17. 5a8f860 Prepare for deletion of the NO_MAIN_THREAD_WRAPPING preprocessor define by Niels Möller · 5 years ago
  18. d2e5013 Delete optional Runnable argument to rtc::Thread::Start by Niels Möller · 5 years ago
  19. 9d1840c Revert "Delete NO_MAIN_THREAD_WRAPPING preprocessor define." by Niels Moller · 6 years ago
  20. 0f78c6b Delete NO_MAIN_THREAD_WRAPPING preprocessor define. by Niels Möller · 6 years ago
  21. 5a96a0e Reland "Delete deprecated rtc::Thread default constructor" by Niels Möller · 6 years ago
  22. 6e70f18 Revert "Delete deprecated rtc::Thread default constructor" by Erik Språng · 6 years ago
  23. fdd6d3e Delete deprecated rtc::Thread default constructor by Niels Möller · 6 years ago
  24. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  25. 988cc08 [Cleanup] Add missing #include. Remove useless ones. by Yves Gerey · 6 years ago
  26. aba0633 Delete wrappers for snprintf and vsnprintf by Niels Möller · 6 years ago
  27. 62b1345 Get rid of thread_darwin file. by Kári Tristan Helgason · 6 years ago
  28. 2e00abc Reland "[cleanup] Remove useless includes." by Yves Gerey · 6 years ago
  29. 96a0f61 Revert "[cleanup] Remove useless includes." by Oleh Prypin · 6 years ago
  30. be8b534 [cleanup] Remove useless includes. by Yves Gerey · 6 years ago
  31. 5e007b7 Use function-local static variable for MessageQueueManager singleton. by Niels Möller · 6 years ago
  32. 8909a63 Reland "Explicitly wrap main thread in test_main.cc." by Niels Möller · 6 years ago
  33. a3b6601 Make ReceiveSendsFromThread use Dispatch by Ishan Khot · 6 years ago
  34. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  35. 14682a3 Delete macro RTC_DEFINE_STATIC_LOCAL. by Niels Möller · 6 years ago
  36. 80d02ad Suppress warning about exit in destructor, because it intended. by Artem Titov · 7 years ago
  37. 0867260 Fixing data race on vptr of Thread subclasses. by Taylor Brandstetter · 7 years ago
  38. 6f314bb Convert an RTC_DCHECK to logging an error in debug builds. by Tommi · 7 years ago
  39. 6cea2b0 Remove thread checker in thread.cc due to downstream issue. by Tommi · 7 years ago
  40. 5149242 Remove dependency on rtc::Event from rtc::Thread. by Tommi · 7 years ago
  41. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  42. 3b80aac Fix flaky memory leak in RemoteAudioSource by Steve Anton · 7 years ago
  43. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  44. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/rtc_base/thread.cc]
  45. e725159 Reland of Make the default ctor of rtc::Thread, protected by tommi · 7 years ago
  46. e96c45b Reland "Update includes for webrtc/{base => rtc_base} rename (3/3)" by kjellander · 7 years ago
  47. 0072511 Revert "Update includes for webrtc/{base => rtc_base} rename (3/3)" by Henrik Kjellander · 7 years ago
  48. f1c5ebf Update includes for webrtc/{base => rtc_base} rename (3/3) by kjellander · 7 years ago
  49. c036276 Reland "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 7 years ago[Renamed from webrtc/base/thread.cc]
  50. ec78f1c Revert "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 7 years ago[Renamed from webrtc/rtc_base/thread.cc]
  51. 6776518 Move webrtc/{base => rtc_base} by Henrik Kjellander · 7 years ago[Renamed from webrtc/base/thread.cc]
  52. 22e0814 Update VirtualSocketServerTest to use a fake clock. by deadbeef · 7 years ago
  53. 7eaa4ea Delete method MessageQueue::set_socketserver by nisse · 8 years ago
  54. 7866cfe Move autowrap from ThreadManager constructor to Thread::Current. by nisse · 8 years ago
  55. 30cba07 Delete unused class ComThread. by nisse · 8 years ago
  56. 61abe15 Add Darwin thread.h implementation. by kthelgason · 8 years ago
  57. 37f5ecf Replace NULL with nullptr or null in webrtc/base/. by deadbeef · 8 years ago
  58. de6adbe Remove non-ARC code from the codebase. by kthelgason · 8 years ago
  59. 8dd4ec3 Fix clang style warnings in webrtc/base/thread.h by aleloi · 8 years ago
  60. dc20e26 Use correct calling convention for CreateThread callback on Windows. by deadbeef · 8 years ago
  61. 7d25426 Delete unneeded includes of base/common.h. by nisse · 8 years ago
  62. ede5da4 Replace ASSERT by RTC_DCHECK in all non-test code. by nisse · 8 years ago
  63. 02a5797 Reland of "Protect MessageQueue stop field with a critical section to avoid data races." (refs/heads/master@{#13430}). by André Susano Pinto · 8 years ago
  64. a2c9008 Revert of Protect MessageQueue stop field with a critical section to avoid data races. (patchset #5 id:80001 of https://codereview.webrtc.org/2023193002/ ) by henrika · 8 years ago
  65. 1d35d29 Protect MessageQueue stop field with a critical section to avoid data races. by andresp · 8 years ago
  66. 5d97a9a Adding more detail to MessageQueue::Dispatch logging. by Taylor Brandstetter · 8 years ago
  67. 2b3bf6b Re-enabling socket tests that were previously flaky. by Taylor Brandstetter · 9 years ago
  68. 82d7862 Change default timestamp to 64 bits in all webrtc directories. by Honghai Zhang · 9 years ago
  69. bebf54c Adds clearer function to create rtc::Thread without Physical SocketServer by danilchap · 9 years ago
  70. 9ccedc3 Reland: Prevent data race in MessageQueue. by jbauch · 9 years ago
  71. 9674d7c Revert of Prevent data race in MessageQueue. (patchset #3 id:40001 of https://codereview.webrtc.org/1675923002/ ) by jbauch · 9 years ago
  72. df88460 Prevent data race in MessageQueue. by jbauch · 9 years ago
  73. 25d1f28 Fix race between Thread ctor/dtor and MessageQueueManager registrations. by jbauch · 9 years ago
  74. 8c38e8b Clean up PlatformThread. by Peter Boström · 9 years ago
  75. a41ab93 Switch usage of _DEBUG macro to NDEBUG. by tfarina · 9 years ago
  76. 0c4e06b Use suffixed {uint,int}{8,16,32,64}_t types. by Peter Boström · 9 years ago
  77. 469c2c0 Make Config::default_value leak instead of having an exit-time destructor. by Andrew MacDonald · 10 years ago
  78. ea14f0a Move SetCurrentThreadName to platform_thread.* in rtc_base_approved, by Tommi · 10 years ago
  79. 7c64ed2 Move trace_event and associated files to webrtc/base. by tommi@webrtc.org · 10 years ago
  80. 1fd362c Do not assert for blocking call allowed in Thread::Join. by jiayl@webrtc.org · 10 years ago
  81. 3987b6d Fix a problem in Thread::Send. by jiayl@webrtc.org · 10 years ago
  82. ba737cb Do not require synchronization access on the thread if called from rtc::Thread::WrapCurrent. by jiayl@webrtc.org · 10 years ago
  83. 92a9bac Rebase webrtc/base with r6682 version of talk/base: by henrike@webrtc.org · 10 years ago
  84. e5063b1 Thread: delete racy API (Release()) and fix racy code (started()). by fischman@webrtc.org · 11 years ago
  85. 99b4162 Rebase webrtc/base 6163:6216 (svn diff -r 6163:6216 http://webrtc.googlecode.com/svn/trunk/talk/base, apply diff manually) by henrike@webrtc.org · 11 years ago
  86. f048872 Adds a modified copy of talk/base to webrtc/base. It is the first step in by henrike@webrtc.org · 11 years ago
  87. e9a604a Revert 6107 "Adds a modified copy of talk/base to webrtc/base. I..." by perkj@webrtc.org · 11 years ago
  88. 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 · 11 years ago