summaryrefslogtreecommitdiffstats
path: root/net/http/http_network_transaction_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert r61181.agl@chromium.org2011-04-121-50/+0
* Turn off backup sockets for most tests in net_unittests.willchan@chromium.org2011-04-081-20/+0
* Rename a number of classes previously labeled "TCP" to "Transport" inmbelshe@chromium.org2011-04-071-35/+38
* Add ignore limits flag and use for sync requestkristianm@google.com2011-03-301-2/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Enable IP pooling for SPDY.mbelshe@chromium.org2011-03-251-6/+12
* Fix flakiness in Alternate-Protocol tests.willchan@chromium.org2011-03-181-55/+21
* Revert 78061 - Revert 78034 - Removing a TODO and cleaning up code.kristianm@google.com2011-03-151-2/+2
* Revert 78034 - Removing a TODO and cleaning up code.kristianm@google.com2011-03-141-2/+2
* Removing a TODO and cleaning up code.kristianm@google.com2011-03-141-2/+2
* Reland rest of r77399.willchan@chromium.org2011-03-121-63/+219
* Revert r77399 in preparation for merging a small portion of it to 696.willchan@chromium.org2011-03-111-219/+63
* Reland r77075,r77077.willchan@chromium.org2011-03-091-63/+219
* Revert 77075 - Don't block on stream requests on Alternate-Protocol.jochen@chromium.org2011-03-071-219/+63
* Don't block on stream requests on Alternate-Protocol.willchan@chromium.org2011-03-061-63/+219
* Refactor HttpStreamFactory.willchan@chromium.org2011-02-231-7/+5
* Revert 75668 for breaking ChromeOS build - Refactor HttpStreamFactory.willchan@chromium.org2011-02-231-5/+7
* Refactor HttpStreamFactory.willchan@chromium.org2011-02-221-7/+5
* Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNav...bryner@chromium.org2011-02-221-0/+3
* clang: Fix several -Woverloaded-virtual warnings.thakis@chromium.org2011-02-111-1/+2
* Test that the same socket is used for each round of connection-based auth.cbentzel@chromium.org2011-02-061-5/+69
* Refactor HttpNetworkSession construction.willchan@chromium.org2011-02-031-34/+33
* Require NTLM identity earlyasanka@chromium.org2011-01-311-25/+38
* The HttpRequestInfo object must outlive the HttpNetworkTransaction object bec...satish@chromium.org2011-01-281-309/+309
* net: Disable False Start and clear the SSL client auth cache for HTTPS proxie...agl@chromium.org2011-01-111-0/+100
* net: Ensure that when using False Start + client auth, bad client certificate...agl@chromium.org2011-01-111-0/+200
* Allow a non-200 (or non-407) response for a CONNECT request from an HTTPS proxyrch@chromium.org2010-12-171-2/+235
* Almost done deinlining virtual methods.erg@google.com2010-12-161-0/+4
* Cache certificate verification results in memory.wtc@google.com2010-12-161-2/+8
* Update NetLog to be threadsafe.mmenke@chromium.org2010-12-011-13/+26
* Revert "Revert "net: Plumb DnsCertProvenanceChecker around.""agl@chromium.org2010-11-221-1/+2
* Revert "net: Plumb DnsCertProvenanceChecker around."agl@chromium.org2010-11-221-2/+1
* net: Plumb DnsCertProvenanceChecker around.agl@chromium.org2010-11-221-1/+2
* Revert "net: Plumb DnsCertProvenanceChecker around."agl@chromium.org2010-11-181-2/+1
* net: Plumb DnsCertProvenanceChecker around.agl@chromium.org2010-11-181-1/+2
* Remove static "set_fixed_cnonce" in favor of NonceGenerator objects.cbentzel@chromium.org2010-11-171-1/+6
* Correctly handle SSL Client Authentication requests when connectingrch@chromium.org2010-11-121-1/+1
* Add a new test to HttpNetworkTransaction that testsrch@chromium.org2010-11-121-0/+107
* net: restart on NPN misprediction and add tests for Snap Start errors.agl@chromium.org2010-11-111-0/+92
* Change the way request headers are logged to the NetLog to ensurerch@chromium.org2010-11-111-0/+10
* Crash fix: HTTPS server responds with 407 through non-authenticating proxy.cbentzel@chromium.org2010-11-051-0/+60
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-15/+15
* Allow duplicate Content-Length headers.willchan@chromium.org2010-10-291-0/+61
* HttpStream::SendRequestrch@chromium.org2010-10-271-2/+2
* Revert revert 62918 - net: clean up SSLHostInfo construction."agl@chromium.org2010-10-191-3/+4
* Revert 62918 - net: clean up SSLHostInfo construction.agl@chromium.org2010-10-181-4/+3
* net: clean up SSLHostInfo construction.agl@chromium.org2010-10-181-3/+4
* Revert 61897 - Do not use Alternate-Protocol for establishing new SpdySessions.mbelshe@chromium.org2010-10-161-52/+2
* Plumb up the preconnect logic from pools to StreamFactory.willchan@chromium.org2010-10-161-37/+28
* Integrate the SpdyProxyClientSocket into the HttpStreamRequestrch@chromium.org2010-10-131-0/+212