| Commit message (Expand) | Author | Age | Files | Lines |
* | Added an OriginBoundCertStore field to the SSLClientSocketNSS class and | rkn@chromium.org | 2011-07-21 | 1 | -40/+29 |
* | net: measure the latency difference of resume handshakes. | agl@chromium.org | 2011-06-29 | 1 | -0/+32 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2011-06-21 | 1 | -1/+2 |
* | Revert "Add revocation checking field trial." | agl@chromium.org | 2011-06-20 | 1 | -19/+0 |
* | Add revocation checking field trial. | agl@chromium.org | 2011-06-09 | 1 | -8/+27 |
* | Remove the SSL FalseStart field trial, since we've finished studying it. | mbelshe@google.com | 2011-06-01 | 1 | -12/+0 |
* | Fix nits related to SSLHostInfo. | wtc@chromium.org | 2011-05-31 | 1 | -2/+2 |
* | Add one-time randomization support for FieldTrial, and the ability to | joi@chromium.org | 2011-05-10 | 1 | -3/+2 |
* | net: fix matching ".google.com" at the end of a string. | agl@chromium.org | 2011-05-09 | 1 | -1/+2 |
* | Revert 84197 - Add one-time randomization support for FieldTrial, and the abi... | joi@chromium.org | 2011-05-06 | 1 | -2/+3 |
* | Add one-time randomization support for FieldTrial, and the ability to | joi@chromium.org | 2011-05-05 | 1 | -3/+2 |
* | Rename ClientSocket to StreamSocket. | sergeyu@chromium.org | 2011-05-05 | 1 | -2/+2 |
* | Rename a number of classes previously labeled "TCP" to "Transport" in | mbelshe@chromium.org | 2011-04-07 | 1 | -39/+47 |
* | net: measure HTTPS connect times to (*.)google.com | agl@chromium.org | 2011-04-04 | 1 | -0/+11 |
* | Add ignore limits flag and use for sync request | kristianm@google.com | 2011-03-30 | 1 | -1/+4 |
* | Add field trial for A/B testing of SSL False Start. | mbelshe@chromium.org | 2011-02-18 | 1 | -0/+14 |
* | More net/ reordering. | erg@google.com | 2011-01-21 | 1 | -42/+42 |
* | net: don't assume that we have an SSLHostInfo. | agl@chromium.org | 2011-01-14 | 1 | -3/+3 |
* | net: perform a non-A DNS lookup for HTTPS hosts. | agl@chromium.org | 2011-01-06 | 1 | -0/+4 |
* | Allow a non-200 (or non-407) response for a CONNECT request from an HTTPS proxy | rch@chromium.org | 2010-12-17 | 1 | -2/+3 |
* | net: enable SSLHostInfo by default. | agl@chromium.org | 2010-12-16 | 1 | -1/+1 |
* | Revert "net: enable SSLHostInfo by default." | agl@chromium.org | 2010-12-16 | 1 | -1/+1 |
* | net: enable SSLHostInfo by default. | agl@chromium.org | 2010-12-16 | 1 | -1/+1 |
* | Cache certificate verification results in memory. | wtc@google.com | 2010-12-16 | 1 | -5/+11 |
* | Even more virtual method deinlining. | erg@google.com | 2010-12-13 | 1 | -0/+12 |
* | Revert "Revert "net: Plumb DnsCertProvenanceChecker around."" | agl@chromium.org | 2010-11-22 | 1 | -4/+10 |
* | Revert "net: Plumb DnsCertProvenanceChecker around." | agl@chromium.org | 2010-11-22 | 1 | -10/+4 |
* | net: Plumb DnsCertProvenanceChecker around. | agl@chromium.org | 2010-11-22 | 1 | -4/+10 |
* | Revert "net: Plumb DnsCertProvenanceChecker around." | agl@chromium.org | 2010-11-18 | 1 | -10/+4 |
* | net: Plumb DnsCertProvenanceChecker around. | agl@chromium.org | 2010-11-18 | 1 | -4/+10 |
* | Correctly handle SSL Client Authentication requests when connecting | rch@chromium.org | 2010-11-12 | 1 | -15/+16 |
* | net: add certificate provenance checking. | agl@chromium.org | 2010-11-04 | 1 | -1/+2 |
* | net: always save certs and trigger verify in SSLHostInfo. | agl@chromium.org | 2010-10-26 | 1 | -1/+2 |
* | net: move SSL host info serialisation into SSLHostInfo | agl@chromium.org | 2010-10-20 | 1 | -1/+1 |
* | Revert revert 62918 - net: clean up SSLHostInfo construction." | agl@chromium.org | 2010-10-19 | 1 | -5/+17 |
* | Revert 62918 - net: clean up SSLHostInfo construction. | agl@chromium.org | 2010-10-18 | 1 | -17/+5 |
* | net: clean up SSLHostInfo construction. | agl@chromium.org | 2010-10-18 | 1 | -5/+17 |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 1 | -3/+4 |
* | Add ClientSocketPoolBaseHelper support for preconnect. | willchan@chromium.org | 2010-10-13 | 1 | -0/+11 |
* | net: add --enable-snap-start | agl@chromium.org | 2010-10-11 | 1 | -0/+6 |
* | Revert revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession." | agl@chromium.org | 2010-10-08 | 1 | -3/+8 |
* | Revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession." | agl@chromium.org | 2010-10-07 | 1 | -8/+3 |
* | net: plumb DnsRRResolver from IOThread to HttpNetworkSession. | agl@chromium.org | 2010-10-07 | 1 | -3/+8 |
* | Stop refcounting HostResolver. | willchan@chromium.org | 2010-10-01 | 1 | -2/+2 |
* | FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD... | erg@google.com | 2010-09-30 | 1 | -0/+1 |
* | net: add caching and inflight merging to DnsRRResolver | agl@chromium.org | 2010-09-30 | 1 | -66/+1 |
* | Stop refcounting ClientSocketPool. | willchan@chromium.org | 2010-09-29 | 1 | -32/+26 |
* | Flush all nested pools. | willchan@chromium.org | 2010-09-16 | 1 | -0/+6 |
* | Add missing nested socket pools to socket pool info page. Each socket pool s... | mmenke@chromium.org | 2010-09-08 | 1 | -1/+32 |
* | Flush SSL pools after SSL config changes. | csilv@chromium.org | 2010-09-04 | 1 | -2/+14 |