webrtc/rtc_base
Niels Möller be74b8058b Fix spelling of receiver and transceiver.
Bug: None
Change-Id: I439e217d67283b182833e48da15af9ae367ac14e
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/256015
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#36257}
2022-03-18 14:54:10 +00:00
..
containers Use backticks not vertical bars to denote variables in comments 2021-08-10 10:40:03 +00:00
deprecated Remove RTC_DISALLOW_COPY_AND_ASSIGN from rtc_base/ 2022-01-13 20:42:15 +00:00
experiments Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
internal Reland "Refactor rtc_base build targets." 2021-01-15 17:00:05 +00:00
java/src/org/webrtc Replace the android support annotation library with androidx's one. 2021-08-24 16:02:17 +00:00
memory Remove RTC_DISALLOW_COPY_AND_ASSIGN from rtc_base/ 2022-01-13 20:42:15 +00:00
network Use absl_deps in order to preapre to the Abseil component build release. 2020-06-08 12:59:40 +00:00
numerics Remove RTC_DISALLOW_COPY_AND_ASSIGN from rtc_base/ 2022-01-13 20:42:15 +00:00
strings Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
synchronization Permit current queue reference to be null on sequence checker creation 2021-11-15 09:39:10 +00:00
system Fix -Wunused-but-set-variable 2021-11-16 10:30:30 +00:00
task_utils Add ability to specify delayed task precision in RepeatingTaskHandle. 2022-01-24 17:56:50 +00:00
third_party Increase sigslot internal pointer representation to 24 bytes. 2021-08-11 09:32:32 +00:00
time Use Timestamp and TimeDelta in VCMTiming 2022-03-02 15:07:25 +00:00
units Add unary operator- to units 2022-01-11 14:12:54 +00:00
win Reland "Remove RTC_DISALLOW_COPY_AND_ASSIGN usages completely" 2022-01-27 12:55:44 +00:00
arraysize.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
async_invoker.cc Remove DEPRECATED_AsyncInvoker::Flush. 2021-11-18 09:08:55 +00:00
async_invoker.h Remove RTC_DISALLOW_COPY_AND_ASSIGN from rtc_base/ 2022-01-13 20:42:15 +00:00
async_invoker_inl.h Remove the AsyncInvoker alias. 2021-11-17 13:37:06 +00:00
async_packet_socket.cc Cleanup: Use common IP overhead definitions in test and prod code 2020-03-02 11:36:58 +00:00
async_packet_socket.h Remove RTC_DISALLOW_COPY_AND_ASSIGN from rtc_base/ 2022-01-13 20:42:15 +00:00
async_resolver.cc Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED 2021-11-15 21:44:59 +00:00
async_resolver.h AsyncResolver: avoid hanging the WorkerThread. 2021-04-22 06:30:11 +00:00
async_resolver_interface.cc webrtc: Remove semicolons. 2019-02-20 16:02:59 +00:00
async_resolver_interface.h Use backticks not vertical bars to denote variables in comments for /rtc_base 2021-07-28 13:51:47 +00:00
async_socket.cc Delete AsyncSocket class, merge into Socket class 2021-08-17 15:39:25 +00:00
async_socket.h Delete AsyncSocket class, merge into Socket class 2021-08-17 15:39:25 +00:00
async_tcp_socket.cc Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED 2021-11-15 21:44:59 +00:00
async_tcp_socket.h Remove RTC_DISALLOW_COPY_AND_ASSIGN from rtc_base/ 2022-01-13 20:42:15 +00:00
async_tcp_socket_unittest.cc Delete AsyncSocket class, merge into Socket class 2021-08-17 15:39:25 +00:00
async_udp_socket.cc Delete AsyncSocket class, merge into Socket class 2021-08-17 15:39:25 +00:00
async_udp_socket.h Delete AsyncSocket class, merge into Socket class 2021-08-17 15:39:25 +00:00
async_udp_socket_unittest.cc Delete AsyncSocket class, merge into Socket class 2021-08-17 15:39:25 +00:00
atomic_ops.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
atomic_ops_unittest.cc (3) Rename files to snake_case: move the files 2019-01-11 17:05:20 +00:00
base64_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
bit_buffer.cc Delete BitBuffer 2021-09-21 16:28:38 +00:00
bit_buffer.h Remove RTC_DISALLOW_COPY_AND_ASSIGN from rtc_base/ 2022-01-13 20:42:15 +00:00
bit_buffer_unittest.cc Delete BitBuffer 2021-09-21 16:28:38 +00:00
bitstream_reader.cc Fix integer underflow in BitstreamReader::ConsumeBits 2021-09-20 19:37:49 +00:00
bitstream_reader.h GCC: fix template specialization in webrtc::BitstreamReader 2021-09-15 17:20:50 +00:00
bitstream_reader_unittest.cc Fix integer underflow in BitstreamReader::ConsumeBits 2021-09-20 19:37:49 +00:00
boringssl_certificate.cc Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
boringssl_certificate.h Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
boringssl_identity.cc Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
boringssl_identity.h Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
bounded_inline_vector.h BoundedInlineVector: Add resize() method 2020-03-02 20:55:28 +00:00
bounded_inline_vector_impl.h BoundedInlineVector: Add resize() method 2020-03-02 20:55:28 +00:00
bounded_inline_vector_unittest.cc BoundedInlineVector: Add resize() method 2020-03-02 20:55:28 +00:00
buffer.h Use backticks not vertical bars to denote variables in comments for /rtc_base 2021-07-28 13:51:47 +00:00
buffer_queue.cc Remove locks from BufferQueue (not needed). 2020-09-29 12:57:20 +00:00
buffer_queue.h Remove RTC_DISALLOW_COPY_AND_ASSIGN from rtc_base/ 2022-01-13 20:42:15 +00:00
buffer_queue_unittest.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
buffer_unittest.cc Rename more death test to *DeathTest 2020-05-26 20:27:34 +00:00
BUILD.gn Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
byte_buffer.cc In rtc::ByteBuffer drop support for ORDER_HOST as unused 2019-11-15 11:48:42 +00:00
byte_buffer.h Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
byte_buffer_unittest.cc In rtc::ByteBuffer drop support for ORDER_HOST as unused 2019-11-15 11:48:42 +00:00
byte_order.h Reworking byte order utility functions for Windows platforms. 2019-03-31 11:55:09 +00:00
byte_order_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
callback_list.cc CallbackList: Add support for removing receivers 2020-11-26 08:41:36 +00:00
callback_list.h CallbackList: Add support for removing receivers 2020-11-26 08:41:36 +00:00
callback_list_unittest.cc Fix spelling of receiver and transceiver. 2022-03-18 14:54:10 +00:00
checks.cc Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
checks.h Remove old definition of the macro RTC_NOTREACHED 2021-11-16 13:56:00 +00:00
checks_unittest.cc Reland "Rename FATAL() into RTC_FATAL()." 2020-11-18 20:49:08 +00:00
compile_assert_c.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
copy_on_write_buffer.cc Introduce FinalRefCountedObject template class 2021-01-22 16:20:22 +00:00
copy_on_write_buffer.h Allow CopyOnWriteBuffer to accept vector-like types. 2021-09-20 14:02:05 +00:00
copy_on_write_buffer_unittest.cc Allow CopyOnWriteBuffer to accept vector-like types. 2021-09-20 14:02:05 +00:00
cpu_time.cc Fix two -Wunreachable-code-aggressive warnings on Fuchsia 2021-08-20 16:19:19 +00:00
cpu_time.h
cpu_time_unittest.cc Reland "Refactor the PlatformThread API." 2021-05-07 14:14:43 +00:00
crc32.cc Thread safe crc32 table initialization 2019-05-15 23:54:07 +00:00
crc32.h Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
crc32_unittest.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
crypt_string.cc Delete unused class InsecureCryptStringImpl 2019-05-10 07:07:19 +00:00
crypt_string.h Delete unused class InsecureCryptStringImpl 2019-05-10 07:07:19 +00:00
data_rate_limiter.cc
data_rate_limiter.h Add missing RTC_EXPORT for the component build. 2019-10-15 09:07:44 +00:00
data_rate_limiter_unittest.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
DEPS Revert: webrtc::Mutex: Introduce mutex_race_check.h 2021-07-25 11:46:59 +00:00
dscp.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
event.cc NullSocketServer::Wait: Don't warn if we have to wait a long time for messages 2019-04-11 16:35:18 +00:00
event.h NullSocketServer::Wait: Don't warn if we have to wait a long time for messages 2019-04-11 16:35:18 +00:00
event_tracer.cc Reland "Refactor the PlatformThread API." 2021-05-07 14:14:43 +00:00
event_tracer.h Export rtc::tracing symbols for use in Chrome Remote Desktop. 2022-01-19 12:23:14 +00:00
event_tracer_unittest.cc Migrate rtc_base to webrtc::Mutex. 2020-07-08 20:38:54 +00:00
event_unittest.cc Reland "Refactor the PlatformThread API." 2021-05-07 14:14:43 +00:00
fake_clock.cc Migrate rtc_base to webrtc::Mutex. 2020-07-08 20:38:54 +00:00
fake_clock.h Migrate rtc_base to webrtc::Mutex. 2020-07-08 20:38:54 +00:00
fake_clock_unittest.cc Use newer version of TimeDelta and TimeStamp factories in webrtc 2020-02-10 12:21:17 +00:00
fake_mdns_responder.h Delete left-over references to AsyncInvoker 2021-04-15 10:43:00 +00:00
fake_network.h Add and implement VPN preference 2021-08-25 08:01:21 +00:00
fake_ssl_identity.cc Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
fake_ssl_identity.h Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
file_rotating_stream.cc Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
file_rotating_stream.h Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
file_rotating_stream_unittest.cc Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
firewall_socket_server.cc Delete AsyncSocket class, merge into Socket class 2021-08-17 15:39:25 +00:00
firewall_socket_server.h Delete AsyncSocket class, merge into Socket class 2021-08-17 15:39:25 +00:00
format_macros.h Delete shim of PRId64 et al. on Windows 2019-08-08 08:29:18 +00:00
gtest_prod_util.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
gunit.cc Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
gunit.h Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
helpers.cc Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
helpers.h Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
helpers_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
http_common.cc Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
http_common.h Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
ifaddrs_android.cc Fix fd leak in ifaddrs_android.cc 2022-02-16 12:37:35 +00:00
ifaddrs_android.h (3) Rename files to snake_case: move the files 2019-01-11 17:05:20 +00:00
ifaddrs_converter.cc Format almost everything. 2019-07-08 13:45:15 +00:00
ifaddrs_converter.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
ignore_wundef.h
ip_address.cc Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
ip_address.h Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
ip_address_unittest.cc Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
location.cc Remove line number from rtc::Location 2019-12-03 19:43:12 +00:00
location.h Use backticks not vertical bars to denote variables in comments for /rtc_base 2021-07-28 13:51:47 +00:00
log_sinks.cc Adopt absl::string_view in rtc_base/log_sinks 2022-03-14 12:47:55 +00:00
log_sinks.h Adopt absl::string_view in rtc_base/log_sinks 2022-03-14 12:47:55 +00:00
logging.cc Adopt absl::string_view in rtc_base/log_sinks 2022-03-14 12:47:55 +00:00
logging.h Adopt absl::string_view in rtc_base/log_sinks 2022-03-14 12:47:55 +00:00
logging_unittest.cc Adopt absl::string_view in rtc_base/log_sinks 2022-03-14 12:47:55 +00:00
mac_ifaddrs_converter.cc Format almost everything. 2019-07-08 13:45:15 +00:00
mdns_responder_interface.h Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
memory_stream.cc Fix MemoryLogWriter so that it always writes the full data. 2019-10-25 12:07:32 +00:00
memory_stream.h Fix MemoryLogWriter so that it always writes the full data. 2019-10-25 12:07:32 +00:00
memory_usage.cc Format almost everything. 2019-07-08 13:45:15 +00:00
memory_usage.h
memory_usage_unittest.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
message_digest.cc Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
message_digest.h Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
message_digest_unittest.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
message_handler.cc Make MessageHandler be a pure virtual interface. 2020-09-25 11:44:02 +00:00
message_handler.h Remove RTC_DISALLOW_COPY_AND_ASSIGN from rtc_base/ 2022-01-13 20:42:15 +00:00
nat_server.cc Delete AsyncSocket class, merge into Socket class 2021-08-17 15:39:25 +00:00
nat_server.h Remove RTC_DISALLOW_COPY_AND_ASSIGN from rtc_base/ 2022-01-13 20:42:15 +00:00
nat_socket_factory.cc Delete AsyncSocket class, merge into Socket class 2021-08-17 15:39:25 +00:00
nat_socket_factory.h Remove RTC_DISALLOW_COPY_AND_ASSIGN from rtc_base/ 2022-01-13 20:42:15 +00:00
nat_types.cc Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED 2021-11-15 21:44:59 +00:00
nat_types.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
nat_unittest.cc Reland "Take out listen support from AsyncPacketSocket" 2021-10-25 08:26:56 +00:00
net_helper.cc Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
net_helper.h Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
net_helpers.cc win: Consolidate on a single version checking API 2021-10-05 22:13:37 +00:00
net_helpers.h Reland "Refactor rtc_base build targets." 2021-01-15 17:00:05 +00:00
network.cc Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
network.h Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
network_constants.cc Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED 2021-11-15 21:44:59 +00:00
network_constants.h Fix guess adapter type. 2022-01-28 15:13:45 +00:00
network_monitor.cc Introduce RTC_CHECK_NOTREACHED(), an always-checking RTC_NOTREACHED() 2020-11-09 10:47:55 +00:00
network_monitor.h Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
network_monitor_factory.cc Removing NetworkMonitorFactory static global. 2020-08-13 20:50:23 +00:00
network_monitor_factory.h Removing NetworkMonitorFactory static global. 2020-08-13 20:50:23 +00:00
network_route.cc Only print route if it has changed 2020-03-24 11:48:42 +00:00
network_route.h Add test for relay bandwidth capping. 2020-03-30 13:02:46 +00:00
network_route_unittest.cc Only print route if it has changed 2020-03-24 11:48:42 +00:00
network_unittest.cc Skip NetworkTest.TestMultipleIPMergeNetworkList. 2022-03-18 13:05:00 +00:00
null_socket_server.cc Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED 2021-11-15 21:44:59 +00:00
null_socket_server.h Delete AsyncSocket class, merge into Socket class 2021-08-17 15:39:25 +00:00
null_socket_server_unittest.cc Make MessageHandler cleanup optional. 2020-09-07 12:57:15 +00:00
one_time_event.h Migrate rtc_base to webrtc::Mutex. 2020-07-08 20:38:54 +00:00
one_time_event_unittest.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
openssl.h
openssl_adapter.cc Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
openssl_adapter.h Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
openssl_adapter_unittest.cc Delete AsyncSocket class, merge into Socket class 2021-08-17 15:39:25 +00:00
openssl_certificate.cc openssl: Use unique_ptr to remove unnecessary goto statements 2021-06-29 08:19:39 +00:00
openssl_certificate.h Reland "Remove RTC_DISALLOW_COPY_AND_ASSIGN usages completely" 2022-01-27 12:55:44 +00:00
openssl_digest.cc Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
openssl_digest.h Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
openssl_identity.cc Reland: Use CRYPTO_BUFFER APIs instead of X509 when building with BoringSSL. 2020-12-11 09:58:40 +00:00
openssl_identity.h Reland "Remove RTC_DISALLOW_COPY_AND_ASSIGN usages completely" 2022-01-27 12:55:44 +00:00
openssl_key_pair.cc Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
openssl_key_pair.h Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
openssl_session_cache.cc Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
openssl_session_cache.h Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
openssl_session_cache_unittest.cc Reland: Use CRYPTO_BUFFER APIs instead of X509 when building with BoringSSL. 2020-12-11 09:58:40 +00:00
openssl_stream_adapter.cc Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
openssl_stream_adapter.h Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
openssl_utility.cc Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
openssl_utility.h Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
openssl_utility_unittest.cc Reland: Use CRYPTO_BUFFER APIs instead of X509 when building with BoringSSL. 2020-12-11 09:58:40 +00:00
operations_chain.cc Update rtc_base to not use implicit T* --> scoped_refptr<T> conversion 2022-01-13 12:01:30 +00:00
operations_chain.h Remove RTC_DISALLOW_COPY_AND_ASSIGN from rtc_base/ 2022-01-13 20:42:15 +00:00
operations_chain_unittest.cc Mark rtc::Thread's versions of PostTask/PostDelayedTask deprecated. 2022-01-20 12:59:27 +00:00
OWNERS Remove inactive owners. 2021-08-31 14:27:49 +00:00
physical_socket_server.cc Deprecate and remove usage for WARNING log level 2021-11-27 22:21:54 +00:00
physical_socket_server.h Delete AsyncSocket class, merge into Socket class 2021-08-17 15:39:25 +00:00
physical_socket_server_unittest.cc Update socket unittests to not use rtc::Thread::socketserver() 2021-09-08 12:41:39 +00:00
platform_thread.cc Reland "Refactor the PlatformThread API." 2021-05-07 14:14:43 +00:00
platform_thread.h Use backticks not vertical bars to denote variables in comments for /rtc_base 2021-07-28 13:51:47 +00:00
platform_thread_types.cc Reland "Use Windows 10 thread naming API" 2020-05-17 17:22:01 +00:00
platform_thread_types.h Switch back to native mutexes on macOS 2019-03-04 12:42:10 +00:00
platform_thread_unittest.cc PlatformThreadTest: fix flake. 2021-06-28 09:09:47 +00:00
protobuf_utils.h Remove webrtc::ProtoString. 2019-02-16 11:11:45 +00:00
proxy_info.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
proxy_info.h Format almost everything. 2019-07-08 13:45:15 +00:00
proxy_server.cc Delete AsyncSocket class, merge into Socket class 2021-08-17 15:39:25 +00:00
proxy_server.h Remove RTC_DISALLOW_COPY_AND_ASSIGN from rtc_base/ 2022-01-13 20:42:15 +00:00
proxy_unittest.cc Delete AsyncSocket class, merge into Socket class 2021-08-17 15:39:25 +00:00
race_checker.cc
race_checker.h [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00
random.cc Fix -Wimplicit-int-float-conversions. 2021-06-25 22:25:22 +00:00
random.h Add ability to specify random seed when creating built it network emulation 2021-01-07 16:40:50 +00:00
random_unittest.cc Move SampleStatsCounter to public API 2020-09-18 17:42:53 +00:00
rate_limiter.cc Migrate rtc_base to webrtc::Mutex. 2020-07-08 20:38:54 +00:00
rate_limiter.h Delete macros RTC_DISALLOW_ASSIGN and RTC_DISALLOW_IMPLICIT_CONSTRUCTORS 2020-09-29 10:19:20 +00:00
rate_limiter_unittest.cc Reland "Refactor the PlatformThread API." 2021-05-07 14:14:43 +00:00
rate_statistics.cc Fix rate statistic when time window running out of samples 2021-11-30 23:57:40 +00:00
rate_statistics.h Replaces ring buffer in RateStatistics with deque. 2020-05-25 12:14:44 +00:00
rate_statistics_unittest.cc Fix rate statistic when time window running out of samples 2021-11-30 23:57:40 +00:00
rate_tracker.cc Add last_data_sent timestamp to Connection. 2020-12-15 12:17:12 +00:00
rate_tracker.h Use backticks not vertical bars to denote variables in comments for /rtc_base 2021-07-28 13:51:47 +00:00
rate_tracker_unittest.cc Change rate stats classes to use int64_t not size_t 2020-01-15 13:46:38 +00:00
ref_count.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
ref_counted_object.h Remove RTC_DISALLOW_COPY_AND_ASSIGN from rtc_base/ 2022-01-13 20:42:15 +00:00
ref_counted_object_unittest.cc Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
ref_counter.h Use std::atomic for RefCounter 2019-11-26 14:05:20 +00:00
rolling_accumulator.h Remove RTC_DISALLOW_COPY_AND_ASSIGN from rtc_base/ 2022-01-13 20:42:15 +00:00
rolling_accumulator_unittest.cc Use backticks not vertical bars to denote variables in comments for /rtc_base 2021-07-28 13:51:47 +00:00
rtc_certificate.cc Update rtc_base to not use implicit T* --> scoped_refptr<T> conversion 2022-01-13 12:01:30 +00:00
rtc_certificate.h Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
rtc_certificate_generator.cc Mark rtc::Thread's versions of PostTask/PostDelayedTask deprecated. 2022-01-20 12:59:27 +00:00
rtc_certificate_generator.h Use backticks not vertical bars to denote variables in comments 2021-08-10 10:40:03 +00:00
rtc_certificate_generator_unittest.cc Replace most explicit new RefCountedObject... with make_ref_counted 2022-01-25 14:28:12 +00:00
rtc_certificate_unittest.cc Use backticks not vertical bars to denote variables in comments for /rtc_base 2021-07-28 13:51:47 +00:00
sanitizer.h Rebase std::is_trivially_* with absl::is_trivially_* 2018-11-26 19:20:27 +00:00
sanitizer_unittest.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
server_socket_adapters.cc Delete AsyncSocket class, merge into Socket class 2021-08-17 15:39:25 +00:00
server_socket_adapters.h Remove RTC_DISALLOW_COPY_AND_ASSIGN from rtc_base/ 2022-01-13 20:42:15 +00:00
sigslot_repeater.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
sigslot_tester.h Remove RTC_DISALLOW_COPY_AND_ASSIGN from rtc_base/ 2022-01-13 20:42:15 +00:00
sigslot_tester_unittest.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
sigslot_unittest.cc Fully qualify googletest symbols. 2019-04-09 17:18:20 +00:00
sigslottester.h.pump Reland "Remove RTC_DISALLOW_COPY_AND_ASSIGN usages completely" 2022-01-27 12:55:44 +00:00
socket.cc Format almost everything. 2019-07-08 13:45:15 +00:00
socket.h Remove RTC_DISALLOW_COPY_AND_ASSIGN from rtc_base/ 2022-01-13 20:42:15 +00:00
socket_adapters.cc Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
socket_adapters.h Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
socket_address.cc Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
socket_address.h Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
socket_address_pair.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
socket_address_pair.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
socket_address_unittest.cc Uniform IPAddress::ToSensitiveString() behavior (debug vs release). 2021-04-21 12:31:14 +00:00
socket_factory.h Delete left-over method SocketFactory::CreateAsyncSocket 2021-09-07 10:52:57 +00:00
socket_server.h Delete SignalQueueDestroyed 2021-04-22 13:04:53 +00:00
socket_stream.cc Delete AsyncSocket class, merge into Socket class 2021-08-17 15:39:25 +00:00
socket_stream.h Remove RTC_DISALLOW_COPY_AND_ASSIGN from rtc_base/ 2022-01-13 20:42:15 +00:00
socket_unittest.cc Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
socket_unittest.h Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
ssl_adapter.cc Disable SSLAdapter methods Listen and Accept 2021-10-21 12:08:30 +00:00
ssl_adapter.h Disable SSLAdapter methods Listen and Accept 2021-10-21 12:08:30 +00:00
ssl_adapter_unittest.cc Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
ssl_certificate.cc Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
ssl_certificate.h Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
ssl_fingerprint.cc Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
ssl_fingerprint.h Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
ssl_identity.cc Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
ssl_identity.h Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
ssl_identity_unittest.cc Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
ssl_roots.h Update set of known root certificates. 2020-10-29 21:08:10 +00:00
ssl_stream_adapter.cc Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
ssl_stream_adapter.h Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
ssl_stream_adapter_unittest.cc Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
stream.cc Delete StreamAdapterInterface 2021-04-16 08:47:17 +00:00
stream.h Remove RTC_DISALLOW_COPY_AND_ASSIGN from rtc_base/ 2022-01-13 20:42:15 +00:00
string_encode.cc Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
string_encode.h Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
string_encode_unittest.cc Delete redundant function rtc::tokenize_with_empty_tokens 2021-09-08 09:16:09 +00:00
string_to_number.cc Format almost everything. 2019-07-08 13:45:15 +00:00
string_to_number.h [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00
string_to_number_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
string_utils.cc Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
string_utils.h Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
string_utils_unittest.cc Delete rtc::string_trim. Replaced with absl::StripAsciiWhitespace. 2022-03-17 12:53:14 +00:00
strong_alias.h Move StrongAlias to rtc_base 2021-09-21 15:17:26 +00:00
strong_alias_unittest.cc Move StrongAlias to rtc_base 2021-09-21 15:17:26 +00:00
swap_queue.h Reland "Replace RTC_WARN_UNUSED_RESULT with ABSL_MUST_USE_RESULT in c++ code" 2021-01-15 17:59:05 +00:00
swap_queue_unittest.cc Fix -Wunused-but-set-variable. 2021-10-28 12:53:49 +00:00
system_time.cc Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED 2021-11-15 21:44:59 +00:00
system_time.h Extract SystemTimeNanos to its own file 2021-02-15 22:38:46 +00:00
task_queue.cc Add TaskQueue::PostDelayedTaskWithPrecision helper method. 2022-03-14 15:24:17 +00:00
task_queue.h Add TaskQueue::PostDelayedTaskWithPrecision helper method. 2022-03-14 15:24:17 +00:00
task_queue_for_test.cc Avoid using GlobalTaskQueueFactory for TaskQueueForTest 2019-03-19 18:11:52 +00:00
task_queue_for_test.h Use backticks not vertical bars to denote variables in comments for /rtc_base 2021-07-28 13:51:47 +00:00
task_queue_gcd.cc Remove a function for posting tasks to the global queue on MacOS/iOS and make it private. 2021-10-19 11:45:12 +00:00
task_queue_gcd.h Remove a function for posting tasks to the global queue on MacOS/iOS and make it private. 2021-10-19 11:45:12 +00:00
task_queue_libevent.cc Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED 2021-11-15 21:44:59 +00:00
task_queue_libevent.h Migrate libevent task queue implementation to TaskQueueBase interface 2019-02-12 10:58:36 +00:00
task_queue_stdlib.cc TaskQueueStdlib: initialize the thread last. 2021-06-22 09:49:07 +00:00
task_queue_stdlib.h Migrate stdlib task queue to TaskQueueBase interface 2019-02-21 14:36:07 +00:00
task_queue_unittest.cc Delete rtc::Bind 2021-01-29 08:24:43 +00:00
task_queue_win.cc Reland "Remove RTC_DISALLOW_COPY_AND_ASSIGN usages completely" 2022-01-27 12:55:44 +00:00
task_queue_win.h Migrate win task queue to TaskQueueBase interface 2019-02-21 09:33:42 +00:00
test_base64.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
test_certificate_verifier.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
test_client.cc Migrate rtc_base to webrtc::Mutex. 2020-07-08 20:38:54 +00:00
test_client.h Remove RTC_DISALLOW_COPY_AND_ASSIGN from rtc_base/ 2022-01-13 20:42:15 +00:00
test_client_unittest.cc Delete AsyncSocket class, merge into Socket class 2021-08-17 15:39:25 +00:00
test_echo_server.cc Delete AsyncSocket class, merge into Socket class 2021-08-17 15:39:25 +00:00
test_echo_server.h Remove RTC_DISALLOW_COPY_AND_ASSIGN from rtc_base/ 2022-01-13 20:42:15 +00:00
test_utils.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
test_utils.h Delete AsyncSocket class, merge into Socket class 2021-08-17 15:39:25 +00:00
thread.cc Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
thread.h Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
thread_annotations.h Add method Mutex::AssertHeld 2021-07-27 07:46:32 +00:00
thread_annotations_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
thread_message.h Remove deprecated ScopedMessageData::data(). 2021-07-29 06:58:05 +00:00
thread_unittest.cc Delete legacy rtc::Thread PostTask APIs. 2022-02-02 08:32:31 +00:00
time_utils.cc Use backticks not vertical bars to denote variables in comments for /rtc_base 2021-07-28 13:51:47 +00:00
time_utils.h Don't use wall clock for stats 2022-01-25 15:39:53 +00:00
time_utils_unittest.cc Use newer version of TimeDelta and TimeStamp factories in webrtc 2020-02-10 12:21:17 +00:00
timestamp_aligner.cc Use backticks not vertical bars to denote variables in comments for /rtc_base 2021-07-28 13:51:47 +00:00
timestamp_aligner.h Remove RTC_DISALLOW_COPY_AND_ASSIGN from rtc_base/ 2022-01-13 20:42:15 +00:00
timestamp_aligner_unittest.cc Use backticks not vertical bars to denote variables in comments 2021-08-10 10:40:03 +00:00
trace_event.h Use backticks not vertical bars to denote variables in comments for /rtc_base 2021-07-28 13:51:47 +00:00
type_traits.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
unique_id_generator.cc Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
unique_id_generator.h Adopt absl::string_view in function parameters under rtc_base/ 2022-03-17 15:39:26 +00:00
unique_id_generator_unittest.cc Permit current queue reference to be null on sequence checker creation 2021-11-15 09:39:10 +00:00
untyped_function.h Make symbolic names for UntypedFunction's inline storage size 2020-10-07 01:26:06 +00:00
untyped_function_unittest.cc Make symbolic names for UntypedFunction's inline storage size 2020-10-07 01:26:06 +00:00
virtual_socket_server.cc VSS: Fix TSAN error related to internal variables 2021-11-16 15:05:05 +00:00
virtual_socket_server.h Remove RTC_DISALLOW_COPY_AND_ASSIGN from rtc_base/ 2022-01-13 20:42:15 +00:00
virtual_socket_unittest.cc Rename VirtualSocketServer::SetDefaultRoute --> SetDefaultSourceAddress 2021-09-01 14:27:29 +00:00
weak_ptr.cc Replacing SequencedTaskChecker with SequenceChecker. 2019-04-09 12:28:04 +00:00
weak_ptr.h Use SequenceChecker from public API 2021-02-10 15:04:55 +00:00
weak_ptr_unittest.cc Merge SendTask implementation for SingleThreadedTaskQueueForTesting and TaskQueueForTest 2019-10-15 09:17:36 +00:00
win32.cc Delete definition of GetOsVersion() 2021-10-13 19:26:10 +00:00
win32.h win: Consolidate on a single version checking API 2021-10-05 22:13:37 +00:00
win32_socket_init.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
win32_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
win32_window.cc Support case where win32socketserver's window class is not unregistered properly. 2019-10-22 16:15:56 +00:00
win32_window.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
win32_window_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
zero_memory.cc
zero_memory.h Format almost everything. 2019-07-08 13:45:15 +00:00
zero_memory_unittest.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00