| Commit message (Expand) | Author | Age | Files | Lines |
* | Reverting again ... More crashes, and the instrumentation did not appear to help | rch@chromium.org | 2012-04-06 | 13 | -536/+34 |
* | Add #include <iterator> to files that use std::back_inserter. | halyavin@google.com | 2012-04-05 | 1 | -0/+1 |
* | Add a new GetNegotiatedProtocol method to StreamSocket and implement in all s... | rch@chromium.org | 2012-04-03 | 20 | -13/+75 |
* | Attempting to re-land this feature with instrumentation to track down the use... | rch@chromium.org | 2012-04-02 | 13 | -34/+536 |
* | Move NextProto enum to a new file net/socket/next_proto.h | rch@chromium.org | 2012-03-31 | 9 | -53/+62 |
* | Make all the things use cert_test_util.h. | mattm@chromium.org | 2012-03-31 | 1 | -6/+2 |
* | Reset accept_callback_ before calling it from TCPServerSocket. | sergeyu@chromium.org | 2012-03-31 | 2 | -2/+4 |
* | Revert 122908 - Limited user feedback following the addition of this means we... | rsleevi@chromium.org | 2012-03-29 | 1 | -2/+0 |
* | Add base::HostToNetXX() & NetToHostXX(), and use them to replace htonX() & nt... | wez@chromium.org | 2012-03-28 | 4 | -7/+10 |
* | Reverting this feature, once again. *sigh* | rch@chromium.org | 2012-03-26 | 12 | -486/+33 |
* | Rename origin_bound_cert files to server_bound_cert. | mattm@chromium.org | 2012-03-22 | 1 | -1/+1 |
* | Make CertVerifier a pure virtual interface. | rsleevi@chromium.org | 2012-03-21 | 8 | -6/+12 |
* | Increase number of max sockets per group for WebSocket connections. | yutak@chromium.org | 2012-03-21 | 4 | -45/+107 |
* | Attempting to re-land the feature. | rch@chromium.org | 2012-03-21 | 12 | -33/+486 |
* | Change Origin bound certs -> Domain bound certs. | mattm@chromium.org | 2012-03-20 | 18 | -138/+140 |
* | Revert 127717 - Revert 118788 - Revert 113405 - Revert 113305 - Revert 113300... | rch@chromium.org | 2012-03-20 | 12 | -486/+33 |
* | Revert 118788 - Revert 113405 - Revert 113305 - Revert 113300 - Revert 112134... | rch@chromium.org | 2012-03-20 | 12 | -33/+486 |
* | Revert 125973 - Turn off TLS_RSA_WITH_RC4_128_MD5. | wtc@chromium.org | 2012-03-18 | 1 | -3/+0 |
* | Add a new set of socket pools for WebSocket connections to HttpNetworkSession. | yutak@chromium.org | 2012-03-17 | 1 | -8/+17 |
* | Remove "base/values.h" import from "base/location.h", fix up downstream files. | isherman@chromium.org | 2012-03-16 | 1 | -2/+2 |
* | Add an SSLConfig option to explicit disable NSSHttpIO. | agl@chromium.org | 2012-03-15 | 4 | -4/+14 |
* | Add a source id to global NetLog entries, which makes them | mmenke@chromium.org | 2012-03-15 | 1 | -2/+2 |
* | Add a boolean |has_context| argument to the TLS ExportKeyingMaterial | wtc@chromium.org | 2012-03-15 | 15 | -30/+48 |
* | net: always enable NSS's HTTP fetches | agl@chromium.org | 2012-03-14 | 1 | -6/+4 |
* | SPDY - integration of spdy/3 code. | rtenneti@google.com | 2012-03-12 | 2 | -1/+6 |
* | Reland 125571 - Turn off TLS_RSA_WITH_RC4_128_MD5. | wtc@chromium.org | 2012-03-10 | 1 | -1/+4 |
* | Roll OpenSSL deps, implement keying material exporter and test | hclam@chromium.org | 2012-03-08 | 2 | -1/+68 |
* | Disable a failing SSL test when USE_OPENSSL is defined. | rsleevi@chromium.org | 2012-03-08 | 1 | -5/+7 |
* | Revert 125571 - Turn off TLS_RSA_WITH_RC4_128_MD5. | akalin@chromium.org | 2012-03-08 | 1 | -4/+1 |
* | Turn off TLS_RSA_WITH_RC4_128_MD5. | wtc@chromium.org | 2012-03-08 | 1 | -1/+4 |
* | Refactor Pickle Read methods to use higher performance PickleIterator. | jbates@chromium.org | 2012-03-07 | 1 | -1/+1 |
* | Use a scoped class for managing test root certs in unit tests | rsleevi@chromium.org | 2012-03-07 | 1 | -2/+1 |
* | When using SSLClientSocketWin, record the full certificate chain sent by the ... | rsleevi@chromium.org | 2012-03-06 | 1 | -43/+63 |
* | Remove some extra log spam from StaticSocketDataProvider::OnWrite | rsleevi@chromium.org | 2012-03-04 | 1 | -1/+0 |
* | Fork SPDY/2 and SPDY/3 versions of our SPDY tests, in preparation for landing | rch@chromium.org | 2012-03-04 | 1 | -1/+3 |
* | Update net/third_party/nss to NSS 3.13.3. | wtc@chromium.org | 2012-03-03 | 2 | -12/+27 |
* | Provide the certificate chain as validated to SSLInfo. | palmer@chromium.org | 2012-03-03 | 5 | -4/+108 |
* | Add a force pipelining option to load flags. | simonjam@chromium.org | 2012-03-01 | 3 | -0/+356 |
* | Remove support for RSA Origin Bound Certificates. | mattm@chromium.org | 2012-02-29 | 1 | -19/+0 |
* | Set SSLInfo.client_cert_sent when origin bound cert was sent. | mattm@chromium.org | 2012-02-25 | 5 | -9/+10 |
* | Remove usage of a deprecated TestServer constructor. | erikwright@chromium.org | 2012-02-24 | 1 | -8/+24 |
* | Change MockRead and MockWrite (et. al.) to take an IoMode enum, instead | rch@chromium.org | 2012-02-23 | 8 | -222/+227 |
* | Simplify the initialization of the various NPN fields in SSLSocketDataProvider. | rch@chromium.org | 2012-02-22 | 3 | -18/+15 |
* | While calling IO methods on accepted TCP sockets we run into problem that Ass... | ygorshenin@chromium.org | 2012-02-22 | 2 | -7/+70 |
* | Always log the SSL server certificate received and being verified. | rsleevi@chromium.org | 2012-02-22 | 4 | -16/+10 |
* | net: log the number of certificates from NSS. | agl@chromium.org | 2012-02-21 | 1 | -0/+2 |
* | net: remove special case for Kaspersky HTTPS | agl@chromium.org | 2012-02-21 | 2 | -13/+1 |
* | Revert 122760 - While calling IO methods on accepted TCP sockets we run into ... | jam@chromium.org | 2012-02-20 | 2 | -69/+7 |
* | While calling IO methods on accepted TCP sockets we run into problem that Ass... | ygorshenin@chromium.org | 2012-02-20 | 2 | -7/+69 |
* | Modify the MockConnect constructor to take an enum of ASYNC or SYNCHRONOUS, | rch@chromium.org | 2012-02-17 | 5 | -22/+28 |