summaryrefslogtreecommitdiffstats
path: root/net/http/http_stream.h
Commit message (Expand)AuthorAgeFilesLines
* net: Remove UploadDataStream* argument from HttpStream::SendRequesthashimoto@chromium.org2012-11-151-1/+0
* Introduce HttpStreamBasebashi@chromium.org2012-11-091-101/+4
* net: Stop passing ownership of UploadDataStream from HttpNetworkTransaction t...hashimoto@chromium.org2012-11-011-4/+1
* net: Return size of upload as well as position from HttpTransaction::GetUploa...hashimoto@chromium.org2012-08-301-1/+2
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Make HttpStream take a scoped_ptr<UploadDataStream>, to clearly communicate t...rsleevi@chromium.org2012-06-141-4/+4
* base::Bind: Convert most of net/http.jhawkins@chromium.org2011-12-201-4/+4
* Basic HTTP pipelining support.simonjam@chromium.org2011-10-191-0/+7
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-4/+4
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-2/+2
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-271-0/+4
* Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da...dimich@chromium.org2011-06-241-4/+0
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-241-0/+4
* Net: Add NET_API to some http code.rvargas@google.com2011-05-191-1/+2
* Re-connect if Keep-Alive connection has been closed by the time we get around...asanka@chromium.org2011-05-051-1/+5
* Revert 83524 - Re-connect if Keep-Alive connection has been closed by the tim...asanka@chromium.org2011-04-291-5/+1
* Re-connect if Keep-Alive connection has been closed by the time we get around...asanka@chromium.org2011-04-291-1/+5
* Don't drain response bodies for SpdyHttpStreams.willchan@chromium.org2011-03-111-0/+4
* Revert r77399 in preparation for merging a small portion of it to 696.willchan@chromium.org2011-03-111-4/+0
* Reland r77075,r77077.willchan@chromium.org2011-03-091-0/+4
* Revert 77075 - Don't block on stream requests on Alternate-Protocol.jochen@chromium.org2011-03-071-4/+0
* Don't block on stream requests on Alternate-Protocol.willchan@chromium.org2011-03-061-0/+4
* HttpStream::SendRequestrch@chromium.org2010-10-271-2/+3
* Add a RenewStreamForAuth method to HttpStream, replacing DetachConnectionvandebo@chromium.org2010-10-141-12/+7
* Detach the ClientSocketHandle from an HttpStream so the same socket can be re...cbentzel@chromium.org2010-10-061-0/+12
* Eliminate HttpStreamHandle. The name confused me.willchan@chromium.org2010-09-211-1/+4
* Extract connection logic from HttpNetworkTransaction into a newmbelshe@chromium.org2010-08-191-2/+32
* I've refactored HttpStream, SpdyHttpStream and HttpBasicStream so thatrch@chromium.org2010-07-291-3/+9
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Use HttpRequestHeaders for extra_headers.willchan@chromium.org2010-04-201-1/+1
* Use 0 for successful end of stream.vandebo@chromium.org2010-03-081-2/+2
* Add ERR_END_OF_STREAMvandebo@google.com2010-02-241-6/+8
* Include completion_callback.h instead of client_socket_handle.h.wtc@chromium.org2010-02-091-1/+1
* Make the transactions own the HttpResponseInfo.willchan@chromium.org2009-12-161-0/+1
* Increase the maximum allowed read buffer to 2MB.vandebo@chromium.org2009-11-241-1/+1
* A large Content-Length header followed by a connection close could trigger an...vandebo@chromium.org2009-11-231-7/+8
* Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing...vandebo@chromium.org2009-10-171-29/+52
* Reverting 29316.vandebo@chromium.org2009-10-161-52/+29
* Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing...vandebo@chromium.org2009-10-161-29/+52
* Introduce HttpStream and HttpBasicStream.willchan@chromium.org2009-06-111-0/+60