summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_network_transaction_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* net: rework the NPN patch.agl@chromium.org2011-10-181-7/+8
* Support SPDY RST_STREAM with REFUSED_STREAM status properly.willchan@chromium.org2011-10-131-0/+54
* Migrate HttpAlternateProtocols to HttpServerPropertiesImpl.willchan@chromium.org2011-10-101-2/+2
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-59/+59
* Change AuthChallengeInfo to better represent underlying encodings.cbentzel@chromium.org2011-09-121-4/+5
* Change HttpNetworkTransaction and HttpStreamFactoryImpl::Job rch@chromium.org2011-09-021-1/+1
* Cleanup some test ugliness. Stop using a global.willchan@chromium.org2011-07-011-2/+2
* Stop refcounting ProxyService.willchan@chromium.org2011-04-271-1/+2
* Turn off backup sockets for most tests in net_unittests.willchan@chromium.org2011-04-081-9/+0
* Do not send empty Accept-Language / Accept-Charset headers.willchan@chromium.org2011-03-301-8/+0
* Reland rest of r77399.willchan@chromium.org2011-03-121-91/+57
* Don't drain response bodies for SpdyHttpStreams.willchan@chromium.org2011-03-111-21/+23
* Revert r77399 in preparation for merging a small portion of it to 696.willchan@chromium.org2011-03-111-80/+112
* Reland r77075,r77077.willchan@chromium.org2011-03-091-112/+80
* Revert 77075 - Don't block on stream requests on Alternate-Protocol.jochen@chromium.org2011-03-071-69/+39
* Don't block on stream requests on Alternate-Protocol.willchan@chromium.org2011-03-061-39/+69
* Add chunked uploads support to SPDYsatish@chromium.org2011-03-041-0/+50
* Revert "Add chunked uploads support to SPDY"satish@chromium.org2011-03-041-50/+0
* Add chunked uploads support to SPDYsatish@chromium.org2011-03-041-0/+50
* Add HttpStreamFactory Job orphaning semantics.willchan@chromium.org2011-03-011-3/+191
* Refactor HttpStreamFactory.willchan@chromium.org2011-02-231-9/+10
* Revert 75668 for breaking ChromeOS build - Refactor HttpStreamFactory.willchan@chromium.org2011-02-231-10/+9
* Refactor HttpStreamFactory.willchan@chromium.org2011-02-221-9/+10
* Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNav...bryner@chromium.org2011-02-221-1/+2
* Refactor HttpNetworkSession construction.willchan@chromium.org2011-02-031-0/+3
* Fix the crash in SpdyNetworkTransactionTest.CorruptFrameSessionError.wtc@chromium.org2011-01-271-6/+5
* Clean up net unit testing code.erg@google.com2011-01-261-1/+1
* Revert "Clean up net unit testing code." since it breaks the shlib builder.erg@google.com2011-01-251-1/+1
* Clean up net unit testing code.erg@google.com2011-01-251-1/+1
* net: Remove typedef net::URLRequestStatus URLRequestStatus;tfarina@chromium.org2011-01-131-3/+3
* Linux build fix.mbelshe@chromium.org2010-12-081-1/+1
* Add origin checking for server pushed resources.mbelshe@chromium.org2010-12-081-5/+114
* Update server push to allow use of HEADERS frame.mbelshe@chromium.org2010-12-031-55/+681
* Update NetLog to be threadsafe.mmenke@chromium.org2010-12-011-9/+12
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-301-5/+5
* Change the way request headers are logged to the NetLog to ensurerch@chromium.org2010-11-111-2/+43
* Convert implicit scoped_refptr constructor calls to explicit ones, part 2thakis@chromium.org2010-11-021-4/+4
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-13/+13
* Add unit test for Basic authentication over SPDY.cbentzel@chromium.org2010-10-291-1/+93
* Add an off switch for SPDY:mbelshe@chromium.org2010-10-161-4/+62
* Clean up DeterministicSocketData class. Add unit tests to documentrch@chromium.org2010-10-051-4/+4
* Reland 61015 (unnecessary revert due to flaky build) - Stop refcounting SpdyS...willchan@chromium.org2010-09-301-7/+7
* Revert 61015 (broke fetch_client) - Stop refcounting SpdySessionPool.willchan@chromium.org2010-09-301-7/+7
* Stop refcounting SpdySessionPool.willchan@chromium.org2010-09-301-7/+7
* Stop refcounting ClientSocketPool.willchan@chromium.org2010-09-291-2/+2
* Remove the references to HttpNetworkSession in SpdySessionrch@chromium.org2010-09-251-1/+2
* Eliminate HttpStreamHandle. The name confused me.willchan@chromium.org2010-09-211-6/+3
* Reland r59910 - Add HttpResponseBodyDrainer. Use it for unfinished HttpStrea...willchan@chromium.org2010-09-211-4/+1
* Revert 59908 (breaks WebKit layout tests) - Add HttpResponseBodyDrainer. Use...willchan@chromium.org2010-09-201-1/+4
* Add HttpResponseBodyDrainer. Use it for unfinished HttpStreams.willchan@chromium.org2010-09-191-4/+1