1. 37e388a Refactor TimestampAligner for more general use. by Minyue Li · 4 years, 6 months ago
  2. 14e5f0b Update RTC_CHECK and RTC_LOG macros so they work when called from xxxxx::rtc namespaces by Jiawei Ou · 4 years, 6 months ago
  3. da7267a Makes Thread::Send execute sent messages after pending posted messages. by Sebastian Jansson · 4 years, 6 months ago
  4. d084ea9 BoundedInlineVector: Add resize() method by Karl Wiberg · 4 years, 7 months ago
  5. c126937 BoundedInlineVector: Vector class of bounded size with inline allocation by Karl Wiberg · 4 years, 7 months ago
  6. db5d7e4 Cleanup: Use common IP overhead definitions in test and prod code by Sebastian Jansson · 4 years, 7 months ago
  7. dbf5416 Delete header file rtc_base/memory/aligned_array.h by Niels Möller · 4 years, 7 months ago
  8. 4a14f49 Remove wildcard ownership for build files. by Mirko Bonadei · 4 years, 7 months ago
  9. e52115a Remove inactive OWNERS. by Mirko Bonadei · 4 years, 7 months ago
  10. cad3e0e Replace DataSize and DataRate factories with newer versions by Danil Chapovalov · 4 years, 7 months ago
  11. bd710db Removing dead code by Xavier Lepaul · 4 years, 7 months ago
  12. f1cf89b Remove unused method `set_ignore_non_default_routes` by Xavier Lepaul · 4 years, 7 months ago
  13. 0c626af Use newer version of TimeDelta and TimeStamp factories in webrtc by Danil Chapovalov · 4 years, 7 months ago
  14. 9b881ab Enable congestion window pushback to reduce bitrate by only drop video frames. by Ying Wang · 4 years, 7 months ago
  15. ecd6fc8 Add DSCP support for POSIX platforms. by Taylor Brandstetter · 4 years, 7 months ago
  16. bfda20d Add a method to report number of samples in MovingMedianFilter. by Minyue Li · 4 years, 7 months ago
  17. 215963c Define rtc::BufferT::const_iterator by Karl Wiberg · 4 years, 7 months ago
  18. 3fa2b80 AsyncTCPSocket: try sending outgoing data until EWOULDBLOCK by Steve Anton · 4 years, 8 months ago
  19. d7fade5 Makes all units and operations constexpr by Sebastian Jansson · 4 years, 8 months ago
  20. f417238 Remove iceRegatherIntervalRange by Steve Anton · 4 years, 8 months ago
  21. 6ce033a Moves ownership of time controller into NetworkEmulationManager. by Sebastian Jansson · 4 years, 8 months ago
  22. ccbe95f Reformat GN files. by Mirko Bonadei · 4 years, 8 months ago
  23. 61380c0 Cleanup of rtc::Thread. by Sebastian Jansson · 4 years, 8 months ago
  24. 7356a56 Remove unit_base functions FromStaticX by Danil Chapovalov · 4 years, 8 months ago
  25. eeb9cca Rewrite RTC_CHECK macros to work in constexpr expression in gcc by Danil Chapovalov · 4 years, 8 months ago
  26. 7338782 Cleanup: Removes MessageQueue header and alias by Sebastian Jansson · 4 years, 8 months ago
  27. 5d9b964 Do not allow sending tasks to a thread that is quitting. by Sebastian Jansson · 4 years, 8 months ago
  28. 64f1f3f Replace RTC_FALLTHROUGH with ABSL_FALLTHROUGH_INTENTED by Danil Chapovalov · 4 years, 8 months ago
  29. a846cef Change rate stats classes to use int64_t not size_t by Harald Alvestrand · 4 years, 8 months ago
  30. 7787ebc Deflake CpuTimeTest.TwoThreads by Ilya Nikolaevskiy · 4 years, 8 months ago
  31. 178a685 Allow overwriting current thread in ThreadManager. by Sebastian Jansson · 4 years, 8 months ago
  32. b2b2031 Concatenate string literals at compile time. by Jonas Olsson · 4 years, 8 months ago
  33. 6ea2c6a Cleanup: Merges Thread and MessageQueue. by Sebastian Jansson · 4 years, 8 months ago
  34. fa73393 In TaskQueueWin fix race in canceling MutlimediaTimer by Danil Chapovalov · 4 years, 8 months ago
  35. 54891af More lenient double comparison for RunningStatistics.FullSimpleTest by Yves Gerey · 4 years, 8 months ago
  36. 081f7a3 Add missing header for dchecked_cast on UWP by Jerome Humbert · 4 years, 9 months ago
  37. 290de82 Cleanup: Replace MessageQueue pointers with Thread pointers. by Sebastian Jansson · 4 years, 8 months ago
  38. 9a83dd7 Batch process pending tasks in the libevent TaskQueue by Steve Anton · 4 years, 8 months ago
  39. f5e71e4 BalancedDegradationSettings: add codec specific min bitrate settings. by Åsa Persson · 4 years, 8 months ago
  40. 4db28b5 Cleanup: Removes redundant includes on message_queue.h by Sebastian Jansson · 4 years, 8 months ago
  41. 29e14e6 Delete compatibility defines for unused error codes by Niels Möller · 4 years, 9 months ago
  42. 2257c08 [Cleanup/Optim] Pass IPAddress by const reference. by Yves Gerey · 4 years, 8 months ago
  43. 65bbcab [Android] Replace java_files with sources by Natalie Chouinard · 4 years, 9 months ago
  44. a688d11 Return unavailable rate rather than garbage value. by Yves Gerey · 4 years, 9 months ago
  45. 094396f Use a fake clock for rtc::Thread::PostDelayedTask test by Steve Anton · 4 years, 9 months ago
  46. 977b265 Reduce some logging at INFO level by moving log statements by Harald Alvestrand · 4 years, 9 months ago
  47. 3a7e8b0 BalancedDegradationSettings: update codec specific settings. by Åsa Persson · 4 years, 9 months ago
  48. bcc1a76 Add rtc::Thread::PostDelayedTask by Steve Anton · 4 years, 9 months ago
  49. 1425d40 Remove MessageBoxA UI API call from socket code by Anders Klemets · 4 years, 9 months ago
  50. a764999 Don't try to load kernel32.dll in RWLockWin class by Anders Klemets · 4 years, 9 months ago
  51. 034f767 Allow setting the initial congestion window size by config. by Christoffer Rodbro · 4 years, 9 months ago
  52. c5d7c52 Remove line number from rtc::Location by Steve Anton · 4 years, 10 months ago
  53. 5d3a418 Add explicit copy constructors and assign operators for some classes. by Artem Titov · 4 years, 10 months ago
  54. b877e71 Delete FunctorMessageHandler, in tests use alternative ways to post functors by Danil Chapovalov · 4 years, 10 months ago
  55. efa3f76 Moves SampleStats and EventRateCounter to rtc_base/numerics by Sebastian Jansson · 4 years, 10 months ago
  56. 8931345 Take FunctionView rather than any functor reference in the rtc::Thread::Invoke by Danil Chapovalov · 4 years, 10 months ago
  57. 9dc209a Add ability to disable detailed error message in RTC_CHECKs by Artem Titov · 4 years, 10 months ago
  58. 2dec496 Add directive to make TRACE_EVENT macros optional. by Doudou Kisabaka · 4 years, 10 months ago
  59. bfcb6c3 Add rtt estimate EventBasedExponentialMovingAverage to Connection by Jonas Oreland · 4 years, 10 months ago
  60. e1611a0 Replace template_util.h with C++14 STL methods by Steve Anton · 4 years, 10 months ago
  61. 9f9e20a Fix errorprone issues preventing Chromium Roll. by Mirko Bonadei · 4 years, 10 months ago
  62. dc36829 Add VideoCodecType::kVideoCodecAV1 value by Danil Chapovalov · 4 years, 10 months ago
  63. 6a4a146 Add ability to strip out logging messages from the binary by Artem Titov · 4 years, 10 months ago
  64. fdaba6c Use std::atomic for RefCounter by Danil Chapovalov · 4 years, 10 months ago
  65. 63dced9 Add class for ExponentialMovingAverage by Jonas Oreland · 4 years, 10 months ago
  66. 912b3b8 Make rtc::Thread a TaskQueue by Danil Chapovalov · 4 years, 10 months ago
  67. ec22183 Revert lock for logging to CriticalSection by Danil Chapovalov · 4 years, 10 months ago
  68. 108a2f0 Preventively fix missing braces warnings. by Mirko Bonadei · 4 years, 10 months ago
  69. 7b46e17 In rtc::ByteBuffer drop support for ORDER_HOST as unused by Danil Chapovalov · 4 years, 10 months ago
  70. d4002a7 RTC_EXPORT missing symbols for Chromium's component build. by Mirko Bonadei · 4 years, 10 months ago
  71. e644a03 Add field trial for rampup in quality based on available bandwidth. by Åsa Persson · 4 years, 10 months ago
  72. 2bc811e Mark checked_cast, dchecked_cast, and saturated_cast as constexpr by Danil Chapovalov · 4 years, 10 months ago
  73. 7d5fe67 Fix number of arguments being passed when setting the thread name on Windows. by Tommi · 4 years, 10 months ago
  74. ee6f4f6 [PeerConnection] Implement asynchronous version of AddIceCandidate(). by Henrik Boström · 4 years, 10 months ago
  75. 2b9317a Stop checking VP8BaseHeavyTl3RateAllocation field trial on every frame. by Rasmus Brandt · 4 years, 11 months ago
  76. c35333d Add RTC_EXPORT_TEMPLATE_{DECLARE,DEFINE} macros. by Mirko Bonadei · 4 years, 11 months ago
  77. 5cb7807 Implement crypto stats on DTLS transport by Harald Alvestrand · 4 years, 11 months ago
  78. 492fdf4 Make rtc_json poisonous in WebRTC by Sam Zackrisson · 4 years, 11 months ago
  79. 1a61739 Fix MemoryLogWriter so that it always writes the full data. by Björn Terelius · 5 years ago
  80. 4ff1c87 Fix RTC_LOCKABLE RTC_EXPORT order for rtc::Thread. by Mirko Bonadei · 5 years ago
  81. 27c2936 Implement an OperationsChain, to be used by PeerConnection in follow-up. by Henrik Boström · 5 years ago
  82. a043b2b Support case where win32socketserver's window class is not unregistered properly. by Tim Haloun · 5 years ago
  83. b9f6902 Store logging streams in a manually linked list instead of std::list by Danil Chapovalov · 5 years ago
  84. 82a3f0a Replace SingleThreadedTaskQueueForTesting::SendTask usage with ::webrtc::SendTask by Danil Chapovalov · 5 years ago
  85. 3663ed3 Move rtc_base/ignore_wundef.h to its own target. by Mirko Bonadei · 5 years ago
  86. c66e004 Adding missing RTC_EXPORT for component build. by Mirko Bonadei · 5 years ago
  87. 86d053c Use source_sets in component builds and static_library in release builds. by Mirko Bonadei · 5 years ago
  88. 562a37f Increase timeout in test-only helper SendTask back to infinity by Danil Chapovalov · 5 years ago
  89. eb90e6f Merge SendTask implementation for SingleThreadedTaskQueueForTesting and TaskQueueForTest by Danil Chapovalov · 5 years ago
  90. 35214fc Add missing RTC_EXPORT for the component build. by Mirko Bonadei · 5 years ago
  91. ef98ae6 Use GlobalLock to protect logging by Danil Chapovalov · 5 years ago
  92. 80f53b7 Extend WebRTC-Video-MinVideoBitrate to experiment per-codec by Elad Alon · 5 years ago
  93. 5740f3e Clarify expectation on GlobalLock by Danil Chapovalov · 5 years ago
  94. f23131f Removing AudioAllocationSettings moving functionality to AudioSendStream. by Sebastian Jansson · 5 years ago
  95. 741bab0 Add Slice method to CopyOnWriteBuffer and use it in FEC code. by Ilya Nikolaevskiy · 5 years ago
  96. c5bc9d6 Treat wlan as a WiFi adapter name on all platforms. by Qingsi Wang · 5 years ago
  97. 4c93aab Handle macro _M_ARM64 for MSVC build by Tom Tan · 5 years ago
  98. 86873f0 Improve field trial error message. by Björn Terelius · 5 years ago
  99. 33b83fd Introduce integer division helpers with non-default rounding by Danil Chapovalov · 5 years ago
  100. 86314cf Cleaning up C++14 move into lambda TODOs. by Sebastian Jansson · 5 years ago