webrtc/rtc_base
Jonas Oreland 3c775ece73 Rewrite "Reset all maps in AndroidNetworkMonitor Start()/Stop()"
This reverts commit 8cd7b0a7ba.

The assumption in AndroidNetworkMonitor that an interface name
is unique has turned out to be incorrect :( for some (weird) devices,
i.e ccmni0.
It is unclear if it is a permanent setup or a transient state.

This cl/ changes the impl. to cope with that, the last
OnNetworkConnected_n "owns" the interface name, and when
OnNetworkDisconnected_n runs, we check if we're "owner"
and maybe set a new "owner" (if we're not "owner" we do nothing).

New testcases added.

I also
1) change NetworkMonitorInterface to return a struct
with all the information that is requested with interface name
as key.
2) Change Network.cc adding (debug) assertions that network
properties can't change inside a loop (in one thread).

Original change's description:
> Revert "Reset all maps in AndroidNetworkMonitor Start()/Stop()"
>
> This reverts commit 02293096f9.
>
> Reason for revert: mysterious crashes in android_network_monitor.cc
>
> Original change's description:
> > Reset all maps in AndroidNetworkMonitor Start()/Stop()
> >
> > This cl/ fixes another race condition with the recent additions
> > to NetworkMonitorAutoDetect (getAllNetworksFromCache).
> >
> > The getAllNetworksFromCache-feature uses the by the Android team
> > preferred way of enumerating networks, i.e to register network listeners.
> >
> > Th recent fix to add IsAdapterAvailable, https://webrtc-review.googlesource.com/c/src/+/257400
> > contained a bug in that the adapter_type_by_name_ map was not
> > reset either on disconnect or Start/Stop.
> >
> > This cl/ addresses that including unit test.
> > It also de-obfuscates NetworkMonitor so that it always
> > calls NotifyOfActiveNetworkList on startMonitoring even
> > if list.size() == 0. This should not matter but makes
> > code easier to understand.
> >
> > Bug: webrtc:13741
> > Change-Id: I438b877eebf769a8b2e7292b697ef1c0a349b24f
> > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/258721
> > Reviewed-by: Harald Alvestrand <hta@webrtc.org>
> > Commit-Queue: Jonas Oreland <jonaso@webrtc.org>
> > Cr-Commit-Position: refs/heads/main@{#36530}
>
> Bug: webrtc:13741
> Change-Id: I36fbf63f658d3e8048e13959cbebfbd14df12b14
> Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/264146
> Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org>
> Commit-Queue: Jonas Oreland <jonaso@webrtc.org>
> Cr-Commit-Position: refs/heads/main@{#37016}

Bug: webrtc:13741
Change-Id: Ib4eb072b775e493b564528f0be94c685b70ec20f
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/264421
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Jonas Oreland <jonaso@webrtc.org>
Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#37056}
2022-10-04 15:25:49 -07:00
..
containers Use backticks not vertical bars to denote variables in comments 2021-08-10 10:40:03 +00:00
deprecated Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
experiments Update to 5005 (M102) (#86) 2022-08-24 11:07:33 -04: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 Update to 5005 (M102) (#86) 2022-08-24 11:07:33 -04:00
network Merge with 4183 (M85) (#25) 2020-09-01 14:43:30 -07:00
numerics Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
strings Update to 5005 (M102) (#86) 2022-08-24 11:07:33 -04:00
synchronization Update to 5005 (M102) (#86) 2022-08-24 11:07:33 -04:00
system Update to 5005 (M102) (#86) 2022-08-24 11:07:33 -04:00
task_utils Update to 5005 (M102) (#86) 2022-08-24 11:07:33 -04:00
third_party Increase sigslot internal pointer representation to 24 bytes. 2021-08-11 09:32:32 +00:00
time Update to 5005 (M102) (#86) 2022-08-24 11:07:33 -04:00
units Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
win Update to 5005 (M102) (#86) 2022-08-24 11:07:33 -04:00
arraysize.h
async_invoker.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
async_invoker.h Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
async_invoker_inl.h Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
async_packet_socket.cc Update to 5005 (M102) (#86) 2022-08-24 11:07:33 -04:00
async_packet_socket.h Update to 5005 (M102) (#86) 2022-08-24 11:07:33 -04:00
async_resolver.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06: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 Update to 5005 (M102) (#86) 2022-08-24 11:07:33 -04:00
async_tcp_socket.h Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06: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 Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
bit_buffer.h Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
bit_buffer_unittest.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
bitstream_reader.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
bitstream_reader.h Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
bitstream_reader_unittest.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
boringssl_certificate.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
boringssl_certificate.h Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
boringssl_identity.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
boringssl_identity.h Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
bounded_inline_vector.h Update to WebRTC 4103 (M83) (#12) 2020-06-25 11:14:34 -07:00
bounded_inline_vector_impl.h Update to WebRTC 4103 (M83) (#12) 2020-06-25 11:14:34 -07:00
bounded_inline_vector_unittest.cc Update to WebRTC 4103 (M83) (#12) 2020-06-25 11:14:34 -07:00
buffer.h Update to 5005 (M102) (#86) 2022-08-24 11:07:33 -04:00
buffer_queue.cc Update to WebRTC 4389 (e7d9f74) 2021-04-16 13:26:31 -07:00
buffer_queue.h Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06: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 Update to 5005 (M102) (#86) 2022-08-24 11:07:33 -04:00
BUILD.gn Update to 5005 (M102) (#86) 2022-08-24 11:07:33 -04: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 Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06: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 Update to 5005 (M102) (#86) 2022-08-24 11:07:33 -04:00
callback_list.h Update to 5005 (M102) (#86) 2022-08-24 11:07:33 -04:00
callback_list_unittest.cc Update to 5005 (M102) (#86) 2022-08-24 11:07:33 -04:00
checks.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
checks.h Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
checks_unittest.cc Update to WebRTC 4389 (e7d9f74) 2021-04-16 13:26:31 -07:00
compile_assert_c.h
copy_on_write_buffer.cc Introduce FinalRefCountedObject template class 2021-01-22 16:20:22 +00:00
copy_on_write_buffer.h Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
copy_on_write_buffer_unittest.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06: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 Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06: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
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 Remove useless comment about AsyncResolver. 2021-11-02 18:36:18 -06:00
event_tracer.h Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
event_tracer_unittest.cc Update to WebRTC 4389 (e7d9f74) 2021-04-16 13:26:31 -07:00
event_unittest.cc Reland "Refactor the PlatformThread API." 2021-05-07 14:14:43 +00:00
fake_clock.cc Update to WebRTC 4389 (e7d9f74) 2021-04-16 13:26:31 -07:00
fake_clock.h Update to WebRTC 4389 (e7d9f74) 2021-04-16 13:26:31 -07:00
fake_clock_unittest.cc Update to WebRTC 4103 (M83) (#12) 2020-06-25 11:14:34 -07:00
fake_mdns_responder.h Delete left-over references to AsyncInvoker 2021-04-15 10:43:00 +00:00
fake_network.h Use std:unique_ptr for Network objects owned by the NetworkManager. 2022-10-04 15:25:49 -07:00
fake_ssl_identity.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
fake_ssl_identity.h Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
file_rotating_stream.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
file_rotating_stream.h Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
file_rotating_stream_unittest.cc Update to 5005 (M102) (#86) 2022-08-24 11:07:33 -04: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
gunit.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
gunit.h Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
helpers.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
helpers.h Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
helpers_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
http_common.cc Update to 5005 (M102) (#86) 2022-08-24 11:07:33 -04:00
http_common.h Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
ifaddrs_android.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06: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 Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
ip_address.h Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
ip_address_unittest.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06: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 Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
log_sinks.h Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
logging.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
logging.h Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
logging_unittest.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
mac_ifaddrs_converter.cc Format almost everything. 2019-07-08 13:45:15 +00:00
mdns_responder_interface.h Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06: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 Update to 5005 (M102) (#86) 2022-08-24 11:07:33 -04:00
message_digest.h Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
message_digest_unittest.cc Update to 5005 (M102) (#86) 2022-08-24 11:07:33 -04:00
message_handler.cc Update to WebRTC 4389 (e7d9f74) 2021-04-16 13:26:31 -07:00
message_handler.h Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
nat_server.cc Delete AsyncSocket class, merge into Socket class 2021-08-17 15:39:25 +00:00
nat_server.h Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
nat_socket_factory.cc Delete AsyncSocket class, merge into Socket class 2021-08-17 15:39:25 +00:00
nat_socket_factory.h Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
nat_types.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06: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 Use std:unique_ptr for Network objects owned by the NetworkManager. 2022-10-04 15:25:49 -07:00
net_helper.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
net_helper.h Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
net_helpers.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
net_helpers.h Upstream changes for AsyncResolver 2021-08-25 17:32:05 -07:00
network.cc Rewrite "Reset all maps in AndroidNetworkMonitor Start()/Stop()" 2022-10-04 15:25:49 -07:00
network.h Rewrite "Reset all maps in AndroidNetworkMonitor Start()/Stop()" 2022-10-04 15:25:49 -07:00
network_constants.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
network_constants.h Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
network_monitor.cc Update to WebRTC 4389 (e7d9f74) 2021-04-16 13:26:31 -07:00
network_monitor.h Rewrite "Reset all maps in AndroidNetworkMonitor Start()/Stop()" 2022-10-04 15:25:49 -07:00
network_monitor_factory.cc Update to WebRTC 4389 (e7d9f74) 2021-04-16 13:26:31 -07:00
network_monitor_factory.h Update to 5005 (M102) (#86) 2022-08-24 11:07:33 -04:00
network_route.cc Update to WebRTC 4103 (M83) (#12) 2020-06-25 11:14:34 -07:00
network_route.h Update to WebRTC 4103 (M83) (#12) 2020-06-25 11:14:34 -07:00
network_route_unittest.cc Update to WebRTC 4103 (M83) (#12) 2020-06-25 11:14:34 -07:00
network_unittest.cc Rewrite "Reset all maps in AndroidNetworkMonitor Start()/Stop()" 2022-10-04 15:25:49 -07:00
null_socket_server.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06: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 Update to WebRTC 4389 (e7d9f74) 2021-04-16 13:26:31 -07:00
one_time_event.h Update to WebRTC 4389 (e7d9f74) 2021-04-16 13:26:31 -07: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 Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
openssl_adapter.h Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
openssl_adapter_unittest.cc Delete AsyncSocket class, merge into Socket class 2021-08-17 15:39:25 +00:00
openssl_certificate.cc Update to 5005 (M102) (#86) 2022-08-24 11:07:33 -04:00
openssl_certificate.h Update to 5005 (M102) (#86) 2022-08-24 11:07:33 -04:00
openssl_digest.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
openssl_digest.h Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
openssl_identity.cc Update to 5005 (M102) (#86) 2022-08-24 11:07:33 -04:00
openssl_identity.h Update to 5005 (M102) (#86) 2022-08-24 11:07:33 -04:00
openssl_key_pair.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
openssl_key_pair.h Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
openssl_session_cache.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
openssl_session_cache.h Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
openssl_session_cache_unittest.cc Update to WebRTC 4389 (e7d9f74) 2021-04-16 13:26:31 -07:00
openssl_stream_adapter.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
openssl_stream_adapter.h Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
openssl_utility.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
openssl_utility.h Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
openssl_utility_unittest.cc Update to WebRTC 4389 (e7d9f74) 2021-04-16 13:26:31 -07:00
operations_chain.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
operations_chain.h Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
operations_chain_unittest.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
OWNERS Remove inactive owners. 2021-08-31 14:27:49 +00:00
physical_socket_server.cc Convert more socket errors/warnings to info level 2022-04-15 18:21:35 -07: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 Upstream changes for AsyncResolver 2021-08-25 17:32:05 -07:00
platform_thread.h Update to 5005 (M102) (#86) 2022-08-24 11:07:33 -04:00
platform_thread_types.cc Merge with 4183 (M85) (#25) 2020-09-01 14:43:30 -07: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 Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06: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
random.cc Fix -Wimplicit-int-float-conversions. 2021-06-25 22:25:22 +00:00
random.h Update to WebRTC 4389 (e7d9f74) 2021-04-16 13:26:31 -07:00
random_unittest.cc Update to WebRTC 4389 (e7d9f74) 2021-04-16 13:26:31 -07:00
rate_limiter.cc Update to WebRTC 4389 (e7d9f74) 2021-04-16 13:26:31 -07:00
rate_limiter.h Update to WebRTC 4389 (e7d9f74) 2021-04-16 13:26:31 -07:00
rate_limiter_unittest.cc Reland "Refactor the PlatformThread API." 2021-05-07 14:14:43 +00:00
rate_statistics.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
rate_statistics.h Merge with 4183 (M85) (#25) 2020-09-01 14:43:30 -07:00
rate_statistics_unittest.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
rate_tracker.cc Update to WebRTC 4389 (e7d9f74) 2021-04-16 13:26:31 -07: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 Update to 5005 (M102) (#86) 2022-08-24 11:07:33 -04:00
ref_counted_object_unittest.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
ref_counter.h Use std::atomic for RefCounter 2019-11-26 14:05:20 +00:00
rolling_accumulator.h Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06: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 to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
rtc_certificate.h Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
rtc_certificate_generator.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06: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 Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06: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
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 Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06: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 Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06: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 Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
socket.cc Format almost everything. 2019-07-08 13:45:15 +00:00
socket.h Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
socket_adapters.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
socket_adapters.h Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
socket_address.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
socket_address.h Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06: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 Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
socket_unittest.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
socket_unittest.h Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
ssl_adapter.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
ssl_adapter.h Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
ssl_adapter_unittest.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
ssl_certificate.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
ssl_certificate.h Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
ssl_fingerprint.cc Update to 5005 (M102) (#86) 2022-08-24 11:07:33 -04:00
ssl_fingerprint.h Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
ssl_identity.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
ssl_identity.h Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
ssl_identity_unittest.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
ssl_roots.h Update trust roots for TLS support 2022-06-28 13:16:42 -07:00
ssl_stream_adapter.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
ssl_stream_adapter.h Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
ssl_stream_adapter_unittest.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
stream.cc Update to WebRTC 4389 (e7d9f74) 2021-04-16 13:26:31 -07:00
stream.h Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
string_encode.cc Update to 5005 (M102) (#86) 2022-08-24 11:07:33 -04:00
string_encode.h Update to 5005 (M102) (#86) 2022-08-24 11:07:33 -04:00
string_encode_unittest.cc Update to 5005 (M102) (#86) 2022-08-24 11:07:33 -04:00
string_to_number.cc Update to 5005 (M102) (#86) 2022-08-24 11:07:33 -04:00
string_to_number.h Update to 5005 (M102) (#86) 2022-08-24 11:07:33 -04:00
string_to_number_unittest.cc Update to 5005 (M102) (#86) 2022-08-24 11:07:33 -04:00
string_utils.cc Update to 5005 (M102) (#86) 2022-08-24 11:07:33 -04:00
string_utils.h Update to 5005 (M102) (#86) 2022-08-24 11:07:33 -04:00
string_utils_unittest.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
strong_alias.h Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
strong_alias_unittest.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
swap_queue.h Update to WebRTC 4389 (e7d9f74) 2021-04-16 13:26:31 -07:00
swap_queue_unittest.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
system_time.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
system_time.h Extract SystemTimeNanos to its own file 2021-02-15 22:38:46 +00:00
task_queue.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
task_queue.h Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06: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 Update to WebRTC 4103 (M83) (#12) 2020-06-25 11:14:34 -07:00
task_queue_gcd.h Migrate gcd task queue implementation to TaskQueueBase interface 2019-02-20 17:08:53 +00:00
task_queue_libevent.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06: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 Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06: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 Update to WebRTC 4389 (e7d9f74) 2021-04-16 13:26:31 -07:00
test_client.h Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06: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 Update to 5005 (M102) (#86) 2022-08-24 11:07:33 -04: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 Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
thread.h Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06: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 Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06: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 Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
time_utils_unittest.cc Update to WebRTC 4103 (M83) (#12) 2020-06-25 11:14:34 -07: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 Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06: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
unique_id_generator.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
unique_id_generator.h Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
unique_id_generator_unittest.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
untyped_function.h Update to WebRTC 4389 (e7d9f74) 2021-04-16 13:26:31 -07:00
untyped_function_unittest.cc Update to WebRTC 4389 (e7d9f74) 2021-04-16 13:26:31 -07:00
virtual_socket_server.cc Update to 5005 (M102) (#86) 2022-08-24 11:07:33 -04:00
virtual_socket_server.h Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06: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 Update to WebRTC 4389 (e7d9f74) 2021-04-16 13:26:31 -07:00
weak_ptr_unittest.cc Merge SendTask implementation for SingleThreadedTaskQueueForTesting and TaskQueueForTest 2019-10-15 09:17:36 +00:00
win32.cc Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06:00
win32.h Update to 4896 (M100) (#72) 2022-04-15 17:13:23 -06: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