1. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 6 years ago
  2. a4d8737 Format almost everything. by Jonas Olsson · 6 years ago
  3. 00e71ef Fix TaskQueueLibevent::PostTask when used on the same TaskQueue by Danil Chapovalov · 6 years ago
  4. eb17524 Migrate libevent task queue implementation to TaskQueueBase interface by Danil Chapovalov · 6 years ago
  5. d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 6 years ago
  6. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 7 years ago
  7. 43f3982 Remove TaskQueue::PostAndReply as unused by Danil Chapovalov · 7 years ago
  8. 988cc08 [Cleanup] Add missing #include. Remove useless ones. by Yves Gerey · 7 years ago
  9. 2e00abc Reland "[cleanup] Remove useless includes." by Yves Gerey · 7 years ago
  10. 96a0f61 Revert "[cleanup] Remove useless includes." by Oleh Prypin · 7 years ago
  11. be8b534 [cleanup] Remove useless includes. by Yves Gerey · 7 years ago
  12. a12c42a Delete root header file typedef.h. by Niels Möller · 7 years ago
  13. 02fddf6 Fix includes in task_queue.h by Danil Chapovalov · 7 years ago
  14. 79a5560 Add RTC_UNUSED for call to write() in TaskQueue libevent dtor. by Tommi · 7 years ago
  15. e40468b Move some numeric utility code from rtc_base/ to rtc_base/numerics/ by Karl Wiberg · 8 years ago
  16. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 8 years ago
  17. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 8 years ago
  18. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago[Renamed from webrtc/rtc_base/task_queue_libevent.cc]
  19. 3c6abd2 Update thread annotiation macros in rtc_base to use RTC_ prefix by danilchap · 8 years ago
  20. 2c7b7a6 Delete static method TaskQueue::IsCurrent. by nisse · 8 years ago
  21. 650fdae This cl refactor TaskQueues to use a PIMPL implementation on linux/Android. by perkj · 8 years ago
  22. 5b9746e When using clang, switch on -Wc++11-narrowing by kwiberg · 8 years ago
  23. e96c45b Reland "Update includes for webrtc/{base => rtc_base} rename (3/3)" by kjellander · 8 years ago
  24. 0072511 Revert "Update includes for webrtc/{base => rtc_base} rename (3/3)" by Henrik Kjellander · 8 years ago
  25. f1c5ebf Update includes for webrtc/{base => rtc_base} rename (3/3) by kjellander · 8 years ago
  26. c036276 Reland "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 8 years ago[Renamed from webrtc/base/task_queue_libevent.cc]
  27. ec78f1c Revert "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 8 years ago[Renamed from webrtc/rtc_base/task_queue_libevent.cc]
  28. 6776518 Move webrtc/{base => rtc_base} by Henrik Kjellander · 8 years ago[Renamed from webrtc/base/task_queue_libevent.cc]
  29. c9bb791 Add support for priorities to TaskQueue. by tommi · 8 years ago
  30. 8c80c6e Fix potential deadlock in TaskQueue's libevent PostTaskAndReply implementation by tommi · 8 years ago
  31. 0f8b403 Introduce a new constructor to PlatformThread. by tommi · 8 years ago
  32. 1666b61 Update on my last compatibility fix for libevent2. by tommi · 9 years ago
  33. 7b020da Call event_assign() instead of event_set(), when available. by tommi · 9 years ago
  34. c06b133 Reland of New task queueing primitive for async tasks: TaskQueue. by tommi · 9 years ago
  35. 3f90087 Revert of New task queueing primitive for async tasks: TaskQueue. (patchset #8 id:330001 of https://codereview.webrtc.org/1927133004/ ) by tommi · 9 years ago
  36. 65d1f2a Reland of New task queueing primitive for async tasks: TaskQueue. (patchset #1 id:1 of https://codereview.webrtc.org/1935483002/ ) by tommi · 9 years ago
  37. b296d05 Revert of New task queueing primitive for async tasks: TaskQueue. (patchset #5 id:80001 of https://codereview.webrtc.org/1919733002/ ) by tommi · 9 years ago
  38. 0c9df5e New task queueing primitive for async tasks: TaskQueue. by tommi · 9 years ago