1. d6b4819 PeerConnection::StartRtcEventLog: Improve callback memory safety by Karl Wiberg · 7 years ago
  2. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  3. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/rtc_base/thread.h]
  4. 3c6abd2 Update thread annotiation macros in rtc_base to use RTC_ prefix by danilchap · 7 years ago
  5. 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
  6. 9a2d2dd Rename thread annotation macros to have RTC prefix for syncrhonization primitives. by danilchap · 7 years ago
  7. e725159 Reland of Make the default ctor of rtc::Thread, protected by tommi · 7 years ago
  8. 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
  9. a8a3515 Make the default ctor of rtc::Thread, protected. by tommi · 7 years ago
  10. e96c45b Reland "Update includes for webrtc/{base => rtc_base} rename (3/3)" by kjellander · 7 years ago
  11. 0072511 Revert "Update includes for webrtc/{base => rtc_base} rename (3/3)" by Henrik Kjellander · 7 years ago
  12. f1c5ebf Update includes for webrtc/{base => rtc_base} rename (3/3) by kjellander · 7 years ago
  13. 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]
  14. ec78f1c Revert "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 7 years ago
  15. 6776518 Move webrtc/{base => rtc_base} by Henrik Kjellander · 7 years ago
  16. 7eaa4ea Delete method MessageQueue::set_socketserver by nisse · 7 years ago
  17. 7866cfe Move autowrap from ThreadManager constructor to Thread::Current. by nisse · 7 years ago
  18. 30cba07 Delete unused class ComThread. by nisse · 7 years ago
  19. 61abe15 Add Darwin thread.h implementation. by kthelgason · 7 years ago
  20. 37f5ecf Replace NULL with nullptr or null in webrtc/base/. by deadbeef · 7 years ago
  21. 8dd4ec3 Fix clang style warnings in webrtc/base/thread.h by aleloi · 7 years ago
  22. 81baed3 Add ability to return moved value from FunctorMessageHandler, Optional. by deadbeef · 7 years ago
  23. dc20e26 Use correct calling convention for CreateThread callback on Windows. by deadbeef · 7 years ago
  24. 5d97a9a Adding more detail to MessageQueue::Dispatch logging. by Taylor Brandstetter · 8 years ago
  25. 8e572f0 Adds macros to annotate variables and functions used from same thread or queue. by danilchap · 8 years ago
  26. bfefb03 Replace scoped_ptr with unique_ptr everywhere by kwiberg · 8 years ago
  27. bebf54c Adds clearer function to create rtc::Thread without Physical SocketServer by danilchap · 8 years ago
  28. 25d1f28 Fix race between Thread ctor/dtor and MessageQueueManager registrations. by jbauch · 8 years ago
  29. 8c38e8b Clean up PlatformThread. by Peter Boström · 9 years ago
  30. 0c4e06b Use suffixed {uint,int}{8,16,32,64}_t types. by Peter Boström · 9 years ago
  31. 3c089d7 Add RTC_ prefix to contructormagic macros. by henrikg · 9 years ago
  32. 7c64ed2 Move trace_event and associated files to webrtc/base. by tommi@webrtc.org · 9 years ago
  33. 67186fe Fix clang style warnings in webrtc/base by kwiberg@webrtc.org · 9 years ago
  34. 53d9012 Clean kForever from basictypes and move it to the interfaces that actually have it. by andresp@webrtc.org · 9 years ago
  35. e30dab7 base/thread_unittest: wrap test was setting current thread to NULL. by henrike@webrtc.org · 10 years ago
  36. 7dfb7fa Reland disallowing blocking calls on the worker thread. by jiayl@webrtc.org · 10 years ago
  37. 3987b6d Fix a problem in Thread::Send. by jiayl@webrtc.org · 10 years ago
  38. ba737cb Do not require synchronization access on the thread if called from rtc::Thread::WrapCurrent. by jiayl@webrtc.org · 10 years ago
  39. 42fe435 Remove Thread::RunningForChannelManager(). by tkchin@webrtc.org · 10 years ago
  40. 92a9bac Rebase webrtc/base with r6682 version of talk/base: by henrike@webrtc.org · 10 years ago
  41. e5063b1 Thread: delete racy API (Release()) and fix racy code (started()). by fischman@webrtc.org · 10 years ago
  42. f048872 Adds a modified copy of talk/base to webrtc/base. It is the first step in by henrike@webrtc.org · 10 years ago
  43. e9a604a Revert 6107 "Adds a modified copy of talk/base to webrtc/base. I..." by perkj@webrtc.org · 10 years ago
  44. 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