1. 7276b97 Disable DTLS 1.0, TLS 1.0 and TLS 1.1 downgrade in WebRTC. by Benjamin Wright · 6 years ago
  2. 4423c36 Migrate RepeatingTask to take raw pointer to TaskQueueBase instead of TaskQueue by Danil Chapovalov · 6 years ago
  3. 7bc331f Android: Use android_deps directly by Peter Wen · 6 years ago
  4. 110c64b Delete unused key WebRTC-Audio-SendSideBwe-For-Video. by Christoffer Rodbro · 6 years ago
  5. 07a4f2b Merge rtc_task_queue(_api|_impl)? build targets into one by Danil Chapovalov · 6 years ago
  6. 1aa7581 Replace all usage of rtc::NewClosure with webrtc::ToQueuedTask by Danil Chapovalov · 6 years ago
  7. 13471a4 Switch back to native mutexes on macOS by Oskar Sundbom · 6 years ago
  8. 3b548dd Move rtc::NewClosure into own build target as ToQueuedTask by Danil Chapovalov · 6 years ago
  9. 4a42742 Make rtc_base/fake_mdns_responder.h self contained. by Mirko Bonadei · 6 years ago
  10. 1916cbc Fix -Winconsistent-missing-override in fake_network.h. by Mirko Bonadei · 6 years ago
  11. e4bd9a1 Style guide fixes for the hkdf class. by Benjamin Wright · 6 years ago
  12. 8e98c60 Cleanup for openssl_stream_adapter.cc. by Benjamin Wright · 6 years ago
  13. ba4dcc3 rtc::Thread::PostTask() added. by Henrik Boström · 6 years ago
  14. f3280e9 Create conversions between webrtc::TaskQueueBase and rtc::TaskQueue by Danil Chapovalov · 6 years ago
  15. 60fd73a Migrate SequencedTaskChecker to rely on webrtc::TaskQueueBase interface by Danil Chapovalov · 6 years ago
  16. d00405f Drop support for link-time injection of the rtc::TaskQueue::Impl by Danil Chapovalov · 6 years ago
  17. f54e30b Add const to variables in openssl_stream_adapter.cc that can use it. by Benjamin Wright · 6 years ago
  18. 695af94 Add reentrancy comment for critical section. by Ruslan Burakov · 6 years ago
  19. 2684ab3 Test default TaskQueue implementation via TaskQueueBase interface by Danil Chapovalov · 6 years ago
  20. a497d12 Avoids PostTask to repost a repeated task. by Sebastian Jansson · 6 years ago
  21. c4dd730 Fix -Wextra-semi warnings. by Mirko Bonadei · 6 years ago
  22. a9cfa47 Revert "Delete rtc_task_queue_impl build target" by Mirko Bonadei · 6 years ago
  23. 56973e6 Delete rtc_task_queue_impl build target by Danil Chapovalov · 6 years ago
  24. 8f096d0 Map clat devices to cellular on Android by Jeroen de Borst · 6 years ago
  25. fa52efa Migrate stdlib task queue to TaskQueueBase interface by Danil Chapovalov · 6 years ago
  26. 3256225 "Remove" loophole in rtc::Thread::ScopedDisallowBlockingCalls by Karl Wiberg · 6 years ago
  27. 826f2e7 Migrate win task queue to TaskQueueBase interface by Danil Chapovalov · 6 years ago
  28. 47cf5ea Migrate gcd task queue implementation to TaskQueueBase interface by Danil Chapovalov · 6 years ago
  29. 22f9925 webrtc: Remove semicolons. by Nico Weber · 6 years ago
  30. e45c688 Remove webrtc::ProtoString. by Mirko Bonadei · 6 years ago
  31. 914351d Reland "Always offer transport sequence number header extension for audio"" by Per Kjellander · 6 years ago
  32. 13bc871 PostMessageWithFunctor() added. by Henrik Boström · 6 years ago
  33. 397c06f Revert "Always offer transport sequence number header extension for audio" by Ying Wang · 6 years ago
  34. 1c9c9fc Replace replace_substrs with Abseil by Steve Anton · 6 years ago
  35. fd965c0 Always offer transport sequence number header extension for audio by Per Kjellander · 6 years ago
  36. 5ae259e Use a provider in rtc::Network to access the mDNS responder. by Qingsi Wang · 6 years ago
  37. 3c119fb Handle HKDF key derivation when building with OpenSSL. by Sergey Sablin · 6 years ago
  38. 7f24fb9 Add settings to turn off VP8 base layer qp limit by Erik Språng · 6 years ago
  39. dcbdd2c Add Foundation.framework to cocoa_threading target by Jiawei Ou · 6 years ago
  40. 464a557 Adds audio priority bitrate field trial parameter. by Sebastian Jansson · 6 years ago
  41. eb17524 Migrate libevent task queue implementation to TaskQueueBase interface by Danil Chapovalov · 6 years ago
  42. 02f4e32 Make some new rtc_base targets publicly visible by Karl Wiberg · 6 years ago
  43. efc9a14 Make UniqueNumberGenerator::AddKnownId() return a value by Elad Alon · 6 years ago
  44. b7edf69 Delete rtc::File, usage replaced with FileWrapper by Niels Möller · 6 years ago
  45. e6f6a0c Add missing operator= and extra methods to the SamplesStatsCounter. by Artem Titov · 6 years ago
  46. 7ca375c Implement encoder overshoot detector and rate adjuster. by Erik Språng · 6 years ago
  47. 57d4ac9 Add more unit tests for RateControlSettings. by Rasmus Brandt · 6 years ago
  48. 65835be Allow logging of char* null pointer. by Niels Möller · 6 years ago
  49. 1c54605 [clang-tidy] Apply performance-move-const-arg fixes (misc). by Mirko Bonadei · 6 years ago
  50. c402dbe Account for simulcast hysteresis in padding rate calculation. by Rasmus Brandt · 6 years ago
  51. 0237106 Expose video freeze metrics in GetStats. by Sergey Silkin · 6 years ago
  52. 01f64e0 Add test to verify TaskQueue memory access order. by Artem Titov · 6 years ago
  53. c84f661 Stop using Googletest legacy APIs. by Mirko Bonadei · 6 years ago
  54. 170a4b3 Trim unnecessary OpenSSL/BoringSSL ifdefs. by David Benjamin · 6 years ago
  55. aa01f27 Removes all const Clock*. by Sebastian Jansson · 6 years ago
  56. 15df2ef Fix typo in SafeClamp docs by Karl Wiberg · 6 years ago
  57. 5118bbc Add ability to set max probing bitrate via GoogCcNetworkController by Erik Språng · 6 years ago
  58. 649a4c2 [clang-tidy] Apply performance-inefficient-vector-operation fixes. by Mirko Bonadei · 6 years ago
  59. 37ec55e [clang-tidy] Apply performance-faster-string-find fixes. by Mirko Bonadei · 6 years ago
  60. 739baf0 [clang-tidy] Apply performance-for-range-copy fixes. by Mirko Bonadei · 6 years ago
  61. f380284 (7) Rename files to snake_case: remove forwarding headers by Steve Anton · 6 years ago
  62. d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 6 years ago
  63. 18f65dc Don't attempt to unwrap RTP timestamps for RTX stream. by Bjorn Terelius · 6 years ago
  64. dbb49df Moving UniqueIdGenerator into rtc_base. by Amit Hilbuch · 6 years ago
  65. 2c58ba1 Move simulcast hysteresis factor parsing to RateControlSettings by Erik Språng · 6 years ago
  66. 4b4266f Move parsing of trusted rate controller to RateControlSettings by Erik Språng · 6 years ago
  67. 470a5ea Introduces common AudioAllocationSettings class. by Sebastian Jansson · 6 years ago
  68. 28522dc Rename new build targets to follow the recent large file rename by Karl Wiberg · 6 years ago
  69. 41dd0bc Fix typo in rtc_base/thread_checker.h. by Mirko Bonadei · 6 years ago
  70. 23213d9 Refactor FileRotatingStream to use FileWrapper rather than FileStream by Niels Möller · 6 years ago
  71. cd76eab Parsing of pacing factor and alr probing in RateControlSettings by Erik Språng · 6 years ago
  72. 44f0f87 Remove NetworkManager::{set_ipv6_enabled,ipv6_enabled}. by Mirko Bonadei · 6 years ago
  73. 7121564 Move congestion window field trial parsing to new class. by Erik Språng · 6 years ago
  74. b4c6d1e Connect global task queue factory and rtc::TaskQueue by Danil Chapovalov · 6 years ago
  75. 5a6ae02 Reland "Trim down FileWrapper class to be merely a wrapper owning a FILE*" by Niels Möller · 6 years ago
  76. 4664727 Revert "Trim down FileWrapper class to be merely a wrapper owning a FILE*" by Niels Moller · 6 years ago
  77. 5a1a6db Update PlatformThread constructor to take name with absl::string_view by Danil Chapovalov · 6 years ago
  78. ecb6897 Adds repeating task class. by Sebastian Jansson · 6 years ago
  79. 80b95de Trim down FileWrapper class to be merely a wrapper owning a FILE* by Niels Möller · 6 years ago
  80. 348b08a Introduce webrtc::TaskQueue and TaskQueueFactory interfaces by Danil Chapovalov · 6 years ago
  81. dcfe484 Remove definition of macro WEBRTC_THREAD_RR (it's unused). by Mirko Bonadei · 6 years ago
  82. 959e9b6 Publish rtc::QueuedTask in api as webrtc::QueuedTask by Danil Chapovalov · 6 years ago
  83. a8c7326 RefCounter::DecRef: Remove obsolete TODO and update comment by Karl Wiberg · 6 years ago
  84. 1a86b78 Delete StreamInterface methods GetPosition, SetPosition and Rewind by Niels Möller · 6 years ago
  85. eb0de22 Remove explicit -fsanitize=memory from BUILD.gn. by Mirko Bonadei · 6 years ago
  86. dc71420 Remove deprecated code from logging. by Mirko Bonadei · 6 years ago
  87. aec15aa (5) Rename files to snake_case: install forwarding headers by Steve Anton · 6 years ago
  88. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  89. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago
  90. 83953e4 Delete method StreamInterface::ReserveSize by Niels Möller · 6 years ago
  91. e4ed6ea Introduce stats calculator. by Artem Titov · 6 years ago
  92. 43f3982 Remove TaskQueue::PostAndReply as unused by Danil Chapovalov · 6 years ago
  93. 0a7d56e Delete method StreamInterface::GetSize by Niels Möller · 6 years ago
  94. d8bd750 Add ability to use movable only functors in rtc::Thread::Invoke(...) by Artem Titov · 6 years ago
  95. 40d5533 Include absl/memory/memory.h if absl::make_unique is used by Steve Anton · 6 years ago
  96. 6ffe62a Delete FileRotatingStream read support. by Niels Möller · 6 years ago
  97. d9ac058 New class FileRotatingStreamReader by Niels Möller · 6 years ago
  98. 29e13fd Delete rtc::PacketTime (was an alias for int64_t) by Niels Möller · 6 years ago
  99. 7f57788 Removes trial to enable BBR congestion controller. by Sebastian Jansson · 6 years ago
  100. d69998a Adds support for empty key fields in field trial parser. by Sebastian Jansson · 6 years ago