Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
webrtc
/
a54daf162facb9fe30bcc3e05bd21c1597076157
/
p2p
/
base
/
dtlstransport.h
a54daf1
Reland "Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h"
by Benjamin Wright
· 6 years ago
8f4bc41
Revert "Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h"
by Oleh Prypin
· 6 years ago
ac2f3d1
Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h
by Benjamin Wright
· 6 years ago
84df1c7
Make fewer copies when using StringBuilder.
by Jonas Olsson
· 6 years ago
941a07c
Remove all remaining non-test uses of std::stringstream.
by Jonas Olsson
· 6 years ago
f7a64ec
Change DtlsTransport to use a ThreadChecker
by Steve Anton
· 6 years ago
00c7183
Replace rtc::Optional with absl::optional in media, ortc, p2p
by Danil Chapovalov
· 7 years ago
c392866
Implement certificate chain stats.
by Taylor Brandstetter
· 7 years ago
e818b6e
Create the JsepTransportController and JsepTransport2.
by Zhi Huang
· 7 years ago
70b820f
Implemented the GetRemoteAudioSSLCertificate method.
by Zhi Huang
· 7 years ago
74cefe1
Removing dependency on JsepTransport from DtlsTransport tests.
by Taylor Brandstetter
· 7 years ago
942bc2e
Reland: Replaced the SignalSelectedCandidatePairChanged with a new signal.
by Zhi Huang
· 7 years ago
8c316c1
Revert "Replaced the SignalSelectedCandidatePairChanged with a new signal."
by Zhi Huang
· 7 years ago
7167745
Replaced the SignalSelectedCandidatePairChanged with a new signal.
by Zhi Huang
· 7 years ago
33f69db
Fix clang style warnings in p2p/base/packettransport files
by Steve Anton
· 7 years ago
92ea95e
Fixing WebRTC after moving from src/webrtc to src/
by Mirko Bonadei
· 7 years ago
bb54720
Moving src/webrtc into src/.
by Mirko Bonadei
· 7 years ago
[Renamed from webrtc/p2p/base/dtlstransport.h]
ca6d3b6
Renamed dtlstransportchannel.h/.cc/_unittest.cc.
by zhihuang
· 7 years ago
[Renamed (94%) from webrtc/p2p/base/dtlstransportchannel.h]
c20978e
Rename webrtc/base -> webrtc/rtc_base
by Edward Lemur
· 7 years ago
a80c16a
Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)"
by Henrik Kjellander
· 8 years ago
c3771cc
Update includes for webrtc/{base => rtc_base} rename (2/3)
by kjellander
· 8 years ago
5869f50
Support encrypted RTP extensions (RFC 6904)
by jbauch
· 8 years ago
7914b8c
Negotiate the same SRTP crypto suites for every DTLS association formed.
by deadbeef
· 8 years ago
5bd5ca3
Rename "PacketTransportInterface" to "PacketTransportInternal".
by deadbeef
· 8 years ago
d030912
Pick the DTLS handshake timeout based on the ICE RTT estimate
by skvlad
· 8 years ago
b2cdd93
Remove the dependency of TransportChannel and TransportChannelImpl.
by zhihuang
· 8 years ago
6ce9259
Revert of make the DtlsTransportWrapper inherit form DtlsTransportInternal (patchset #11 id:320001 of https://codereview.webrtc.org/2606123002/ )
by zhihuang
· 8 years ago
5aed06c
make the DtlsTransportWrapper inherit form DtlsTransportInternal
by zhihuang
· 8 years ago
d06adf6
Make P2PTransportChannel inherit from IceTransportInternal.
by zhihuang
· 8 years ago
c37ad49
Revert of Make P2PTransportChannel inherit from IceTransportInternal. (patchset #3 id:80001 of https://codereview.webrtc.org/2590063002/ )
by kjellander
· 8 years ago
12749d8
Make P2PTransportChannel inherit from IceTransportInternal.
by zhihuang
· 8 years ago
15ca8f6
Let receiving() and SignalRecevingState be part of rtc::PacketTransportInterface.
by johan
· 8 years ago
d89ab14
Introduce rtc::PacketTransportInterface and let cricket::TransportChannel inherit.
by johan
· 8 years ago
27c3d5b
Restore thread name consistency for webrtc/p2p/ .
by johan
· 8 years ago
d93f50c
Add UMA metrics for ICE regathering reasons.
by Honghai Zhang
· 8 years ago
89824f6
Relanding: Allow the DTLS fingerprint verification to occur after the handshake.
by deadbeef
· 8 years ago
81f6f4f
Revert of Allow the DTLS fingerprint verification to occur after the handshake. (patchset #11 id:200001 of https://codereview.webrtc.org/2163683003/ )
by deadbeef
· 8 years ago
042041b
Allow the DTLS fingerprint verification to occur after the handshake.
by Taylor Brandstetter
· 8 years ago
4cedf2b
Add signaling to support ICE renomination.
by Honghai Zhang
· 8 years ago
d82eee0
Log how often DTLS negotiation failed because of incompatible ciphersuites.
by zhihuang
· 8 years ago
fe1ffb1
Remove unused SessionId from TransportChannel and PortAllocatorSession.
by johan
· 8 years ago
367efdc
Fixing issue with DTLS channel when using "presumed writable" flag.
by deadbeef
· 8 years ago
b825aee
Start ICE connectivity checks as soon as the first pair is pingable.
by Taylor Brandstetter
· 9 years ago
6bb1ef2
Fixing bug where Connection drops packets when presumed writable.
by Taylor Brandstetter
· 9 years ago
1590c39
Fire a signal when the transport channel state changes
by Honghai Zhang
· 9 years ago
e84cd2e
Cache a ClientHello received before the DTLS handshake has started.
by deadbeef
· 9 years ago
4485ffb
#include "webrtc/base/constructormagic.h" where appropriate
by kwiberg
· 9 years ago
555604a
Replace scoped_ptr with unique_ptr in webrtc/base/
by jbauch
· 9 years ago
b4d01c4
A bunch of interfaces: Return scoped_ptr<SSLCertificate>
by kwiberg
· 9 years ago
52dce73
Add the last_sent_packet_id to the candidate pair change signal
by Honghai Zhang
· 9 years ago
cc411c0
Reset the BWE when the network changes.
by Honghai Zhang
· 9 years ago
7fb69db
Reland the CL to remove candidates when doing continual gathering
by Honghai Zhang
· 9 years ago
6f59a4f
Revert of Remove candidates when doing continual gathering (patchset #15 id:560001 of https://codereview.webrtc.org/1648813004/ )
by tommi
· 9 years ago
84430da
When doing candidate re-gathering in the same generation, Remove the existing local candidate on the same network
by honghaiz
· 9 years ago
4cc9f98
Fix bug 574524: DtlsTransportChannel crashes after SSL closes remotely
by guoweis
· 9 years ago
b9dd7c5
Remove GetTransport() from TransportChannelImpl
by mikescarlett
· 9 years ago
74db777
Revert of Remove GetTransport() from TransportChannelImpl (patchset #3 id:40001 of https://codereview.webrtc.org/1691673002/ )
by guidou
· 9 years ago
ee18220
Remove GetTransport() from TransportChannelImpl
by mikescarlett
· 9 years ago
1218d7a
Allow remote fingerprint update during a call
by Guo-wei Shieh
· 9 years ago
86aaa4b
Revert "Allow remote fingerprint update during a call"
by Guo-wei Shieh
· 9 years ago
9c38c2d
Allow remote fingerprint update during a call
by Guo-wei Shieh
· 9 years ago
521ed7b
Reland Convert internal representation of Srtp cryptos from string to int
by Guo-wei Shieh
· 9 years ago
318166b
Revert of Convert internal representation of Srtp cryptos from string to int. (patchset #10 id:180001 of https://codereview.webrtc.org/1416673006/ )
by guoweis
· 9 years ago
2764e10
Convert internal representation of Srtp cryptos from string to int.
by guoweis
· 9 years ago
2b55867
Exposing DTLS transport state from TransportChannel.
by deadbeef
· 9 years ago
c1aeaf0
Wire up packet_id / send time callbacks to webrtc via libjingle.
by stefan
· 9 years ago
0c4e06b
Use suffixed {uint,int}{8,16,32,64}_t types.
by Peter Boström
· 9 years ago
6caafbe
Convert uint16_t to int for WebRTC cipher/crypto suite.
by Guo-wei Shieh
· 9 years ago
456696a
Reland Change WebRTC SslCipher to be exposed as number only
by Guo-wei Shieh
· 9 years ago
27dc29b
Revert of Change WebRTC SslCipher to be exposed as number only. (patchset #20 id:750001 of https://codereview.webrtc.org/1337673002/ )
by guoweis
· 9 years ago
4fe3c9a
Change WebRTC SslCipher to be exposed as number only.
by guoweis
· 9 years ago
1f429e3
Passing the new policy from PeerConnection RTCConfiguration to
by honghaiz
· 9 years ago
cbecd35
Reland of TransportController refactoring. (patchset #1 id:1 of https://codereview.webrtc.org/1358413003/ )
by deadbeef
· 9 years ago
a81a42f
Revert of TransportController refactoring. (patchset #6 id:100001 of https://codereview.webrtc.org/1350523003/ )
by torbjorng
· 9 years ago
47ee2f3
TransportController refactoring.
by deadbeef
· 9 years ago
8902433
Revert "TransportController refactoring."
by Guo-wei Shieh
· 9 years ago
9af63f4
TransportController refactoring.
by deadbeef
· 9 years ago
7cbd188
Remove GICE (again).
by Peter Thatcher
· 9 years ago
3c089d7
Add RTC_ prefix to contructormagic macros.
by henrikg
· 9 years ago
d12140a
Revert change which removes GICE.
by guoweis
· 9 years ago
a9839dd
Use of override keyword to fix chromium trybot
by Henrik Boström
· 9 years ago
f3ecdb9
Replacing SSLIdentity* with scoped_refptr<RTCCertificate> in TransportChannel layer.
by Henrik Boström
· 9 years ago
2159b89
Reland "Remove GICE (gone forever!) and PORTALLOCATOR_ENABLE_SHARED_UFRAG (enabled forever)." becauese remoting code is using dead constants and breaks the FYI bots.
by Peter Thatcher
· 9 years ago
5bdafd4
Revert "Reland "Remove GICE (gone forever!) and PORTALLOCATOR_ENABLE_SHARED_UFRAG (enabled forever)." becauese remoting code is using dead constants and breaks the FYI bots.""
by minyuel
· 9 years ago
081f34b
Reland "Remove GICE (gone forever!) and PORTALLOCATOR_ENABLE_SHARED_UFRAG (enabled forever)." becauese remoting code is using dead constants and breaks the FYI bots."
by Peter Thatcher
· 9 years ago
fa30180
Revert "Remove GICE (gone forever!) and PORTALLOCATOR_ENABLE_SHARED_UFRAG (enabled forever)." becauese remoting code is using dead constants and breaks the FYI bots.
by pthatcher
· 9 years ago
3449faa
Remove GICE (gone forever!) and PORTALLOCATOR_ENABLE_SHARED_UFRAG (enabled forever).
by Peter Thatcher
· 9 years ago
9009962
Add methods to set the ICE connection receiving_timeout values.
by honghaiz
· 9 years ago
5436051
Add flakyness check based on the recently received packets.
by Peter Thatcher
· 9 years ago
04e5b49
Make maximum SSL version configurable through PeerConnectionFactory::Options
by Joachim Bauch
· 10 years ago
6f2ef74
Keep track of DTLS packet sizes to prevent partial reads.
by Joachim Bauch
· 10 years ago
831c558
Allow setting maximum protocol version for SSL stream adapters.
by Joachim Bauch
· 10 years ago
0666a9b
Remove Transport::Reset, which is never used, and only makes reading the code harder.
by Peter Thatcher
· 10 years ago
3ee4fe5
Re-land: Add API to get negotiated SSL ciphers
by pthatcher@webrtc.org
· 10 years ago
2bf0e90
Revert 8275 "This CL adds an API to the SSL stream adapters and ..."
by tommi@webrtc.org
· 10 years ago
1d11c82
This CL adds an API to the SSL stream adapters and transport channels to get the SSL cipher that was negotiated with the remote peer.
by pthatcher@webrtc.org
· 10 years ago
877ac76
Cleanup and prepare for bundling.
by pthatcher@webrtc.org
· 10 years ago
c5f6971
Revert 8237 "Cleanup and prepare for bundling."
by bjornv@webrtc.org
· 10 years ago
af01d93
Cleanup and prepare for bundling.
by pthatcher@webrtc.org
· 10 years ago
8c9ff20
Redo the change of https://webrtc-codereview.appspot.com/30949004/
by guoweis@webrtc.org
· 10 years ago
Next »