aboutsummaryrefslogtreecommitdiff
path: root/rtc_base
AgeCommit message (Expand)Author
2021-06-22TaskQueueStdlib: initialize the thread last.Markus Handell
2021-06-22Replace use of RecursiveCriticalSection in VirtualSocketServerNiels Möller
2021-06-21Update VirtualSocketServer locking to match documentation.Niels Möller
2021-06-20openssl_adapter: document SSL_CTX_set_verify_depth behaviourPhilipp Hancke
2021-06-16LOG DTLS (failed) handshake retransmissionJonas Oreland
2021-06-11Make stopping of the RepeatingTask saferDanil Chapovalov
2021-05-28Proxy: solve event tracing with compile time strings.Markus Handell
2021-05-25Enforce thread invoke policy for invokes to itselfArtem Titov
2021-05-18Update BitBuffer methods to style guideBjörn Terelius
2021-05-12Add 64-bit version of BitBuffer::ReadBitsBjörn Terelius
2021-05-12Add explicit copy constructors and assign operators for some classes.Byoungchan Lee
2021-05-07Reland "Refactor the PlatformThread API."Markus Handell
2021-05-07Enable WebRTC-BindUsingInterfaceName by defaultJonas Oreland
2021-05-06Revert "Refactor the PlatformThread API."Guido Urdaneta
2021-05-05Refactor the PlatformThread API.Markus Handell
2021-05-03Mark AsyncInvoker as deprecatedNiels Möller
2021-04-28Reland "Add addr in error msg if stun sock sent with error"Yura Yaroshevich
2021-04-28Remove RTC_WARN_UNUSED_RESULT in favor of ABSL_MUST_USE_RESULT.Mirko Bonadei
2021-04-27Use unordered_map in RtpDemuxerVictor Boivie
2021-04-27Remove explicitly forwarded constructors in rtc::FinalRefCountedObjectDanil Chapovalov
2021-04-26Make RefCountedObject require overriding virtual methodsTomas Gunnarsson
2021-04-23Add utilities to facilitate correct usage of rtc::RefCounted classes.Tomas Gunnarsson
2021-04-22Delete SignalQueueDestroyedNiels Möller
2021-04-22AsyncResolver: avoid hanging the WorkerThread.Markus Handell
2021-04-21Uniform IPAddress::ToSensitiveString() behavior (debug vs release).Mirko Bonadei
2021-04-21PlatformThread: add support for detached threads.Markus Handell
2021-04-21Simplify reference counting implementation of PendingTaskSafetyFlag.Tommi
2021-04-19Add support for setting the initial state to the pending task flag.Tomas Gunnarsson
2021-04-19webrtc::Mutex: Introduce mutex_race_check.h.Markus Handell
2021-04-16Delete StreamAdapterInterfaceNiels Möller
2021-04-16Delete unused class MessageBufferReaderNiels Möller
2021-04-15Delete left-over references to AsyncInvokerNiels Möller
2021-04-14Make RTC_LOG_THREAD_BLOCK_COUNT less spammy for known call countsTomas Gunnarsson
2021-04-14Change from sakal@webrtc.org to xalep@webrtc.org in OWNERS files.Mirko Bonadei
2021-04-12Revert "Add addr in error msg if stun sock sent with error"Mirko Bonadei
2021-04-12Add addr in error msg if stun sock sent with errorYura Yaroshevich
2021-04-09Add locking to UniqueRandomIdGenerator.Tomas Gunnarsson
2021-04-07Add utility to count the number of blocking thread invokes.Tommi
2021-03-30Delete a gcc workaround in rtc::FinalRefCountedObjectDanil Chapovalov
2021-03-29Make RTCCertificate::identity_ constTomas Gunnarsson
2021-03-29Delete dead code in test_utils.hNiels Möller
2021-03-29Delete StringStream class, used in LogTest.Niels Möller
2021-03-29Mark rtc_base/memory:fifo_buffer as testonlyNiels Möller
2021-03-29Delete left-over include of rtc_base/stream.h from FileRotatingStreamNiels Möller
2021-03-29Make FileRotatingStream independent of StreamInterfaceNiels Möller
2021-03-25Add FileSize method to FileWrapperBjörn Terelius
2021-03-25Delete use of AsyncInvoker in FakeMdnsResponderNiels Möller
2021-03-24Removes unused parameters of WebRTC-KeyframeInterval.Erik Språng
2021-03-22Check if ifa_addr field is null.Björn Terelius
2021-03-19Delete FakeIceTransport usage of AsyncInvokerNiels Möller