index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
socket
Commit message (
Expand
)
Author
Age
Files
Lines
*
Port ssl_client_socket_nss to iOS.
droger@chromium.org
2012-09-28
2
-3
/
+27
*
The WSARecv and WSASend MSDN pages say the WSABUF arrays
wtc@chromium.org
2012-09-21
1
-13
/
+13
*
Allow server sockets to rebind to same port if there is nothing actively list...
justinlin@chromium.org
2012-09-17
5
-5
/
+65
*
Enable TLS channeld id by default.
mattm@chromium.org
2012-09-15
2
-3
/
+9
*
* Change logic of SpdySession::VerifyDomainAuthentication to
rch@chromium.org
2012-09-13
1
-1
/
+1
*
Increase the sizes of the circular buffers used by SSLClientSocketNSS
wtc@chromium.org
2012-09-11
2
-6
/
+14
*
Move the NSS functions out of CertDatabase into a new NSSCertDatabase class.
joaodasilva@chromium.org
2012-09-10
3
-7
/
+7
*
Remove static variables from HttpStreamFactory.
szager@chromium.org
2012-09-07
1
-5
/
+5
*
Implement SHA-256 fingerprint support
palmer@chromium.org
2012-09-07
2
-4
/
+3
*
Prepare for OpenSSL 1.0.1c update.
digit@chromium.org
2012-09-07
1
-1
/
+4
*
Check if the system time is within the range NSS can handle before advertisin...
mattm@chromium.org
2012-09-05
1
-7
/
+17
*
Remove WebSocketServerSocket.
yutak@chromium.org
2012-08-31
3
-1551
/
+0
*
[net/dns] Don't abandon a DnsUDPAttempt when the response does not match the ...
szym@chromium.org
2012-08-30
1
-2
/
+0
*
Rename X509Certificate::VerifyFlags to CertVerifier::VerifyFlags
rsleevi@chromium.org
2012-08-23
4
-12
/
+12
*
Refactoring for merging WebSocket test server to net::TestServer
toyoshim@chromium.org
2012-08-23
1
-19
/
+30
*
SPDY - A histogram to track spdy versions negotiated by chrome.
rtenneti@google.com
2012-08-22
1
-0
/
+2
*
Revert 151198 - Turn off TLS 1.1.
wtc@chromium.org
2012-08-20
2
-2
/
+2
*
net: Fix more clang warnings about missing virtual and OVERRIDE annotations.
tfarina@chromium.org
2012-08-19
1
-6
/
+6
*
net: cleanup code to disable ECDSA
agl@chromium.org
2012-08-16
1
-34
/
+11
*
net: disable ECDSA ciphersuites on platforms where we can't support it.
agl@chromium.org
2012-08-16
1
-0
/
+31
*
net: preparatory patch for crbug.com/142782
agl@chromium.org
2012-08-16
1
-0
/
+8
*
Set TCP_KEEPALIVE idle and interval on Android.
pliard@chromium.org
2012-08-14
1
-1
/
+1
*
Remove unnecessary assignment in transport_client_socket_unittest.cc.
pliard@chromium.org
2012-08-13
1
-1
/
+1
*
Turn off TLS 1.1.
wtc@chromium.org
2012-08-12
2
-2
/
+2
*
Clean-up inline members of nested classes (net/)
hans@chromium.org
2012-08-09
6
-17
/
+33
*
Revert 150375 - Implement SHA-256 fingerprint support
palmer@chromium.org
2012-08-08
2
-11
/
+7
*
Implement SHA-256 fingerprint support
palmer@chromium.org
2012-08-07
2
-7
/
+11
*
Revert 150124 - Implement SHA-256 fingerprint support.
dimich@chromium.org
2012-08-06
2
-11
/
+7
*
Implement SHA-256 fingerprint support.
palmer@chromium.org
2012-08-06
2
-7
/
+11
*
Implement TLS Channel ID support for SPDY CREDENTIAL frames
rch@chromium.org
2012-08-06
2
-1
/
+6
*
net: disable TLS compression with OpenSSL.
agl@chromium.org
2012-08-03
1
-4
/
+1
*
net: disable SSL compression
agl@chromium.org
2012-08-02
1
-11
/
+0
*
Revert 149261 - Support SHA-256 in public key pins for HTTPS.
vandebo@chromium.org
2012-07-31
2
-11
/
+7
*
Support SHA-256 in public key pins for HTTPS.
palmer@chromium.org
2012-07-31
2
-7
/
+11
*
Add a new GetTlsUniqueChannelBinding method to SSLSocket, and implement nss v...
rch@chromium.org
2012-07-31
13
-11
/
+79
*
Give MockRead and MockWrite distinct types.
yutak@chromium.org
2012-07-27
3
-31
/
+46
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2012-07-25
1
-0
/
+2
*
Modify DeterministicSocketData to verify that the sequence number of reads an...
rch@chromium.org
2012-07-21
3
-3
/
+40
*
More -Wunused-private-field cleanups.
thakis@chromium.org
2012-07-20
1
-5
/
+1
*
Fix TCPClientSocket::GetLocalAddress() to work when socket is not connected.
sergeyu@chromium.org
2012-07-20
4
-5
/
+29
*
Remove most usages of scoped_ptr<*SocketData> in net unittests.
rch@chromium.org
2012-07-19
1
-15
/
+15
*
Change SpdySession::GetSSLInfo to get the SSLInfo from the underlying socket
rch@chromium.org
2012-07-19
29
-45
/
+180
*
Change DeterministicMockTCPClientSocket to set the peer address from the conn...
rch@chromium.org
2012-07-11
2
-6
/
+10
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
29
-29
/
+0
*
Switch the NSS thread from being a base::Thread to a base::SequencedWorkerPoo...
rsleevi@chromium.org
2012-07-10
3
-14
/
+17
*
DeterministicSocketDataProvider should not be RefCounted
rsleevi@chromium.org
2012-07-10
4
-13
/
+13
*
NSS Channel ID: don't check ECC support on every socket creation.
mattm@chromium.org
2012-07-09
1
-8
/
+3
*
Reduce log spam from things which use Deterministic/OrderedSocketData
rsleevi@chromium.org
2012-07-03
1
-1
/
+7
*
Remove SSLHostInfo.
agl@chromium.org
2012-06-27
18
-581
/
+34
*
Remove unused fields found by clang's new Wunused-private-fields.
thakis@chromium.org
2012-06-27
1
-1
/
+0
[next]