- 2697ac1 Stop an SCTP connection when the DTLS transport closes. by Harald Alvestrand · 4 years, 11 months ago
- 5cb7807 Implement crypto stats on DTLS transport by Harald Alvestrand · 5 years ago
- ed8eadc Update RTC_LOGs in DtlsTransport to be able to distinguish errors. by Henrik Boström · 5 years ago
- 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 5 years ago
- 83bbe91 Delete deprecated rtc_event_log header by Danil Chapovalov · 5 years ago
- a4d8737 Format almost everything. by Jonas Olsson · 5 years ago
- 0c1c1b4 Move ownership of ICE from DtlsTransport to JsepTransport. by Bjorn A Mellem · 5 years ago
- 316f3ac Datagram Transport Integration by Anton Sukhanov · 5 years ago
- 05cf6be [clang-tidy] Apply performance-move-const-arg fixes. by Mirko Bonadei · 6 years ago
- 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
- 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago[Renamed from p2p/base/dtlstransport.cc]
- 846dfdf Log DTLS writable changes to RtcEventLog by Zach Stein · 6 years ago
- c64078f Log DTLS state changes to RtcEventLog by Zach Stein · 6 years ago
- 00dfe93 Remove superfluous constructor from dltsTransport by Harald Alvestrand · 6 years ago
- e693381 Delete struct rtc::PacketTime. by Niels Möller · 6 years ago
- 15ca5a9 Add implicit conversion between rtc:PacketTime and int64_t. by Niels Möller · 6 years ago
- 988cc08 [Cleanup] Add missing #include. Remove useless ones. by Yves Gerey · 6 years ago
- 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
- f7a64ec Change DtlsTransport to use a ThreadChecker by Steve Anton · 6 years ago
- 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
- 00c7183 Replace rtc::Optional with absl::optional in media, ortc, p2p by Danil Chapovalov · 6 years ago
- d7d762d Remove LOG_J and LOG_JV, tweak p2p logs. by Jonas Olsson · 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
- 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 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.cc]
- ca6d3b6 Renamed dtlstransportchannel.h/.cc/_unittest.cc. by zhihuang · 7 years ago[Renamed (97%) from webrtc/p2p/base/dtlstransportchannel.cc]
- 7d0a77e Handle case where UDP packet contains multiple DTLS records. by jbauch · 7 years ago
- 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 · 7 years ago
- c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 7 years ago
- 5869f50 Support encrypted RTP extensions (RFC 6904) by jbauch · 7 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
- c16fa5e Replace all use of the VERIFY macro. by nisse · 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
- ede5da4 Replace ASSERT by RTC_DCHECK in all non-test code. by nisse · 8 years ago
- eb4ca4e Replace RTC_DCHECK(false) with RTC_NOTREACHED(). by nisse · 8 years ago
- c80e741 Replace ASSERT(false) by RTC_NOTREACHED(). by nisse · 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
- 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
- d82eee0 Log how often DTLS negotiation failed because of incompatible ciphersuites. by zhihuang · 8 years ago
- c8762a8 Remove StartSSLWithServer from SSLStreamAdapter. by Taylor Brandstetter · 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 · 8 years ago
- 6bb1ef2 Fixing bug where Connection drops packets when presumed writable. by Taylor Brandstetter · 8 years ago
- 1590c39 Fire a signal when the transport channel state changes by Honghai Zhang · 8 years ago
- e84cd2e Cache a ClientHello received before the DTLS handshake has started. by deadbeef · 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
- 1d50ee4 Stop using some scoped_ptr features that unique_ptr doesn't have by kwiberg · 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
- a7446d2 Change DTLS default from 1.0 to 1.2 for webrtc. by Guo-wei Shieh · 9 years ago
- 0eb15ed Don't call the Pass methods of rtc::Buffer, rtc::scoped_ptr, and rtc::ScopedVector by kwiberg · 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
- 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
- 04ac81f Replace readable with receiving where receiving means receiving anything (stun ping, response or data packet). by Peter Thatcher · 9 years ago
- 275a2f1 Revert of Replace readable with receiving where receiving means receiving anything (stun ping, response or da… (patchset #7 id:340001 of https://codereview.webrtc.org/1351673003/ ) by tommi · 9 years ago
- ae16f85 Replace readable with receiving where receiving means receiving anything (stun ping, response or data packet). by honghaiz · 9 years ago