summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_stream.h
Commit message (Expand)AuthorAgeFilesLines
* Add SPDY request headers to DevTools.mmenke@chromium.org2012-09-071-0/+1
* SPDY: WriteHeaders should invoke OnDataSent callbacktoyoshim@chromium.org2012-08-151-3/+13
* SPDY - Handle incomplete headers during server push.rtenneti@chromium.org2012-08-061-1/+2
* Add WriteHeaders interface to SpdySession and SpdyStream.toyoshim@chromium.org2012-08-031-1/+20
* Instead of enqueueing SPDY frames, enqueue SPDY streams that are ready to pro...rch@chromium.org2012-07-261-2/+14
* Revert 147692 - Instead of enqueueing SPDY frames, instead enqueue SPDY strea...vitalybuka@chromium.org2012-07-201-14/+2
* Instead of enqueueing SPDY frames, instead enqueue SPDY streams that are read...rch@chromium.org2012-07-201-2/+14
* Remove old unclaimed streams pushed by a SPDY server.bengr@google.com2012-07-181-0/+1
* Remove linked_ptr from SpdyStream.rch@chromium.org2012-07-181-5/+5
* SPDY - chunked upload - cleanup of spdy_http_stream to read the datartenneti@chromium.org2012-07-121-9/+1
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Revert 144649 - Instead of enqueueing SPDY frames, instead enqueue SPDY strea...mattm@chromium.org2012-06-281-14/+2
* Instead of enqueueing SPDY frames, instead enqueue SPDY streams that are read...rch@chromium.org2012-06-281-2/+14
* NetLogEventParameter to Callback refactoring 3.mmenke@chromium.org2012-06-131-19/+0
* fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPee...zhaoqin@chromium.org2012-06-081-1/+1
* Cleanup: Remove unneeded scoped_ptr.h includes from net.thestig@chromium.org2012-05-171-1/+0
* [net] Change order of RequestPriority to natural: higher > lowerszym@chromium.org2012-04-241-3/+4
* SPDY - Added the following flow control unitests.rtenneti@chromium.org2012-04-111-1/+9
* Properly handle spdy3 responses.rch@chromium.org2012-04-031-4/+0
* Move NextProto enum to a new file net/socket/next_proto.hrch@chromium.org2012-03-311-1/+1
* Implement correct v3 CREDENTIAL frame support.rch@chromium.org2012-03-241-0/+1
* Rename origin_bound_cert files to server_bound_cert.mattm@chromium.org2012-03-221-1/+1
* Move all objects from the spdy:: namespace to net::rch@chromium.org2012-03-221-16/+16
* Change Origin bound certs -> Domain bound certs.mattm@chromium.org2012-03-201-13/+13
* Send correct request headers when using spdy 3.rch@chromium.org2012-03-151-0/+6
* SPDY - flow control optimizations. Send WINDOW_UPDATErtenneti@chromium.org2012-02-291-0/+4
* SPDY - Better SPDY error logging in NetLog.rtenneti@chromium.org2012-02-231-0/+22
* Revert 121379 - net: Simplify SpdyHttpStream::OnSendBody() and OnSendBodyComp...satorux@chromium.org2012-02-151-1/+2
* SPDY - updated comments and used int32 for window sizertenneti@chromium.org2012-02-141-11/+11
* net: Simplify SpdyHttpStream::OnSendBody() and OnSendBodyComplete().satorux@chromium.org2012-02-101-2/+1
* net: Rework UploadDataStream API by introducing Read().satorux@chromium.org2012-02-081-0/+3
* Adds support for the credentials frame.rch@chromium.org2012-02-081-0/+17
* SPDY - Adjust the send window size of all streams (new and current)rtenneti@chromium.org2012-02-071-1/+4
* Added protocol_version negotiated with the server.rtenneti@google.com2011-12-201-1/+4
* Add OVERRIDE to net/.avi@chromium.org2011-11-161-1/+1
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-3/+3
* WebSocket over SPDY: SpdyWebSocketStreamtoyoshim@chromium.org2011-06-271-0/+1
* Net: Add NET_API to socket_stream and spdy.rvargas@google.com2011-05-191-3/+4
* Added GetLocalAddress() in net::ClientSocket.sergeyu@chromium.org2011-04-191-0/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-4/+4
* Add chunked uploads support to SPDYsatish@chromium.org2011-03-041-4/+14
* Revert "Add chunked uploads support to SPDY"satish@chromium.org2011-03-041-14/+4
* Add chunked uploads support to SPDYsatish@chromium.org2011-03-041-4/+14
* Add origin checking for server pushed resources.mbelshe@chromium.org2010-12-081-0/+8
* Update server push to allow use of HEADERS frame.mbelshe@chromium.org2010-12-031-2/+10
* Fixes the tests written for http://codereview.chromium.org/3432009/showrch@chromium.org2010-10-011-0/+7
* Revert 60747 - Add a new class SpdyProxyClientSocket which implements ClientS...rch@chromium.org2010-09-281-7/+0
* Add a new class SpdyProxyClientSocket which implements ClientSocketrch@chromium.org2010-09-281-0/+7
* Migrate spdy_session from using LOG() to NetLog. In the process, I'mmbelshe@chromium.org2010-09-011-2/+4
* SPDY flow control: add support for receive window sizeagayev@chromium.org2010-08-261-0/+16