1. 673f7e5 Do not assume /DUNICODE and /D_UNICODE. by Mirko Bonadei · 6 years ago
  2. 46b4a0f Removes PostStop from RepeatingTaskHandle. by Sebastian Jansson · 6 years ago
  3. 07122bc Use TaskQueueForTest instead or TaskQueue in unittests by Danil Chapovalov · 6 years ago
  4. 2214b91 Cleanup SequenceTaskChecker unittests by Danil Chapovalov · 6 years ago
  5. d999351 Delete function url_decode by Niels Möller · 6 years ago
  6. 39903df Delete unused method StreamInterface::ReadAll by Niels Möller · 6 years ago
  7. f269b56 Remove public visibility from some rtc_base libraries. by Mirko Bonadei · 6 years ago
  8. 2acd163 Use Abseil container algorithms in rtc_base/ by Steve Anton · 6 years ago
  9. d970967 Delete unused method ProxyServer::OnBindingDestroyed by Niels Möller · 6 years ago
  10. 9841703 rtc::Event::Wait(kForever): Print stack trace when we deadlock by Karl Wiberg · 6 years ago
  11. 2cdc611 Add some OWNERS to rtc_base/experiments/ by Karl Wiberg · 6 years ago
  12. 9debe5a Deleting copy constructors for Scoped* classes. by Sebastian Jansson · 6 years ago
  13. 3dde450 Make keyframe generation/request intervals configurable through field trials. by Rasmus Brandt · 6 years ago
  14. 741daaf Move rtc::FunctionView to the public API by Artem Titov · 6 years ago
  15. 94b57c0 Cleanup BUILD.gn files from imports like foo:foo by Artem Titov · 6 years ago
  16. 533a9fe Clean BUILD.gn files: remove extra :memory by Artem Titov · 6 years ago
  17. 3ba5b9e Allow construction of TaskQueueForTest with TaskQueueBase by Sebastian Jansson · 6 years ago
  18. d2a6378 Switch from deprecated std::random_shuffle on std::shuffle by Artem Titov · 6 years ago
  19. 7a60339 Adds ability to tell Event::Wait to yield. by Sebastian Jansson · 6 years ago
  20. b5dd6b6 Use std::pow in rtc_base/numerics. by Mirko Bonadei · 6 years ago
  21. 16289f6 Remove NTDDI_WIN10_RS2 check. by Mirko Bonadei · 6 years ago
  22. d26a916 Avoid using GlobalTaskQueueFactory for TaskQueueForTest by Danil Chapovalov · 6 years ago
  23. 10c5a93 Relanding #128202 Adding support for enum class in RTC_CHECK and RTC_LOG. by Amit Hilbuch · 6 years ago
  24. 1f850a6 Reland "SeqNumUnwrapper::Unwrap now returns int64_t instead of uint64_t." by Philip Eliasson · 6 years ago
  25. 342989d Reland "Add winmm.lib as a Windows dep for timeutils." by Noah Richards · 6 years ago
  26. c1f3f07 Revert "Add winmm.lib as a Windows dep for timeutils." by Sam Zackrisson · 6 years ago
  27. 9e06ce0 Add winmm.lib as a Windows dep for timeutils. by Noah Richards · 6 years ago
  28. ae88f39 Revert "Adding support for enum class in RTC_CHECK and RTC_LOG." by Steve Anton · 6 years ago
  29. 6b6f537 Adding support for enum class in RTC_CHECK and RTC_LOG. by Amit Hilbuch · 6 years ago
  30. b5207b4 Revert "SeqNumUnwrapper::Unwrap now returns int64_t instead of uint64_t." by Philip Eliasson · 6 years ago
  31. b0f968a SeqNumUnwrapper::Unwrap now returns int64_t instead of uint64_t. by philipel · 6 years ago
  32. ab03638 Let threads opt in to having their stack traces printed by Karl Wiberg · 6 years ago
  33. d841ea6 Skip return value check for stopped repeating tasks. by Sebastian Jansson · 6 years ago
  34. 45a2cd2 Fixing documentation for CopyOnWriteBuffer. by Amit Hilbuch · 6 years ago
  35. 793597b Removes TaskQueueBase::Current call in repeating task. by Sebastian Jansson · 6 years ago
  36. ec65e1f Allow construction of TaskQueueForTest with TaskQueueBase by Sebastian Jansson · 6 years ago
  37. cb96809 Make FieldTrialOptionals operator bool() explicit by Jonas Olsson · 6 years ago
  38. 4f779c6 Remove legacy empty task_queue BUILD targets and build arg by Danil Chapovalov · 6 years ago
  39. 471783f Remove rtc::QueuedTask alias, use webrtc::QueuedTask directly by Danil Chapovalov · 6 years ago
  40. ad89528 Reland "Delete rtc::TaskQueue::Current in favor of webrtc::TaskQueueBase::Current" by Danil Chapovalov · 6 years ago
  41. effdfe2 Move dependency on chromium DefaultTaskQueueFactory by Danil Chapovalov · 6 years ago
  42. d4a37a6 Support absl::string_view in RTC_CHECK. by Mirko Bonadei · 6 years ago
  43. 42d8c93 Revert "Delete rtc::TaskQueue::Current in favor of webrtc::TaskQueueBase::Current" by Yves Gerey · 6 years ago
  44. 304e9d2 Delete rtc::TaskQueue::Current in favor of webrtc::TaskQueueBase::Current by Danil Chapovalov · 6 years ago
  45. f0cbcd3 Use stdlib TaskQueue implementation in webrtc fuzzers by Danil Chapovalov · 6 years ago
  46. 7276b97 Disable DTLS 1.0, TLS 1.0 and TLS 1.1 downgrade in WebRTC. by Benjamin Wright · 6 years ago
  47. 4423c36 Migrate RepeatingTask to take raw pointer to TaskQueueBase instead of TaskQueue by Danil Chapovalov · 6 years ago
  48. 7bc331f Android: Use android_deps directly by Peter Wen · 6 years ago
  49. 110c64b Delete unused key WebRTC-Audio-SendSideBwe-For-Video. by Christoffer Rodbro · 6 years ago
  50. 07a4f2b Merge rtc_task_queue(_api|_impl)? build targets into one by Danil Chapovalov · 6 years ago
  51. 1aa7581 Replace all usage of rtc::NewClosure with webrtc::ToQueuedTask by Danil Chapovalov · 6 years ago
  52. 13471a4 Switch back to native mutexes on macOS by Oskar Sundbom · 6 years ago
  53. 3b548dd Move rtc::NewClosure into own build target as ToQueuedTask by Danil Chapovalov · 6 years ago
  54. 4a42742 Make rtc_base/fake_mdns_responder.h self contained. by Mirko Bonadei · 6 years ago
  55. 1916cbc Fix -Winconsistent-missing-override in fake_network.h. by Mirko Bonadei · 6 years ago
  56. e4bd9a1 Style guide fixes for the hkdf class. by Benjamin Wright · 6 years ago
  57. 8e98c60 Cleanup for openssl_stream_adapter.cc. by Benjamin Wright · 6 years ago
  58. ba4dcc3 rtc::Thread::PostTask() added. by Henrik Boström · 6 years ago
  59. f3280e9 Create conversions between webrtc::TaskQueueBase and rtc::TaskQueue by Danil Chapovalov · 6 years ago
  60. 60fd73a Migrate SequencedTaskChecker to rely on webrtc::TaskQueueBase interface by Danil Chapovalov · 6 years ago
  61. d00405f Drop support for link-time injection of the rtc::TaskQueue::Impl by Danil Chapovalov · 6 years ago
  62. f54e30b Add const to variables in openssl_stream_adapter.cc that can use it. by Benjamin Wright · 6 years ago
  63. 695af94 Add reentrancy comment for critical section. by Ruslan Burakov · 6 years ago
  64. 2684ab3 Test default TaskQueue implementation via TaskQueueBase interface by Danil Chapovalov · 6 years ago
  65. a497d12 Avoids PostTask to repost a repeated task. by Sebastian Jansson · 6 years ago
  66. c4dd730 Fix -Wextra-semi warnings. by Mirko Bonadei · 6 years ago
  67. a9cfa47 Revert "Delete rtc_task_queue_impl build target" by Mirko Bonadei · 6 years ago
  68. 56973e6 Delete rtc_task_queue_impl build target by Danil Chapovalov · 6 years ago
  69. 8f096d0 Map clat devices to cellular on Android by Jeroen de Borst · 6 years ago
  70. fa52efa Migrate stdlib task queue to TaskQueueBase interface by Danil Chapovalov · 6 years ago
  71. 3256225 "Remove" loophole in rtc::Thread::ScopedDisallowBlockingCalls by Karl Wiberg · 6 years ago
  72. 826f2e7 Migrate win task queue to TaskQueueBase interface by Danil Chapovalov · 6 years ago
  73. 47cf5ea Migrate gcd task queue implementation to TaskQueueBase interface by Danil Chapovalov · 6 years ago
  74. 22f9925 webrtc: Remove semicolons. by Nico Weber · 6 years ago
  75. e45c688 Remove webrtc::ProtoString. by Mirko Bonadei · 6 years ago
  76. 914351d Reland "Always offer transport sequence number header extension for audio"" by Per Kjellander · 6 years ago
  77. 13bc871 PostMessageWithFunctor() added. by Henrik Boström · 6 years ago
  78. 397c06f Revert "Always offer transport sequence number header extension for audio" by Ying Wang · 6 years ago
  79. 1c9c9fc Replace replace_substrs with Abseil by Steve Anton · 6 years ago
  80. fd965c0 Always offer transport sequence number header extension for audio by Per Kjellander · 6 years ago
  81. 5ae259e Use a provider in rtc::Network to access the mDNS responder. by Qingsi Wang · 6 years ago
  82. 3c119fb Handle HKDF key derivation when building with OpenSSL. by Sergey Sablin · 6 years ago
  83. 7f24fb9 Add settings to turn off VP8 base layer qp limit by Erik Språng · 6 years ago
  84. dcbdd2c Add Foundation.framework to cocoa_threading target by Jiawei Ou · 6 years ago
  85. 464a557 Adds audio priority bitrate field trial parameter. by Sebastian Jansson · 6 years ago
  86. eb17524 Migrate libevent task queue implementation to TaskQueueBase interface by Danil Chapovalov · 6 years ago
  87. 02f4e32 Make some new rtc_base targets publicly visible by Karl Wiberg · 6 years ago
  88. efc9a14 Make UniqueNumberGenerator::AddKnownId() return a value by Elad Alon · 6 years ago
  89. b7edf69 Delete rtc::File, usage replaced with FileWrapper by Niels Möller · 6 years ago
  90. e6f6a0c Add missing operator= and extra methods to the SamplesStatsCounter. by Artem Titov · 6 years ago
  91. 7ca375c Implement encoder overshoot detector and rate adjuster. by Erik Språng · 6 years ago
  92. 57d4ac9 Add more unit tests for RateControlSettings. by Rasmus Brandt · 6 years ago
  93. 65835be Allow logging of char* null pointer. by Niels Möller · 6 years ago
  94. 1c54605 [clang-tidy] Apply performance-move-const-arg fixes (misc). by Mirko Bonadei · 6 years ago
  95. c402dbe Account for simulcast hysteresis in padding rate calculation. by Rasmus Brandt · 6 years ago
  96. 0237106 Expose video freeze metrics in GetStats. by Sergey Silkin · 6 years ago
  97. 01f64e0 Add test to verify TaskQueue memory access order. by Artem Titov · 6 years ago
  98. c84f661 Stop using Googletest legacy APIs. by Mirko Bonadei · 6 years ago
  99. 170a4b3 Trim unnecessary OpenSSL/BoringSSL ifdefs. by David Benjamin · 6 years ago
  100. aa01f27 Removes all const Clock*. by Sebastian Jansson · 6 years ago