1. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  2. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/rtc_base/asyncinvoker.h]
  3. 3c6abd2 Update thread annotiation macros in rtc_base to use RTC_ prefix by danilchap · 7 years ago
  4. 3af63b0 Fixing race between ~AsyncInvoker and ~AsyncClosure, using ref-counting. by deadbeef · 7 years ago
  5. e96c45b Reland "Update includes for webrtc/{base => rtc_base} rename (3/3)" by kjellander · 7 years ago
  6. 0072511 Revert "Update includes for webrtc/{base => rtc_base} rename (3/3)" by Henrik Kjellander · 7 years ago
  7. f1c5ebf Update includes for webrtc/{base => rtc_base} rename (3/3) by kjellander · 7 years ago
  8. c036276 Reland "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 7 years ago[Renamed (98%) from webrtc/base/asyncinvoker.h]
  9. ec78f1c Revert "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 7 years ago
  10. 6776518 Move webrtc/{base => rtc_base} by Henrik Kjellander · 7 years ago
  11. aea9293 Revert of Fixing potential AsyncInvoker deadlock that occurs for "reentrant" invocations. (patchset #3 id:40001 of https://codereview.webrtc.org/2885143006/ ) by deadbeef · 7 years ago
  12. ef37ca5 Fixing potential AsyncInvoker deadlock that occurs for "reentrant" invocations. by deadbeef · 7 years ago
  13. c4a3173 Delete unused features of AsyncInvoke. by nisse · 7 years ago
  14. 4483af3 Relanding #2: Fixing crash that can occur if signal is modified while firing. by deadbeef · 7 years ago
  15. de15909 Revert of Relanding: Fixing crash that can occur if signal is modified while firing. (patchset #4 id:60001 of https://codereview.webrtc.org/2846593005/ ) by perkj · 7 years ago
  16. fc1af01 Relanding: Fixing crash that can occur if signal is modified while firing. by deadbeef · 7 years ago
  17. 162cb53 Making AsyncInvoker destructor thread-safe. by deadbeef · 7 years ago
  18. a8bc1a1 Relanding: Use std::unique_ptr instead of rtc::scoped_refptr in AsyncInvoker. by deadbeef · 7 years ago
  19. 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 · 7 years ago
  20. a5a4729 Use std::unique_ptr instead of rtc::scoped_refptr in AsyncInvoker. by deadbeef · 7 years ago
  21. 5d97a9a Adding more detail to MessageQueue::Dispatch logging. by Taylor Brandstetter · 8 years ago
  22. 4485ffb #include "webrtc/base/constructormagic.h" where appropriate by kwiberg · 8 years ago
  23. 0c4e06b Use suffixed {uint,int}{8,16,32,64}_t types. by Peter Boström · 9 years ago
  24. 3c089d7 Add RTC_ prefix to contructormagic macros. by henrikg · 9 years ago
  25. a1f590f Add helper class GuardedAsyncInvoker to protect against thread dying by Magnus Jedvert · 9 years ago
  26. dc13abc Initially when the design was to do this experiment in browser, which doesn't have webrtc code, it requires some glue code to bridge the difference between what's available in webrtc::base and browser process. Now since we're moving to renderer process, we could reuse a lot of existing interfaces instead of rolling our own. by Guo-wei Shieh · 9 years ago
  27. 67186fe Fix clang style warnings in webrtc/base by kwiberg@webrtc.org · 9 years ago
  28. 827d7e8 Change AsyncInvoker to store its closure in a scoped_refptr instead of using a raw pointer. by perkj@webrtc.org · 9 years ago
  29. f048872 Adds a modified copy of talk/base to webrtc/base. It is the first step in by henrike@webrtc.org · 10 years ago
  30. e9a604a Revert 6107 "Adds a modified copy of talk/base to webrtc/base. I..." by perkj@webrtc.org · 10 years ago
  31. 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