summaryrefslogtreecommitdiffstats
path: root/net/http/http_basic_stream.h
Commit message (Expand)AuthorAgeFilesLines
* base::Bind: Convert most of net/http.jhawkins@chromium.org2011-12-201-4/+4
* Basic HTTP pipelining support.simonjam@chromium.org2011-10-191-0/+2
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-4/+4
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-271-0/+6
* Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da...dimich@chromium.org2011-06-241-6/+0
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-241-0/+6
* Re-connect if Keep-Alive connection has been closed by the time we get around...asanka@chromium.org2011-05-051-16/+19
* Revert 83524 - Re-connect if Keep-Alive connection has been closed by the tim...asanka@chromium.org2011-04-291-19/+16
* Re-connect if Keep-Alive connection has been closed by the time we get around...asanka@chromium.org2011-04-291-16/+19
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Don't drain response bodies for SpdyHttpStreams.willchan@chromium.org2011-03-111-0/+2
* Revert r77399 in preparation for merging a small portion of it to 696.willchan@chromium.org2011-03-111-2/+0
* Reland r77075,r77077.willchan@chromium.org2011-03-091-0/+2
* Revert 77075 - Don't block on stream requests on Alternate-Protocol.jochen@chromium.org2011-03-071-2/+0
* Don't block on stream requests on Alternate-Protocol.willchan@chromium.org2011-03-061-0/+2
* Allow a non-200 (or non-407) response for a CONNECT request from an HTTPS proxyrch@chromium.org2010-12-171-1/+7
* HttpStream::SendRequestrch@chromium.org2010-10-271-2/+9
* Add a RenewStreamForAuth method to HttpStream, replacing DetachConnectionvandebo@chromium.org2010-10-141-4/+2
* Detach the ClientSocketHandle from an HttpStream so the same socket can be re...cbentzel@chromium.org2010-10-061-0/+4
* Eliminate HttpStreamHandle. The name confused me.willchan@chromium.org2010-09-211-1/+1
* Extract connection logic from HttpNetworkTransaction into a newmbelshe@chromium.org2010-08-191-0/+10
* FBTF: Start cleaning up net/erg@google.com2010-08-111-4/+6
* I've refactored HttpStream, SpdyHttpStream and HttpBasicStream so thatrch@chromium.org2010-07-291-3/+8
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Reduce static initializers by removing inline constructors anddavemoore@chromium.org2010-07-211-1/+1
* Use HttpRequestHeaders for extra_headers.willchan@chromium.org2010-04-201-1/+1
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-2/+2
* Add more load log points near HttpNetworkTransaction::ReadHeadersvandebo@chromium.org2009-12-171-1/+2
* Make the transactions own the HttpResponseInfo.willchan@chromium.org2009-12-161-0/+1
* Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing...vandebo@chromium.org2009-10-171-14/+32
* Reverting 29316.vandebo@chromium.org2009-10-161-32/+14
* Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing...vandebo@chromium.org2009-10-161-14/+32
* Move socket related files from net/base to net/socket.willchan@chromium.org2009-06-221-1/+1
* Introduce HttpStream and HttpBasicStream.willchan@chromium.org2009-06-111-0/+44