- 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
- f13a096 Fix memory leak in Thread::PostTask. 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
- 9debe5a Deleting copy constructors for Scoped* classes. by Sebastian Jansson · 6 years ago
- ba4dcc3 rtc::Thread::PostTask() added. by Henrik Boström · 6 years ago
- 3256225 "Remove" loophole in rtc::Thread::ScopedDisallowBlockingCalls by Karl Wiberg · 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
- 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
- 8909a63 Reland "Explicitly wrap main thread in test_main.cc." by Niels Möller · 6 years ago
- 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
- 0867260 Fixing data race on vptr of Thread subclasses. by Taylor Brandstetter · 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
- 2d8c3f0 Remove unused methods from rtc::Thread. by Tommi · 7 years ago
- d6b4819 PeerConnection::StartRtcEventLog: Improve callback memory safety by Karl Wiberg · 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.h]
- 3c6abd2 Update thread annotiation macros in rtc_base to use RTC_ prefix by danilchap · 7 years ago
- 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
- 9a2d2dd Rename thread annotation macros to have RTC prefix for syncrhonization primitives. by danilchap · 7 years ago
- e725159 Reland of Make the default ctor of rtc::Thread, protected by tommi · 8 years ago
- a117b04 Revert of Make the default ctor of rtc::Thread, protected (patchset #3 id:40001 of https://codereview.webrtc.org/2981623002/ ) by charujain · 8 years ago
- a8a3515 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 (98%) from webrtc/base/thread.h]
- ec78f1c Revert "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 8 years ago
- 6776518 Move webrtc/{base => rtc_base} by Henrik Kjellander · 8 years ago
- 7eaa4ea Delete method MessageQueue::set_socketserver by nisse · 8 years ago
- 7866cfe Move autowrap from ThreadManager constructor to Thread::Current. by nisse · 8 years ago
- 30cba07 Delete unused class ComThread. by nisse · 8 years ago
- 61abe15 Add Darwin thread.h implementation. by kthelgason · 8 years ago
- 37f5ecf Replace NULL with nullptr or null in webrtc/base/. by deadbeef · 8 years ago
- 8dd4ec3 Fix clang style warnings in webrtc/base/thread.h by aleloi · 8 years ago
- 81baed3 Add ability to return moved value from FunctorMessageHandler, Optional. by deadbeef · 8 years ago
- dc20e26 Use correct calling convention for CreateThread callback on Windows. by deadbeef · 8 years ago
- 5d97a9a Adding more detail to MessageQueue::Dispatch logging. by Taylor Brandstetter · 9 years ago
- 8e572f0 Adds macros to annotate variables and functions used from same thread or queue. by danilchap · 9 years ago
- bfefb03 Replace scoped_ptr with unique_ptr everywhere by kwiberg · 9 years ago
- bebf54c Adds clearer function to create rtc::Thread without Physical SocketServer by danilchap · 9 years ago
- 25d1f28 Fix race between Thread ctor/dtor and MessageQueueManager registrations. by jbauch · 9 years ago
- 8c38e8b Clean up PlatformThread. by Peter Boström · 9 years ago
- 0c4e06b Use suffixed {uint,int}{8,16,32,64}_t types. by Peter Boström · 9 years ago
- 3c089d7 Add RTC_ prefix to contructormagic macros. by henrikg · 9 years ago
- 7c64ed2 Move trace_event and associated files to webrtc/base. by tommi@webrtc.org · 10 years ago
- 67186fe Fix clang style warnings in webrtc/base by kwiberg@webrtc.org · 10 years ago
- 53d9012 Clean kForever from basictypes and move it to the interfaces that actually have it. by andresp@webrtc.org · 10 years ago
- e30dab7 base/thread_unittest: wrap test was setting current thread to NULL. by henrike@webrtc.org · 10 years ago
- 7dfb7fa Reland disallowing blocking calls on the worker thread. by jiayl@webrtc.org · 10 years ago
- 3987b6d Fix a problem in Thread::Send. by jiayl@webrtc.org · 10 years ago
- ba737cb Do not require synchronization access on the thread if called from rtc::Thread::WrapCurrent. by jiayl@webrtc.org · 10 years ago
- 42fe435 Remove Thread::RunningForChannelManager(). by tkchin@webrtc.org · 11 years ago
- 92a9bac Rebase webrtc/base with r6682 version of talk/base: by henrike@webrtc.org · 11 years ago
- e5063b1 Thread: delete racy API (Release()) and fix racy code (started()). by fischman@webrtc.org · 11 years ago
- f048872 Adds a modified copy of talk/base to webrtc/base. It is the first step in by henrike@webrtc.org · 11 years ago
- e9a604a Revert 6107 "Adds a modified copy of talk/base to webrtc/base. I..." by perkj@webrtc.org · 11 years ago
- 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