summaryrefslogtreecommitdiffstats
path: root/net/socket
Commit message (Expand)AuthorAgeFilesLines
* Revert 132478 - Attempt to close idle connections in higher layer socket pool...rch@chromium.org2012-04-172-182/+5
* Attempt to close idle connections in higher layer socket pools when a lower l...rch@chromium.org2012-04-162-5/+182
* net: False Start only for NPN capable servers.agl@google.com2012-04-103-86/+4
* Attempting to re-land a small portion of this change... Simply add links from rch@chromium.org2012-04-1013-29/+316
* Fix a leak introduced by r131509rsleevi@chromium.org2012-04-101-5/+6
* Implement a MockCertVerifier that can be used to avoidrsleevi@chromium.org2012-04-102-65/+54
* Remove SPDY 2.1 support.rch@chromium.org2012-04-094-14/+8
* Reverting again ... More crashes, and the instrumentation did not appear to helprch@chromium.org2012-04-0613-536/+34
* Add #include <iterator> to files that use std::back_inserter.halyavin@google.com2012-04-051-0/+1
* Add a new GetNegotiatedProtocol method to StreamSocket and implement in all s...rch@chromium.org2012-04-0320-13/+75
* Attempting to re-land this feature with instrumentation to track down the use...rch@chromium.org2012-04-0213-34/+536
* Move NextProto enum to a new file net/socket/next_proto.hrch@chromium.org2012-03-319-53/+62
* Make all the things use cert_test_util.h.mattm@chromium.org2012-03-311-6/+2
* Reset accept_callback_ before calling it from TCPServerSocket.sergeyu@chromium.org2012-03-312-2/+4
* Revert 122908 - Limited user feedback following the addition of this means we...rsleevi@chromium.org2012-03-291-2/+0
* Add base::HostToNetXX() & NetToHostXX(), and use them to replace htonX() & nt...wez@chromium.org2012-03-284-7/+10
* Reverting this feature, once again. *sigh*rch@chromium.org2012-03-2612-486/+33
* Rename origin_bound_cert files to server_bound_cert.mattm@chromium.org2012-03-221-1/+1
* Make CertVerifier a pure virtual interface.rsleevi@chromium.org2012-03-218-6/+12
* Increase number of max sockets per group for WebSocket connections.yutak@chromium.org2012-03-214-45/+107
* Attempting to re-land the feature.rch@chromium.org2012-03-2112-33/+486
* Change Origin bound certs -> Domain bound certs.mattm@chromium.org2012-03-2018-138/+140
* Revert 127717 - Revert 118788 - Revert 113405 - Revert 113305 - Revert 113300...rch@chromium.org2012-03-2012-486/+33
* Revert 118788 - Revert 113405 - Revert 113305 - Revert 113300 - Revert 112134...rch@chromium.org2012-03-2012-33/+486
* Revert 125973 - Turn off TLS_RSA_WITH_RC4_128_MD5.wtc@chromium.org2012-03-181-3/+0
* Add a new set of socket pools for WebSocket connections to HttpNetworkSession.yutak@chromium.org2012-03-171-8/+17
* Remove "base/values.h" import from "base/location.h", fix up downstream files.isherman@chromium.org2012-03-161-2/+2
* Add an SSLConfig option to explicit disable NSSHttpIO.agl@chromium.org2012-03-154-4/+14
* Add a source id to global NetLog entries, which makes themmmenke@chromium.org2012-03-151-2/+2
* Add a boolean |has_context| argument to the TLS ExportKeyingMaterialwtc@chromium.org2012-03-1515-30/+48
* net: always enable NSS's HTTP fetchesagl@chromium.org2012-03-141-6/+4
* SPDY - integration of spdy/3 code.rtenneti@google.com2012-03-122-1/+6
* Reland 125571 - Turn off TLS_RSA_WITH_RC4_128_MD5.wtc@chromium.org2012-03-101-1/+4
* Roll OpenSSL deps, implement keying material exporter and testhclam@chromium.org2012-03-082-1/+68
* Disable a failing SSL test when USE_OPENSSL is defined.rsleevi@chromium.org2012-03-081-5/+7
* Revert 125571 - Turn off TLS_RSA_WITH_RC4_128_MD5.akalin@chromium.org2012-03-081-4/+1
* Turn off TLS_RSA_WITH_RC4_128_MD5.wtc@chromium.org2012-03-081-1/+4
* Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org2012-03-071-1/+1
* Use a scoped class for managing test root certs in unit testsrsleevi@chromium.org2012-03-071-2/+1
* When using SSLClientSocketWin, record the full certificate chain sent by the ...rsleevi@chromium.org2012-03-061-43/+63
* Remove some extra log spam from StaticSocketDataProvider::OnWritersleevi@chromium.org2012-03-041-1/+0
* Fork SPDY/2 and SPDY/3 versions of our SPDY tests, in preparation for landingrch@chromium.org2012-03-041-1/+3
* Update net/third_party/nss to NSS 3.13.3.wtc@chromium.org2012-03-032-12/+27
* Provide the certificate chain as validated to SSLInfo.palmer@chromium.org2012-03-035-4/+108
* Add a force pipelining option to load flags.simonjam@chromium.org2012-03-013-0/+356
* Remove support for RSA Origin Bound Certificates.mattm@chromium.org2012-02-291-19/+0
* Set SSLInfo.client_cert_sent when origin bound cert was sent.mattm@chromium.org2012-02-255-9/+10
* Remove usage of a deprecated TestServer constructor.erikwright@chromium.org2012-02-241-8/+24
* Change MockRead and MockWrite (et. al.) to take an IoMode enum, insteadrch@chromium.org2012-02-238-222/+227
* Simplify the initialization of the various NPN fields in SSLSocketDataProvider.rch@chromium.org2012-02-223-18/+15