1. 6ce033a Moves ownership of time controller into NetworkEmulationManager. by Sebastian Jansson · 4 years, 9 months ago
  2. ccbe95f Reformat GN files. by Mirko Bonadei · 4 years, 9 months ago
  3. 61380c0 Cleanup of rtc::Thread. by Sebastian Jansson · 4 years, 9 months ago
  4. 7356a56 Remove unit_base functions FromStaticX by Danil Chapovalov · 4 years, 9 months ago
  5. eeb9cca Rewrite RTC_CHECK macros to work in constexpr expression in gcc by Danil Chapovalov · 4 years, 9 months ago
  6. 7338782 Cleanup: Removes MessageQueue header and alias by Sebastian Jansson · 4 years, 9 months ago
  7. 5d9b964 Do not allow sending tasks to a thread that is quitting. by Sebastian Jansson · 4 years, 9 months ago
  8. 64f1f3f Replace RTC_FALLTHROUGH with ABSL_FALLTHROUGH_INTENTED by Danil Chapovalov · 4 years, 9 months ago
  9. a846cef Change rate stats classes to use int64_t not size_t by Harald Alvestrand · 4 years, 9 months ago
  10. 7787ebc Deflake CpuTimeTest.TwoThreads by Ilya Nikolaevskiy · 4 years, 9 months ago
  11. 178a685 Allow overwriting current thread in ThreadManager. by Sebastian Jansson · 4 years, 9 months ago
  12. b2b2031 Concatenate string literals at compile time. by Jonas Olsson · 4 years, 9 months ago
  13. 6ea2c6a Cleanup: Merges Thread and MessageQueue. by Sebastian Jansson · 4 years, 9 months ago
  14. fa73393 In TaskQueueWin fix race in canceling MutlimediaTimer by Danil Chapovalov · 4 years, 9 months ago
  15. 54891af More lenient double comparison for RunningStatistics.FullSimpleTest by Yves Gerey · 4 years, 9 months ago
  16. 081f7a3 Add missing header for dchecked_cast on UWP by Jerome Humbert · 4 years, 10 months ago
  17. 290de82 Cleanup: Replace MessageQueue pointers with Thread pointers. by Sebastian Jansson · 4 years, 9 months ago
  18. 9a83dd7 Batch process pending tasks in the libevent TaskQueue by Steve Anton · 4 years, 9 months ago
  19. f5e71e4 BalancedDegradationSettings: add codec specific min bitrate settings. by Åsa Persson · 4 years, 9 months ago
  20. 4db28b5 Cleanup: Removes redundant includes on message_queue.h by Sebastian Jansson · 4 years, 9 months ago
  21. 29e14e6 Delete compatibility defines for unused error codes by Niels Möller · 4 years, 10 months ago
  22. 2257c08 [Cleanup/Optim] Pass IPAddress by const reference. by Yves Gerey · 4 years, 10 months ago
  23. 65bbcab [Android] Replace java_files with sources by Natalie Chouinard · 4 years, 10 months ago
  24. a688d11 Return unavailable rate rather than garbage value. by Yves Gerey · 4 years, 10 months ago
  25. 094396f Use a fake clock for rtc::Thread::PostDelayedTask test by Steve Anton · 4 years, 10 months ago
  26. 977b265 Reduce some logging at INFO level by moving log statements by Harald Alvestrand · 4 years, 10 months ago
  27. 3a7e8b0 BalancedDegradationSettings: update codec specific settings. by Åsa Persson · 4 years, 10 months ago
  28. bcc1a76 Add rtc::Thread::PostDelayedTask by Steve Anton · 4 years, 10 months ago
  29. 1425d40 Remove MessageBoxA UI API call from socket code by Anders Klemets · 4 years, 10 months ago
  30. a764999 Don't try to load kernel32.dll in RWLockWin class by Anders Klemets · 4 years, 10 months ago
  31. 034f767 Allow setting the initial congestion window size by config. by Christoffer Rodbro · 4 years, 11 months ago
  32. c5d7c52 Remove line number from rtc::Location by Steve Anton · 4 years, 11 months ago
  33. 5d3a418 Add explicit copy constructors and assign operators for some classes. by Artem Titov · 4 years, 11 months ago
  34. b877e71 Delete FunctorMessageHandler, in tests use alternative ways to post functors by Danil Chapovalov · 4 years, 11 months ago
  35. efa3f76 Moves SampleStats and EventRateCounter to rtc_base/numerics by Sebastian Jansson · 4 years, 11 months ago
  36. 8931345 Take FunctionView rather than any functor reference in the rtc::Thread::Invoke by Danil Chapovalov · 4 years, 11 months ago
  37. 9dc209a Add ability to disable detailed error message in RTC_CHECKs by Artem Titov · 5 years ago
  38. 2dec496 Add directive to make TRACE_EVENT macros optional. by Doudou Kisabaka · 5 years ago
  39. bfcb6c3 Add rtt estimate EventBasedExponentialMovingAverage to Connection by Jonas Oreland · 5 years ago
  40. e1611a0 Replace template_util.h with C++14 STL methods by Steve Anton · 5 years ago
  41. 9f9e20a Fix errorprone issues preventing Chromium Roll. by Mirko Bonadei · 5 years ago
  42. dc36829 Add VideoCodecType::kVideoCodecAV1 value by Danil Chapovalov · 5 years ago
  43. 6a4a146 Add ability to strip out logging messages from the binary by Artem Titov · 5 years ago
  44. fdaba6c Use std::atomic for RefCounter by Danil Chapovalov · 5 years ago
  45. 63dced9 Add class for ExponentialMovingAverage by Jonas Oreland · 5 years ago
  46. 912b3b8 Make rtc::Thread a TaskQueue by Danil Chapovalov · 5 years ago
  47. ec22183 Revert lock for logging to CriticalSection by Danil Chapovalov · 5 years ago
  48. 108a2f0 Preventively fix missing braces warnings. by Mirko Bonadei · 5 years ago
  49. 7b46e17 In rtc::ByteBuffer drop support for ORDER_HOST as unused by Danil Chapovalov · 5 years ago
  50. d4002a7 RTC_EXPORT missing symbols for Chromium's component build. by Mirko Bonadei · 5 years ago
  51. e644a03 Add field trial for rampup in quality based on available bandwidth. by Åsa Persson · 5 years ago
  52. 2bc811e Mark checked_cast, dchecked_cast, and saturated_cast as constexpr by Danil Chapovalov · 5 years ago
  53. 7d5fe67 Fix number of arguments being passed when setting the thread name on Windows. by Tommi · 5 years ago
  54. ee6f4f6 [PeerConnection] Implement asynchronous version of AddIceCandidate(). by Henrik Boström · 5 years ago
  55. 2b9317a Stop checking VP8BaseHeavyTl3RateAllocation field trial on every frame. by Rasmus Brandt · 5 years ago
  56. c35333d Add RTC_EXPORT_TEMPLATE_{DECLARE,DEFINE} macros. by Mirko Bonadei · 5 years ago
  57. 5cb7807 Implement crypto stats on DTLS transport by Harald Alvestrand · 5 years ago
  58. 492fdf4 Make rtc_json poisonous in WebRTC by Sam Zackrisson · 5 years ago
  59. 1a61739 Fix MemoryLogWriter so that it always writes the full data. by Björn Terelius · 5 years ago
  60. 4ff1c87 Fix RTC_LOCKABLE RTC_EXPORT order for rtc::Thread. by Mirko Bonadei · 5 years ago
  61. 27c2936 Implement an OperationsChain, to be used by PeerConnection in follow-up. by Henrik Boström · 5 years ago
  62. a043b2b Support case where win32socketserver's window class is not unregistered properly. by Tim Haloun · 5 years ago
  63. b9f6902 Store logging streams in a manually linked list instead of std::list by Danil Chapovalov · 5 years ago
  64. 82a3f0a Replace SingleThreadedTaskQueueForTesting::SendTask usage with ::webrtc::SendTask by Danil Chapovalov · 5 years ago
  65. 3663ed3 Move rtc_base/ignore_wundef.h to its own target. by Mirko Bonadei · 5 years ago
  66. c66e004 Adding missing RTC_EXPORT for component build. by Mirko Bonadei · 5 years ago
  67. 86d053c Use source_sets in component builds and static_library in release builds. by Mirko Bonadei · 5 years ago
  68. 562a37f Increase timeout in test-only helper SendTask back to infinity by Danil Chapovalov · 5 years ago
  69. eb90e6f Merge SendTask implementation for SingleThreadedTaskQueueForTesting and TaskQueueForTest by Danil Chapovalov · 5 years ago
  70. 35214fc Add missing RTC_EXPORT for the component build. by Mirko Bonadei · 5 years ago
  71. ef98ae6 Use GlobalLock to protect logging by Danil Chapovalov · 5 years ago
  72. 80f53b7 Extend WebRTC-Video-MinVideoBitrate to experiment per-codec by Elad Alon · 5 years ago
  73. 5740f3e Clarify expectation on GlobalLock by Danil Chapovalov · 5 years ago
  74. f23131f Removing AudioAllocationSettings moving functionality to AudioSendStream. by Sebastian Jansson · 5 years ago
  75. 741bab0 Add Slice method to CopyOnWriteBuffer and use it in FEC code. by Ilya Nikolaevskiy · 5 years ago
  76. c5bc9d6 Treat wlan as a WiFi adapter name on all platforms. by Qingsi Wang · 5 years ago
  77. 4c93aab Handle macro _M_ARM64 for MSVC build by Tom Tan · 5 years ago
  78. 86873f0 Improve field trial error message. by Björn Terelius · 5 years ago
  79. 33b83fd Introduce integer division helpers with non-default rounding by Danil Chapovalov · 5 years ago
  80. 86314cf Cleaning up C++14 move into lambda TODOs. by Sebastian Jansson · 5 years ago
  81. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 5 years ago
  82. 6fcdbc1 Store timestamp for each sample to be able to plot them in future by Artem Titov · 5 years ago
  83. 29ab487 Revert "Removes string support in field trial parser." by Philip Eliasson · 5 years ago
  84. 2b9dba3 Implement stable rate support in SimulcastRateAllocator by Erik Språng · 5 years ago
  85. 50b0baf [tsan] Guard TestStatictics against concurrent access. by Yves Gerey · 5 years ago
  86. c2accf2 [tsan] Guard OwnerThread against concurrent access. by Yves Gerey · 5 years ago
  87. cf9cbf5 Add support for stable bitrate target in SvcRateAllocator by Erik Språng · 5 years ago
  88. e74156f Removes string support in field trial parser. by Sebastian Jansson · 5 years ago
  89. 9f00f0e Add support for unsigned parameters in FieldTrialParser by Bjorn Terelius · 5 years ago
  90. 022a7c8 Fix HexEncodeTest.TestZeroLengthNoDelimiter with enable_iterator_debugging=true by Kimmo Kinnunen · 5 years ago
  91. da2f4a3 Remove stale TODO from rtc_base/checks.h. by Mirko Bonadei · 5 years ago
  92. 5e8ddc3 Reland "Delete mac_utils.h and mac_utils.cc" by Niels Möller · 5 years ago
  93. 30ab015 BalancedDegradationSettings: add min bitrate configuration for resolution. by Åsa Persson · 5 years ago
  94. adfb4f7 Add ability to parse stable bwe experiment settings by Erik Språng · 5 years ago
  95. 4869bd6 Add method CanAdaptUp based on bitrate to BalancedDegradationSettings. by Åsa Persson · 5 years ago
  96. b6b4dee Fix flake in SamplesStatsCounterTest.FullSimpleTest by Artem Titov · 5 years ago
  97. a2dae38 Revert "Reland "Delete mac_utils.h and mac_utils.cc"" by Niels Moller · 5 years ago
  98. df57833 Reland "Delete mac_utils.h and mac_utils.cc" by Niels Möller · 5 years ago
  99. 728a0ee Reland "Introduce ability to test echo in PC level test framework" by Artem Titov · 5 years ago
  100. e21f3f5 Revert "Delete mac_utils.h and mac_utils.cc" by Niels Moller · 5 years ago