summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_http_stream.cc
Commit message (Expand)AuthorAgeFilesLines
* Make HttpStream take a scoped_ptr<UploadDataStream>, to clearly communicate t...rsleevi@chromium.org2012-06-141-5/+3
* fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPee...zhaoqin@chromium.org2012-06-081-3/+2
* Reimplements net::AddressList without struct addrinfo.szym@chromium.org2012-05-071-1/+2
* Properly handle spdy3 responses.rch@chromium.org2012-04-031-1/+2
* Move NextProto enum to a new file net/socket/next_proto.hrch@chromium.org2012-03-311-4/+2
* Move all objects from the spdy:: namespace to net::rch@chromium.org2012-03-221-3/+3
* Send correct request headers when using spdy 3.rch@chromium.org2012-03-151-1/+2
* SPDY Proxy - Bug fix to handle flow control (spdy/2.1)rtenneti@google.com2012-02-161-2/+1
* Revert 121379 - net: Simplify SpdyHttpStream::OnSendBody() and OnSendBodyComp...satorux@chromium.org2012-02-151-13/+28
* net: Simplify SpdyHttpStream::OnSendBody() and OnSendBodyComplete().satorux@chromium.org2012-02-101-28/+13
* net: Rework UploadDataStream API by introducing Read().satorux@chromium.org2012-02-081-17/+42
* Convert use of int ms to TimeDelta in files owned by jar.tedvessenes@gmail.com2012-01-281-3/+3
* base::Bind: Convert net/spdy.jhawkins@chromium.org2011-12-211-4/+8
* base::Bind: Convert most of net/http.jhawkins@chromium.org2011-12-201-23/+23
* Initialize protocol_version to Unknown.rtenneti@chromium.org2011-12-201-2/+4
* Added protocol_version negotiated with the server.rtenneti@google.com2011-12-201-2/+7
* SPDY - add support for spdy/2.1 to support flow control.rtenneti@google.com2011-12-101-1/+1
* Basic HTTP pipelining support.simonjam@chromium.org2011-10-191-0/+5
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-5/+5
* Re-connect if Keep-Alive connection has been closed by the time we get around...asanka@chromium.org2011-05-051-1/+6
* Revert 83524 - Re-connect if Keep-Alive connection has been closed by the tim...asanka@chromium.org2011-04-291-6/+1
* Re-connect if Keep-Alive connection has been closed by the time we get around...asanka@chromium.org2011-04-291-1/+6
* 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 77077 - Fix clang after r77075.jochen@chromium.org2011-03-071-4/+0
* Fix clang after r77075.willchan@chromium.org2011-03-061-0/+4
* Add chunked uploads support to SPDYsatish@chromium.org2011-03-041-5/+26
* Revert "Add chunked uploads support to SPDY"satish@chromium.org2011-03-041-26/+5
* Add chunked uploads support to SPDYsatish@chromium.org2011-03-041-5/+26
* Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNav...bryner@chromium.org2011-02-221-1/+10
* Prototype of chunked transfer encoded POST.satish@chromium.org2011-01-251-1/+1
* Allow a non-200 (or non-407) response for a CONNECT request from an HTTPS proxyrch@chromium.org2010-12-171-1/+9
* Start deinlining non-empty virtual methods. (This will be automatically checkederg@google.com2010-12-091-0/+26
* Don't set SSLInfo on non-https requests. For SPDY with self-signed certsmbelshe@chromium.org2010-12-091-1/+4
* Update server push to allow use of HEADERS frame.mbelshe@chromium.org2010-12-031-10/+23
* call SpdySession::flow_control() statically, instead of asrch@chromium.org2010-12-021-1/+1
* Convert implicit scoped_refptr constructor calls to explicit ones, part 2thakis@chromium.org2010-11-021-2/+2
* HttpStream::SendRequestrch@chromium.org2010-10-271-4/+2
* Move BuildRequestHeaders from HttpNetworkTransaction to rch@chromium.org2010-10-201-1/+5
* Add a RenewStreamForAuth method to HttpStream, replacing DetachConnectionvandebo@chromium.org2010-10-141-8/+0
* Detach the ClientSocketHandle from an HttpStream so the same socket can be re...cbentzel@chromium.org2010-10-061-0/+8
* Move two methods in spdy_http_stream.cc from an anonymous namespacerch@chromium.org2010-09-151-136/+1
* Add support for speaking SPDY to an HTTPS proxy.rch@chromium.org2010-09-011-5/+10
* SPDY flow control: add support for receive window sizeagayev@chromium.org2010-08-261-0/+2
* Move the stream initialization out of the HttpStreamRequest and backmbelshe@chromium.org2010-08-251-4/+7
* Fix bug where pushed SPDY streams were never actually closed.mbelshe@chromium.org2010-08-231-1/+2
* Extract connection logic from HttpNetworkTransaction into a newmbelshe@chromium.org2010-08-191-4/+24
* SPDY flow control: fix for WINDOW_UPDATEs arriving while request is being sent.agayev@chromium.org2010-08-171-4/+1
* FBTF: Start cleaning up net/erg@google.com2010-08-111-0/+1