summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_http_stream.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean up SpdyStream.erikchen@google.com2010-08-061-15/+17
* SPDY: flow-control fix: resume I/O once a WINDOW_UPDATE frame is received for...agayev@chromium.org2010-08-051-1/+4
* Implement server push protocol 2.erikchen@google.com2010-08-051-7/+6
* When we get a silent TCP RST, SPDY connections need to retry.mbelshe@chromium.org2010-07-311-0/+6
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-1/+2
* Revert 54381 - Revert 54378 - Add content-length to spdy post request header.lzheng@chromium.org2010-07-301-0/+16
* Revert 54378 - Add content-length to spdy post request header.lzheng@chromium.org2010-07-301-16/+0
* Add content-length to spdy post request header.lzheng@google.com2010-07-301-0/+16
* Use relative instead of absolute URIs in SPDY requestsmbelshe@chromium.org2010-07-301-1/+4
* I've refactored HttpStream, SpdyHttpStream and HttpBasicStream so thatrch@chromium.org2010-07-291-39/+36
* Use SpecForRequest to get rid of anchor in url for spdy.lzheng@chromium.org2010-07-261-1/+2
* Remove SpdyHttpStream dependency in SpdySessionukai@chromium.org2010-07-211-2/+2
* Refactor SpdyStream state for WebSocket supportukai@chromium.org2010-07-201-1/+8
* Implement MAX_CONCURRENT_STREAMS SETTINGS headergavinp@google.com2010-07-171-10/+36
* Fixed bug where streams do not shutdown properly after the user callback dele...erikchen@google.com2010-06-241-43/+246
* Revert 50215 because of crashes - Refactor SpdyStream to get HTTP specific ou...willchan@chromium.org2010-06-181-235/+38
* Refactor SpdyStream to get HTTP specific out of the interface and members.ukai@chromium.org2010-06-181-38/+235
* Refactor SpdyStream.ukai@chromium.org2010-06-141-0/+226