aboutsummaryrefslogtreecommitdiff
path: root/rtc_base
AgeCommit message (Expand)Author
2020-10-26Cleanup references to system/core/liblog -> system/logging/liblogBaligh Uddin
2020-07-23Merge remote-tracking branch 'upstream-master'Jorge E. Moreira
2020-07-21Merge branch 'upstream-master'Jorge E. Moreira
2020-07-17Rename CriticalSection to RecursiveCriticalSection.Markus Handell
2020-07-16Remove unused critical section includes.Markus Handell
2020-07-15Remove rtc::GlobalLock.Markus Handell
2020-07-15Migrate to webrtc::GlobalMutex.Markus Handell
2020-07-13Migrate stray leftovers from rtc_base/ and test/ to webrtc::Mutex.Markus Handell
2020-07-08Migrate rtc_base to webrtc::Mutex.Markus Handell
2020-07-08Clarify logging docs.Markus Handell
2020-07-08Fix support for BitBuffer::ReadNonSymmetric(&value, 1)Danil Chapovalov
2020-07-08Remove unused GuardedAsyncInvoker classTomas Gunnarsson
2020-07-08Logging: reduce locking frequency by fixing TODO.Markus Handell
2020-07-06Inclusive language in //rtc_base.Mirko Bonadei
2020-07-06Convert GN libs lists to frameworksSylvain Defresne
2020-07-03Reland "Add rtc::Thread invoke policy."Artem Titov
2020-07-02Revert "Add rtc::Thread invoke policy."Artem Titov
2020-07-01Prevent undefined shift in TimestampWrapAroundHandler::UnwrapDan Minor
2020-07-01Add rtc::Thread invoke policy.Artem Titov
2020-06-16Remove unneeded GN import.Mirko Bonadei
2020-06-16Remove VideoStreamEncoderResourceManager::active_countsEvan Shrubsole
2020-06-12Search and replace gendered terms according to style guide:Magnus Flodman
2020-06-10Migrate logging to webrtc::Mutex.Markus Handell
2020-06-10Mutex: Temporarily add re-entry CHECK.Markus Handell
2020-06-09Reland "Remove dead code from ModuleRtpRtcpImpl2"Tomas Gunnarsson
2020-06-08Add diagnostic printout to RTC_DCHECK_RUN_ON.Tomas Gunnarsson
2020-06-08Use absl_deps in order to preapre to the Abseil component build release.Mirko Bonadei
2020-06-07Mutex, CriticalSection: Switch Mac to _PTHREAD_MUTEX_POLICY_FIRSTFIT.Markus Handell
2020-06-05Mutex: remove Abseil static initializer.Markus Handell
2020-06-05Fix -Wunused-variable error.Mirko Bonadei
2020-06-04Introduces rtc_base/synchronization/mutex.h.Markus Handell
2020-05-29Check that data_ is non-null before memcpy in EnsureCapacityWithHeadroomDan Minor
2020-05-28Deprecate SignalThread.Markus Handell
2020-05-26Rename more death test to *DeathTestTommi
2020-05-26AsyncResolver: remove dependency on SignalThread.Markus Handell
2020-05-26P2PTransportChannel::OnCandidateResolved: fix resolver leak.Markus Handell
2020-05-26PhysicalSocketServer: remove heap-based epoll_event handling.Markus Handell
2020-05-26Fix an incorrect use of iterator.Jianjun Zhu
2020-05-25Replaces ring buffer in RateStatistics with deque.Erik Språng
2020-05-18Add support for injecting Clock to RepeatingTaskHandle.Tommi
2020-05-18Add thread annotations to PhysicalSocketServer membersNiels Möller
2020-05-17Reland "Use Windows 10 thread naming API"Tommi
2020-05-17Don't wrap the main thread when running death tests.Tommi
2020-05-17Revert "Use Windows 10 thread naming API"Tommi
2020-05-17Use Windows 10 thread naming APIBruce Dawson
2020-05-16Disable SequenceCheckerTest.TestAnnotationsOnWrongQueueDebug due to flakeTommi
2020-05-15Reland "Revert back to using the task_queue_ for guarding access."Tommi
2020-05-15Reland "Make sure that "current" rtc::Thread instances are always current for...Tommi
2020-05-14In rtc_base/ and api/ replace mock macros with unified MOCK_METHOD macroDanil Chapovalov
2020-05-14Revert "Make sure that "current" rtc::Thread instances are always current for...Artem Titov