- 2a256c8 Implement support for Chrome task origin tracing. #2/4 by Markus Handell · 2 years ago
- 2ded55e Cleanup Thread::BlockingCall by Danil Chapovalov · 2 years, 1 month ago
- c3c8934 Use non recursive mutex in rtc::ThreadManager by Danil Chapovalov · 2 years, 2 months ago
- 82da932 Ensure task queues delete closures in task queue context. by Markus Handell · 2 years, 3 months ago
- 3ab76d9 Use non-recursive mutex in rtc::Thread by Danil Chapovalov · 2 years, 6 months ago
- d44e341 Delete rtc::Thread functions that use rtc::MessageHandler by Danil Chapovalov · 2 years, 6 months ago
- e16e3e2 Delete MessageHandlerAutoCleanup and ThreadManager::Clear by Danil Chapovalov · 2 years, 6 months ago
- ca1454a Delete rtc::Thread::Send in favor of rtc::Thread::BlockingCall by Danil Chapovalov · 2 years, 6 months ago
- 7c323ad in rtc::Thread introduce Invoke without rtc::Location parameter by Danil Chapovalov · 2 years, 6 months ago
- 9a21c49 SocketServer: Migrate Wait/kForever to TimeDelta. by Markus Handell · 2 years, 7 months ago
- 0bd1665 in rtc::Thread remove special handling of the Dispose message by Danil Chapovalov · 2 years, 7 months ago
- 207f853 In rtc::Thread hide MessageHandler handling as implementation details by Danil Chapovalov · 2 years, 7 months ago
- 7e8299b In rtc::Thread delete legacy implementation of the task queue by Danil Chapovalov · 2 years, 8 months ago
- 5286dcf Migrate rtc_base and rtc_tools to absl::AnyInvocable based TaskQueueBase interface by Danil Chapovalov · 2 years, 8 months ago
- 4bcf809 In rtc::Thread implement posting AnyInvocable by Danil Chapovalov · 2 years, 8 months ago
- 7a66900 Delete rtc_base/atomic_ops.h by Niels Möller · 2 years, 8 months ago
- c374d11 Move to_queued_task.h and pending_task_safety_flag.h into public API by Artem Titov · 2 years, 9 months ago
- 7fa9057 Adopt absl::string_view in function parameters under rtc_base/ by Ali Tofigh · 3 years ago
- 8382968 Reland "Remove workaround in AutoSocketServerThread that isn't needed anymore." by Mirko Bonadei · 3 years ago
- e4d3952 Revert "Remove workaround in AutoSocketServerThread that isn't needed anymore." by Taylor Brandstetter · 3 years ago
- 98d26df Reland "Delete NO_MAIN_THREAD_WRAPPING preprocessor define." by Niels Möller · 3 years, 1 month ago
- 44156fa0 Remove workaround in AutoSocketServerThread that isn't needed anymore. by Tommi · 3 years, 1 month ago
- cf9899c TaskQueueBase: Add PostDelayedHighPrecisionTask(). by Henrik Boström · 3 years, 2 months ago
- 14af762 Remove RTC_DISALLOW_COPY_AND_ASSIGN from rtc_base/ by Byoungchan Lee · 3 years, 2 months ago
- d325196 Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED by Artem Titov · 3 years, 4 months ago
- 481e345 Revert rtc_dcheck_always_on. by Mirko Bonadei · 3 years, 7 months ago
- 96e3b99 Use backticks not vertical bars to denote variables in comments for /rtc_base by Artem Titov · 3 years, 8 months ago
- 179b46b Add ScopedMessageData::Release. by Mirko Bonadei · 3 years, 8 months ago
- 8c185fc Reland "Add WebRTC specific dcheck_always_on." by Mirko Bonadei · 3 years, 8 months ago
- 145f289 Revert "Add WebRTC specific dcheck_always_on." by Mirko Bonadei · 3 years, 8 months ago
- 9f2a20f Add WebRTC specific dcheck_always_on. by Mirko Bonadei · 3 years, 8 months ago
- 1573716 Enforce thread invoke policy for invokes to itself by Artem Titov · 3 years, 10 months ago
- 9bd2457 Delete SignalQueueDestroyed by Niels Möller · 3 years, 11 months ago
- 89f3dd5 Make RTC_LOG_THREAD_BLOCK_COUNT less spammy for known call counts by Tomas Gunnarsson · 3 years, 11 months ago
- fe04164 Add utility to count the number of blocking thread invokes. by Tommi · 4 years ago
- d15a575 Use SequenceChecker from public API by Artem Titov · 4 years, 1 month ago
- ba69442 Configure threads with their own warning deadlines. by Harald Alvestrand · 4 years, 1 month ago
- e5f4c6b Reland "Refactor rtc_base build targets." by Mirko Bonadei · 4 years, 2 months ago
- 7acc2d9 Revert "Refactor rtc_base build targets." by Mirko Bonadei · 4 years, 2 months ago
- 69241a9 Refactor rtc_base build targets. by Mirko Bonadei · 4 years, 2 months ago
- 77baeee Make MessageHandler be a pure virtual interface. by Tomas Gunnarsson · 4 years, 6 months ago
- abdb470 Make MessageHandler cleanup optional. by Tomas Gunnarsson · 4 years, 6 months ago
- 0fd4c4e Stop using AutoThread in Thread::Send and make it test only. by Tomas Gunnarsson · 4 years, 6 months ago
- 3cb525b Rename CriticalSection to RecursiveCriticalSection. by Markus Handell · 4 years, 8 months ago
- dfc5f0d Reland "Add rtc::Thread invoke policy." by Artem Titov · 4 years, 8 months ago
- f37e9a3 Revert "Add rtc::Thread invoke policy." by Artem Titov · 4 years, 8 months ago
- 26d4f9c Add rtc::Thread invoke policy. by Artem Titov · 4 years, 8 months ago
- c33eeab Fix an incorrect use of iterator. by Jianjun Zhu · 4 years, 10 months ago
- 6866dc7 Reland "Make sure that "current" rtc::Thread instances are always current for TaskQueueBase." by Tommi · 4 years, 10 months ago
- 28685dc Revert "Make sure that "current" rtc::Thread instances are always current for TaskQueueBase." by Artem Titov · 4 years, 10 months ago
- 46b3bc6 Make sure that "current" rtc::Thread instances are always current for TaskQueueBase. by Tommi · 4 years, 10 months ago
- da7267a Makes Thread::Send execute sent messages after pending posted messages. by Sebastian Jansson · 5 years ago
- 61380c0 Cleanup of rtc::Thread. by Sebastian Jansson · 5 years ago
- 5d9b964 Do not allow sending tasks to a thread that is quitting. by Sebastian Jansson · 5 years ago
- 178a685 Allow overwriting current thread in ThreadManager. by Sebastian Jansson · 5 years ago
- b2b2031 Concatenate string literals at compile time. by Jonas Olsson · 5 years ago
- 6ea2c6a Cleanup: Merges Thread and MessageQueue. by Sebastian Jansson · 5 years ago
- 290de82 Cleanup: Replace MessageQueue pointers with Thread pointers. by Sebastian Jansson · 5 years ago
- bcc1a76 Add rtc::Thread::PostDelayedTask by Steve Anton · 5 years ago
- c5d7c52 Remove line number from rtc::Location by Steve Anton · 5 years ago
- 8931345 Take FunctionView rather than any functor reference in the rtc::Thread::Invoke by Danil Chapovalov · 5 years ago
- 912b3b8 Make rtc::Thread a TaskQueue by Danil Chapovalov · 5 years ago
- a4d8737 Format almost everything. by Jonas Olsson · 6 years ago
- 5a8f860 Prepare for deletion of the NO_MAIN_THREAD_WRAPPING preprocessor define by Niels Möller · 6 years ago
- d2e5013 Delete optional Runnable argument to rtc::Thread::Start by Niels Möller · 6 years ago
- 9d1840c Revert "Delete NO_MAIN_THREAD_WRAPPING preprocessor define." by Niels Moller · 6 years ago
- 0f78c6b Delete NO_MAIN_THREAD_WRAPPING preprocessor define. by Niels Möller · 6 years ago
- 5a96a0e Reland "Delete deprecated rtc::Thread default constructor" by Niels Möller · 6 years ago
- 6e70f18 Revert "Delete deprecated rtc::Thread default constructor" by Erik Språng · 6 years ago
- fdd6d3e Delete deprecated rtc::Thread default constructor by Niels Möller · 6 years ago
- 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
- 988cc08 [Cleanup] Add missing #include. Remove useless ones. by Yves Gerey · 6 years ago
- aba0633 Delete wrappers for snprintf and vsnprintf by Niels Möller · 6 years ago
- 62b1345 Get rid of thread_darwin file. by Kári Tristan Helgason · 6 years ago
- 2e00abc Reland "[cleanup] Remove useless includes." by Yves Gerey · 6 years ago
- 96a0f61 Revert "[cleanup] Remove useless includes." by Oleh Prypin · 6 years ago
- be8b534 [cleanup] Remove useless includes. by Yves Gerey · 6 years ago
- 5e007b7 Use function-local static variable for MessageQueueManager singleton. by Niels Möller · 7 years ago
- 8909a63 Reland "Explicitly wrap main thread in test_main.cc." by Niels Möller · 7 years ago
- a3b6601 Make ReceiveSendsFromThread use Dispatch by Ishan Khot · 7 years ago
- 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
- 14682a3 Delete macro RTC_DEFINE_STATIC_LOCAL. by Niels Möller · 7 years ago
- 80d02ad Suppress warning about exit in destructor, because it intended. by Artem Titov · 7 years ago
- 0867260 Fixing data race on vptr of Thread subclasses. by Taylor Brandstetter · 7 years ago
- 6f314bb Convert an RTC_DCHECK to logging an error in debug builds. by Tommi · 7 years ago
- 6cea2b0 Remove thread checker in thread.cc due to downstream issue. by Tommi · 7 years ago
- 5149242 Remove dependency on rtc::Event from rtc::Thread. by Tommi · 7 years ago
- 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
- 3b80aac Fix flaky memory leak in RemoteAudioSource by Steve Anton · 7 years ago
- 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
- bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/rtc_base/thread.cc]
- e725159 Reland of Make the default ctor of rtc::Thread, protected by tommi · 8 years ago
- e96c45b Reland "Update includes for webrtc/{base => rtc_base} rename (3/3)" by kjellander · 8 years ago
- 0072511 Revert "Update includes for webrtc/{base => rtc_base} rename (3/3)" by Henrik Kjellander · 8 years ago
- f1c5ebf Update includes for webrtc/{base => rtc_base} rename (3/3) by kjellander · 8 years ago
- c036276 Reland "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 8 years ago[Renamed from webrtc/base/thread.cc]
- ec78f1c Revert "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 8 years ago[Renamed from webrtc/rtc_base/thread.cc]
- 6776518 Move webrtc/{base => rtc_base} by Henrik Kjellander · 8 years ago[Renamed from webrtc/base/thread.cc]
- 22e0814 Update VirtualSocketServerTest to use a fake clock. by deadbeef · 8 years ago
- 7eaa4ea Delete method MessageQueue::set_socketserver by nisse · 8 years ago