| Commit message (Expand) | Author | Age | Files | Lines |
* | Add SPDY request headers to DevTools. | mmenke@chromium.org | 2012-09-07 | 1 | -0/+1 |
* | SPDY: WriteHeaders should invoke OnDataSent callback | toyoshim@chromium.org | 2012-08-15 | 1 | -3/+13 |
* | SPDY - Handle incomplete headers during server push. | rtenneti@chromium.org | 2012-08-06 | 1 | -1/+2 |
* | Add WriteHeaders interface to SpdySession and SpdyStream. | toyoshim@chromium.org | 2012-08-03 | 1 | -1/+20 |
* | Instead of enqueueing SPDY frames, enqueue SPDY streams that are ready to pro... | rch@chromium.org | 2012-07-26 | 1 | -2/+14 |
* | Revert 147692 - Instead of enqueueing SPDY frames, instead enqueue SPDY strea... | vitalybuka@chromium.org | 2012-07-20 | 1 | -14/+2 |
* | Instead of enqueueing SPDY frames, instead enqueue SPDY streams that are read... | rch@chromium.org | 2012-07-20 | 1 | -2/+14 |
* | Remove old unclaimed streams pushed by a SPDY server. | bengr@google.com | 2012-07-18 | 1 | -0/+1 |
* | Remove linked_ptr from SpdyStream. | rch@chromium.org | 2012-07-18 | 1 | -5/+5 |
* | SPDY - chunked upload - cleanup of spdy_http_stream to read the data | rtenneti@chromium.org | 2012-07-12 | 1 | -9/+1 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Revert 144649 - Instead of enqueueing SPDY frames, instead enqueue SPDY strea... | mattm@chromium.org | 2012-06-28 | 1 | -14/+2 |
* | Instead of enqueueing SPDY frames, instead enqueue SPDY streams that are read... | rch@chromium.org | 2012-06-28 | 1 | -2/+14 |
* | NetLogEventParameter to Callback refactoring 3. | mmenke@chromium.org | 2012-06-13 | 1 | -19/+0 |
* | fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPee... | zhaoqin@chromium.org | 2012-06-08 | 1 | -1/+1 |
* | Cleanup: Remove unneeded scoped_ptr.h includes from net. | thestig@chromium.org | 2012-05-17 | 1 | -1/+0 |
* | [net] Change order of RequestPriority to natural: higher > lower | szym@chromium.org | 2012-04-24 | 1 | -3/+4 |
* | SPDY - Added the following flow control unitests. | rtenneti@chromium.org | 2012-04-11 | 1 | -1/+9 |
* | Properly handle spdy3 responses. | rch@chromium.org | 2012-04-03 | 1 | -4/+0 |
* | Move NextProto enum to a new file net/socket/next_proto.h | rch@chromium.org | 2012-03-31 | 1 | -1/+1 |
* | Implement correct v3 CREDENTIAL frame support. | rch@chromium.org | 2012-03-24 | 1 | -0/+1 |
* | Rename origin_bound_cert files to server_bound_cert. | mattm@chromium.org | 2012-03-22 | 1 | -1/+1 |
* | Move all objects from the spdy:: namespace to net:: | rch@chromium.org | 2012-03-22 | 1 | -16/+16 |
* | Change Origin bound certs -> Domain bound certs. | mattm@chromium.org | 2012-03-20 | 1 | -13/+13 |
* | Send correct request headers when using spdy 3. | rch@chromium.org | 2012-03-15 | 1 | -0/+6 |
* | SPDY - flow control optimizations. Send WINDOW_UPDATE | rtenneti@chromium.org | 2012-02-29 | 1 | -0/+4 |
* | SPDY - Better SPDY error logging in NetLog. | rtenneti@chromium.org | 2012-02-23 | 1 | -0/+22 |
* | Revert 121379 - net: Simplify SpdyHttpStream::OnSendBody() and OnSendBodyComp... | satorux@chromium.org | 2012-02-15 | 1 | -1/+2 |
* | SPDY - updated comments and used int32 for window size | rtenneti@chromium.org | 2012-02-14 | 1 | -11/+11 |
* | net: Simplify SpdyHttpStream::OnSendBody() and OnSendBodyComplete(). | satorux@chromium.org | 2012-02-10 | 1 | -2/+1 |
* | net: Rework UploadDataStream API by introducing Read(). | satorux@chromium.org | 2012-02-08 | 1 | -0/+3 |
* | Adds support for the credentials frame. | rch@chromium.org | 2012-02-08 | 1 | -0/+17 |
* | SPDY - Adjust the send window size of all streams (new and current) | rtenneti@chromium.org | 2012-02-07 | 1 | -1/+4 |
* | Added protocol_version negotiated with the server. | rtenneti@google.com | 2011-12-20 | 1 | -1/+4 |
* | Add OVERRIDE to net/. | avi@chromium.org | 2011-11-16 | 1 | -1/+1 |
* | Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE. | darin@chromium.org | 2011-08-12 | 1 | -3/+3 |
* | WebSocket over SPDY: SpdyWebSocketStream | toyoshim@chromium.org | 2011-06-27 | 1 | -0/+1 |
* | Net: Add NET_API to socket_stream and spdy. | rvargas@google.com | 2011-05-19 | 1 | -3/+4 |
* | Added GetLocalAddress() in net::ClientSocket. | sergeyu@chromium.org | 2011-04-19 | 1 | -0/+2 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -4/+4 |
* | Add chunked uploads support to SPDY | satish@chromium.org | 2011-03-04 | 1 | -4/+14 |
* | Revert "Add chunked uploads support to SPDY" | satish@chromium.org | 2011-03-04 | 1 | -14/+4 |
* | Add chunked uploads support to SPDY | satish@chromium.org | 2011-03-04 | 1 | -4/+14 |
* | Add origin checking for server pushed resources. | mbelshe@chromium.org | 2010-12-08 | 1 | -0/+8 |
* | Update server push to allow use of HEADERS frame. | mbelshe@chromium.org | 2010-12-03 | 1 | -2/+10 |
* | Fixes the tests written for http://codereview.chromium.org/3432009/show | rch@chromium.org | 2010-10-01 | 1 | -0/+7 |
* | Revert 60747 - Add a new class SpdyProxyClientSocket which implements ClientS... | rch@chromium.org | 2010-09-28 | 1 | -7/+0 |
* | Add a new class SpdyProxyClientSocket which implements ClientSocket | rch@chromium.org | 2010-09-28 | 1 | -0/+7 |
* | Migrate spdy_session from using LOG() to NetLog. In the process, I'm | mbelshe@chromium.org | 2010-09-01 | 1 | -2/+4 |
* | SPDY flow control: add support for receive window size | agayev@chromium.org | 2010-08-26 | 1 | -0/+16 |