| Commit message (Expand) | Author | Age | Files | Lines |
* | net: Silently disable False Start when NetNanny is detected. | agl@chromium.org | 2010-11-05 | 2 | -18/+16 |
* | net: add certificate provenance checking. | agl@chromium.org | 2010-11-04 | 15 | -31/+208 |
* | Support for using OS-native certificates for SSL client | wtc@chromium.org | 2010-11-04 | 4 | -38/+174 |
* | net: Make Snap Start check cert verification and add metrics | agl@chromium.org | 2010-11-03 | 3 | -12/+47 |
* | Don't resend payload after Snap Start misprediction. | agl@chromium.org | 2010-11-03 | 1 | -3/+22 |
* | A follow-up of r64178. | wtc@chromium.org | 2010-11-02 | 1 | -1/+12 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 2 | thakis@chromium.org | 2010-11-02 | 6 | -42/+59 |
* | Adds a new error (ERR_NETWORK_ACCESS_DENIED) for when network | mmenke@chromium.org | 2010-11-02 | 3 | -2/+7 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 1 | thakis@chromium.org | 2010-11-01 | 9 | -42/+42 |
* | Initial support for built-in DNS resolver/cache. | agayev@chromium.org | 2010-10-28 | 1 | -1/+1 |
* | net: use SSL_PeerCertificateChain for getting server certs | agl@chromium.org | 2010-10-28 | 1 | -56/+17 |
* | net: merge certificate validation with SSLHostInfo's | agl@chromium.org | 2010-10-28 | 4 | -27/+97 |
* | net: use SSL_PeerCertificateChain for SSLHostInfo | agl@chromium.org | 2010-10-28 | 1 | -19/+42 |
* | Add support to test_server.py to restrict the SSL/TLS bulk encryption algorit... | rsleevi@chromium.org | 2010-10-28 | 1 | -8/+12 |
* | Revert 64202 - Initial support for built-in DNS resolver/cache. | yusukes@chromium.org | 2010-10-28 | 1 | -1/+1 |
* | Initial support for built-in DNS resolver/cache. | agayev@chromium.org | 2010-10-28 | 1 | -1/+1 |
* | Report the SSL protocol version in ssl_info.connection_status. | wtc@chromium.org | 2010-10-27 | 2 | -55/+107 |
* | Add a bunch of missing bug references to FLAKY tests | stuartmorgan@chromium.org | 2010-10-27 | 1 | -0/+1 |
* | Add experimental option for TCP FastOpen. | mbelshe@chromium.org | 2010-10-26 | 23 | -32/+220 |
* | net: always save certs and trigger verify in SSLHostInfo. | agl@chromium.org | 2010-10-26 | 4 | -9/+89 |
* | net: move importing a DER certificate chain into X509Certificate. | agl@chromium.org | 2010-10-26 | 2 | -113/+9 |
* | Move debug-related stuff from base to the base/debug directory and use the | brettw@chromium.org | 2010-10-26 | 1 | -0/+1 |
* | Revert 63648 - Revert 63643 - Add Reset to ClientSocket::UseHistory, and call... | cbentzel@chromium.org | 2010-10-25 | 6 | -3/+35 |
* | Revert 63643 - Add Reset to ClientSocket::UseHistory, and call on TCP disconn... | cbentzel@chromium.org | 2010-10-23 | 6 | -35/+3 |
* | Add Reset to ClientSocket::UseHistory, and call on TCP disconnect. | cbentzel@chromium.org | 2010-10-23 | 6 | -3/+35 |
* | Thread IO safety: annotate file_util, and block IO thread from doing IO | evan@chromium.org | 2010-10-23 | 1 | -0/+6 |
* | Revert 63600 - Thread IO safety: annotate file_util, and block IO thread from... | isherman@chromium.org | 2010-10-23 | 1 | -6/+0 |
* | Thread IO safety: annotate file_util, and block IO thread from doing IO | evan@chromium.org | 2010-10-23 | 1 | -0/+6 |
* | Revert "Thread IO safety: annotate file_util, and block IO thread from doing IO" | evan@chromium.org | 2010-10-22 | 1 | -6/+0 |
* | Thread IO safety: annotate file_util, and block IO thread from doing IO | evan@chromium.org | 2010-10-22 | 1 | -0/+6 |
* | FBTF: More dtor deinlining. (Can almost see the end!) | erg@google.com | 2010-10-22 | 2 | -0/+13 |
* | net: move SSL host info serialisation into SSLHostInfo | agl@chromium.org | 2010-10-20 | 12 | -157/+270 |
* | Remove scoped_bstr_win, fix all callers to use the new location. | brettw@chromium.org | 2010-10-20 | 2 | -2/+0 |
* | net: comment/TODO cleanup and clarification, and don't raise ERR_SSL_PROTOCOL... | rsleevi@chromium.org | 2010-10-20 | 2 | -18/+25 |
* | FBTF: Even more ctor/virtual deinlining. | erg@google.com | 2010-10-19 | 2 | -11/+51 |
* | Revert revert 62918 - net: clean up SSLHostInfo construction." | agl@chromium.org | 2010-10-19 | 18 | -53/+132 |
* | non-virtual-dtor cleanup: Make DNSSecProvider destructor private. | cbentzel@chromium.org | 2010-10-18 | 1 | -0/+3 |
* | Revert 62918 - net: clean up SSLHostInfo construction. | agl@chromium.org | 2010-10-18 | 18 | -132/+53 |
* | net: clean up SSLHostInfo construction. | agl@chromium.org | 2010-10-18 | 18 | -53/+132 |
* | Move scoped_cftyperef from base to base/mac, use the new namespace, and name it | brettw@chromium.org | 2010-10-17 | 1 | -3/+3 |
* | Convert LOG(INFO) to VLOG(1) - net/. | pkasting@chromium.org | 2010-10-16 | 7 | -84/+82 |
* | Plumb up the preconnect logic from pools to StreamFactory. | willchan@chromium.org | 2010-10-16 | 1 | -6/+17 |
* | Add actual bytes sent/received to net-internals. | mmenke@chromium.org | 2010-10-14 | 5 | -19/+76 |
* | net: update DNSSEC chain embedded extension OID. | agl@chromium.org | 2010-10-14 | 1 | -3/+4 |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 11 | -37/+44 |
* | Integrate the SpdyProxyClientSocket into the HttpStreamRequest | rch@chromium.org | 2010-10-13 | 4 | -157/+11 |
* | Fix clang build: remove a const on a return value. | willchan@chromium.org | 2010-10-13 | 1 | -1/+1 |
* | Add ClientSocketPoolBaseHelper support for preconnect. | willchan@chromium.org | 2010-10-13 | 10 | -37/+616 |
* | Report AcquireCredentialsHandle errors. This requires | wtc@chromium.org | 2010-10-12 | 1 | -23/+39 |
* | Render SpdySessionPools on the Data tab and on a new | mmenke@chromium.org | 2010-10-12 | 1 | -1/+0 |