webrtc/rtc_base
Niels Möller 9155e4986d New classes RefCounter and RefCountedBase.
Bug: webrtc:8270
Change-Id: Ibdab81b3fcbe6cba9ae24033f56c84b13c868b21
Reviewed-on: https://webrtc-review.googlesource.com/2684
Commit-Queue: Niels Moller <nisse@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20386}
2017-10-23 11:46:47 +00:00
..
java/src/org/webrtc Add back loading native library in Logging.java. 2017-10-04 22:13:36 +00:00
numerics Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
arraysize.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
asyncinvoker-inl.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
asyncinvoker.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
asyncinvoker.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
asyncpacketsocket.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
asyncpacketsocket.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
asyncresolverinterface.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
asyncresolverinterface.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
asyncsocket.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
asyncsocket.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
asynctcpsocket.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
asynctcpsocket.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
asynctcpsocket_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
asyncudpsocket.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
asyncudpsocket.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
asyncudpsocket_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
atomicops.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
atomicops_unittest.cc Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
base64.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
base64.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
base64_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
basictypes.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
basictypes_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
bind.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
bind_unittest.cc Add explicit includes of refcountedobject.h where it is used. 2017-10-06 13:00:14 +00:00
bitbuffer.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
bitbuffer.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
bitbuffer_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
bitrateallocationstrategy.cc Reland of BWE allocation strategy 2017-10-20 10:16:15 +00:00
bitrateallocationstrategy.h Reland of BWE allocation strategy 2017-10-20 10:16:15 +00:00
buffer.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
buffer_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
bufferqueue.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +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 New classes RefCounter and RefCountedBase. 2017-10-23 11:46:47 +00:00
bytebuffer.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
bytebuffer.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
bytebuffer_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
byteorder.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
byteorder_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
callback.h Add explicit includes of refcountedobject.h where it is used. 2017-10-06 13:00:14 +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 Change return types of refcount methods. 2017-10-20 07:46:03 +00:00
checks.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
checks.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
compile_assert_c.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
constructormagic.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
copyonwritebuffer.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
copyonwritebuffer.h Add explicit includes of refcountedobject.h where it is used. 2017-10-06 13:00:14 +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 Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +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 Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
crc32.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
crc32.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
crc32_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
criticalsection.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
criticalsection.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
criticalsection_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
cryptstring.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
cryptstring.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
deprecation.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
DEPS Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
dscp.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
Dummy.java Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
event.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
event.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
event_tracer.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
event_tracer.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
event_tracer_unittest.cc Delete static_instance.h and fix_interlocked_exchange_pointer_win.h 2017-10-05 13:19:21 +00:00
event_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
fakeclock.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
fakeclock.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
fakenetwork.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
fakesslidentity.h Use unique_ptr in SSLCertChain. 2017-10-02 20:23:48 +00:00
file.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
file.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +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 Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
file_win.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
filerotatingstream.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
filerotatingstream.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
filerotatingstream_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
fileutils.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
fileutils.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
firewallsocketserver.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
firewallsocketserver.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
flags.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
flags.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
format_macros.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +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 Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
gtest_prod_util.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
gunit.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
gunit_prod.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
helpers.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
helpers.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
helpers_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
histogram_percentile_counter.cc Move HistogramPercentileCounter to rtc_base from RecieveStatisticProxy. 2017-10-13 08:32:07 +00:00
histogram_percentile_counter.h Move HistogramPercentileCounter to rtc_base from RecieveStatisticProxy. 2017-10-13 08:32:07 +00:00
histogram_percentile_counter_unittest.cc Move HistogramPercentileCounter to rtc_base from RecieveStatisticProxy. 2017-10-13 08:32:07 +00:00
httpbase.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
httpbase.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
httpbase_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
httpcommon-inl.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
httpcommon.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
httpcommon.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
httpcommon_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
httpserver.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
httpserver.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
httpserver_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
ifaddrs-android.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
ifaddrs-android.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
ifaddrs_converter.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +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 Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
ipaddress.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
ipaddress_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
json.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
json.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +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 Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +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 Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
logging.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +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 Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
logsinks.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
logsinks.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
macifaddrs_converter.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
macutils.cc Remove deprecated mac screencapture code. 2017-10-03 08:41:30 +00:00
macutils.h Remove deprecated mac screencapture code. 2017-10-03 08:41:30 +00:00
mathutils.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
md5.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
md5.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
md5digest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
md5digest.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
md5digest_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
memory_usage.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +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 Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
messagedigest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
messagedigest.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
messagedigest_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
messagehandler.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
messagehandler.h PeerConnection::StartRtcEventLog: Improve callback memory safety 2017-10-16 21:37:14 +00:00
messagequeue.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
messagequeue.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
messagequeue_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
mod_ops.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
mod_ops_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
moving_max_counter.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
moving_max_counter_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
nat_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
natserver.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
natserver.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
natsocketfactory.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
natsocketfactory.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
nattypes.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
nattypes.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
nethelpers.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
nethelpers.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
network.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
network.h Reland "Clean up libjingle API dependencies." 2017-10-05 13:51:21 +00:00
network_constants.h Reland "Clean up libjingle API dependencies." 2017-10-05 13:51:21 +00:00
network_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
networkmonitor.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
networkmonitor.h Reland "Clean up libjingle API dependencies." 2017-10-05 13:51:21 +00:00
networkroute.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +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 Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
nullsocketserver.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
nullsocketserver_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
onetimeevent.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
onetimeevent_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
openssl.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
openssladapter.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
openssladapter.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
openssladapter_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
openssldigest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
openssldigest.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
opensslidentity.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
opensslidentity.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
opensslstreamadapter.cc Only verify the certificate once. 2017-10-01 01:13:51 +00:00
opensslstreamadapter.h Only verify the certificate once. 2017-10-01 01:13:51 +00:00
optionsfile.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
optionsfile.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
optionsfile_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
OWNERS Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
pathutils.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
pathutils.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
pathutils_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
physicalsocketserver.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
physicalsocketserver.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
physicalsocketserver_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
platform_file.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
platform_file.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
platform_thread.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
platform_thread.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
platform_thread_types.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
platform_thread_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +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 Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
proxyinfo.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
proxyinfo.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
proxyserver.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
proxyserver.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +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 Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
random.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
random_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rate_limiter.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +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 Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rate_statistics.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
rate_statistics_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
ratelimiter.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
ratelimiter.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
ratelimiter_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
ratetracker.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
ratetracker.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
ratetracker_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +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 New classes RefCounter and RefCountedBase. 2017-10-23 11:46:47 +00:00
rollingaccumulator.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rollingaccumulator_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rtccertificate.cc Add explicit includes of refcountedobject.h where it is used. 2017-10-06 13:00:14 +00:00
rtccertificate.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rtccertificate_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rtccertificategenerator.cc Add explicit includes of refcountedobject.h where it is used. 2017-10-06 13:00:14 +00:00
rtccertificategenerator.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
rtccertificategenerator_unittest.cc Add explicit includes of refcountedobject.h where it is used. 2017-10-06 13:00:14 +00:00
safe_compare.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
safe_compare_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
safe_conversions.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
safe_conversions_impl.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
safe_minmax.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
safe_minmax_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
sanitizer.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
scoped_ref_ptr.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
sequenced_task_checker.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
sequenced_task_checker_impl.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
sequenced_task_checker_impl.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
sequenced_task_checker_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
sha1.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
sha1.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
sha1digest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
sha1digest.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
sha1digest_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
signalthread.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
signalthread.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
signalthread_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +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 Adding back sigslot::repeater. 2017-10-05 16:48:13 +00:00
sigslotrepeater.h Adding back sigslot::repeater. 2017-10-05 16:48:13 +00:00
sigslottester.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +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 Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
socket.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
socket_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
socket_unittest.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
socketadapters.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
socketadapters.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
socketaddress.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
socketaddress.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
socketaddress_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
socketaddresspair.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
socketaddresspair.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
socketfactory.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
socketserver.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
socketstream.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
socketstream.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
ssladapter.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
ssladapter.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
ssladapter_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
sslfingerprint.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
sslfingerprint.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
sslidentity.cc Use unique_ptr in SSLCertChain. 2017-10-02 20:23:48 +00:00
sslidentity.h Use unique_ptr in SSLCertChain. 2017-10-02 20:23:48 +00:00
sslidentity_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
sslroots.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
sslstreamadapter.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
sslstreamadapter.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
sslstreamadapter_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
stream.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
stream.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
stream_unittest.cc Delete unneeded includes of pathutils.h 2017-10-02 07:05:19 +00:00
string_to_number.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
string_to_number.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
string_to_number_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
stringencode.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
stringencode.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
stringencode_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +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 Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
stringutils.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
stringutils.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
stringutils_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +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 Support move-only closures in TaskQueue 2017-10-13 08:56:06 +00:00
task_queue_gcd.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
task_queue_libevent.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +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 Support move-only closures in TaskQueue 2017-10-13 08:56:06 +00:00
task_queue_win.cc Support move-only closures in TaskQueue 2017-10-13 08:56:06 +00:00
template_util.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
testbase64.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
testclient.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
testclient.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
testclient_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
testechoserver.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
testutils.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
thread.cc Fix flaky memory leak in RemoteAudioSource 2017-10-19 18:01:52 +00:00
thread.h PeerConnection::StartRtcEventLog: Improve callback memory safety 2017-10-16 21:37:14 +00:00
thread_annotations.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
thread_annotations_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
thread_checker.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
thread_checker_impl.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +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 Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
thread_darwin.mm Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
thread_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
timedelta.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
timestampaligner.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +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 Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
timeutils.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
timeutils_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
trace_event.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
transformadapter.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
transformadapter.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
type_traits.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
unittest_main.cc Delete unneeded includes of fileutils.h 2017-09-29 12:39:09 +00:00
unixfilesystem.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
unixfilesystem.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
virtualsocket_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
virtualsocketserver.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
virtualsocketserver.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
weak_ptr.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
weak_ptr.h Add explicit includes of refcountedobject.h where it is used. 2017-10-06 13:00:14 +00:00
weak_ptr_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
win32.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
win32.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
win32_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
win32filesystem.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
win32filesystem.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
win32securityerrors.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
win32socketinit.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
win32socketinit.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
win32socketserver.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
win32socketserver.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
win32socketserver_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
win32window.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
win32window.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
win32window_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
window.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00