webrtc/rtc_base
Niels Möller ff3dd0c49c Delete unused rtc::Stream subclasses.
Also move StringStream to the only test using it.

Bug: webrtc:6424
Change-Id: Iad79c7becaa2764ac954c18711eaae4faf46ae72
Reviewed-on: https://webrtc-review.googlesource.com/84320
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Commit-Queue: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23721}
2018-06-25 08:01:25 +00:00
..
experiments Replace rtc::Optional with absl::optional in rtc_base 2018-06-21 11:23:40 +00:00
java/src/org/webrtc Reland "Reland "Injectable logging"" 2018-06-21 13:44:53 +00:00
memory Move aligned memory utilities to rtc_base/memory/ 2018-03-22 14:13:24 +00:00
numerics Replace rtc::Optional with absl::optional in rtc_base 2018-06-21 11:23:40 +00:00
strings Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
synchronization Move rw_lock_wrapper.h to rtc_base/synchronization/ 2018-03-23 19:47:08 +00:00
system Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
time Move rw_lock_wrapper.h to rtc_base/synchronization/ 2018-03-23 19:47:08 +00:00
win Ports base::win:OSInfo from Chrome to rtc_win in WebRTC. 2018-05-21 13:27:46 +00:00
arraysize.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
asyncinvoker-inl.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
asyncinvoker.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
asyncinvoker.h Remove unnecessary copies from AsyncInvoke 2018-03-16 13:09:18 +00:00
asyncpacketsocket.cc Prevent warning logs when signaling stats from connectionless sockets. 2018-04-17 18:34:14 +00:00
asyncpacketsocket.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
asyncresolverinterface.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
asyncresolverinterface.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
asyncsocket.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
asyncsocket.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
asynctcpsocket.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
asynctcpsocket.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
asynctcpsocket_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
asyncudpsocket.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
asyncudpsocket.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
asyncudpsocket_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
atomicops.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
atomicops_unittest.cc Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
base64.cc Remove usage of rtc_base/checks.h in 3pp base64.cc 2018-06-21 11:30:41 +00:00
base64.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
base64_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
bind.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
bind_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
bitbuffer.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
bitbuffer.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
bitbuffer_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
bitrateallocationstrategy.cc Add kTransmissionMaxBitrateMultiplier logic to audio priority bitrate allocation strategy similarly to default bitrate allocation logic. 2017-11-16 20:23:56 +00:00
bitrateallocationstrategy.h Reland of BWE allocation strategy 2017-10-20 10:16:15 +00:00
bitrateallocationstrategy_unittest.cc Adding two tests: 2017-11-27 10:38:22 +00:00
buffer.h Securely clear memory containing key information / passwords before freeing. 2018-03-07 22:06:20 +00:00
buffer_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
bufferqueue.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
bufferqueue.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
bufferqueue_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
BUILD.gn Reland "Reland "Injectable logging"" 2018-06-21 13:44:53 +00:00
bytebuffer.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
bytebuffer.h Delete unneeded includes of basictypes.h. 2018-05-21 19:35:08 +00:00
bytebuffer_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
byteorder.h Delete rtc_base/basictypes.h 2018-05-28 09:08:59 +00:00
byteorder_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
callback.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
callback.h.pump Add explicit includes of refcountedobject.h where it is used. 2017-10-06 13:00:14 +00:00
callback_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
checks.cc Refactor checks to use a copy of the new logging backend. 2018-06-15 13:48:25 +00:00
checks.h Refactor checks to use a copy of the new logging backend. 2018-06-15 13:48:25 +00:00
compile_assert_c.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
constructormagic.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
copyonwritebuffer.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
copyonwritebuffer.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
copyonwritebuffer_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
cpu_time.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
cpu_time.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
cpu_time_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
crc32.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
crc32.h Delete unneeded includes of basictypes.h. 2018-05-21 19:35:08 +00:00
crc32_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
criticalsection.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
criticalsection.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
criticalsection_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
cryptstring.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
cryptstring.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
data_rate_limiter.cc Renamed rtc::RateLimiter to rtrc::DataRateLimiter. 2018-02-28 19:58:24 +00:00
data_rate_limiter.h Renamed rtc::RateLimiter to rtrc::DataRateLimiter. 2018-02-28 19:58:24 +00:00
data_rate_limiter_unittest.cc Renamed rtc::RateLimiter to rtrc::DataRateLimiter. 2018-02-28 19:58:24 +00:00
deprecation.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
DEPS Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
dscp.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
Dummy.java Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
event.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
event.h Add ScopedAllowBaseSyncPrimitives to WebRTC for compatibility with Chromium. 2018-01-17 14:36:36 +00:00
event_tracer.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
event_tracer.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
event_tracer_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
event_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
fakeclock.cc Replacing rtc::TimeDelta with webrtc::TimeDelta. 2018-05-08 13:22:53 +00:00
fakeclock.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
fakenetwork.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
fakesslidentity.cc Implement certificate chain stats. 2018-02-24 00:44:06 +00:00
fakesslidentity.h Implement certificate chain stats. 2018-02-24 00:44:06 +00:00
file.cc Add JoinFilename to testsupport code, replacing use of rtc::Pathname. 2018-06-01 11:36:51 +00:00
file.h Add JoinFilename to testsupport code, replacing use of rtc::Pathname. 2018-06-01 11:36:51 +00:00
file_posix.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
file_unittest.cc Add JoinFilename to testsupport code, replacing use of rtc::Pathname. 2018-06-01 11:36:51 +00:00
file_win.cc Fix circular dependencies between optional, array_view, and rtc_base. 2017-12-14 06:49:11 +00:00
filerotatingstream.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
filerotatingstream.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
filerotatingstream_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
fileutils.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
fileutils.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
firewallsocketserver.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
firewallsocketserver.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
flags.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
flags.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
format_macros.h Detangling target dependencies in rtc_base_approved. 2018-03-19 11:02:01 +00:00
function_view.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
function_view_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
gtest_prod_util.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
gunit.cc Reland "Set session error if SetLocal/RemoteDescription ever fails" 2018-02-17 02:08:19 +00:00
gunit.h Replacing rtc::TimeDelta with webrtc::TimeDelta. 2018-05-08 13:22:53 +00:00
gunit_prod.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
helpers.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
helpers.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
helpers_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
httpbase.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
httpbase.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
httpbase_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
httpcommon-inl.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
httpcommon.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
httpcommon.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
httpcommon_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
httpserver.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
httpserver.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
httpserver_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
ifaddrs-android.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
ifaddrs-android.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
ifaddrs_converter.cc Fix issue where sockets bound to temporary IPv6 addresses are discarded. 2018-03-19 19:22:31 +00:00
ifaddrs_converter.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
ignore_wundef.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
ipaddress.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
ipaddress.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
ipaddress_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
json.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
json.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
json_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
keep_ref_until_done.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
location.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
location.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
logging.cc Add OnLogMessage(msg, sev, tag) to logsinks 2018-06-21 09:11:43 +00:00
logging.h Add OnLogMessage(msg, sev, tag) to logsinks 2018-06-21 09:11:43 +00:00
logging_mac.mm Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
logging_unittest.cc Delete unused rtc::Stream subclasses. 2018-06-25 08:01:25 +00:00
logsinks.cc Add OnLogMessage(msg, sev, tag) to logsinks 2018-06-21 09:11:43 +00:00
logsinks.h Add OnLogMessage(msg, sev, tag) to logsinks 2018-06-21 09:11:43 +00:00
macifaddrs_converter.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
macutils.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
macutils.h Remove deprecated mac screencapture code. 2017-10-03 08:41:30 +00:00
memory_usage.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
memory_usage.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
memory_usage_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
messagedigest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
messagedigest.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
messagedigest_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
messagehandler.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
messagehandler.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
messagequeue.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
messagequeue.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
messagequeue_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
nat_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
natserver.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
natserver.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
natsocketfactory.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
natsocketfactory.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
nattypes.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
nattypes.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
nethelper.cc Reland: Replaced the SignalSelectedCandidatePairChanged with a new signal. 2017-11-13 22:50:11 +00:00
nethelper.h Reland: Replaced the SignalSelectedCandidatePairChanged with a new signal. 2017-11-13 22:50:11 +00:00
nethelpers.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
nethelpers.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
network.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
network.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
network_constants.h Reland "Clean up libjingle API dependencies." 2017-10-05 13:51:21 +00:00
network_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
networkmonitor.cc Support VPN adapter type in WebRTC Android. 2018-04-27 22:49:33 +00:00
networkmonitor.h Support VPN adapter type in WebRTC Android. 2018-04-27 22:49:33 +00:00
networkroute.h Removing access to send side cc in rtp controller. 2018-02-16 10:40:48 +00:00
noop.cc Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
noop.mm Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
nullsocketserver.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
nullsocketserver.h Remove deprecated SocketFactory overrides. 2018-05-07 20:03:27 +00:00
nullsocketserver_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
onetimeevent.h Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
onetimeevent_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
openssl.h Refactor OpenSSLSessionCache out of OpenSSLAdapterFactory. 2018-04-06 01:01:48 +00:00
openssladapter.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
openssladapter.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
openssladapter_unittest.cc This changeset adds dependency injection support for SSL Root Certs. 2018-05-09 00:24:05 +00:00
opensslcertificate.cc Unify the build define to enable or disable built in ssl root certificates. 2018-06-01 18:42:27 +00:00
opensslcertificate.h This changeset adds dependency injection support for SSL Root Certs. 2018-05-09 00:24:05 +00:00
openssldigest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
openssldigest.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
opensslidentity.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
opensslidentity.h This changeset adds dependency injection support for SSL Root Certs. 2018-05-09 00:24:05 +00:00
opensslsessioncache.cc Refactor OpenSSLSessionCache out of OpenSSLAdapterFactory. 2018-04-06 01:01:48 +00:00
opensslsessioncache.h Fix the build with OpenSSL. 2018-05-30 09:44:33 +00:00
opensslsessioncache_unittest.cc Refactor OpenSSLSessionCache out of OpenSSLAdapterFactory. 2018-04-06 01:01:48 +00:00
opensslstreamadapter.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
opensslstreamadapter.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
opensslutility.cc Unify the build define to enable or disable built in ssl root certificates. 2018-06-01 18:42:27 +00:00
opensslutility.h Unify the build define to enable or disable built in ssl root certificates. 2018-06-01 18:42:27 +00:00
opensslutility_unittest.cc This changeset adds dependency injection support for SSL Root Certs. 2018-05-09 00:24:05 +00:00
optionsfile.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
optionsfile.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
optionsfile_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
OWNERS Remove myself from some owners files. Fix order in those files. Replace myself in comment references. 2018-04-03 14:07:31 +00:00
pathutils.cc Delete unused methods on rtc::Pathname. 2018-06-15 09:25:35 +00:00
pathutils.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
pathutils_unittest.cc Delete unused methods on rtc::Pathname. 2018-06-15 09:25:35 +00:00
physicalsocketserver.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
physicalsocketserver.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
physicalsocketserver_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
platform_file.cc Extend WavReader and WavWriter API. 2018-03-19 15:21:51 +00:00
platform_file.h Extend WavReader and WavWriter API. 2018-03-19 15:21:51 +00:00
platform_file_unittest.cc Extend WavReader and WavWriter API. 2018-03-19 15:21:51 +00:00
platform_thread.cc Detangling target dependencies in rtc_base_approved. 2018-03-19 11:02:01 +00:00
platform_thread.h Reland "Remove criticalsection.cc dependency on platform_thread.cc." 2018-02-17 12:00:12 +00:00
platform_thread_types.cc Whac-a-mole one more time with Fuchsia. Fix CurrentThreadRef() 2018-02-17 23:10:21 +00:00
platform_thread_types.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
platform_thread_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
protobuf_utils.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
proxy_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
proxyinfo.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
proxyinfo.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
proxyserver.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
proxyserver.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
ptr_util.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
ptr_util_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
race_checker.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
race_checker.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
random.cc Move some numeric utility code from rtc_base/ to rtc_base/numerics/ 2017-11-22 11:21:47 +00:00
random.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
random_unittest.cc Move some more numeric utility code from rtc_base/ to rtc_base/numerics/ 2017-11-22 12:39:39 +00:00
rate_limiter.cc Replace rtc::Optional with absl::optional in rtc_base 2018-06-21 11:23:40 +00:00
rate_limiter.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rate_limiter_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rate_statistics.cc Replace rtc::Optional with absl::optional in rtc_base 2018-06-21 11:23:40 +00:00
rate_statistics.h Replace rtc::Optional with absl::optional in rtc_base 2018-06-21 11:23:40 +00:00
rate_statistics_unittest.cc Replace rtc::Optional with absl::optional in rtc_base 2018-06-21 11:23:40 +00:00
ratetracker.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
ratetracker.h Delete unneeded includes of basictypes.h. 2018-05-21 19:35:08 +00:00
ratetracker_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
refcount.h Change return types of refcount methods. 2017-10-20 07:46:03 +00:00
refcountedobject.h New classes RefCounter and RefCountedBase. 2017-10-23 11:46:47 +00:00
refcountedobject_unittest.cc Change return types of refcount methods. 2017-10-20 07:46:03 +00:00
refcounter.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
rollingaccumulator.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
rollingaccumulator_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rtccertificate.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
rtccertificate.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
rtccertificate_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
rtccertificategenerator.cc Replace rtc::Optional with absl::optional in rtc_base 2018-06-21 11:23:40 +00:00
rtccertificategenerator.h Replace rtc::Optional with absl::optional in rtc_base 2018-06-21 11:23:40 +00:00
rtccertificategenerator_unittest.cc Replace rtc::Optional with absl::optional in rtc_base 2018-06-21 11:23:40 +00:00
sanitizer.h rtc::MsanUninitialized to mark a trivially copiable object as uninitialized 2018-04-06 14:57:02 +00:00
sanitizer_unittest.cc Re-enabling SanitizerTest.MsanUninitialized. 2018-06-07 11:39:15 +00:00
scoped_ref_ptr.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
sequenced_task_checker.h Add support for RTC_GUARDED_BY to SequencedTaskChecker. 2018-02-19 13:05:59 +00:00
sequenced_task_checker_impl.cc Detangling target dependencies in rtc_base_approved. 2018-03-19 11:02:01 +00:00
sequenced_task_checker_impl.h Detangling target dependencies in rtc_base_approved. 2018-03-19 11:02:01 +00:00
sequenced_task_checker_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
signalthread.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
signalthread.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
signalthread_unittest.cc Reland "Enable the clang style plugin in rtc_base/" 2017-10-24 20:50:13 +00:00
sigslot.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
sigslot.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
sigslot_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
sigslotrepeater.h Adding back sigslot::repeater. 2017-10-05 16:48:13 +00:00
sigslottester.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
sigslottester.h.pump Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
sigslottester_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
socket.cc Extend packet_id to 64 bits in SentPacket and PacketOptions to support QUIC 2018-04-26 16:33:57 +00:00
socket.h Replace rtc::Optional with absl::optional in rtc_base 2018-06-21 11:23:40 +00:00
socket_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
socket_unittest.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
socketadapters.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
socketadapters.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
socketaddress.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
socketaddress.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
socketaddress_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
socketaddresspair.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
socketaddresspair.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
socketfactory.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
socketserver.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
socketstream.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
socketstream.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
ssladapter.cc This changeset adds dependency injection support for SSL Root Certs. 2018-05-09 00:24:05 +00:00
ssladapter.h This changeset adds dependency injection support for SSL Root Certs. 2018-05-09 00:24:05 +00:00
ssladapter_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
sslcertificate.cc This changeset adds dependency injection support for SSL Root Certs. 2018-05-09 00:24:05 +00:00
sslcertificate.h This changeset adds dependency injection support for SSL Root Certs. 2018-05-09 00:24:05 +00:00
sslfingerprint.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
sslfingerprint.h Delete unneeded includes of basictypes.h. 2018-05-21 19:35:08 +00:00
sslidentity.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
sslidentity.h This changeset adds dependency injection support for SSL Root Certs. 2018-05-09 00:24:05 +00:00
sslidentity_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
sslroots.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
sslstreamadapter.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
sslstreamadapter.h By default, don't use SRTP_AES128_CM_SHA1_32 protection profile. 2018-04-05 23:43:07 +00:00
sslstreamadapter_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
stream.cc Delete unused rtc::Stream subclasses. 2018-06-25 08:01:25 +00:00
stream.h Delete unused rtc::Stream subclasses. 2018-06-25 08:01:25 +00:00
stream_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
string_to_number.cc Replace rtc::Optional with absl::optional in rtc_base 2018-06-21 11:23:40 +00:00
string_to_number.h Replace rtc::Optional with absl::optional in rtc_base 2018-06-21 11:23:40 +00:00
string_to_number_unittest.cc Replace rtc::Optional with absl::optional in rtc_base 2018-06-21 11:23:40 +00:00
stringencode.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
stringencode.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
stringencode_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
stringize_macros.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
stringize_macros_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
stringutils.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
stringutils.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
stringutils_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
swap_queue.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
swap_queue_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
task_queue.h Fix includes in task_queue.h 2018-02-15 16:10:15 +00:00
task_queue_for_test.cc Introduce TaskQueueForTest. 2018-02-14 15:32:49 +00:00
task_queue_for_test.h Introduce TaskQueueForTest. 2018-02-14 15:32:49 +00:00
task_queue_gcd.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
task_queue_libevent.cc Fix includes in task_queue.h 2018-02-15 16:10:15 +00:00
task_queue_posix.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
task_queue_posix.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
task_queue_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
task_queue_win.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
template_util.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
testbase64.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
testcertificateverifier.h This changeset adds dependency injection support for SSL Root Certs. 2018-05-09 00:24:05 +00:00
testclient.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
testclient.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
testclient_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
testechoserver.cc Reland "Enable the clang style plugin in rtc_base/" 2017-10-24 20:50:13 +00:00
testechoserver.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
testutils.cc Delete unused code in rtc_base/testutils.*. 2017-12-18 09:28:13 +00:00
testutils.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
thread.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
thread.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
thread_annotations.h Remove RTC_GUARDED_VAR and RTC_PT_GUARDED_VAR macros 2017-11-01 13:23:26 +00:00
thread_annotations_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
thread_checker.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
thread_checker_impl.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
thread_checker_impl.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
thread_checker_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
thread_darwin.mm Remove dependency on rtc::Event from rtc::Thread. 2017-12-04 15:15:08 +00:00
thread_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
timestampaligner.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
timestampaligner.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
timestampaligner_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
timeutils.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
timeutils.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
timeutils_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
trace_event.h remove unused UNSHIPPED trace macros 2018-06-12 07:53:47 +00:00
transformadapter.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
transformadapter.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
type_traits.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
unittest_main.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
unixfilesystem.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
unixfilesystem.h Reland "Delete Filesystem::TempFilename." 2017-12-14 11:01:33 +00:00
virtualsocket_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
virtualsocketserver.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
virtualsocketserver.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
weak_ptr.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
weak_ptr.h Remove aggressive thread checker from WeakPtrReference 2017-11-10 16:51:25 +00:00
weak_ptr_unittest.cc Add missing #include + dependency to weak_ptr_unittest. 2017-12-01 18:28:37 +00:00
win32.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
win32.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
win32_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
win32filesystem.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
win32filesystem.h Reland "Delete Filesystem::TempFilename." 2017-12-14 11:01:33 +00:00
win32socketinit.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
win32socketinit.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
win32socketserver.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
win32socketserver.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
win32socketserver_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
win32window.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
win32window.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
win32window_unittest.cc Reland "Enable the clang style plugin in rtc_base/" 2017-10-24 20:50:13 +00:00
zero_memory.cc Securely clear memory containing key information / passwords before freeing. 2018-03-07 22:06:20 +00:00
zero_memory.h Add functions to securely fill memory with zeros. 2018-01-20 16:57:27 +00:00
zero_memory_unittest.cc Add functions to securely fill memory with zeros. 2018-01-20 16:57:27 +00:00