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