- 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
- 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago[Renamed from rtc_base/asyncinvoker.h]
- e41c433 Move sigslot to proper third_party directory by Artem Titov · 6 years ago
- d132ce1 Remove unnecessary copies from AsyncInvoke by Cameron Pickett · 7 years ago
- c38d320 Add AsyncInvoker::Clear method to allow canceling pending invocations by Chris Dziemborowicz · 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/asyncinvoker.h]
- 3c6abd2 Update thread annotiation macros in rtc_base to use RTC_ prefix by danilchap · 7 years ago
- 3af63b0 Fixing race between ~AsyncInvoker and ~AsyncClosure, using ref-counting. by deadbeef · 7 years ago
- e96c45b Reland "Update includes for webrtc/{base => rtc_base} rename (3/3)" by kjellander · 7 years ago
- 0072511 Revert "Update includes for webrtc/{base => rtc_base} rename (3/3)" by Henrik Kjellander · 7 years ago
- f1c5ebf Update includes for webrtc/{base => rtc_base} rename (3/3) by kjellander · 7 years ago
- 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]
- ec78f1c Revert "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 7 years ago
- 6776518 Move webrtc/{base => rtc_base} by Henrik Kjellander · 7 years ago
- 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
- ef37ca5 Fixing potential AsyncInvoker deadlock that occurs for "reentrant" invocations. by deadbeef · 7 years ago
- c4a3173 Delete unused features of AsyncInvoke. by nisse · 7 years ago
- 4483af3 Relanding #2: Fixing crash that can occur if signal is modified while firing. by deadbeef · 7 years ago
- 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 · 8 years ago
- fc1af01 Relanding: Fixing crash that can occur if signal is modified while firing. by deadbeef · 8 years ago
- 162cb53 Making AsyncInvoker destructor thread-safe. by deadbeef · 8 years ago
- a8bc1a1 Relanding: Use std::unique_ptr instead of rtc::scoped_refptr in AsyncInvoker. by deadbeef · 8 years ago
- 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
- a5a4729 Use std::unique_ptr instead of rtc::scoped_refptr in AsyncInvoker. by deadbeef · 8 years ago
- 5d97a9a Adding more detail to MessageQueue::Dispatch logging. by Taylor Brandstetter · 8 years ago
- 4485ffb #include "webrtc/base/constructormagic.h" where appropriate by kwiberg · 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
- a1f590f Add helper class GuardedAsyncInvoker to protect against thread dying by Magnus Jedvert · 9 years ago
- 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
- 67186fe Fix clang style warnings in webrtc/base by kwiberg@webrtc.org · 10 years ago
- 827d7e8 Change AsyncInvoker to store its closure in a scoped_refptr instead of using a raw pointer. by perkj@webrtc.org · 10 years ago
- f048872 Adds a modified copy of talk/base to webrtc/base. It is the first step in by henrike@webrtc.org · 10 years ago
- e9a604a Revert 6107 "Adds a modified copy of talk/base to webrtc/base. I..." by perkj@webrtc.org · 10 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 · 10 years ago