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