| .. |
|
containers
|
Reformat gn files
|
2025-07-31 15:58:59 -07:00 |
|
deprecated
|
Modernize deprecated headers in api/, pc/ and rtc_base/
|
2025-07-21 00:02:35 -07:00 |
|
experiments
|
Remove SIMULATED_WAIT
|
2026-03-27 03:58:29 -07:00 |
|
internal
|
Remove __native_client__ support
|
2025-07-29 07:48:44 -07:00 |
|
java/src/org/webrtc
|
Update OWNERS files with new account.
|
2025-09-17 10:57:26 -07:00 |
|
memory
|
Use RunLoop in rtc_base/ tests
|
2026-04-01 04:05:46 -07:00 |
|
network
|
Replace ArrayView with std::span in rtc_base/
|
2026-03-10 07:27:21 -07:00 |
|
numerics
|
Reduce the number of webrtc:: prefixes in code
|
2026-03-06 06:29:19 -08:00 |
|
strings
|
Harden SimpleStringBuilder safety checks
|
2026-03-25 01:02:30 -07:00 |
|
synchronization
|
Fix malformed DEPS files in WebRTC.
|
2026-02-17 09:47:27 -08:00 |
|
system
|
Fix malformed DEPS files in WebRTC.
|
2026-02-17 09:47:27 -08:00 |
|
task_utils
|
Remove ::testing::Invoke usage for lambdas
|
2025-10-17 08:33:14 -07:00 |
|
units
|
Delete UnitBase::Clamp and Clamped in favor of std::clamp
|
2025-11-07 06:15:41 -08:00 |
|
win
|
Reduce the number of webrtc:: prefixes in code
|
2026-03-06 06:29:19 -08:00 |
|
async_dns_resolver_unittest.cc
|
Delete IPv4 specific test.
|
2025-12-02 03:03:54 -08:00 |
|
async_dns_resolver.cc
|
Use async DNS lookup API on Windows
|
2025-12-02 01:26:06 -08:00 |
|
async_dns_resolver.h
|
Run tools_webrtc/apply-clang-tidy on the repo
|
2026-01-09 10:26:41 -08:00 |
|
async_packet_socket_unittest.cc
|
IWYU rtc_base
|
2025-06-17 23:41:21 -07:00 |
|
async_packet_socket.cc
|
Remove sigslot from AsyncPacketSocket
|
2025-11-21 08:49:28 -08:00 |
|
async_packet_socket.h
|
Deprecate some tag-less signal Subscribe functions
|
2025-12-15 08:14:03 -08:00 |
|
async_socket.cc
|
Deprecate some tag-less signal Subscribe functions
|
2025-12-15 08:14:03 -08:00 |
|
async_socket.h
|
Remove sigslot from AsyncSocketAdapter
|
2025-11-20 13:24:52 -08:00 |
|
async_tcp_socket_unittest.cc
|
Remove all sigslot references from libwebrtc
|
2025-11-24 23:02:01 -08:00 |
|
async_tcp_socket.cc
|
Replace ArrayView with std::span in rtc_base/
|
2026-03-10 07:27:21 -07:00 |
|
async_tcp_socket.h
|
Replace ArrayView with std::span in rtc_base/
|
2026-03-10 07:27:21 -07:00 |
|
async_udp_socket_unittest.cc
|
Add SignalTrampoline to ReadEvent and WriteEvent
|
2025-10-28 05:37:22 -07:00 |
|
async_udp_socket.cc
|
turns UDP + DTLS case implementation
|
2026-01-14 04:32:09 -08:00 |
|
async_udp_socket.h
|
turns UDP + DTLS case implementation
|
2026-01-14 04:32:09 -08:00 |
|
base64_benchmark.cc
|
Add benchmark test for base64
|
2025-04-04 02:16:57 -07:00 |
|
base64_rust.cc
|
Make the rtc_rusty_base64 flag apply globally
|
2025-07-09 06:46:16 -07:00 |
|
base64_unittest.cc
|
clang-tidy: apply modernize-use-designated-initializer call/ p2p/ rtc_base/
|
2025-08-20 11:40:31 -07:00 |
|
base64.cc
|
WebRTC Rusty Base64
|
2025-05-13 02:59:34 -07:00 |
|
base64.h
|
Replace ArrayView with std::span in rtc_base/
|
2026-03-10 07:27:21 -07:00 |
|
base64.rs
|
Make the rtc_rusty_base64 flag apply globally
|
2025-07-09 06:46:16 -07:00 |
|
bit_buffer_unittest.cc
|
Replace ArrayView with std::span in rtc_base/
|
2026-03-10 07:27:21 -07:00 |
|
bit_buffer.cc
|
Replace ArrayView with std::span in rtc_base/
|
2026-03-10 07:27:21 -07:00 |
|
bit_buffer.h
|
Replace ArrayView with std::span in rtc_base/
|
2026-03-10 07:27:21 -07:00 |
|
bitrate_tracker_unittest.cc
|
IWYU rtc_base
|
2025-06-17 23:41:21 -07:00 |
|
bitrate_tracker.cc
|
IWYU rtc_base
|
2025-06-17 23:41:21 -07:00 |
|
bitrate_tracker.h
|
Migrate absl::optional to std::optional
|
2024-09-02 12:16:47 +00:00 |
|
bitstream_reader_unittest.cc
|
Replace ArrayView with std::span in rtc_base/
|
2026-03-10 07:27:21 -07:00 |
|
bitstream_reader.cc
|
Modernize deprecated headers in api/, pc/ and rtc_base/
|
2025-07-21 00:02:35 -07:00 |
|
bitstream_reader.h
|
Replace ArrayView with std::span in rtc_base/
|
2026-03-10 07:27:21 -07:00 |
|
boringssl_certificate.cc
|
clang-tidy: llvm-namespace-comment,readability-static-definition-in-anonymous-namespace
|
2025-06-16 14:29:31 -07:00 |
|
boringssl_certificate.h
|
Remove re-exported symbols from rtc and cricket namespaces
|
2025-07-01 03:58:20 -07:00 |
|
boringssl_identity.cc
|
Apply clang-tidy readability-redundant-smartptr-get
|
2025-07-31 01:37:54 -07:00 |
|
boringssl_identity.h
|
Remove re-exported symbols from rtc and cricket namespaces
|
2025-07-01 03:58:20 -07:00 |
|
bounded_inline_vector_impl.h
|
[rtc_base] Replace manual element initialization and movement with C++17 standard functions
|
2025-01-31 05:31:32 -08:00 |
|
bounded_inline_vector_unittest.cc
|
IWYU rtc_base
|
2025-06-17 23:41:21 -07:00 |
|
bounded_inline_vector.h
|
IWYU rtc_base
|
2025-06-17 23:41:21 -07:00 |
|
buffer_queue_unittest.cc
|
Modernize deprecated headers in api/, pc/ and rtc_base/
|
2025-07-21 00:02:35 -07:00 |
|
buffer_queue.cc
|
Deprecate the two-argument Buffer constructor
|
2026-02-13 02:40:23 -08:00 |
|
buffer_queue.h
|
Remove re-exported symbols from rtc and cricket namespaces
|
2025-07-01 03:58:20 -07:00 |
|
buffer_unittest.cc
|
Replace ArrayView with std::span in rtc_base/
|
2026-03-10 07:27:21 -07:00 |
|
buffer.h
|
Replace ArrayView with std::span in rtc_base/
|
2026-03-10 07:27:21 -07:00 |
|
BUILD.gn
|
Use RunLoop in rtc_base/ tests
|
2026-04-01 04:05:46 -07:00 |
|
byte_buffer_unittest.cc
|
Replace ArrayView with std::span in rtc_base/
|
2026-03-10 07:27:21 -07:00 |
|
byte_buffer.cc
|
Replace ArrayView with std::span in rtc_base/
|
2026-03-10 07:27:21 -07:00 |
|
byte_buffer.h
|
Replace ArrayView with std::span in rtc_base/
|
2026-03-10 07:27:21 -07:00 |
|
byte_order_unittest.cc
|
Replace ArrayView with std::span in rtc_base/
|
2026-03-10 07:27:21 -07:00 |
|
byte_order.h
|
Replace ArrayView with std::span in rtc_base/
|
2026-03-10 07:27:21 -07:00 |
|
callback_list_unittest.cc
|
dtls-in-stun: fix DTLS 1.x resend/acking behavior
|
2026-02-23 11:04:27 -08:00 |
|
callback_list_with_locks.h
|
Remove sigslot from the Socket class
|
2025-11-03 07:32:59 -08:00 |
|
callback_list.cc
|
dtls-in-stun: fix DTLS 1.x resend/acking behavior
|
2026-02-23 11:04:27 -08:00 |
|
callback_list.h
|
Deprecate some tag-less signal Subscribe functions
|
2025-12-15 08:14:03 -08:00 |
|
checks_unittest.cc
|
Allow RTC_LOG and RTC_CHECK to accept types that implements absl stringify
|
2024-10-01 07:03:04 +00:00 |
|
checks.cc
|
Reduce the number of webrtc:: prefixes in code
|
2026-03-06 06:29:19 -08:00 |
|
checks.h
|
Define RTC_HARDENING_ASSERT and use in rtc::ArrayView bounds check
|
2026-02-16 12:21:00 -08:00 |
|
compile_assert_c.h
|
|
|
|
copy_on_write_buffer_unittest.cc
|
Replace ArrayView with std::span in rtc_base/
|
2026-03-10 07:27:21 -07:00 |
|
copy_on_write_buffer.cc
|
Replace ArrayView with std::span in rtc_base/
|
2026-03-10 07:27:21 -07:00 |
|
copy_on_write_buffer.h
|
Replace ArrayView with std::span in rtc_base/
|
2026-03-10 07:27:21 -07:00 |
|
cpu_info.cc
|
Reduce the number of webrtc:: prefixes in code
|
2026-03-06 06:29:19 -08:00 |
|
cpu_info.h
|
Remove system_wrappers/ GetCPUInfo() function.
|
2025-05-27 02:13:30 -07:00 |
|
cpu_time_unittest.cc
|
Reduce the number of webrtc:: prefixes in code
|
2026-03-06 06:29:19 -08:00 |
|
cpu_time.cc
|
Reduce the number of webrtc:: prefixes in code
|
2026-03-06 06:29:19 -08:00 |
|
cpu_time.h
|
Remove re-exported symbols from rtc and cricket namespaces
|
2025-07-01 03:58:20 -07:00 |
|
crc32_unittest.cc
|
IWYU rtc_base
|
2025-06-17 23:41:21 -07:00 |
|
crc32.cc
|
Cleanup arraysize usage in rtc_base/
|
2025-05-30 10:48:20 -07:00 |
|
crc32.h
|
IWYU rtc_base (misc)
|
2025-07-08 13:22:04 -07:00 |
|
crypto_random_unittest.cc
|
Remove ::testing::Invoke usage for lambdas
|
2025-10-17 08:33:14 -07:00 |
|
crypto_random.cc
|
Deprecate and stop calling RandomGenerator::InitRandom
|
2025-07-31 11:54:36 -07:00 |
|
crypto_random.h
|
Deprecate and stop calling RandomGenerator::InitRandom
|
2025-07-31 11:54:36 -07:00 |
|
data_rate_limiter_unittest.cc
|
Migrate most of rtc_base/ to webrtc namespace
|
2025-04-01 02:36:58 -07:00 |
|
data_rate_limiter.cc
|
Migrate most of rtc_base/ to webrtc namespace
|
2025-04-01 02:36:58 -07:00 |
|
data_rate_limiter.h
|
Remove re-exported symbols from rtc and cricket namespaces
|
2025-07-01 03:58:20 -07:00 |
|
denormal_disabler_unittest.cc
|
Move denormal_disabler to rtc_base/
|
2025-05-16 09:49:46 -07:00 |
|
denormal_disabler.cc
|
Move denormal_disabler to rtc_base/
|
2025-05-16 09:49:46 -07:00 |
|
denormal_disabler.h
|
Move denormal_disabler to rtc_base/
|
2025-05-16 09:49:46 -07:00 |
|
DEPS
|
Fix malformed DEPS files in WebRTC.
|
2026-02-17 09:47:27 -08:00 |
|
dscp.h
|
Remove re-exported symbols from rtc and cricket namespaces
|
2025-07-01 03:58:20 -07:00 |
|
event_tracer_unittest.cc
|
Reduce the number of webrtc:: prefixes in code
|
2026-03-06 06:29:19 -08:00 |
|
event_tracer.cc
|
Merge remote branch 'upstream/branch-heads/7680'
|
2026-04-06 00:16:11 -07:00 |
|
event_tracer.h
|
Reland "Use Clock in internal EventTracer"
|
2026-02-06 09:48:09 -08:00 |
|
event_unittest.cc
|
IWYU rtc_base (threading-related)
|
2025-07-08 02:33:19 -07:00 |
|
event.cc
|
Cleanup usage of kNumNanosecsPerSec like constants in event.cc
|
2025-07-23 09:30:49 -07:00 |
|
event.h
|
IWYU rtc_base (threading-related)
|
2025-07-08 02:33:19 -07:00 |
|
fake_clock_unittest.cc
|
IWYU rtc_base
|
2025-06-17 23:41:21 -07:00 |
|
fake_clock.cc
|
Add DCHECK for rewinding FakeClock
|
2025-09-12 13:20:03 -07:00 |
|
fake_clock.h
|
Remove re-exported symbols from rtc and cricket namespaces
|
2025-07-01 03:58:20 -07:00 |
|
fake_mdns_responder.h
|
Run tools_webrtc/apply-clang-tidy on the repo
|
2026-01-09 10:26:41 -08:00 |
|
fake_network.h
|
Run tools_webrtc/apply-clang-tidy on the repo
|
2026-01-09 10:26:41 -08:00 |
|
fake_ssl_identity.cc
|
Apply clang-tidy readability-redundant-smartptr-get
|
2025-07-31 01:37:54 -07:00 |
|
fake_ssl_identity.h
|
Remove re-exported symbols from rtc and cricket namespaces
|
2025-07-01 03:58:20 -07:00 |
|
file_rotating_stream_unittest.cc
|
Modernize deprecated headers in api/, pc/ and rtc_base/
|
2025-07-21 00:02:35 -07:00 |
|
file_rotating_stream.cc
|
Migrate most of rtc_base/ to webrtc namespace
|
2025-04-01 02:36:58 -07:00 |
|
file_rotating_stream.h
|
Remove re-exported symbols from rtc and cricket namespaces
|
2025-07-01 03:58:20 -07:00 |
|
firewall_socket_server.cc
|
Replace erase-remove idiom with std::erase and std::erase_if.
|
2025-08-14 23:02:02 -07:00 |
|
firewall_socket_server.h
|
Remove re-exported symbols from rtc and cricket namespaces
|
2025-07-01 03:58:20 -07:00 |
|
frequency_tracker_unittest.cc
|
IWYU rtc_base
|
2025-06-17 23:41:21 -07:00 |
|
frequency_tracker.cc
|
IWYU rtc_base
|
2025-06-17 23:41:21 -07:00 |
|
frequency_tracker.h
|
Migrate absl::optional to std::optional
|
2024-09-02 12:16:47 +00:00 |
|
gtest_prod_util.h
|
|
|
|
ifaddrs_android.cc
|
Reinterpret back to the allocated type before delete
|
2025-11-13 05:17:26 -08:00 |
|
ifaddrs_android.h
|
Migrate most of rtc_base/ to webrtc namespace
|
2025-04-01 02:36:58 -07:00 |
|
ifaddrs_converter.cc
|
IWYU rtc_base
|
2025-06-17 23:41:21 -07:00 |
|
ifaddrs_converter.h
|
Remove re-exported symbols from rtc and cricket namespaces
|
2025-07-01 03:58:20 -07:00 |
|
ignore_wundef.h
|
|
|
|
ip_address_unittest.cc
|
Merge remote-tracking branch 'upstream/branch-heads/7339'
|
2025-09-16 15:28:07 -07:00 |
|
ip_address.cc
|
Merge remote-tracking branch 'upstream/branch-heads/7339'
|
2025-09-16 15:28:07 -07:00 |
|
ip_address.h
|
Merge remote-tracking branch 'upstream/branch-heads/7339'
|
2025-09-16 15:28:07 -07:00 |
|
log_sinks.cc
|
Modernize deprecated headers in api/, pc/ and rtc_base/
|
2025-07-21 00:02:35 -07:00 |
|
log_sinks.h
|
Remove re-exported symbols from rtc and cricket namespaces
|
2025-07-01 03:58:20 -07:00 |
|
logging_unittest.cc
|
Use clock in Logging Perf test
|
2026-02-11 05:42:19 -08:00 |
|
logging.cc
|
rtc_base: avoid OutputDebugString in opt builds on Windows
|
2026-01-27 01:27:02 -08:00 |
|
logging.h
|
Remove __native_client__ support
|
2025-07-29 07:48:44 -07:00 |
|
mac_ifaddrs_converter.cc
|
Migrate most of rtc_base/ to webrtc namespace
|
2025-04-01 02:36:58 -07:00 |
|
mdns_responder_interface.h
|
IWYU rtc_base
|
2025-06-17 23:41:21 -07:00 |
|
memory_stream.cc
|
Replace ArrayView with std::span in rtc_base/
|
2026-03-10 07:27:21 -07:00 |
|
memory_stream.h
|
Replace ArrayView with std::span in rtc_base/
|
2026-03-10 07:27:21 -07:00 |
|
memory_usage_unittest.cc
|
Migrate most of rtc_base/ to webrtc namespace
|
2025-04-01 02:36:58 -07:00 |
|
memory_usage.cc
|
Migrate most of rtc_base/ to webrtc namespace
|
2025-04-01 02:36:58 -07:00 |
|
memory_usage.h
|
Remove re-exported symbols from rtc and cricket namespaces
|
2025-07-01 03:58:20 -07:00 |
|
message_digest_unittest.cc
|
IWYU rtc_base
|
2025-06-17 23:41:21 -07:00 |
|
message_digest.cc
|
Modernize deprecated headers in api/, pc/ and rtc_base/
|
2025-07-21 00:02:35 -07:00 |
|
message_digest.h
|
Remove re-exported symbols from rtc and cricket namespaces
|
2025-07-01 03:58:20 -07:00 |
|
mock_socket.h
|
Improve calculation of arrival timestamp in AsyncUdpSocket
|
2025-10-04 06:59:02 -07:00 |
|
net_helper.cc
|
turns UDP + DTLS case implementation
|
2026-01-14 04:32:09 -08:00 |
|
net_helper.h
|
turns UDP + DTLS case implementation
|
2026-01-14 04:32:09 -08:00 |
|
net_helpers.cc
|
Remove __native_client__ support
|
2025-07-29 07:48:44 -07:00 |
|
net_helpers.h
|
Remove re-exported symbols from rtc and cricket namespaces
|
2025-07-01 03:58:20 -07:00 |
|
net_test_helpers.cc
|
Remove __native_client__ support
|
2025-07-29 07:48:44 -07:00 |
|
net_test_helpers.h
|
Remove re-exported symbols from rtc and cricket namespaces
|
2025-07-01 03:58:20 -07:00 |
|
network_constants.cc
|
IWYU rtc_base
|
2025-06-17 23:41:21 -07:00 |
|
network_constants.h
|
Reduce network cost for cellular network slices.
|
2026-01-21 14:41:45 -08:00 |
|
network_monitor_factory.cc
|
Migrate most of rtc_base/ to webrtc namespace
|
2025-04-01 02:36:58 -07:00 |
|
network_monitor_factory.h
|
Remove re-exported symbols from rtc and cricket namespaces
|
2025-07-01 03:58:20 -07:00 |
|
network_monitor.cc
|
Add network slice to Network::ToString()
|
2026-02-10 10:40:34 -08:00 |
|
network_monitor.h
|
Add network slice to Network::ToString()
|
2026-02-10 10:40:34 -08:00 |
|
network_route_unittest.cc
|
Migrate most of rtc_base/ to webrtc namespace
|
2025-04-01 02:36:58 -07:00 |
|
network_route.cc
|
Migrate most of rtc_base/ to webrtc namespace
|
2025-04-01 02:36:58 -07:00 |
|
network_route.h
|
Remove re-exported symbols from rtc and cricket namespaces
|
2025-07-01 03:58:20 -07:00 |
|
network_unittest.cc
|
Use RunLoop in rtc_base/ tests
|
2026-04-01 04:05:46 -07:00 |
|
network.cc
|
Merge remote-tracking branch 'upstream/branch-heads/7778' into mutexlox/webrtc-148
|
2026-05-08 13:42:18 -04:00 |
|
network.h
|
Merge remote-tracking branch 'upstream/branch-heads/7778' into mutexlox/webrtc-148
|
2026-05-08 13:42:18 -04:00 |
|
null_socket_server_unittest.cc
|
Use Clock and RunLoop in null_socket_server_unittest
|
2026-02-11 08:32:43 -08:00 |
|
null_socket_server.cc
|
IWYU rtc_base (socket-related)
|
2025-07-08 12:15:25 -07:00 |
|
null_socket_server.h
|
IWYU rtc_base (socket-related)
|
2025-07-08 12:15:25 -07:00 |
|
one_time_event_unittest.cc
|
|
|
|
one_time_event.h
|
|
|
|
openssl_adapter_unittest.cc
|
Use RunLoop in rtc_base/ tests
|
2026-04-01 04:05:46 -07:00 |
|
openssl_adapter.cc
|
turns UDP + DTLS case implementation
|
2026-01-14 04:32:09 -08:00 |
|
openssl_adapter.h
|
turns UDP + DTLS case implementation
|
2026-01-14 04:32:09 -08:00 |
|
openssl_certificate.cc
|
IWYU openssl-related files and remove Windows-specific bits
|
2025-06-12 10:53:56 -07:00 |
|
openssl_certificate.h
|
Remove re-exported symbols from rtc and cricket namespaces
|
2025-07-01 03:58:20 -07:00 |
|
openssl_digest.cc
|
IWYU openssl-related files and remove Windows-specific bits
|
2025-06-12 10:53:56 -07:00 |
|
openssl_digest.h
|
Remove re-exported symbols from rtc and cricket namespaces
|
2025-07-01 03:58:20 -07:00 |
|
openssl_identity.cc
|
IWYU openssl-related files and remove Windows-specific bits
|
2025-06-12 10:53:56 -07:00 |
|
openssl_identity.h
|
Remove re-exported symbols from rtc and cricket namespaces
|
2025-07-01 03:58:20 -07:00 |
|
openssl_key_pair.cc
|
IWYU openssl-related files and remove Windows-specific bits
|
2025-06-12 10:53:56 -07:00 |
|
openssl_key_pair.h
|
Remove re-exported symbols from rtc and cricket namespaces
|
2025-07-01 03:58:20 -07:00 |
|
openssl_session_cache_unittest.cc
|
Reduce the number of webrtc:: prefixes in code
|
2026-03-06 06:29:19 -08:00 |
|
openssl_session_cache.cc
|
Migrate most of rtc_base/ to webrtc namespace
|
2025-04-01 02:36:58 -07:00 |
|
openssl_session_cache.h
|
Remove re-exported symbols from rtc and cricket namespaces
|
2025-07-01 03:58:20 -07:00 |
|
openssl_stream_adapter_unittest.cc
|
Propagate field trials in rtc_base/ unittests
|
2025-06-06 09:20:58 -07:00 |
|
openssl_stream_adapter.cc
|
Replace ArrayView with std::span in rtc_base/
|
2026-03-10 07:27:21 -07:00 |
|
openssl_stream_adapter.h
|
Replace ArrayView with std::span in rtc_base/
|
2026-03-10 07:27:21 -07:00 |
|
openssl_utility_unittest.cc
|
constexpr-ify unit tests more
|
2025-07-15 07:53:38 -07:00 |
|
openssl_utility.cc
|
IWYU openssl-related files and remove Windows-specific bits
|
2025-06-12 10:53:56 -07:00 |
|
openssl_utility.h
|
Remove re-exported symbols from rtc and cricket namespaces
|
2025-07-01 03:58:20 -07:00 |
|
openssl.h
|
IWYU openssl-related files and remove Windows-specific bits
|
2025-06-12 10:53:56 -07:00 |
|
operations_chain_unittest.cc
|
Use RunLoop in rtc_base/ tests
|
2026-04-01 04:05:46 -07:00 |
|
operations_chain.cc
|
Use webrtc name specifier instead of rtc/cricket in rtc_base
|
2025-04-17 02:08:43 -07:00 |
|
operations_chain.h
|
Remove re-exported symbols from rtc and cricket namespaces
|
2025-07-01 03:58:20 -07:00 |
|
OWNERS
|
Spring cleanup of WATCHLIST and OWNER files
|
2026-03-26 09:19:09 -07:00 |
|
physical_socket_server_unittest.cc
|
Use RunLoop in rtc_base/ tests
|
2026-04-01 04:05:46 -07:00 |
|
physical_socket_server.cc
|
Merge remote-tracking branch 'upstream/branch-heads/7778' into mutexlox/webrtc-148
|
2026-05-08 13:42:18 -04:00 |
|
physical_socket_server.h
|
Remove all sigslot references from libwebrtc
|
2025-11-24 23:02:01 -08:00 |
|
platform_thread_types.cc
|
IWYU remainder of rtc_base
|
2025-07-11 09:48:56 -07:00 |
|
platform_thread_types.h
|
IWYU rtc_base (threading-related)
|
2025-07-08 02:33:19 -07:00 |
|
platform_thread_unittest.cc
|
IWYU rtc_base (threading-related)
|
2025-07-08 02:33:19 -07:00 |
|
platform_thread.cc
|
TaskQueueFactory: Add kAudio and kVideo priorities
|
2026-01-26 06:18:27 -08:00 |
|
platform_thread.h
|
TaskQueueFactory: Add kAudio and kVideo priorities
|
2026-01-26 06:18:27 -08:00 |
|
protobuf_utils.h
|
IWYU remainder of rtc_base
|
2025-07-11 09:48:56 -07:00 |
|
proxy_server.cc
|
Deprecate some tag-less signal Subscribe functions
|
2025-12-15 08:14:03 -08:00 |
|
proxy_server.h
|
Deprecate some tag-less signal Subscribe functions
|
2025-12-15 08:14:03 -08:00 |
|
race_checker.cc
|
Use webrtc name specifier instead of rtc/cricket in rtc_base
|
2025-04-17 02:08:43 -07:00 |
|
race_checker.h
|
Remove re-exported symbols from rtc and cricket namespaces
|
2025-07-01 03:58:20 -07:00 |
|
random_unittest.cc
|
Modernize deprecated headers in api/, pc/ and rtc_base/
|
2025-07-21 00:02:35 -07:00 |
|
random.cc
|
Revert "Use absl::BitGen to generate Random's seed"
|
2025-09-10 10:49:34 -07:00 |
|
random.h
|
Revert "Use absl::BitGen to generate Random's seed"
|
2025-09-10 10:49:34 -07:00 |
|
rate_limiter_unittest.cc
|
IWYU rtc_base
|
2025-06-17 23:41:21 -07:00 |
|
rate_limiter.cc
|
IWYU rtc_base
|
2025-06-17 23:41:21 -07:00 |
|
rate_limiter.h
|
|
|
|
rate_statistics_unittest.cc
|
clang-tidy: apply bugprone-argument-comment
|
2025-08-29 09:17:35 -07:00 |
|
rate_statistics.cc
|
IWYU rtc_base
|
2025-06-17 23:41:21 -07:00 |
|
rate_statistics.h
|
IWYU rtc_base
|
2025-06-17 23:41:21 -07:00 |
|
rate_tracker_unittest.cc
|
Require to pass current time when using RateTracker
|
2025-10-14 01:29:06 -07:00 |
|
rate_tracker.cc
|
Delete deprecated functions in RateTracker that use global clock
|
2025-10-16 08:33:05 -07:00 |
|
rate_tracker.h
|
Delete deprecated functions in RateTracker that use global clock
|
2025-10-16 08:33:05 -07:00 |
|
ref_count.h
|
Remove re-exported symbols from rtc and cricket namespaces
|
2025-07-01 03:58:20 -07:00 |
|
ref_counted_object_unittest.cc
|
IWYU rtc_base (misc)
|
2025-07-08 13:22:04 -07:00 |
|
ref_counted_object.h
|
Remove re-exported symbols from rtc and cricket namespaces
|
2025-07-01 03:58:20 -07:00 |
|
ref_counter.h
|
IWYU rtc_base
|
2025-06-17 23:41:21 -07:00 |
|
rolling_accumulator_unittest.cc
|
constexpr-ify unit tests
|
2025-07-07 18:22:55 -07:00 |
|
rolling_accumulator.h
|
Remove re-exported symbols from rtc and cricket namespaces
|
2025-07-01 03:58:20 -07:00 |
|
rtc_certificate_generator_unittest.cc
|
Use RunLoop in rtc_base/ tests
|
2026-04-01 04:05:46 -07:00 |
|
rtc_certificate_generator.cc
|
Replace a few cases of Thread* const with TaskQueueBase* const
|
2025-11-13 03:00:17 -08:00 |
|
rtc_certificate_generator.h
|
Replace a few cases of Thread* const with TaskQueueBase* const
|
2025-11-13 03:00:17 -08:00 |
|
rtc_certificate_unittest.cc
|
Modernize deprecated headers in api/, pc/ and rtc_base/
|
2025-07-21 00:02:35 -07:00 |
|
rtc_certificate.cc
|
Merge remote-tracking branch 'upstream/branch-heads/7204'
|
2025-07-11 15:20:30 -07:00 |
|
rtc_certificate.h
|
Merge remote-tracking branch 'upstream/branch-heads/7339'
|
2025-09-16 15:28:07 -07:00 |
|
rtp_to_ntp_estimator_unittest.cc
|
Move RtpToNtpEstimator to rtc_base/
|
2025-05-15 14:17:52 -07:00 |
|
rtp_to_ntp_estimator.cc
|
Move RtpToNtpEstimator to rtc_base/
|
2025-05-15 14:17:52 -07:00 |
|
rtp_to_ntp_estimator.h
|
Move RtpToNtpEstimator to rtc_base/
|
2025-05-15 14:17:52 -07:00 |
|
sanitizer_unittest.cc
|
Modernize deprecated headers in api/, pc/ and rtc_base/
|
2025-07-21 00:02:35 -07:00 |
|
sanitizer.h
|
Remove re-exported symbols from rtc and cricket namespaces
|
2025-07-01 03:58:20 -07:00 |
|
server_socket_adapters.cc
|
Replace ArrayView with std::span in rtc_base/
|
2026-03-10 07:27:21 -07:00 |
|
server_socket_adapters.h
|
Deprecate some tag-less signal Subscribe functions
|
2025-12-15 08:14:03 -08:00 |
|
socket_adapters.cc
|
Replace ArrayView with std::span in rtc_base/
|
2026-03-10 07:27:21 -07:00 |
|
socket_adapters.h
|
Replace ArrayView with std::span in rtc_base/
|
2026-03-10 07:27:21 -07:00 |
|
socket_address_pair.cc
|
IWYU rtc_base (socket-related)
|
2025-07-08 12:15:25 -07:00 |
|
socket_address_pair.h
|
Remove re-exported symbols from rtc and cricket namespaces
|
2025-07-01 03:58:20 -07:00 |
|
socket_address_unittest.cc
|
Modernize deprecated headers in api/, pc/ and rtc_base/
|
2025-07-21 00:02:35 -07:00 |
|
socket_address.cc
|
Remove __native_client__ support
|
2025-07-29 07:48:44 -07:00 |
|
socket_address.h
|
Remove re-exported symbols from rtc and cricket namespaces
|
2025-07-01 03:58:20 -07:00 |
|
socket_factory.h
|
Allow to provide Environment when constructing AsyncPacketSockets
|
2025-09-08 00:15:50 -07:00 |
|
socket_server.h
|
Remove re-exported symbols from rtc and cricket namespaces
|
2025-07-01 03:58:20 -07:00 |
|
socket_unittest.cc
|
Deprecate the two-argument Buffer constructor
|
2026-02-13 02:40:23 -08:00 |
|
socket_unittest.h
|
Provide Environment for AsyncUDPSocket in rtc_base unittests
|
2025-09-16 02:58:46 -07:00 |
|
socket.cc
|
Replace ArrayView with std::span in rtc_base/
|
2026-03-10 07:27:21 -07:00 |
|
socket.h
|
Deprecate some tag-less signal Subscribe functions
|
2025-12-15 08:14:03 -08:00 |
|
ssl_adapter_unittest.cc
|
Use RunLoop in rtc_base/ tests
|
2026-04-01 04:05:46 -07:00 |
|
ssl_adapter.cc
|
turns UDP + DTLS case implementation
|
2026-01-14 04:32:09 -08:00 |
|
ssl_adapter.h
|
turns UDP + DTLS case implementation
|
2026-01-14 04:32:09 -08:00 |
|
ssl_certificate.cc
|
Replace ArrayView with std::span in rtc_base/
|
2026-03-10 07:27:21 -07:00 |
|
ssl_certificate.h
|
Extend SSLCertificateVerifier to Support Full Certificate Chain Validation
|
2025-10-22 14:23:00 -07:00 |
|
ssl_fingerprint.cc
|
Replace ArrayView with std::span in rtc_base/
|
2026-03-10 07:27:21 -07:00 |
|
ssl_fingerprint.h
|
Replace ArrayView with std::span in rtc_base/
|
2026-03-10 07:27:21 -07:00 |
|
ssl_identity_unittest.cc
|
Deprecate the two-argument Buffer constructor
|
2026-02-13 02:40:23 -08:00 |
|
ssl_identity.cc
|
Replace ArrayView with std::span in rtc_base/
|
2026-03-10 07:27:21 -07:00 |
|
ssl_identity.h
|
Remove re-exported symbols from rtc and cricket namespaces
|
2025-07-01 03:58:20 -07:00 |
|
ssl_roots.h
|
Add root certs for more turn access
|
2024-06-03 11:43:56 -07:00 |
|
ssl_stream_adapter_unittest.cc
|
Use injected clock in ssl_stream_adapter_unittest
|
2026-03-16 05:27:26 -07:00 |
|
ssl_stream_adapter.cc
|
Replace ArrayView with std::span in rtc_base/
|
2026-03-10 07:27:21 -07:00 |
|
ssl_stream_adapter.h
|
Replace ArrayView with std::span in rtc_base/
|
2026-03-10 07:27:21 -07:00 |
|
stream.cc
|
Remove unnecessary WriteAll call when sending DTLS packets
|
2025-11-03 03:36:59 -08:00 |
|
stream.h
|
Replace ArrayView with std::span in rtc_base/
|
2026-03-10 07:27:21 -07:00 |
|
string_encode_unittest.cc
|
Replace ArrayView with std::span in rtc_base/
|
2026-03-10 07:27:21 -07:00 |
|
string_encode.cc
|
Replace ArrayView with std::span in rtc_base/
|
2026-03-10 07:27:21 -07:00 |
|
string_encode.h
|
Replace ArrayView with std::span in rtc_base/
|
2026-03-10 07:27:21 -07:00 |
|
string_to_number_unittest.cc
|
Modernize deprecated headers in api/, pc/ and rtc_base/
|
2025-07-21 00:02:35 -07:00 |
|
string_to_number.cc
|
Modernize deprecated headers in api/, pc/ and rtc_base/
|
2025-07-21 00:02:35 -07:00 |
|
string_to_number.h
|
Remove re-exported symbols from rtc and cricket namespaces
|
2025-07-01 03:58:20 -07:00 |
|
string_utils_unittest.cc
|
Migrate most of rtc_base/ to webrtc namespace
|
2025-04-01 02:36:58 -07:00 |
|
string_utils.cc
|
Migrate most of rtc_base/ to webrtc namespace
|
2025-04-01 02:36:58 -07:00 |
|
string_utils.h
|
Remove re-exported symbols from rtc and cricket namespaces
|
2025-07-01 03:58:20 -07:00 |
|
strong_alias_unittest.cc
|
Apply clang-tidy readability-redundant-smartptr-get
|
2025-07-31 01:37:54 -07:00 |
|
strong_alias.h
|
Use the PayloadType class rather than uint8_t in Codec class
|
2026-03-27 07:22:47 -07:00 |
|
swap_queue_unittest.cc
|
constexpr-ify unit tests
|
2025-07-07 18:22:55 -07:00 |
|
swap_queue.h
|
|
|
|
system_time.cc
|
IWYU rtc_base (misc)
|
2025-07-08 13:22:04 -07:00 |
|
system_time.h
|
Remove re-exported symbols from rtc and cricket namespaces
|
2025-07-01 03:58:20 -07:00 |
|
task_queue_for_test.cc
|
IWYU rtc_base
|
2025-06-17 23:41:21 -07:00 |
|
task_queue_for_test.h
|
TaskQueueFactory: implement go/cstyle#Enumerator_Names
|
2026-01-26 02:38:24 -08:00 |
|
task_queue_gcd.cc
|
TaskQueueFactory: Add kAudio and kVideo priorities
|
2026-01-26 06:18:27 -08:00 |
|
task_queue_gcd.h
|
|
|
|
task_queue_stdlib_unittest.cc
|
TaskQueueFactory: implement go/cstyle#Enumerator_Names
|
2026-01-26 02:38:24 -08:00 |
|
task_queue_stdlib.cc
|
TaskQueueFactory: Add kAudio and kVideo priorities
|
2026-01-26 06:18:27 -08:00 |
|
task_queue_stdlib.h
|
|
|
|
task_queue_unittest.cc
|
TaskQueueFactory: implement go/cstyle#Enumerator_Names
|
2026-01-26 02:38:24 -08:00 |
|
task_queue_win.cc
|
TaskQueueFactory: Add kAudio and kVideo priorities
|
2026-01-26 06:18:27 -08:00 |
|
task_queue_win.h
|
|
|
|
test_certificate_verifier.h
|
Remove re-exported symbols from rtc and cricket namespaces
|
2025-07-01 03:58:20 -07:00 |
|
test_client_unittest.cc
|
Propogate Environment through TestEchoServer to AsyncTCPSocket
|
2025-09-13 16:28:04 -07:00 |
|
test_client.cc
|
Add trampolines to AsyncPacketSocket and AsyncListenSocket
|
2025-10-31 08:36:06 -07:00 |
|
test_client.h
|
Remove all sigslot references from libwebrtc
|
2025-11-24 23:02:01 -08:00 |
|
test_echo_server.cc
|
Add SignalTrampoline to ReadEvent and WriteEvent
|
2025-10-28 05:37:22 -07:00 |
|
test_echo_server.h
|
Remove "sigslot::has_slots" from a lot of classes.
|
2025-11-03 17:05:37 -08:00 |
|
test_utils.cc
|
|
|
|
test_utils.h
|
Remove "sigslot::has_slots" from a lot of classes.
|
2025-11-03 17:05:37 -08:00 |
|
text2pcap.cc
|
Replace ArrayView with std::span in rtc_base/
|
2026-03-10 07:27:21 -07:00 |
|
text2pcap.h
|
Replace ArrayView with std::span in rtc_base/
|
2026-03-10 07:27:21 -07:00 |
|
thread_annotations_unittest.cc
|
|
|
|
thread_annotations.h
|
|
|
|
thread_unittest.cc
|
Simplify thread yielding by removing support for high-priority tasks
|
2026-03-25 00:09:26 -07:00 |
|
thread.cc
|
Simplify thread yielding by removing support for high-priority tasks
|
2026-03-25 00:09:26 -07:00 |
|
thread.h
|
Simplify thread yielding by removing support for high-priority tasks
|
2026-03-25 00:09:26 -07:00 |
|
time_utils_unittest.cc
|
Delete function Time32 as unused
|
2025-08-04 06:17:15 -07:00 |
|
time_utils.cc
|
Add missing header include in rtc_base/time_utils.cc
|
2025-11-25 06:45:32 -08:00 |
|
time_utils.h
|
Delete function Time32 as unused
|
2025-08-04 06:17:15 -07:00 |
|
timestamp_aligner_unittest.cc
|
Use SimulatedClock in timestamp_aligner_unittest
|
2026-02-05 10:30:08 -08:00 |
|
timestamp_aligner.cc
|
IWYU rtc_base
|
2025-06-17 23:41:21 -07:00 |
|
timestamp_aligner.h
|
Remove re-exported symbols from rtc and cricket namespaces
|
2025-07-01 03:58:20 -07:00 |
|
trace_categories.cc
|
Always compile rtc_base/trace_categories.{h,cc}.
|
2024-11-18 09:34:33 +00:00 |
|
trace_categories.h
|
Remove the unconditional perfetto reference in the rtc_base:event_tracer.
|
2026-01-19 04:02:54 -08:00 |
|
trace_event.h
|
Remove the unconditional perfetto reference in the rtc_base:event_tracer.
|
2026-01-19 04:02:54 -08:00 |
|
type_traits.h
|
IWYU rtc_base/type_traits
|
2025-07-24 14:14:21 -07:00 |
|
unique_id_generator_unittest.cc
|
Deprecate and stop calling RandomGenerator::InitRandom
|
2025-07-31 11:54:36 -07:00 |
|
unique_id_generator.cc
|
Replace ArrayView with std::span in rtc_base/
|
2026-03-10 07:27:21 -07:00 |
|
unique_id_generator.h
|
Replace ArrayView with std::span in rtc_base/
|
2026-03-10 07:27:21 -07:00 |
|
untyped_function_unittest.cc
|
IWYU rtc_base
|
2025-06-17 23:41:21 -07:00 |
|
untyped_function.h
|
IWYU rtc_base
|
2025-06-17 23:41:21 -07:00 |
|
virtual_socket_server.cc
|
Deprecate some tag-less signal Subscribe functions
|
2025-12-15 08:14:03 -08:00 |
|
virtual_socket_server.h
|
Deprecate some tag-less signal Subscribe functions
|
2025-12-15 08:14:03 -08:00 |
|
virtual_socket_unittest.cc
|
Replace ArrayView with std::span in rtc_base/
|
2026-03-10 07:27:21 -07:00 |
|
weak_ptr_unittest.cc
|
IWYU rtc_base
|
2025-06-17 23:41:21 -07:00 |
|
weak_ptr.cc
|
Apply clang-tidy readability-redundant-smartptr-get
|
2025-07-31 01:37:54 -07:00 |
|
weak_ptr.h
|
Reland "Update PeerConnectionInterfaceTest and FakePortAllocator"
|
2025-11-22 06:19:59 -08:00 |
|
win32_socket_init.h
|
Last namespace cleanups
|
2025-04-10 07:49:19 -07:00 |
|
win32_unittest.cc
|
Remove SIMULATED_WAIT
|
2026-03-27 03:58:29 -07:00 |
|
win32.cc
|
Remove redundant webrtc:: prefixes in rtc_base
|
2025-06-11 07:44:39 -07:00 |
|
win32.h
|
Remove re-exported symbols from rtc and cricket namespaces
|
2025-07-01 03:58:20 -07:00 |
|
zero_memory_unittest.cc
|
Replace ArrayView with std::span in rtc_base/
|
2026-03-10 07:27:21 -07:00 |
|
zero_memory.cc
|
Modernize deprecated headers in api/, pc/ and rtc_base/
|
2025-07-21 00:02:35 -07:00 |
|
zero_memory.h
|
Replace ArrayView with std::span in rtc_base/
|
2026-03-10 07:27:21 -07:00 |