summaryrefslogtreecommitdiffstats
path: root/net/http/http_proxy_client_socket_pool_spdy2_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* [SPDY] Unfork http_proxy_client_socket_pool_spdy{2,3}_unittest.ccakalin@chromium.org2013-06-251-621/+0
* Use a dummy HttpStream for proxy redirectsakalin@chromium.org2013-06-241-0/+1
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in net/.dcheng@chromium.org2013-06-121-4/+1
* net: use IsSecureScheme rather than matching "https".agl@chromium.org2013-06-121-1/+1
* Use a direct include of strings headers in net/http/.avi@chromium.org2013-06-111-1/+1
* Use a direct include of utf_string_conversions.h in net/.avi@chromium.org2013-06-071-1/+1
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-1/+1
* net: don't process truncated headers on HTTPS connections.agl@chromium.org2013-05-291-1/+7
* Merge ConstructSpdyConnectttuttle@chromium.org2013-05-241-8/+9
* Merge framer-based Construct* functions to SpdyTestUtilttuttle@chromium.org2013-05-151-3/+6
* Merge ConstructSpdyControlFrame into SpdyTestUtil.ttuttle@chromium.org2013-05-141-10/+12
* Merge spdy2/3 versions of Spdy{SessionDependencies,URLRequestContext}ttuttle@chromium.org2013-05-031-2/+5
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-24/+34
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-34/+24
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-24/+34
* Convert net to use base::string16 instead of string16.brettw@chromium.org2013-03-291-2/+2
* Rename SpdyStatusCodes to SpdyRstStreamStatusakalin@chromium.org2013-02-091-3/+3
* Move a number of static variables SPDY to HttpNetworkSession::Params. Simpli...rch@chromium.org2012-12-041-1/+0
* Clean up SpdySessionDependencies to remove code duplication.rch@chromium.org2012-12-021-36/+11
* Fix proxy CONNECT response handlingttuttle@chromium.org2012-08-091-3/+80
* Give MockRead and MockWrite distinct types.yutak@chromium.org2012-07-271-1/+1
* Modify DeterministicSocketData to verify that the sequence number of reads an...rch@chromium.org2012-07-211-2/+2
* DeterministicSocketDataProvider should not be RefCountedrsleevi@chromium.org2012-07-101-10/+11
* Remove SSLHostInfo.agl@chromium.org2012-06-271-1/+0
* SPDY - Added SETTINGS_MAX_CONCURRENT_STREAMS:1000 in the initial SETTINGS frame,rtenneti@google.com2012-06-141-1/+4
* Add a new OnHostResolutionCallback to TransportSocketParamsrch@chromium.org2012-06-081-1/+2
* Implement a MockCertVerifier that can be used to avoidrsleevi@chromium.org2012-04-101-1/+2
* Move NextProto enum to a new file net/socket/next_proto.hrch@chromium.org2012-03-311-1/+1
* Move all objects from the spdy:: namespace to net::rch@chromium.org2012-03-221-11/+11
* Created a new class SpdyTestStateHelper to serve as a helper to manage the st...rch@chromium.org2012-03-221-1/+1
* Make CertVerifier a pure virtual interface.rsleevi@chromium.org2012-03-211-3/+4
* Change Origin bound certs -> Domain bound certs.mattm@chromium.org2012-03-201-1/+1
* Fork SPDY/2 and SPDY/3 versions of our SPDY tests, in preparation for landingrch@chromium.org2012-03-041-0/+541