1. a1ceae2 Implement support for Chrome task origin tracing. #3.5/4 by Markus Handell · 2 years, 1 month ago
  2. c0ce454 Delete QueuedTask and ToQueuedTask as no longer needed by Danil Chapovalov · 2 years, 8 months ago
  3. 5286dcf Migrate rtc_base and rtc_tools to absl::AnyInvocable based TaskQueueBase interface by Danil Chapovalov · 2 years, 9 months ago
  4. dde7fe4 Refactor RepeatingTask to use absl::AnyInvocable functions of TaskQueue by Danil Chapovalov · 2 years, 9 months ago
  5. 4b97928 Refactor RepeatingTaskHandle to use absl::AnyInvocable by Danil Chapovalov · 2 years, 9 months ago
  6. c374d11 Move to_queued_task.h and pending_task_safety_flag.h into public API by Artem Titov · 2 years, 10 months ago
  7. 26d12fc Remove rtc_base:rtc_base_approved by Florent Castelli · 3 years ago
  8. 33d31fb Remove //rtc_base:rtc_event from public deps by Florent Castelli · 3 years ago
  9. 0af55ba Remove //rtc_base:logging from public deps by Florent Castelli · 3 years ago
  10. f0f4743 Fix RepeatingTask unittest flakiness by Evan Shrubsole · 3 years, 5 months ago
  11. 0f9a8e33 Make stopping of the RepeatingTask safer by Danil Chapovalov · 3 years, 10 months ago
  12. 86ee89f Simplify reference counting implementation of PendingTaskSafetyFlag. by Tommi · 4 years ago
  13. d15a575 Use SequenceChecker from public API by Artem Titov · 4 years, 2 months ago
  14. 06159aa Remove deprecated thread checker by Artem Titov · 4 years, 2 months ago
  15. 20e4c80 Reland "Introduce RTC_NO_UNIQUE_ADDRESS." by Mirko Bonadei · 4 years, 4 months ago
  16. 0abd518 Revert "Introduce RTC_NO_UNIQUE_ADDRESS." by Mirko Bonadei · 4 years, 6 months ago
  17. f5e261a Introduce RTC_NO_UNIQUE_ADDRESS. by Mirko Bonadei · 4 years, 6 months ago
  18. 2dcf348 Use absl_deps in order to preapre to the Abseil component build release. by Mirko Bonadei · 4 years, 10 months ago
  19. 532cac5 Add support for injecting Clock to RepeatingTaskHandle. by Tommi · 4 years, 11 months ago
  20. 3c5450e Add support for PendingTaskSafetyFlag to ToQueuedTask. by Tommi · 5 years ago
  21. 3c9bcc1 Reland of the test portion of: by Tommi · 5 years ago
  22. 16cc9ef Revert "Preparation for ReceiveStatisticsProxy lock reduction." by Artem Titov · 5 years ago
  23. 24eed27 Preparation for ReceiveStatisticsProxy lock reduction. by Tommi · 5 years ago
  24. ccbe95f Reformat GN files. by Mirko Bonadei · 5 years ago
  25. 86d053c Use source_sets in component builds and static_library in release builds. by Mirko Bonadei · 5 years ago
  26. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 6 years ago
  27. b55015e Replacing SequencedTaskChecker with SequenceChecker. by Sebastian Jansson · 6 years ago
  28. 07122bc Use TaskQueueForTest instead or TaskQueue in unittests by Danil Chapovalov · 6 years ago
  29. 4423c36 Migrate RepeatingTask to take raw pointer to TaskQueueBase instead of TaskQueue by Danil Chapovalov · 6 years ago
  30. 07a4f2b Merge rtc_task_queue(_api|_impl)? build targets into one by Danil Chapovalov · 6 years ago
  31. 3b548dd Move rtc::NewClosure into own build target as ToQueuedTask by Danil Chapovalov · 6 years ago
  32. ecb6897 Adds repeating task class. by Sebastian Jansson · 6 years ago