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
*
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
25
-86
/
+86
*
net: yet more pinning debugging.
agl@chromium.org
2014-04-09
2
-1
/
+9
*
Revert 261966 "make SetReceiveBufferSize and SetSendBufferSize r..."
jschuh@chromium.org
2014-04-05
25
-84
/
+86
*
make SetReceiveBufferSize and SetSendBufferSize return net error codes (inste...
jar@chromium.org
2014-04-05
25
-86
/
+84
*
Rename PrivateMode enum values:
rch@chromium.org
2014-04-01
3
-6
/
+6
*
Rename pr_error to err_name in the nss log added in r259205.
tsniatowski@opera.com
2014-03-30
1
-5
/
+5
*
Revert of Rename PrivateMode enum values: (https://codereview.chromium.org/21...
rch@chromium.org
2014-03-28
3
-6
/
+6
*
Rename PrivateMode enum values:
rch@chromium.org
2014-03-28
3
-6
/
+6
*
Introduce USE_OPENSSL_CERTS for certificate handling.
haavardm@opera.com
2014-03-28
1
-4
/
+10
*
Delete some dead code.
thakis@chromium.org
2014-03-27
1
-1
/
+0
*
Standardize error reporting of IPEndPoint::ToSockAddr and
wtc@chromium.org
2014-03-26
4
-10
/
+13
*
Use sockets with unread data if they've never been used before.
davidben@chromium.org
2014-03-26
12
-60
/
+264
*
Improve logging of NSS errors that do not map to network errors.
tsniatowski@opera.com
2014-03-25
1
-2
/
+6
*
Move SSLConfig class from ssl_config_service.h to ssl_config.h
sergeyu@chromium.org
2014-03-24
1
-2
/
+1
*
Gets the peer address (if available) in server requests.
gunsch@chromium.org
2014-03-20
2
-0
/
+19
*
Do not assume OSCertHandle is OpenSSL's X509 structure.
haavardm@opera.com
2014-03-20
1
-21
/
+26
*
Retry requests on reused sockets that receive ERR_EMPTY_RESPONSE.
davidben@chromium.org
2014-03-18
4
-24
/
+23
*
Make OpenSSL UpdateServerCert() OS independent.
haavardm@opera.com
2014-03-17
8
-65
/
+292
*
Remove NetLog::LOG_BASIC.
davidben@chromium.org
2014-03-12
1
-2
/
+2
*
OpenSSL: don't allow the server certificate to change during renegotiation.
agl@chromium.org
2014-02-28
2
-8
/
+38
*
StaticSocketDataProvider should not read beyond the end of the reads_ or
wtc@chromium.org
2014-02-27
1
-6
/
+11
*
Add a histogram to measure the frequency of OCSP stapling support by servers
rsleevi@chromium.org
2014-02-22
1
-1
/
+6
*
When clearing the session cache, also flush OpenSSLClientKeyStore.
yfriedman@chromium.org
2014-02-17
1
-0
/
+1
*
Close the correct end of the BIO pair on transport send failures in openssl.
davidben@chromium.org
2014-02-06
3
-6
/
+135
*
Add ERR_SSL_UNRECOGNIZED_NAME_ALERT for the TLS unrecognized_name alert.
wtc@chromium.org
2014-02-05
2
-0
/
+4
*
Renamed disk_cache_based_ssl_host_info.* to
rtenneti@chromium.org
2014-01-25
2
-351
/
+0
*
Handle crypto::ECPrivateKey::CreateFromEncryptedPrivateKeyInfo failure.
wtc@chromium.org
2014-01-25
1
-0
/
+2
*
Add BIO_write return value to crash dumps.
davidben@chromium.org
2014-01-23
1
-0
/
+4
*
Added SSLHostInfo. Storing of server info to our standard disk cache.
rtenneti@chromium.org
2014-01-22
2
-0
/
+351
*
Update net/third_party/nss to NSS 3.15.5 Beta 2.
wtc@chromium.org
2014-01-21
1
-1
/
+7
*
Remove vestigal traces of the TLS Cached Info Extension support
rsleevi@chromium.org
2014-01-11
2
-72
/
+0
*
Remove an extraneous semicolon.
wtc@chromium.org
2014-01-10
1
-1
/
+0
*
Disable TCP Keep Alive on mobile to reduce power usage.
willchan@chromium.org
2014-01-05
1
-2
/
+21
*
Make the NSS SSL state a Leaky LazyInstance
rsleevi@chromium.org
2014-01-02
1
-1
/
+1
*
Remove vestigal traces of side-pinning introduced in r101993 and removed in r...
rsleevi@chromium.org
2014-01-02
2
-5
/
+0
*
Defer TLS session caching until after certificate verification
rsleevi@chromium.org
2013-12-27
5
-7
/
+140
*
Update uses of UTF conversions in courgette/, device/, extensions/, google_ap...
avi@chromium.org
2013-12-25
1
-2
/
+2
*
Revert 242219 "Defer TLS session caching until after certificate..."
rsleevi@chromium.org
2013-12-21
1
-54
/
+1
*
Defer TLS session caching until after certificate verification
rsleevi@chromium.org
2013-12-21
1
-1
/
+54
*
This is the test to assure that the port suggester is being reused with the p...
jar@chromium.org
2013-12-18
2
-4
/
+17
*
Change SSLCertRequestInfo.host_and_port from string to HostPortPair.
mattm@chromium.org
2013-12-17
2
-3
/
+2
*
Extract Certificate Transparency SCTs from stapled OCSP responses
ekasper@google.com
2013-12-17
4
-66
/
+152
*
Revert of https://codereview.chromium.org/92443002/
szym@chromium.org
2013-12-13
4
-152
/
+66
*
Extract Certificate Transparency SCTs from stapled OCSP responses
ekasper@google.com
2013-12-13
4
-66
/
+152
*
Run clang-format on socket_test_util.h
jar@chromium.org
2013-12-12
1
-104
/
+152
*
Change the CloseSocket method to just operate on the socket_ member
wtc@chromium.org
2013-12-10
2
-6
/
+6
*
net: use model NSS socket to save setting the cipher order every time.
agl@chromium.org
2013-12-07
3
-39
/
+34
*
net: implement TLS_FALLBACK_SCSV.
agl@chromium.org
2013-12-07
2
-0
/
+10
*
[GCM] Add connection factory for creating MCS connections
zea@chromium.org
2013-12-06
2
-0
/
+40
[next]