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_client_socket_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable Certificate Transparency in the OpenSSL port.
davidben
2014-09-04
1
-72
/
+65
*
Remove implicit conversions from scoped_refptr to T* in net/socket/
dcheng
2014-08-25
1
-7
/
+7
*
This CL adds unit tests for false start connections.
mshelley@chromium.org
2014-08-12
1
-3
/
+66
*
This CL is a follow up to https://codereview.chromium.org/416683002/.
mshelley@chromium.org
2014-08-08
1
-3
/
+2
*
This CL corrects a bug in which the OnHandshakeComplete callback for an ssl s...
mshelley@chromium.org
2014-08-07
1
-3
/
+36
*
This CL is a better implementation of https://codereview.chromium.org/3289030...
mshelley@chromium.org
2014-08-05
1
-1
/
+88
*
Rename ServerBoundCert => ChannelID to reflect the current name
rch@chromium.org
2014-07-25
1
-46
/
+47
*
Preserve transport errors for OpenSSL sockets.
davidben@chromium.org
2014-07-14
1
-30
/
+46
*
Fix SSLClientSocketOpenSSL error-handling for Channel ID.
davidben@chromium.org
2014-06-21
1
-2
/
+59
*
Stop attempting to write to transport sockets in NSS on failure.
davidben@chromium.org
2014-06-18
1
-0
/
+102
*
Reland r276815: Add tests for session cache and false start behavior.
davidben@chromium.org
2014-06-14
1
-29
/
+142
*
Revert of Add tests for session cache and false start behavior. (https://code...
rouslan@chromium.org
2014-06-13
1
-142
/
+29
*
Add tests for session cache and false start behavior.
davidben@chromium.org
2014-06-12
1
-29
/
+142
*
Populate cert_key_types on OpenSSL.
davidben@chromium.org
2014-05-20
1
-0
/
+17
*
Move channel id tests up from OpenSSL and update channelid version.
haavardm@opera.com
2014-05-15
1
-0
/
+145
*
Enable False Start for OpenSSL.
davidben@chromium.org
2014-04-23
1
-8
/
+1
*
Reland r263348: Add False Start tests
davidben@chromium.org
2014-04-16
1
-114
/
+301
*
Revert 263348 "Add False Start tests"
zhaoqin@google.com
2014-04-12
1
-280
/
+102
*
Add False Start tests
davidben@chromium.org
2014-04-11
1
-102
/
+280
*
make SetReceiveBufferSize and SetSendBufferSize return net error codes (inste...
jar@chromium.org
2014-04-09
1
-2
/
+2
*
Revert 261966 "make SetReceiveBufferSize and SetSendBufferSize r..."
jschuh@chromium.org
2014-04-05
1
-2
/
+2
*
make SetReceiveBufferSize and SetSendBufferSize return net error codes (inste...
jar@chromium.org
2014-04-05
1
-2
/
+2
*
Use sockets with unread data if they've never been used before.
davidben@chromium.org
2014-03-26
1
-0
/
+56
*
Make OpenSSL UpdateServerCert() OS independent.
haavardm@opera.com
2014-03-17
1
-43
/
+112
*
Close the correct end of the BIO pair on transport send failures in openssl.
davidben@chromium.org
2014-02-06
1
-0
/
+106
*
Remove an extraneous semicolon.
wtc@chromium.org
2014-01-10
1
-1
/
+0
*
Extract Certificate Transparency SCTs from stapled OCSP responses
ekasper@google.com
2013-12-17
1
-8
/
+67
*
Revert of https://codereview.chromium.org/92443002/
szym@chromium.org
2013-12-13
1
-67
/
+8
*
Extract Certificate Transparency SCTs from stapled OCSP responses
ekasper@google.com
2013-12-13
1
-8
/
+67
*
Add support for fetching Certificate Transparency SCTs over a TLS extension
ekasper@google.com
2013-11-28
1
-0
/
+99
*
[net] Use scoped_ptr<> consistently in ClientSocketFactory and related code
akalin@chromium.org
2013-08-15
1
-79
/
+111
*
Put ssl_client_socket_unittest.cc in unnamed namespace within net
akalin@chromium.org
2013-08-14
1
-600
/
+540
*
Remove deprecated functions that take StreamSockets instead of handles
akalin@chromium.org
2013-08-14
1
-1
/
+3
*
Gracefully handle an asynchronous write disconnect when an SSL read is pending
rsleevi@chromium.org
2013-06-17
1
-10
/
+85
*
Give more request types a TransportSecurityState.
palmer@chromium.org
2013-06-13
1
-1
/
+5
*
Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-01
1
-32
/
+34
*
Don't call SSL read/write callbacks after an SSL socket is deleted
rsleevi@chromium.org
2013-05-13
1
-1
/
+310
*
SSLClientSocketNSS should expect and properly handle when the
rsleevi@chromium.org
2013-05-09
1
-21
/
+173
*
Move SpawnedTestServer to its own subdirectory.
phajdan.jr@chromium.org
2013-05-07
1
-1
/
+1
*
GTTF: rename net::TestServer -> net::SpawnedTestServer
phajdan.jr@chromium.org
2013-05-03
1
-64
/
+64
*
Remove experimental code to pick the "warmest" socket
mmenke@chromium.org
2013-03-30
1
-6
/
+0
*
net: extract net/cert out of net/base
phajdan.jr@chromium.org
2013-03-29
1
-3
/
+3
*
net: move host_resolver files from net/base to net/dns
phajdan.jr@chromium.org
2013-03-21
1
-1
/
+1
*
net: split net/ssl out of net/base
phajdan.jr@chromium.org
2013-03-14
1
-2
/
+2
*
Wire up SSL client authentication for OpenSSL/Android through the net/ stack
digit@chromium.org
2013-03-02
1
-14
/
+3
*
When reading from an SSL socket, attempt to fully fill the caller's buffer
rsleevi@chromium.org
2013-02-16
1
-2
/
+252
*
Replace FilePath with base::FilePath in net.
brettw@chromium.org
2013-02-08
1
-21
/
+21
*
Add server certificate request parameters to be stored in SSLCertRequestInfo.
ppi@chromium.org
2013-01-09
1
-0
/
+111
*
Add GetWebSocketTestDataDirectory() to test_data_directory
toyoshim@chromium.org
2012-11-06
1
-1
/
+1
*
Add net/base/test_data_directory.h
toyoshim@chromium.org
2012-11-01
1
-0
/
+1
[next]