aboutsummaryrefslogtreecommitdiff
path: root/rtc_base
AgeCommit message (Expand)Author
2020-04-16Remove deprecated ssl_identity methodsHarald Alvestrand
2020-04-15Reland of the test portion of:Tommi
2020-04-15Mark static const class/struct members as constexpr.Mirko Bonadei
2020-04-14Remove deprecated SSLAdapter::SetIdentity.Mirko Bonadei
2020-04-14Remove OpenSSLIdentity::GenerateWithExpiration.Mirko Bonadei
2020-04-14Remove OpenSSLAdapter restartable_ data member.Mirko Bonadei
2020-04-09Adds tiny rtc::StringFormat utilityhenrika
2020-04-09Fix socket not getting registered for epoll eventsmmorrison
2020-04-07Revert "Preparation for ReceiveStatisticsProxy lock reduction."Artem Titov
2020-04-06Preparation for ReceiveStatisticsProxy lock reduction.Tommi
2020-04-03Don't trigger OnNetworkChange when changing from 3G to 4GJonas Oreland
2020-04-02Replace std::string::find() == 0 with absl::StartsWith (part 2).Mirko Bonadei
2020-04-02Fix errors C2238, C2248 and C2059 on MSVC bots.Mirko Bonadei
2020-04-02Extend rtc::AdapterType with 2g, 3G, 4G & 5G enum values.Jonas Oreland
2020-04-01Remove unnecessary breaks after return.Mirko Bonadei
2020-04-01Remove some more instances of IP logging.Paulina Hensman
2020-03-30Add test for relay bandwidth capping.Christoffer Rodbro
2020-03-30Revert "Add interface_id to rtc::Network"Olga Sharonova
2020-03-25Add interface_id to rtc::NetworkJonas Oreland
2020-03-25remove deprecated fields in rtc::NetworkRouteJonas Oreland
2020-03-24Only print route if it has changedJonas Oreland
2020-03-23Fix -Wunreachable-code on Linux.Mirko Bonadei
2020-03-21Refactor ssl_stream_adapter API to show object ownershipHarald Alvestrand
2020-03-20Extend NetworkRoute with more info about local/remote endpointsJonas Oreland
2020-03-18Reland "Leverage dispatch_queue_create_with_target when possible."Yura Yaroshevich
2020-03-13Revert "Leverage dispatch_queue_create_with_target when possible."Alex Loiko
2020-03-12Leverage dispatch_queue_create_with_target when possible.Yura Yaroshevich
2020-03-10Allow TimestampAligner to translate timestamp without new observation of syst...Minyue Li
2020-03-09Make a switch to disable DTLS 1.0, TLS 1.0 and TLS 1.1 downgrade in WebRTC.Harald Alvestrand
2020-03-06Refactor TimestampAligner for more general use.Minyue Li
2020-03-04Update RTC_CHECK and RTC_LOG macros so they work when called from xxxxx::rtc ...Jiawei Ou
2020-03-03Makes Thread::Send execute sent messages after pending posted messages.Sebastian Jansson
2020-03-02BoundedInlineVector: Add resize() methodKarl Wiberg
2020-03-02BoundedInlineVector: Vector class of bounded size with inline allocationKarl Wiberg
2020-03-02Cleanup: Use common IP overhead definitions in test and prod codeSebastian Jansson
2020-02-20Delete header file rtc_base/memory/aligned_array.hNiels Möller
2020-02-19Remove wildcard ownership for build files.Mirko Bonadei
2020-02-19Remove inactive OWNERS.Mirko Bonadei
2020-02-18Replace DataSize and DataRate factories with newer versionsDanil Chapovalov
2020-02-14Removing dead codeXavier Lepaul
2020-02-10Remove unused method `set_ignore_non_default_routes`Xavier Lepaul
2020-02-10Use newer version of TimeDelta and TimeStamp factories in webrtcDanil Chapovalov
2020-02-07Enable congestion window pushback to reduce bitrate by only drop video frames.Ying Wang
2020-02-07Add DSCP support for POSIX platforms.Taylor Brandstetter
2020-02-06Add a method to report number of samples in MovingMedianFilter.Minyue Li
2020-02-04Define rtc::BufferT::const_iteratorKarl Wiberg
2020-02-03AsyncTCPSocket: try sending outgoing data until EWOULDBLOCKSteve Anton
2020-01-29Makes all units and operations constexprSebastian Jansson
2020-01-28Remove iceRegatherIntervalRangeSteve Anton
2020-01-22Moves ownership of time controller into NetworkEmulationManager.Sebastian Jansson