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
*
net: fix leak in SSLHostInfo's DNS request.
agl@chromium.org
2011-01-07
1
-0
/
+1
*
net: perform a non-A DNS lookup for HTTPS hosts.
agl@chromium.org
2011-01-06
3
-2
/
+51
*
net: plumb OCSP stapled responses.
agl@chromium.org
2011-01-06
1
-0
/
+59
*
Mark SSLClientSocketTest.CipherSuiteDisables as flaky.
phajdan.jr@chromium.org
2011-01-03
1
-1
/
+2
*
move base/object_watcher into base/win and add the win namespace. Fixup callers.
brettw@google.com
2011-01-01
2
-5
/
+5
*
Move non_thread_safe from base to base/threading and into the base namespace.
brettw@chromium.org
2011-01-01
4
-9
/
+9
*
Remove base/platform_thread.h stub and fix up all callers to use the new loca...
brettw@google.com
2011-01-01
1
-8
/
+11
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
2
-2
/
+2
*
Move platform_thread to base/threading and put in the base namespace. I left a
brettw@chromium.org
2010-12-31
1
-4
/
+6
*
Defines SSLServerSocket and implements SSLServerSocketNSS
hclam@chromium.org
2010-12-23
7
-221
/
+1519
*
net: dump certificate chain to LOG(ERROR) when a provenance check fails.
agl@chromium.org
2010-12-22
1
-0
/
+31
*
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
[next]