1. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 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/messagequeue.cc]
  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. 8290ddf Revert of Delete SignalThread class. (patchset #20 id:380001 of https://codereview.webrtc.org/2915253002/ ) by deadbeef · 7 years ago
  8. 5b36173 Support re-entrant calls to MessageQueueManager::Clear. by jbauch · 7 years ago
  9. e96c45b Reland "Update includes for webrtc/{base => rtc_base} rename (3/3)" by kjellander · 7 years ago
  10. 0072511 Revert "Update includes for webrtc/{base => rtc_base} rename (3/3)" by Henrik Kjellander · 7 years ago
  11. f1c5ebf Update includes for webrtc/{base => rtc_base} rename (3/3) by kjellander · 7 years ago
  12. bc8feda Delete SignalThread class. by nisse · 7 years ago
  13. c036276 Reland "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 7 years ago[Renamed from webrtc/base/messagequeue.cc]
  14. ec78f1c Revert "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 7 years ago[Renamed from webrtc/rtc_base/messagequeue.cc]
  15. 6776518 Move webrtc/{base => rtc_base} by Henrik Kjellander · 7 years ago[Renamed from webrtc/base/messagequeue.cc]
  16. 7eaa4ea Delete method MessageQueue::set_socketserver by nisse · 7 years ago
  17. 37f5ecf Replace NULL with nullptr or null in webrtc/base/. by deadbeef · 7 years ago
  18. 1749bc3 Use fake clock in some more networks tests. by pthatcher · 7 years ago
  19. 7ce109a Replace the easy cases of VERIFY usage. by nisse · 7 years ago
  20. 7d25426 Delete unneeded includes of base/common.h. by nisse · 7 years ago
  21. ede5da4 Replace ASSERT by RTC_DCHECK in all non-test code. by nisse · 8 years ago
  22. fe7d091 Fixing a couple cases that cause ProcessAllMessageQueues to hang. by Taylor Brandstetter · 8 years ago
  23. 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
  24. 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
  25. 1d35d29 Protect MessageQueue stop field with a critical section to avoid data races. by andresp · 8 years ago
  26. cdf6172 Replace reentrant ASSERT checks in MessageQueueManager with a non-racy version. by andresp · 8 years ago
  27. 5d97a9a Adding more detail to MessageQueue::Dispatch logging. by Taylor Brandstetter · 8 years ago
  28. f5f03e8 Reland of: Improving the fake clock and using it to fix a flaky STUN timeout test. by deadbeef · 8 years ago
  29. 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
  30. ffbe0e1 Improving the fake clock and using it to fix a flaky STUN timeout test. by deadbeef · 8 years ago
  31. b3c6810 Adding the ability to use a simulated clock for unit tests. by Taylor Brandstetter · 8 years ago
  32. 2b3bf6b Re-enabling socket tests that were previously flaky. by Taylor Brandstetter · 8 years ago
  33. 82d7862 Change default timestamp to 64 bits in all webrtc directories. by Honghai Zhang · 8 years ago
  34. 79e2842 Add tracing to MessageQueue::Dispatch. by pbos · 8 years ago
  35. bebf54c Adds clearer function to create rtc::Thread without Physical SocketServer by danilchap · 8 years ago
  36. 9ccedc3 Reland: Prevent data race in MessageQueue. by jbauch · 8 years ago
  37. 9674d7c Revert of Prevent data race in MessageQueue. (patchset #3 id:40001 of https://codereview.webrtc.org/1675923002/ ) by jbauch · 8 years ago
  38. df88460 Prevent data race in MessageQueue. by jbauch · 8 years ago
  39. 25d1f28 Fix race between Thread ctor/dtor and MessageQueueManager registrations. by jbauch · 8 years ago
  40. 0c4e06b Use suffixed {uint,int}{8,16,32,64}_t types. by Peter Boström · 9 years ago
  41. 494f209 Move CriticalSection into rtc_base_approved. by Tommi · 9 years ago
  42. 67186fe Fix clang style warnings in webrtc/base by kwiberg@webrtc.org · 9 years ago
  43. 679d2f1 Disable CS_TRACK_OWNER on Mac in debug mode. by tommi@webrtc.org · 9 years ago
  44. 2af3057 Revert "When clearing the priority message queue, don't copy an item to itself." by decurtis@webrtc.org · 9 years ago
  45. 2bffc3c When clearing the priority message queue, don't copy an item to itself. by decurtis@webrtc.org · 9 years ago
  46. ff689be Use std::min and std::max instead of self-defined functions such as rtc::_min/_max. by andresp@webrtc.org · 9 years ago
  47. 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
  48. f048872 Adds a modified copy of talk/base to webrtc/base. It is the first step in by henrike@webrtc.org · 10 years ago
  49. e9a604a Revert 6107 "Adds a modified copy of talk/base to webrtc/base. I..." by perkj@webrtc.org · 10 years ago
  50. 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