Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
webrtc
/
0810a7c25a156c1945771eb16ca1a6512be4f295
/
rtc_base
bd167cf
Revert "Add new field trial for controlling congestion window settings"
by Evan Shrubsole
· 6 years ago
dd33d8e
Add new field trial for controlling congestion window settings
by Evan Shrubsole
· 6 years ago
cb2a4ff
Reland "Remove TaskQueue constructor that uses GlobalTaskQueueFactory"
by Danil Chapovalov
· 6 years ago
d93a004
Adds AddSamples function to SamplesStatsCounter.
by Sebastian Jansson
· 6 years ago
6a489f2
Fully qualify googletest symbols.
by Mirko Bonadei
· 6 years ago
b55015e
Replacing SequencedTaskChecker with SequenceChecker.
by Sebastian Jansson
· 6 years ago
c01367d
Deprecating ThreadChecker specific interface.
by Sebastian Jansson
· 6 years ago
57f2a54
Revert "Remove TaskQueue constructor that uses GlobalTaskQueueFactory"
by Florent Castelli
· 6 years ago
7b7485b
Remove TaskQueue constructor that uses GlobalTaskQueueFactory
by Danil Chapovalov
· 6 years ago
c46a999
Reduce flakiness of repeating task test.
by Sebastian Jansson
· 6 years ago
1c1b1ea
Allow setting ALR values for screen content again
by Erik Språng
· 6 years ago
dbfb58b
Ignore ERROR_ACCESS_DENIED when stopping Windows platform threads.
by Noah Richards
· 6 years ago
7d6a259
Adds fake clock unit test.
by Sebastian Jansson
· 6 years ago
af1f865
Revert "Disable DTLS 1.0, TLS 1.0 and TLS 1.1 downgrade in WebRTC."
by Benjamin Wright
· 6 years ago
1c4547d
Adds SetForTest method on FieldTrialParameter class.
by Sebastian Jansson
· 6 years ago
9d8eaac
Delete unneeded direct includes of common_types.h
by Niels Möller
· 6 years ago
a7d8f19
Use 'public_deps' to depend on nacl_io [1].
by Mirko Bonadei
· 6 years ago
b721761
Reworking byte order utility functions for Windows platforms.
by Mirko Bonadei
· 6 years ago
df5e4e0
Merge of ThreadChecker and SequencedTaskChecker.
by Sebastian Jansson
· 6 years ago
1333948
Move FifoBuffer to its own file and build target
by Niels Möller
· 6 years ago
8ea977d
Add ScopedAllowBaseSyncPrimitivesForTesting to Webrtc.
by François Doray
· 6 years ago
673f7e5
Do not assume /DUNICODE and /D_UNICODE.
by Mirko Bonadei
· 6 years ago
46b4a0f
Removes PostStop from RepeatingTaskHandle.
by Sebastian Jansson
· 6 years ago
07122bc
Use TaskQueueForTest instead or TaskQueue in unittests
by Danil Chapovalov
· 6 years ago
2214b91
Cleanup SequenceTaskChecker unittests
by Danil Chapovalov
· 6 years ago
d999351
Delete function url_decode
by Niels Möller
· 6 years ago
39903df
Delete unused method StreamInterface::ReadAll
by Niels Möller
· 6 years ago
f269b56
Remove public visibility from some rtc_base libraries.
by Mirko Bonadei
· 6 years ago
2acd163
Use Abseil container algorithms in rtc_base/
by Steve Anton
· 6 years ago
d970967
Delete unused method ProxyServer::OnBindingDestroyed
by Niels Möller
· 6 years ago
9841703
rtc::Event::Wait(kForever): Print stack trace when we deadlock
by Karl Wiberg
· 6 years ago
2cdc611
Add some OWNERS to rtc_base/experiments/
by Karl Wiberg
· 6 years ago
9debe5a
Deleting copy constructors for Scoped* classes.
by Sebastian Jansson
· 6 years ago
3dde450
Make keyframe generation/request intervals configurable through field trials.
by Rasmus Brandt
· 6 years ago
741daaf
Move rtc::FunctionView to the public API
by Artem Titov
· 6 years ago
94b57c0
Cleanup BUILD.gn files from imports like foo:foo
by Artem Titov
· 6 years ago
533a9fe
Clean BUILD.gn files: remove extra :memory
by Artem Titov
· 6 years ago
3ba5b9e
Allow construction of TaskQueueForTest with TaskQueueBase
by Sebastian Jansson
· 6 years ago
d2a6378
Switch from deprecated std::random_shuffle on std::shuffle
by Artem Titov
· 6 years ago
7a60339
Adds ability to tell Event::Wait to yield.
by Sebastian Jansson
· 6 years ago
b5dd6b6
Use std::pow in rtc_base/numerics.
by Mirko Bonadei
· 6 years ago
16289f6
Remove NTDDI_WIN10_RS2 check.
by Mirko Bonadei
· 6 years ago
d26a916
Avoid using GlobalTaskQueueFactory for TaskQueueForTest
by Danil Chapovalov
· 6 years ago
10c5a93
Relanding #128202 Adding support for enum class in RTC_CHECK and RTC_LOG.
by Amit Hilbuch
· 6 years ago
1f850a6
Reland "SeqNumUnwrapper::Unwrap now returns int64_t instead of uint64_t."
by Philip Eliasson
· 6 years ago
342989d
Reland "Add winmm.lib as a Windows dep for timeutils."
by Noah Richards
· 6 years ago
c1f3f07
Revert "Add winmm.lib as a Windows dep for timeutils."
by Sam Zackrisson
· 6 years ago
9e06ce0
Add winmm.lib as a Windows dep for timeutils.
by Noah Richards
· 6 years ago
ae88f39
Revert "Adding support for enum class in RTC_CHECK and RTC_LOG."
by Steve Anton
· 6 years ago
6b6f537
Adding support for enum class in RTC_CHECK and RTC_LOG.
by Amit Hilbuch
· 6 years ago
b5207b4
Revert "SeqNumUnwrapper::Unwrap now returns int64_t instead of uint64_t."
by Philip Eliasson
· 6 years ago
b0f968a
SeqNumUnwrapper::Unwrap now returns int64_t instead of uint64_t.
by philipel
· 6 years ago
ab03638
Let threads opt in to having their stack traces printed
by Karl Wiberg
· 6 years ago
d841ea6
Skip return value check for stopped repeating tasks.
by Sebastian Jansson
· 6 years ago
45a2cd2
Fixing documentation for CopyOnWriteBuffer.
by Amit Hilbuch
· 6 years ago
793597b
Removes TaskQueueBase::Current call in repeating task.
by Sebastian Jansson
· 6 years ago
ec65e1f
Allow construction of TaskQueueForTest with TaskQueueBase
by Sebastian Jansson
· 6 years ago
cb96809
Make FieldTrialOptionals operator bool() explicit
by Jonas Olsson
· 6 years ago
4f779c6
Remove legacy empty task_queue BUILD targets and build arg
by Danil Chapovalov
· 6 years ago
471783f
Remove rtc::QueuedTask alias, use webrtc::QueuedTask directly
by Danil Chapovalov
· 6 years ago
ad89528
Reland "Delete rtc::TaskQueue::Current in favor of webrtc::TaskQueueBase::Current"
by Danil Chapovalov
· 6 years ago
effdfe2
Move dependency on chromium DefaultTaskQueueFactory
by Danil Chapovalov
· 6 years ago
d4a37a6
Support absl::string_view in RTC_CHECK.
by Mirko Bonadei
· 6 years ago
42d8c93
Revert "Delete rtc::TaskQueue::Current in favor of webrtc::TaskQueueBase::Current"
by Yves Gerey
· 6 years ago
304e9d2
Delete rtc::TaskQueue::Current in favor of webrtc::TaskQueueBase::Current
by Danil Chapovalov
· 6 years ago
f0cbcd3
Use stdlib TaskQueue implementation in webrtc fuzzers
by Danil Chapovalov
· 6 years ago
7276b97
Disable DTLS 1.0, TLS 1.0 and TLS 1.1 downgrade in WebRTC.
by Benjamin Wright
· 6 years ago
4423c36
Migrate RepeatingTask to take raw pointer to TaskQueueBase instead of TaskQueue
by Danil Chapovalov
· 6 years ago
7bc331f
Android: Use android_deps directly
by Peter Wen
· 6 years ago
110c64b
Delete unused key WebRTC-Audio-SendSideBwe-For-Video.
by Christoffer Rodbro
· 6 years ago
07a4f2b
Merge rtc_task_queue(_api|_impl)? build targets into one
by Danil Chapovalov
· 6 years ago
1aa7581
Replace all usage of rtc::NewClosure with webrtc::ToQueuedTask
by Danil Chapovalov
· 6 years ago
13471a4
Switch back to native mutexes on macOS
by Oskar Sundbom
· 6 years ago
3b548dd
Move rtc::NewClosure into own build target as ToQueuedTask
by Danil Chapovalov
· 6 years ago
4a42742
Make rtc_base/fake_mdns_responder.h self contained.
by Mirko Bonadei
· 6 years ago
1916cbc
Fix -Winconsistent-missing-override in fake_network.h.
by Mirko Bonadei
· 6 years ago
e4bd9a1
Style guide fixes for the hkdf class.
by Benjamin Wright
· 6 years ago
8e98c60
Cleanup for openssl_stream_adapter.cc.
by Benjamin Wright
· 6 years ago
ba4dcc3
rtc::Thread::PostTask() added.
by Henrik Boström
· 6 years ago
f3280e9
Create conversions between webrtc::TaskQueueBase and rtc::TaskQueue
by Danil Chapovalov
· 6 years ago
60fd73a
Migrate SequencedTaskChecker to rely on webrtc::TaskQueueBase interface
by Danil Chapovalov
· 6 years ago
d00405f
Drop support for link-time injection of the rtc::TaskQueue::Impl
by Danil Chapovalov
· 6 years ago
f54e30b
Add const to variables in openssl_stream_adapter.cc that can use it.
by Benjamin Wright
· 6 years ago
695af94
Add reentrancy comment for critical section.
by Ruslan Burakov
· 6 years ago
2684ab3
Test default TaskQueue implementation via TaskQueueBase interface
by Danil Chapovalov
· 6 years ago
a497d12
Avoids PostTask to repost a repeated task.
by Sebastian Jansson
· 6 years ago
c4dd730
Fix -Wextra-semi warnings.
by Mirko Bonadei
· 6 years ago
a9cfa47
Revert "Delete rtc_task_queue_impl build target"
by Mirko Bonadei
· 6 years ago
56973e6
Delete rtc_task_queue_impl build target
by Danil Chapovalov
· 6 years ago
8f096d0
Map clat devices to cellular on Android
by Jeroen de Borst
· 6 years ago
fa52efa
Migrate stdlib task queue to TaskQueueBase interface
by Danil Chapovalov
· 6 years ago
3256225
"Remove" loophole in rtc::Thread::ScopedDisallowBlockingCalls
by Karl Wiberg
· 6 years ago
826f2e7
Migrate win task queue to TaskQueueBase interface
by Danil Chapovalov
· 6 years ago
47cf5ea
Migrate gcd task queue implementation to TaskQueueBase interface
by Danil Chapovalov
· 6 years ago
22f9925
webrtc: Remove semicolons.
by Nico Weber
· 6 years ago
e45c688
Remove webrtc::ProtoString.
by Mirko Bonadei
· 6 years ago
914351d
Reland "Always offer transport sequence number header extension for audio""
by Per Kjellander
· 6 years ago
13bc871
PostMessageWithFunctor() added.
by Henrik Boström
· 6 years ago
397c06f
Revert "Always offer transport sequence number header extension for audio"
by Ying Wang
· 6 years ago
1c9c9fc
Replace replace_substrs with Abseil
by Steve Anton
· 6 years ago
Next »