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
/
ssl_server_socket_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-01
1
-23
/
+23
*
net: Use base::MessageLoop.
xhwang@chromium.org
2013-05-23
1
-5
/
+5
*
net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
scherkus@chromium.org
2013-04-30
1
-1
/
+1
*
Remove experimental code to pick the "warmest" socket
mmenke@chromium.org
2013-03-30
1
-7
/
+0
*
net: extract net/cert out of net/base
phajdan.jr@chromium.org
2013-03-29
1
-4
/
+4
*
net: split net/ssl out of net/base
phajdan.jr@chromium.org
2013-03-14
1
-2
/
+2
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
1
-1
/
+1
*
Replace FilePath with base::FilePath in net.
brettw@chromium.org
2013-02-08
1
-3
/
+3
*
Linux/ChromeOS Chromium style checker cleanup, net/ edition.
rsleevi@chromium.org
2013-02-06
1
-3
/
+3
*
Add net/base/test_data_directory.h
toyoshim@chromium.org
2012-11-01
1
-0
/
+1
*
Revert 151198 - Turn off TLS 1.1.
wtc@chromium.org
2012-08-20
1
-1
/
+1
*
Turn off TLS 1.1.
wtc@chromium.org
2012-08-12
1
-1
/
+1
*
Change SpdySession::GetSSLInfo to get the SSLInfo from the underlying socket
rch@chromium.org
2012-07-19
1
-0
/
+8
*
Remove SSLHostInfo.
agl@chromium.org
2012-06-27
1
-1
/
+1
*
Convert SSLClientSocketNSS to use the NSS Channel ID callback.
mattm@chromium.org
2012-06-26
1
-1
/
+1
*
fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPee...
zhaoqin@chromium.org
2012-06-08
1
-3
/
+3
*
Use TLS 1.1.
wtc@chromium.org
2012-05-26
1
-2
/
+2
*
Prevent the infinite loop inside SSLClientSocketNSS::OnSendComplete.
wtc@chromium.org
2012-05-16
1
-2
/
+100
*
Implement a MockCertVerifier that can be used to avoid
rsleevi@chromium.org
2012-04-10
1
-11
/
+10
*
Add a new GetNegotiatedProtocol method to StreamSocket and implement in all s...
rch@chromium.org
2012-04-03
1
-0
/
+4
*
Make all the things use cert_test_util.h.
mattm@chromium.org
2012-03-31
1
-6
/
+2
*
Make CertVerifier a pure virtual interface.
rsleevi@chromium.org
2012-03-21
1
-3
/
+4
*
Change Origin bound certs -> Domain bound certs.
mattm@chromium.org
2012-03-20
1
-1
/
+1
*
Add a boolean |has_context| argument to the TLS ExportKeyingMaterial
wtc@chromium.org
2012-03-15
1
-4
/
+7
*
base::Bind: Finish converting net/socket.
jhawkins@chromium.org
2011-12-21
1
-6
/
+7
*
Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().
ajwong@chromium.org
2011-12-09
1
-78
/
+49
*
Revert 113699 - base::Bind: Convert Socket::Write.
jhawkins@chromium.org
2011-12-09
1
-14
/
+0
*
base::Bind: Convert Socket::Write.
jhawkins@chromium.org
2011-12-08
1
-0
/
+14
*
base::Bind: Convert Socket::Read.
jhawkins@chromium.org
2011-12-07
1
-8
/
+33
*
base::Bind: Convert StreamSocket::Connect.
jhawkins@chromium.org
2011-12-06
1
-0
/
+3
*
Begin CompletionCallback switchover.
willchan@chromium.org
2011-10-01
1
-16
/
+16
*
SSLServerSocketTest.DataTransfer should keep reading until it has read
wtc@chromium.org
2011-08-17
1
-21
/
+43
*
Expose SSL_ExportKeyingMaterial() in SSLClient/ServerSocket interfaces.
wez@chromium.org
2011-07-23
1
-6
/
+50
*
Fix instability in SSL client/server sockets
sergeyu@chromium.org
2011-07-21
1
-10
/
+35
*
Added an OriginBoundCertStore field to the SSLClientSocketNSS class and
rkn@chromium.org
2011-07-21
1
-2
/
+3
*
Adds command-line switch for TLS origin bound certificate extension.
rkn@chromium.org
2011-07-20
1
-0
/
+1
*
Don't use X509Certificate in SSLConfig.
sergeyu@chromium.org
2011-07-20
1
-1
/
+1
*
Warmth of a connection (cwnd) is estimated by the amount of data written to t...
gagansingh@google.com
2011-06-27
1
-0
/
+8
*
Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da...
dimich@chromium.org
2011-06-24
1
-8
/
+0
*
Warmth of a connection (cwnd) is estimated by the amount of data written to t...
gagansingh@google.com
2011-06-24
1
-0
/
+8
*
Added client-side support for the TLS cached info
rkn@chromium.org
2011-06-22
1
-0
/
+1
*
This change is part of a cleanup of the remoting component's session initiali...
wez@chromium.org
2011-06-17
1
-4
/
+4
*
Miscelaneous cleanups to AddressList to make it harder to mis-use.
eroman@chromium.org
2011-05-12
1
-1
/
+1
*
Rename ClientSocket to StreamSocket.
sergeyu@chromium.org
2011-05-05
1
-2
/
+2
*
Skip cert verification if it is expected to be bad.
hclam@chromium.org
2011-04-28
1
-1
/
+7
*
Added GetLocalAddress() in net::ClientSocket.
sergeyu@chromium.org
2011-04-19
1
-0
/
+7
*
Move crypto files out of base, to a top level directory.
rvargas@google.com
2011-04-14
1
-5
/
+5
*
Revert r61181.
agl@chromium.org
2011-04-12
1
-1
/
+0
*
Code cleanup related to allowed_bad_certs.
wtc@chromium.org
2011-03-14
1
-1
/
+2
*
Enable session resumption in SSLServerSocketNSS and unit tests
hclam@chromium.org
2011-01-21
1
-1
/
+0
[next]