Sign in
chromium
/
chromium
/
src
/
98e2ed29cbcede429afdb09144ea9933d0d96f12
/
net
/
socket
80a09a8
net: Pass the real IP address and port for mock TCP sockets where possible.
by
[email protected]
· 13 years ago
5351bd70
Remove support for DNSSEC stapled certificates.
by
[email protected]
· 13 years ago
2025d00
Move eintr_wrapper.h from base to base/posix
by
[email protected]
· 13 years ago
b4c62eb
net: Update calls from RunAllPending() to RunUntilIdle().
by
[email protected]
· 13 years ago
3270e8a
Ensure that NSS HTTP IO is initialized on iOS.
by
[email protected]
· 13 years ago
aa8461e
net: add DANE support for DNSSEC stapled certificates.
by
[email protected]
· 13 years ago
130686a
Sort client certificates by preference before prompting the user
by
[email protected]
· 13 years ago
4b187da
Add GetWebSocketTestDataDirectory() to test_data_directory
by
[email protected]
· 13 years ago
42fdb45
Add net/base/test_data_directory.h
by
[email protected]
· 13 years ago
135c126a
Switch the TCP reads on Windows to use non-blocking/non-async I/O.
by
[email protected]
· 13 years ago
e5379f4
Remove the ProxyConnectionImpact field trial.
by
[email protected]
· 13 years ago
d168f64c7
Remove the ConnnectBackupJobs field trial.
by
[email protected]
· 13 years ago
ee21c37
Call sock_->IsConnected() without waiting for the connection to be
by
[email protected]
· 13 years ago
17b0006
TransportClientSocketTest.IsConnected should wait for the server to
by
[email protected]
· 13 years ago
5a79ff54
Enable peerconnection to use the NSS RNG.
by
[email protected]
· 13 years ago
26f85ac
Port ssl_client_socket_nss to iOS.
by
[email protected]
· 13 years ago
ada9eff
The WSARecv and WSASend MSDN pages say the WSABUF arrays
by
[email protected]
· 13 years ago
68f2a23
Allow server sockets to rebind to same port if there is nothing actively listening on that port.
by
[email protected]
· 13 years ago
f6c02375
Enable TLS channeld id by default.
by
[email protected]
· 13 years ago
b7f6544
* Change logic of SpdySession::VerifyDomainAuthentication to
by
[email protected]
· 13 years ago
826ce7ce
Increase the sizes of the circular buffers used by SSLClientSocketNSS
by
[email protected]
· 13 years ago
7fda9a40
Move the NSS functions out of CertDatabase into a new NSSCertDatabase class.
by
[email protected]
· 13 years ago
c2dad29
Remove static variables from HttpStreamFactory.
by
[email protected]
· 13 years ago
ede0321
Implement SHA-256 fingerprint support
by
[email protected]
· 13 years ago
8903815
Prepare for OpenSSL 1.0.1c update.
by
[email protected]
· 13 years ago
60675bc
Check if the system time is within the range NSS can handle before advertising TLS channel id support.
by
[email protected]
· 13 years ago
5d13e7a
Remove WebSocketServerSocket.
by
[email protected]
· 13 years ago
ffb4e20
[net/dns] Don't abandon a DnsUDPAttempt when the response does not match the query.
by
[email protected]
· 13 years ago
8738e0d7
Rename X509Certificate::VerifyFlags to CertVerifier::VerifyFlags
by
[email protected]
· 13 years ago
295e5cd
Refactoring for merging WebSocket test server to net::TestServer
by
[email protected]
· 13 years ago
18d9d57
SPDY - A histogram to track spdy versions negotiated by chrome.
by
[email protected]
· 13 years ago
21a1a18
Revert 151198 - Turn off TLS 1.1.
by
[email protected]
· 13 years ago
1e43b681
net: Fix more clang warnings about missing virtual and OVERRIDE annotations.
by
[email protected]
· 13 years ago
9ed9083
net: cleanup code to disable ECDSA
by
[email protected]
· 13 years ago
a6194ed
net: disable ECDSA ciphersuites on platforms where we can't support it.
by
[email protected]
· 13 years ago
32080ab
net: preparatory patch for crbug.com/142782
by
[email protected]
· 13 years ago
f8112e5
Set TCP_KEEPALIVE idle and interval on Android.
by
[email protected]
· 13 years ago
6e56662
Remove unnecessary assignment in transport_client_socket_unittest.cc.
by
[email protected]
· 13 years ago
1ec0ff0
Turn off TLS 1.1.
by
[email protected]
· 13 years ago
2a848e0e
Clean-up inline members of nested classes (net/)
by
[email protected]
· 13 years ago
bc0d7b8
Revert 150375 - Implement SHA-256 fingerprint support
by
[email protected]
· 13 years ago
2c63499
Implement SHA-256 fingerprint support
by
[email protected]
· 13 years ago
9aa1ebb
Revert 150124 - Implement SHA-256 fingerprint support.
by
[email protected]
· 13 years ago
a7c2609a
Implement SHA-256 fingerprint support.
by
[email protected]
· 13 years ago
4f40354
Implement TLS Channel ID support for SPDY CREDENTIAL frames
by
[email protected]
· 13 years ago
d0f0049
net: disable TLS compression with OpenSSL.
by
[email protected]
· 13 years ago
911f58e47
net: disable SSL compression
by
[email protected]
· 13 years ago
5fb0c3fa
Revert 149261 - Support SHA-256 in public key pins for HTTPS.
by
[email protected]
· 13 years ago
18fb0c3
Support SHA-256 in public key pins for HTTPS.
by
[email protected]
· 13 years ago
81ec7c1
Add a new GetTlsUniqueChannelBinding method to SSLSocket, and implement nss version.
by
[email protected]
· 13 years ago
f871ee15
Give MockRead and MockWrite distinct types.
by
[email protected]
· 13 years ago
bfc7dbe
Coverity: Initialize member variables.
by
[email protected]
· 13 years ago
d55b30a
Modify DeterministicSocketData to verify that the sequence number of reads and writes start at zero and are continuous.
by
[email protected]
· 13 years ago
629ddf85
More -Wunused-private-field cleanups.
by
[email protected]
· 13 years ago
aa48610
Fix TCPClientSocket::GetLocalAddress() to work when socket is not connected.
by
[email protected]
· 13 years ago
dd54bd8
Remove most usages of scoped_ptr<*SocketData> in net unittests.
by
[email protected]
· 13 years ago
2d88e7d
Change SpdySession::GetSSLInfo to get the SSLInfo from the underlying socket
by
[email protected]
· 13 years ago
594a401
Change DeterministicMockTCPClientSocket to set the peer address from the connect data.
by
[email protected]
· 13 years ago
01c86ec
Remove the rest of #pragma once in one big CL.
by
[email protected]
· 13 years ago
7d3d2ed
Switch the NSS thread from being a base::Thread to a base::SequencedWorkerPool of 1
by
[email protected]
· 13 years ago
d4f0022
DeterministicSocketDataProvider should not be RefCounted
by
[email protected]
· 13 years ago
ab782c9
NSS Channel ID: don't check ECC support on every socket creation.
by
[email protected]
· 13 years ago
677ecbe
Reduce log spam from things which use Deterministic/OrderedSocketData
by
[email protected]
· 13 years ago
efe22215
Remove SSLHostInfo.
by
[email protected]
· 13 years ago
281bc5b
Remove unused fields found by clang's new Wunused-private-fields.
by
[email protected]
· 13 years ago
6b4903f
Convert SSLClientSocketNSS to use the NSS Channel ID callback.
by
[email protected]
· 13 years ago
17a680f
Revert 141941 temporarily - Allow ERR_CONNECTION_RESET during the SSL
by
[email protected]
· 13 years ago
3aa4af04
NetLogEventParameter to Callback refactoring 9.
by
[email protected]
· 13 years ago
168a841
Select the first protocol from the next protocol list of SSLConfig if If we didn't find a protocol.
by
[email protected]
· 13 years ago
a4965c88
Add an explicit function to init NSS for SSL server sockets
by
[email protected]
· 13 years ago
5ff5d539
Allow ERR_CONNECTION_RESET during the SSL handshake to trigger a
by
[email protected]
· 13 years ago
4062b7c
Fix NetLog thread safety issue introduced in
by
[email protected]
· 13 years ago
cd56514
NetLogEventParameter to Callback refactoring 1,
by
[email protected]
· 13 years ago
3abacd6
Make NetLog take in callbacks that return Values rather
by
[email protected]
· 13 years ago
d2b5f09
Add a new OnHostResolutionCallback to TransportSocketParams
by
[email protected]
· 13 years ago
333bdf6
CapturingNetLog - remove maximum entries constructor argument.
by
[email protected]
· 13 years ago
7a48a13
Add DCHECK in SSL sockets to check that callbacks are not set to null.
by
[email protected]
· 13 years ago
a352869
fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPeerAddress(IPEndPoint* address)
by
[email protected]
· 13 years ago
c872826
Add the SOCKET_READ_ERROR and SOCKET_WRITE_ERROR events to NetLog
by
[email protected]
· 13 years ago
cc2c1aa5
Add SocketErrorParams, based on SSLErrorParams. This will be used by
by
[email protected]
· 13 years ago
25f7a352
Move NSS SSL functions off the IO thread on Linux.
by
[email protected]
· 13 years ago
e538162
Map the certificate related SSL alerts to ERR_BAD_SSL_CLIENT_AUTH_CERT
by
[email protected]
· 13 years ago
8159a1c
Fix ClientSocketPoolBaseTest.RequestSocketsMultipleTimesDoesNothing.
by
[email protected]
· 13 years ago
5399828
Revert 140846 - (relanding r140697)
by
[email protected]
· 13 years ago
a9811cc
Revert 140697 - Maybe caused sizes regression (which would be acceptable
by
[email protected]
· 13 years ago
88e2412
Move the core state machine of SSLClientSocketNSS into a thread-safe Core
by
[email protected]
· 13 years ago
f3da152d
Rename CapturingNetLog::Entry to CapturingNetLog::CaptureEntry,
by
[email protected]
· 13 years ago
820b984a
Add socket.setKeepAlive() and socket.setNoDelay().
by
[email protected]
· 13 years ago
80c75f68
Use TLS 1.1.
by
[email protected]
· 13 years ago
9123652116
Revert 138795 - Revert "nss: revert encrypted and origin bound certificates support."
by
[email protected]
· 13 years ago
478df839
Revert "nss: revert encrypted and origin bound certificates support."
by
[email protected]
· 13 years ago
a107821a
nss: revert encrypted and origin bound certificates support.
by
[email protected]
· 13 years ago
4fe853a
Disable ClientSocketPoolBaseTest.RequestSocketsMultipleTimesDoesNothing
by
[email protected]
· 13 years ago
d5a4dd6
[net] Switch TestURLRequestContext and other tests to use MockCachingHostResolver or MockHostResolver.
by
[email protected]
· 13 years ago
a85197e
Prevent the infinite loop inside SSLClientSocketOpenSSL::OnSendComplete.
by
[email protected]
· 13 years ago
dac4805
Removed unreached code related to ESET MITM detection.
by
[email protected]
· 13 years ago
0cfad2f3
Cleanup: Remove unneeded scoped_ptr.h includes from net.
by
[email protected]
· 13 years ago
c0e4dd1
Prevent the infinite loop inside SSLClientSocketNSS::OnSendComplete.
by
[email protected]
· 13 years ago
1a92b28
Fix typo
by
[email protected]
· 13 years ago
36633f4
Refactor TCPListenSocket.
by
[email protected]
· 13 years ago
Next »