summaryrefslogtreecommitdiffstats
path: root/net/socket/client_socket_pool_manager_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Rename CertPolicyEnforcer to CTPolicyEnforcerestark2016-01-121-2/+2
* Switch to standard integer types in net/.Avi Drissman2015-12-201-1/+1
* Returning scoped_ptr instead of raw pointer in SocketPoolInfoToValue() in net/payal.pandey2015-05-281-3/+2
* Delete the ClientSocketPoolHistograms class.rkaplow2015-03-251-19/+0
* Unwind the SSL connection holdback experiment and remove related codersleevi2015-03-161-2/+0
* replace COMPILE_ASSERT with static_assert in net/mostynb2015-01-201-2/+1
* net: Remove unused private data membershashimoto2015-01-091-7/+0
* Certificate Transparency: Require SCTs for EV certificates.eranm2014-12-031-0/+2
* Standardize usage of virtual/override/final in net/dcheng2014-10-211-11/+11
* replace OVERRIDE and FINAL with override and final in net/mostynb2014-10-091-10/+10
* Add embedder-specific headers to HTTP CONNECT tunnel requestbengr2014-09-101-0/+4
* This CL is a better implementation of https://codereview.chromium.org/3289030...mshelley@chromium.org2014-08-051-0/+2
* Rename ServerBoundCert => ChannelID to reflect the current namerch@chromium.org2014-07-251-3/+3
* Certificate Transparency: Threading the CT verifier into the SSL client socket.eranm@google.com2013-11-281-0/+3
* chromeos: Reload certificates when CA certificate is addedspang@chromium.org2013-10-311-1/+1
* net: extract net/cert out of net/basephajdan.jr@chromium.org2013-03-291-1/+1
* Introduce ERR_NETWORK_CHANGED and allow URLFetcher to automatically retry on ...joaodasilva@chromium.org2012-12-141-1/+1
* Move the NSS functions out of CertDatabase into a new NSSCertDatabase class.joaodasilva@chromium.org2012-09-101-1/+1
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Remove SSLHostInfo.agl@chromium.org2012-06-271-3/+0
* Increase number of max sockets per group for WebSocket connections.yutak@chromium.org2012-03-211-1/+4
* Change Origin bound certs -> Domain bound certs.mattm@chromium.org2012-03-201-4/+4
* Revert: Revert "net: remove DNS certificate checking code."agl@chromium.org2011-12-151-3/+0
* Revert "net: remove DNS certificate checking code."agl@chromium.org2011-12-151-0/+3
* net: remove DNS certificate checking code.agl@chromium.org2011-12-151-3/+0
* net: split the SSL session cache between incognito and normal.agl@chromium.org2011-12-121-0/+2
* net: replace DnsRRResoler with TransportSecurityState in plumbing.agl@chromium.org2011-12-071-3/+3
* Make ClientSocketPoolManager into an interface.willchan@chromium.org2011-11-171-0/+152