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
*
Allow a non-200 (or non-407) response for a CONNECT request from an HTTPS proxy
rch@chromium.org
2010-12-17
2
-4
/
+5
*
net: enable SSLHostInfo by default.
agl@chromium.org
2010-12-16
3
-8
/
+11
*
Revert "net: enable SSLHostInfo by default."
agl@chromium.org
2010-12-16
2
-6
/
+4
*
net: enable SSLHostInfo by default.
agl@chromium.org
2010-12-16
2
-4
/
+6
*
Cache certificate verification results in memory.
wtc@google.com
2010-12-16
27
-69
/
+152
*
net: update the DNS provenance host
agl@chromium.org
2010-12-15
1
-1
/
+1
*
net: fix verification merge savings calculations.
agl@chromium.org
2010-12-15
3
-2
/
+11
*
net: Switch SSLHostInfo to using Pickle.
agl@chromium.org
2010-12-15
4
-85
/
+79
*
Fix openssl after singleton refactor
joth@chromium.org
2010-12-14
1
-6
/
+6
*
Make members of Singleton<T> private and only visible to the singleton type. ...
satish@chromium.org
2010-12-14
5
-16
/
+34
*
Deinline even more destructors.
erg@google.com
2010-12-14
6
-3
/
+15
*
Even more virtual method deinlining.
erg@google.com
2010-12-13
2
-9
/
+15
*
Track the amount of time chrome spends verifying the certificate.
mbelshe@chromium.org
2010-12-13
2
-1
/
+15
*
Don't ignore return value from HANDLE_EINTR(close(...))
hans@chromium.org
2010-12-13
1
-1
/
+1
*
Revert 68932 - Make members of Singleton<T> private and only visible to the s...
satish@chromium.org
2010-12-11
5
-34
/
+16
*
Make members of Singleton<T> private and only visible to the singleton type. ...
satish@chromium.org
2010-12-11
5
-16
/
+34
*
Adds first cut implementation of a private key store abstraction for openssl
joth@chromium.org
2010-12-10
1
-4
/
+13
*
Switch linux OpenSSL build to use custom openssl version
joth@chromium.org
2010-12-09
1
-1
/
+2
*
Start deinlining non-empty virtual methods. (This will be automatically checked
erg@google.com
2010-12-09
8
-75
/
+129
*
Add support for OpenSSL Next Protocol Negotiation
bulach@chromium.org
2010-12-09
2
-2
/
+62
*
Miscellaneous cleanup: remove unnecessary forward
wtc@chromium.org
2010-12-08
1
-6
/
+6
*
Fix cpplint.py nits.
wtc@chromium.org
2010-12-08
2
-4
/
+4
*
Fix OpenSSL build
joth@chromium.org
2010-12-08
1
-3
/
+6
*
Implements disabled cipher support for OpenSSL. (ssl_config_.disabled_cipher_...
joth@chromium.org
2010-12-07
2
-30
/
+195
*
I missed some comments from wtc on patch http://codereview.chromium.org/51950...
joth@chromium.org
2010-12-06
1
-25
/
+25
*
Update server push to allow use of HEADERS frame.
mbelshe@chromium.org
2010-12-03
1
-4
/
+6
*
Fixes the remaining unit tests failures for OpenSSL:
joth@chromium.org
2010-12-02
2
-4
/
+57
*
Fix preconnect crash when we hit max socket limit.
willchan@chromium.org
2010-12-02
3
-3
/
+97
*
Fix ClientSocketPoolBaseHelper preconnect crasher.
willchan@chromium.org
2010-12-02
2
-1
/
+23
*
Add support for some advanced SLL modes & options (where present)
joth@chromium.org
2010-12-01
1
-14
/
+45
*
Update NetLog to be threadsafe.
mmenke@chromium.org
2010-12-01
6
-70
/
+167
*
Remove SSL 2.0 support.
wtc@chromium.org
2010-11-30
4
-19
/
+9
*
Support predictive request for multiple preconnections
jar@chromium.org
2010-11-30
1
-1
/
+0
*
Revert 67614 - Support predictive request for multiple preconnections
jar@chromium.org
2010-11-30
1
-0
/
+1
*
Support predictive request for multiple preconnections
jar@chromium.org
2010-11-29
1
-1
/
+0
*
net: Implement DNS certificate provenance check uploads.
agl@chromium.org
2010-11-24
2
-1
/
+45
*
Implements openssl session caching
joth@chromium.org
2010-11-23
2
-56
/
+172
*
Remove two placeholder files.
agl@chromium.org
2010-11-22
2
-2
/
+0
*
Revert "Revert "net: Plumb DnsCertProvenanceChecker around.""
agl@chromium.org
2010-11-22
21
-307
/
+413
*
Revert "net: Plumb DnsCertProvenanceChecker around."
agl@chromium.org
2010-11-22
21
-410
/
+307
*
net: Plumb DnsCertProvenanceChecker around.
agl@chromium.org
2010-11-22
21
-307
/
+410
*
Clean-up style issues in net:: related to X.509 data-types, eliminating unnec...
rsleevi@chromium.org
2010-11-22
1
-6
/
+12
*
Fix ThreadChecker to use Locks and not use scoped_ptr.
willchan@chromium.org
2010-11-21
1
-0
/
+1
*
Revert "net: Plumb DnsCertProvenanceChecker around."
agl@chromium.org
2010-11-18
21
-381
/
+306
*
net: Plumb DnsCertProvenanceChecker around.
agl@chromium.org
2010-11-18
21
-306
/
+381
*
snap_start_tests: test NPN misprediction.
agl@chromium.org
2010-11-17
1
-0
/
+45
*
Refactor EnsureOpenSSLInit and openssl_util into base
joth@chromium.org
2010-11-17
1
-6
/
+28
*
Fix openssl build: convert hostname_ and port_ to HostPortPair
joth@chromium.org
2010-11-15
2
-10
/
+6
*
Correctly handle SSL Client Authentication requests when connecting
rch@chromium.org
2010-11-12
23
-130
/
+136
*
Enable extra logging when using client certificates on Windows via NSS
rsleevi@chromium.org
2010-11-11
1
-0
/
+48
[next]