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
*
[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
*
Refactoring for merging WebSocket test server to net::TestServer
toyoshim@chromium.org
2012-08-23
1
-19
/
+30
*
Remove SSLHostInfo.
agl@chromium.org
2012-06-27
1
-2
/
+1
*
CapturingNetLog - remove maximum entries constructor argument.
mmenke@chromium.org
2012-06-08
1
-8
/
+8
*
Revert 140846 - (relanding r140697)
rsleevi@chromium.org
2012-06-06
1
-0
/
+2
*
Revert 140697 - Maybe caused sizes regression (which would be acceptable
rsleevi@chromium.org
2012-06-06
1
-2
/
+0
*
Move the core state machine of SSLClientSocketNSS into a thread-safe Core
rsleevi@chromium.org
2012-06-06
1
-0
/
+2
*
Rename CapturingNetLog::Entry to CapturingNetLog::CaptureEntry,
mmenke@chromium.org
2012-06-02
1
-9
/
+9
*
Fix a leak introduced by r131509
rsleevi@chromium.org
2012-04-10
1
-5
/
+6
*
Implement a MockCertVerifier that can be used to avoid
rsleevi@chromium.org
2012-04-10
1
-54
/
+44
*
Make CertVerifier a pure virtual interface.
rsleevi@chromium.org
2012-03-21
1
-1
/
+1
*
Add a boolean |has_context| argument to the TLS ExportKeyingMaterial
wtc@chromium.org
2012-03-15
1
-2
/
+2
*
Roll OpenSSL deps, implement keying material exporter and test
hclam@chromium.org
2012-03-08
1
-0
/
+51
*
Disable a failing SSL test when USE_OPENSSL is defined.
rsleevi@chromium.org
2012-03-08
1
-5
/
+7
*
Use a scoped class for managing test root certs in unit tests
rsleevi@chromium.org
2012-03-07
1
-2
/
+1
*
Provide the certificate chain as validated to SSLInfo.
palmer@chromium.org
2012-03-03
1
-0
/
+104
*
Remove usage of a deprecated TestServer constructor.
erikwright@chromium.org
2012-02-24
1
-8
/
+24
*
Change MockRead and MockWrite (et. al.) to take an IoMode enum, instead
rch@chromium.org
2012-02-23
1
-3
/
+4
*
net: split the SSL session cache between incognito and normal.
agl@chromium.org
2011-12-12
1
-0
/
+6
*
Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().
ajwong@chromium.org
2011-12-09
1
-50
/
+54
*
Disable SPDY IP pooling for SSL connections with client authentication.
wtc@chromium.org
2011-10-28
1
-0
/
+7
*
Begin CompletionCallback switchover.
willchan@chromium.org
2011-10-01
1
-14
/
+14
*
Send only one byte of data in the first CBC encrypted aplication data
wtc@chromium.org
2011-08-18
1
-1
/
+1
*
Implement PPB_Flash_TCPSocket.InitiateSSL.
yzshen@chromium.org
2011-08-16
1
-0
/
+37
*
Revert "net: Precede each CBC encrypted application data record with an empty...
agl@chromium.org
2011-08-09
1
-1
/
+1
*
Added an OriginBoundCertStore field to the SSLClientSocketNSS class and
rkn@chromium.org
2011-07-21
1
-3
/
+9
*
net: Precede each CBC encrypted application data record with an empty one.
agl@chromium.org
2011-07-07
1
-1
/
+1
*
Revert "net: Precede each CBC encrypted application data record with an empty...
agl@chromium.org
2011-06-27
1
-1
/
+1
*
net: Precede each CBC encrypted application data record with an empty one.
agl@chromium.org
2011-06-27
1
-1
/
+1
*
Include SSL plaintext traffic in addition to the ciphertext when logging raw ...
rsleevi@chromium.org
2011-05-19
1
-1
/
+65
*
Rename ClientSocket to StreamSocket.
sergeyu@chromium.org
2011-05-05
1
-12
/
+12
[next]