1. bd167cf Revert "Add new field trial for controlling congestion window settings" by Evan Shrubsole · 6 years ago
  2. dd33d8e Add new field trial for controlling congestion window settings by Evan Shrubsole · 6 years ago
  3. cb2a4ff Reland "Remove TaskQueue constructor that uses GlobalTaskQueueFactory" by Danil Chapovalov · 6 years ago
  4. d93a004 Adds AddSamples function to SamplesStatsCounter. by Sebastian Jansson · 6 years ago
  5. 6a489f2 Fully qualify googletest symbols. by Mirko Bonadei · 6 years ago
  6. b55015e Replacing SequencedTaskChecker with SequenceChecker. by Sebastian Jansson · 6 years ago
  7. c01367d Deprecating ThreadChecker specific interface. by Sebastian Jansson · 6 years ago
  8. 57f2a54 Revert "Remove TaskQueue constructor that uses GlobalTaskQueueFactory" by Florent Castelli · 6 years ago
  9. 7b7485b Remove TaskQueue constructor that uses GlobalTaskQueueFactory by Danil Chapovalov · 6 years ago
  10. c46a999 Reduce flakiness of repeating task test. by Sebastian Jansson · 6 years ago
  11. 1c1b1ea Allow setting ALR values for screen content again by Erik Språng · 6 years ago
  12. dbfb58b Ignore ERROR_ACCESS_DENIED when stopping Windows platform threads. by Noah Richards · 6 years ago
  13. 7d6a259 Adds fake clock unit test. by Sebastian Jansson · 6 years ago
  14. af1f865 Revert "Disable DTLS 1.0, TLS 1.0 and TLS 1.1 downgrade in WebRTC." by Benjamin Wright · 6 years ago
  15. 1c4547d Adds SetForTest method on FieldTrialParameter class. by Sebastian Jansson · 6 years ago
  16. 9d8eaac Delete unneeded direct includes of common_types.h by Niels Möller · 6 years ago
  17. a7d8f19 Use 'public_deps' to depend on nacl_io [1]. by Mirko Bonadei · 6 years ago
  18. b721761 Reworking byte order utility functions for Windows platforms. by Mirko Bonadei · 6 years ago
  19. df5e4e0 Merge of ThreadChecker and SequencedTaskChecker. by Sebastian Jansson · 6 years ago
  20. 1333948 Move FifoBuffer to its own file and build target by Niels Möller · 6 years ago
  21. 8ea977d Add ScopedAllowBaseSyncPrimitivesForTesting to Webrtc. by François Doray · 6 years ago
  22. 673f7e5 Do not assume /DUNICODE and /D_UNICODE. by Mirko Bonadei · 6 years ago
  23. 46b4a0f Removes PostStop from RepeatingTaskHandle. by Sebastian Jansson · 6 years ago
  24. 07122bc Use TaskQueueForTest instead or TaskQueue in unittests by Danil Chapovalov · 6 years ago
  25. 2214b91 Cleanup SequenceTaskChecker unittests by Danil Chapovalov · 6 years ago
  26. d999351 Delete function url_decode by Niels Möller · 6 years ago
  27. 39903df Delete unused method StreamInterface::ReadAll by Niels Möller · 6 years ago
  28. f269b56 Remove public visibility from some rtc_base libraries. by Mirko Bonadei · 6 years ago
  29. 2acd163 Use Abseil container algorithms in rtc_base/ by Steve Anton · 6 years ago
  30. d970967 Delete unused method ProxyServer::OnBindingDestroyed by Niels Möller · 6 years ago
  31. 9841703 rtc::Event::Wait(kForever): Print stack trace when we deadlock by Karl Wiberg · 6 years ago
  32. 2cdc611 Add some OWNERS to rtc_base/experiments/ by Karl Wiberg · 6 years ago
  33. 9debe5a Deleting copy constructors for Scoped* classes. by Sebastian Jansson · 6 years ago
  34. 3dde450 Make keyframe generation/request intervals configurable through field trials. by Rasmus Brandt · 6 years ago
  35. 741daaf Move rtc::FunctionView to the public API by Artem Titov · 6 years ago
  36. 94b57c0 Cleanup BUILD.gn files from imports like foo:foo by Artem Titov · 6 years ago
  37. 533a9fe Clean BUILD.gn files: remove extra :memory by Artem Titov · 6 years ago
  38. 3ba5b9e Allow construction of TaskQueueForTest with TaskQueueBase by Sebastian Jansson · 6 years ago
  39. d2a6378 Switch from deprecated std::random_shuffle on std::shuffle by Artem Titov · 6 years ago
  40. 7a60339 Adds ability to tell Event::Wait to yield. by Sebastian Jansson · 6 years ago
  41. b5dd6b6 Use std::pow in rtc_base/numerics. by Mirko Bonadei · 6 years ago
  42. 16289f6 Remove NTDDI_WIN10_RS2 check. by Mirko Bonadei · 6 years ago
  43. d26a916 Avoid using GlobalTaskQueueFactory for TaskQueueForTest by Danil Chapovalov · 6 years ago
  44. 10c5a93 Relanding #128202 Adding support for enum class in RTC_CHECK and RTC_LOG. by Amit Hilbuch · 6 years ago
  45. 1f850a6 Reland "SeqNumUnwrapper::Unwrap now returns int64_t instead of uint64_t." by Philip Eliasson · 6 years ago
  46. 342989d Reland "Add winmm.lib as a Windows dep for timeutils." by Noah Richards · 6 years ago
  47. c1f3f07 Revert "Add winmm.lib as a Windows dep for timeutils." by Sam Zackrisson · 6 years ago
  48. 9e06ce0 Add winmm.lib as a Windows dep for timeutils. by Noah Richards · 6 years ago
  49. ae88f39 Revert "Adding support for enum class in RTC_CHECK and RTC_LOG." by Steve Anton · 6 years ago
  50. 6b6f537 Adding support for enum class in RTC_CHECK and RTC_LOG. by Amit Hilbuch · 6 years ago
  51. b5207b4 Revert "SeqNumUnwrapper::Unwrap now returns int64_t instead of uint64_t." by Philip Eliasson · 6 years ago
  52. b0f968a SeqNumUnwrapper::Unwrap now returns int64_t instead of uint64_t. by philipel · 6 years ago
  53. ab03638 Let threads opt in to having their stack traces printed by Karl Wiberg · 6 years ago
  54. d841ea6 Skip return value check for stopped repeating tasks. by Sebastian Jansson · 6 years ago
  55. 45a2cd2 Fixing documentation for CopyOnWriteBuffer. by Amit Hilbuch · 6 years ago
  56. 793597b Removes TaskQueueBase::Current call in repeating task. by Sebastian Jansson · 6 years ago
  57. ec65e1f Allow construction of TaskQueueForTest with TaskQueueBase by Sebastian Jansson · 6 years ago
  58. cb96809 Make FieldTrialOptionals operator bool() explicit by Jonas Olsson · 6 years ago
  59. 4f779c6 Remove legacy empty task_queue BUILD targets and build arg by Danil Chapovalov · 6 years ago
  60. 471783f Remove rtc::QueuedTask alias, use webrtc::QueuedTask directly by Danil Chapovalov · 6 years ago
  61. ad89528 Reland "Delete rtc::TaskQueue::Current in favor of webrtc::TaskQueueBase::Current" by Danil Chapovalov · 6 years ago
  62. effdfe2 Move dependency on chromium DefaultTaskQueueFactory by Danil Chapovalov · 6 years ago
  63. d4a37a6 Support absl::string_view in RTC_CHECK. by Mirko Bonadei · 6 years ago
  64. 42d8c93 Revert "Delete rtc::TaskQueue::Current in favor of webrtc::TaskQueueBase::Current" by Yves Gerey · 6 years ago
  65. 304e9d2 Delete rtc::TaskQueue::Current in favor of webrtc::TaskQueueBase::Current by Danil Chapovalov · 6 years ago
  66. f0cbcd3 Use stdlib TaskQueue implementation in webrtc fuzzers by Danil Chapovalov · 6 years ago
  67. 7276b97 Disable DTLS 1.0, TLS 1.0 and TLS 1.1 downgrade in WebRTC. by Benjamin Wright · 6 years ago
  68. 4423c36 Migrate RepeatingTask to take raw pointer to TaskQueueBase instead of TaskQueue by Danil Chapovalov · 6 years ago
  69. 7bc331f Android: Use android_deps directly by Peter Wen · 6 years ago
  70. 110c64b Delete unused key WebRTC-Audio-SendSideBwe-For-Video. by Christoffer Rodbro · 6 years ago
  71. 07a4f2b Merge rtc_task_queue(_api|_impl)? build targets into one by Danil Chapovalov · 6 years ago
  72. 1aa7581 Replace all usage of rtc::NewClosure with webrtc::ToQueuedTask by Danil Chapovalov · 6 years ago
  73. 13471a4 Switch back to native mutexes on macOS by Oskar Sundbom · 6 years ago
  74. 3b548dd Move rtc::NewClosure into own build target as ToQueuedTask by Danil Chapovalov · 6 years ago
  75. 4a42742 Make rtc_base/fake_mdns_responder.h self contained. by Mirko Bonadei · 6 years ago
  76. 1916cbc Fix -Winconsistent-missing-override in fake_network.h. by Mirko Bonadei · 6 years ago
  77. e4bd9a1 Style guide fixes for the hkdf class. by Benjamin Wright · 6 years ago
  78. 8e98c60 Cleanup for openssl_stream_adapter.cc. by Benjamin Wright · 6 years ago
  79. ba4dcc3 rtc::Thread::PostTask() added. by Henrik Boström · 6 years ago
  80. f3280e9 Create conversions between webrtc::TaskQueueBase and rtc::TaskQueue by Danil Chapovalov · 6 years ago
  81. 60fd73a Migrate SequencedTaskChecker to rely on webrtc::TaskQueueBase interface by Danil Chapovalov · 6 years ago
  82. d00405f Drop support for link-time injection of the rtc::TaskQueue::Impl by Danil Chapovalov · 6 years ago
  83. f54e30b Add const to variables in openssl_stream_adapter.cc that can use it. by Benjamin Wright · 6 years ago
  84. 695af94 Add reentrancy comment for critical section. by Ruslan Burakov · 6 years ago
  85. 2684ab3 Test default TaskQueue implementation via TaskQueueBase interface by Danil Chapovalov · 6 years ago
  86. a497d12 Avoids PostTask to repost a repeated task. by Sebastian Jansson · 6 years ago
  87. c4dd730 Fix -Wextra-semi warnings. by Mirko Bonadei · 6 years ago
  88. a9cfa47 Revert "Delete rtc_task_queue_impl build target" by Mirko Bonadei · 6 years ago
  89. 56973e6 Delete rtc_task_queue_impl build target by Danil Chapovalov · 6 years ago
  90. 8f096d0 Map clat devices to cellular on Android by Jeroen de Borst · 6 years ago
  91. fa52efa Migrate stdlib task queue to TaskQueueBase interface by Danil Chapovalov · 6 years ago
  92. 3256225 "Remove" loophole in rtc::Thread::ScopedDisallowBlockingCalls by Karl Wiberg · 6 years ago
  93. 826f2e7 Migrate win task queue to TaskQueueBase interface by Danil Chapovalov · 6 years ago
  94. 47cf5ea Migrate gcd task queue implementation to TaskQueueBase interface by Danil Chapovalov · 6 years ago
  95. 22f9925 webrtc: Remove semicolons. by Nico Weber · 6 years ago
  96. e45c688 Remove webrtc::ProtoString. by Mirko Bonadei · 6 years ago
  97. 914351d Reland "Always offer transport sequence number header extension for audio"" by Per Kjellander · 6 years ago
  98. 13bc871 PostMessageWithFunctor() added. by Henrik Boström · 6 years ago
  99. 397c06f Revert "Always offer transport sequence number header extension for audio" by Ying Wang · 6 years ago
  100. 1c9c9fc Replace replace_substrs with Abseil by Steve Anton · 6 years ago