| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix proxy CONNECT response handling | ttuttle@chromium.org | 2012-08-09 | 4 | -34/+150 |
* | SPDY - Handle incomplete headers during server push. | rtenneti@chromium.org | 2012-08-06 | 14 | -16/+284 |
* | Implement TLS Channel ID support for SPDY CREDENTIAL frames | rch@chromium.org | 2012-08-06 | 5 | -53/+274 |
* | Add WriteHeaders interface to SpdySession and SpdyStream. | toyoshim@chromium.org | 2012-08-03 | 12 | -161/+629 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2012-08-03 | 1 | -1/+2 |
* | Log SPDY request headers in URL_REQUEST events in net-internals. | pauljensen@chromium.org | 2012-08-01 | 1 | -0/+23 |
* | Simplify the EC signature creation code by moving it to a Helper. | rch@chromium.org | 2012-08-01 | 3 | -47/+63 |
* | Fix bug in SpdySession where map.erase() was called on an iterator when the u... | rch@chromium.org | 2012-07-30 | 3 | -15/+277 |
* | Fix a SPDY crash bug where a CHECK() is hit because a cancelled stream is con... | rch@chromium.org | 2012-07-28 | 3 | -0/+216 |
* | Give MockRead and MockWrite distinct types. | yutak@chromium.org | 2012-07-27 | 4 | -10/+10 |
* | Instead of enqueueing SPDY frames, enqueue SPDY streams that are ready to pro... | rch@chromium.org | 2012-07-26 | 15 | -205/+457 |
* | SPDY - minor bug fixes. Log status code for GOAWAY frames | rtenneti@google.com | 2012-07-24 | 3 | -4/+7 |
* | Modify DeterministicSocketData to verify that the sequence number of reads an... | rch@chromium.org | 2012-07-21 | 4 | -26/+38 |
* | Revert 147692 - Instead of enqueueing SPDY frames, instead enqueue SPDY strea... | vitalybuka@chromium.org | 2012-07-20 | 15 | -456/+205 |
* | Instead of enqueueing SPDY frames, instead enqueue SPDY streams that are read... | rch@chromium.org | 2012-07-20 | 15 | -205/+456 |
* | Remove most usages of scoped_ptr<*SocketData> in net unittests. | rch@chromium.org | 2012-07-19 | 6 | -966/+738 |
* | Removed redundant static settings resets. | bengr@google.com | 2012-07-19 | 2 | -4/+0 |
* | Change SpdySession::GetSSLInfo to get the SSLInfo from the underlying socket | rch@chromium.org | 2012-07-19 | 3 | -9/+17 |
* | Refactor the SPDY stream unit test with merging common part. | shouqun.liu@intel.com | 2012-07-19 | 4 | -140/+143 |
* | Remove old unclaimed streams pushed by a SPDY server. | bengr@google.com | 2012-07-18 | 5 | -6/+232 |
* | Remove linked_ptr from SpdyStream. | rch@chromium.org | 2012-07-18 | 14 | -47/+50 |
* | SPDY_SESSION_RECV_DATA doesn't indicate the DATA_FLAG_FIN | toyoshim@chromium.org | 2012-07-12 | 9 | -20/+33 |
* | SPDY - chunked upload - cleanup of spdy_http_stream to read the data | rtenneti@chromium.org | 2012-07-12 | 16 | -130/+542 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 19 | -19/+0 |
* | Remove several usages of linked_ptr in spdy land. | rch@chromium.org | 2012-07-11 | 7 | -38/+35 |
* | DeterministicSocketDataProvider should not be RefCounted | rsleevi@chromium.org | 2012-07-10 | 5 | -113/+83 |
* | Created new SpdyFramerVisitorInterface::OnSynStream(), SpdyFramerVisitorInter... | rch@chromium.org | 2012-07-09 | 9 | -262/+500 |
* | Revert 144649 - Instead of enqueueing SPDY frames, instead enqueue SPDY strea... | mattm@chromium.org | 2012-06-28 | 15 | -455/+208 |
* | Instead of enqueueing SPDY frames, instead enqueue SPDY streams that are read... | rch@chromium.org | 2012-06-28 | 15 | -208/+455 |
* | Properly display the negotiated protocol for spdy proxy sessions. | rch@chromium.org | 2012-06-27 | 1 | -5/+2 |
* | Rename SpdySession::kInitialMaxConcurrentStreams to | rch@chromium.org | 2012-06-26 | 4 | -6/+10 |
* | Add a new OnControlFrameCompressed method to SpdyFramerVisitor which is invok... | rch@chromium.org | 2012-06-26 | 9 | -9/+68 |
* | Convert SSLClientSocketNSS to use the NSS Channel ID callback. | mattm@chromium.org | 2012-06-26 | 6 | -26/+15 |
* | Added URLRequestContext to constructor for URLRequest. | erikwright@chromium.org | 2012-06-22 | 2 | -12/+12 |
* | Add a new Net.SpdySynStreamCompressionPercentage histogram for tracking how e... | rch@chromium.org | 2012-06-18 | 1 | -1/+13 |
* | SPDY - Added SETTINGS_MAX_CONCURRENT_STREAMS:1000 in the initial SETTINGS frame, | rtenneti@google.com | 2012-06-14 | 10 | -17/+124 |
* | SPDY: Set initial max concurrent streams to 100 | willchan@chromium.org | 2012-06-14 | 1 | -1/+1 |
* | Make HttpStream take a scoped_ptr<UploadDataStream>, to clearly communicate t... | rsleevi@chromium.org | 2012-06-14 | 4 | -24/+28 |
* | Disk cache: Make sure that references to IO buffers are | rvargas@chromium.org | 2012-06-14 | 2 | -2/+2 |
* | NetLogEventParameter to Callback refactoring 3. | mmenke@chromium.org | 2012-06-13 | 6 | -421/+178 |
* | Make NetLog take in callbacks that return Values rather | mmenke@chromium.org | 2012-06-10 | 1 | -12/+9 |
* | Add a new OnHostResolutionCallback to TransportSocketParams | rch@chromium.org | 2012-06-08 | 10 | -44/+82 |
* | CapturingNetLog - remove maximum entries constructor argument. | mmenke@chromium.org | 2012-06-08 | 6 | -6/+6 |
* | fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPee... | zhaoqin@chromium.org | 2012-06-08 | 10 | -14/+13 |
* | Increase Chrome SPDY/3 stream receive window to 10MB. The goal is to set the... | rch@chromium.org | 2012-06-04 | 4 | -7/+105 |
* | Rename CapturingNetLog::Entry to CapturingNetLog::CaptureEntry, | mmenke@chromium.org | 2012-06-02 | 8 | -74/+63 |
* | Always enqueue SYN_STREAM frames to the output queue at HIGHEST priority | rch@chromium.org | 2012-05-31 | 6 | -90/+32 |
* | RefCounted types should not have public destructors, net/ edition | rsleevi@chromium.org | 2012-05-29 | 2 | -1/+6 |
* | Cleanup: Remove unneeded scoped_ptr.h includes from net. | thestig@chromium.org | 2012-05-17 | 2 | -2/+0 |
* | Change the stream_id for streams which are serialized out of order. | rch@chromium.org | 2012-05-15 | 7 | -0/+444 |