1. 35214fc Add missing RTC_EXPORT for the component build. by Mirko Bonadei · 5 years ago
  2. d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 6 years ago
  3. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  4. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago[Renamed from rtc_base/messagequeue.h]
  5. 2e00abc Reland "[cleanup] Remove useless includes." by Yves Gerey · 6 years ago
  6. 96a0f61 Revert "[cleanup] Remove useless includes." by Oleh Prypin · 6 years ago
  7. be8b534 [cleanup] Remove useless includes. by Yves Gerey · 6 years ago
  8. 5e007b7 Use function-local static variable for MessageQueueManager singleton. by Niels Möller · 6 years ago
  9. 8909a63 Reland "Explicitly wrap main thread in test_main.cc." by Niels Möller · 6 years ago
  10. e41c433 Move sigslot to proper third_party directory by Artem Titov · 6 years ago
  11. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  12. 65ec0fc Delete unneeded includes of basictypes.h. by Niels Möller · 6 years ago
  13. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  14. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/rtc_base/messagequeue.h]
  15. 3c6abd2 Update thread annotiation macros in rtc_base to use RTC_ prefix by danilchap · 7 years ago
  16. 8290ddf Revert of Delete SignalThread class. (patchset #20 id:380001 of https://codereview.webrtc.org/2915253002/ ) by deadbeef · 7 years ago
  17. 5b36173 Support re-entrant calls to MessageQueueManager::Clear. by jbauch · 7 years ago
  18. e96c45b Reland "Update includes for webrtc/{base => rtc_base} rename (3/3)" by kjellander · 7 years ago
  19. 0072511 Revert "Update includes for webrtc/{base => rtc_base} rename (3/3)" by Henrik Kjellander · 7 years ago
  20. f1c5ebf Update includes for webrtc/{base => rtc_base} rename (3/3) by kjellander · 7 years ago
  21. bc8feda Delete SignalThread class. by nisse · 7 years ago
  22. c036276 Reland "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 7 years ago[Renamed (98%) from webrtc/base/messagequeue.h]
  23. ec78f1c Revert "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 7 years ago
  24. 6776518 Move webrtc/{base => rtc_base} by Henrik Kjellander · 7 years ago
  25. 7eaa4ea Delete method MessageQueue::set_socketserver by nisse · 7 years ago
  26. 37f5ecf Replace NULL with nullptr or null in webrtc/base/. by deadbeef · 8 years ago
  27. a8bc1a1 Relanding: Use std::unique_ptr instead of rtc::scoped_refptr in AsyncInvoker. by deadbeef · 8 years ago
  28. 884a728 Revert of Use std::unique_ptr instead of rtc::scoped_refptr in AsyncInvoker. (patchset #2 id:20001 of https://codereview.webrtc.org/2689233003/ ) by deadbeef · 8 years ago
  29. a5a4729 Use std::unique_ptr instead of rtc::scoped_refptr in AsyncInvoker. by deadbeef · 8 years ago
  30. 1749bc3 Use fake clock in some more networks tests. by pthatcher · 8 years ago
  31. e04064d Revert of Delete unused class/template ScopedMessageData. (patchset #1 id:1 of https://codereview.webrtc.org/2652663002/ ) by aleloi · 8 years ago
  32. d83fb92 Delete unused class/template ScopedMessageData. by nisse · 8 years ago
  33. 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
  34. 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
  35. 1d35d29 Protect MessageQueue stop field with a critical section to avoid data races. by andresp · 8 years ago
  36. cdf6172 Replace reentrant ASSERT checks in MessageQueueManager with a non-racy version. by andresp · 8 years ago
  37. 5d97a9a Adding more detail to MessageQueue::Dispatch logging. by Taylor Brandstetter · 8 years ago
  38. f5f03e8 Reland of: Improving the fake clock and using it to fix a flaky STUN timeout test. by deadbeef · 8 years ago
  39. f83a94a Revert of Improving the fake clock and using it to fix a flaky STUN timeout test. (patchset #10 id:180001 of https://codereview.webrtc.org/2024813004/ ) by deadbeef · 8 years ago
  40. ffbe0e1 Improving the fake clock and using it to fix a flaky STUN timeout test. by deadbeef · 8 years ago
  41. b3c6810 Adding the ability to use a simulated clock for unit tests. by Taylor Brandstetter · 8 years ago
  42. 2b3bf6b Re-enabling socket tests that were previously flaky. by Taylor Brandstetter · 8 years ago
  43. 82d7862 Change default timestamp to 64 bits in all webrtc directories. by Honghai Zhang · 8 years ago
  44. bebf54c Adds clearer function to create rtc::Thread without Physical SocketServer by danilchap · 8 years ago
  45. 555604a Replace scoped_ptr with unique_ptr in webrtc/base/ by jbauch · 8 years ago
  46. 9ccedc3 Reland: Prevent data race in MessageQueue. by jbauch · 9 years ago
  47. 9674d7c Revert of Prevent data race in MessageQueue. (patchset #3 id:40001 of https://codereview.webrtc.org/1675923002/ ) by jbauch · 9 years ago
  48. df88460 Prevent data race in MessageQueue. by jbauch · 9 years ago
  49. 25d1f28 Fix race between Thread ctor/dtor and MessageQueueManager registrations. by jbauch · 9 years ago
  50. 5ad935c Remove mutable from rtc::CriticalSection members. by pbos · 9 years ago
  51. 0c4e06b Use suffixed {uint,int}{8,16,32,64}_t types. by Peter Boström · 9 years ago
  52. 3c089d7 Add RTC_ prefix to contructormagic macros. by henrikg · 9 years ago
  53. 67186fe Fix clang style warnings in webrtc/base by kwiberg@webrtc.org · 10 years ago
  54. 53d9012 Clean kForever from basictypes and move it to the interfaces that actually have it. by andresp@webrtc.org · 10 years ago
  55. 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 · 10 years ago
  56. f048872 Adds a modified copy of talk/base to webrtc/base. It is the first step in by henrike@webrtc.org · 10 years ago
  57. e9a604a Revert 6107 "Adds a modified copy of talk/base to webrtc/base. I..." by perkj@webrtc.org · 10 years ago
  58. 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