| Commit message (Expand) | Author | Age | Files | Lines |
* | SPDY - A histogram to track spdy versions negotiated by chrome. | rtenneti@google.com | 2012-08-22 | 1 | -0/+1 |
* | net: Fix more clang warnings about missing virtual and OVERRIDE annotations. | tfarina@chromium.org | 2012-08-19 | 1 | -1/+1 |
* | Clean-up inline members of nested classes (net/) | hans@chromium.org | 2012-08-09 | 1 | -0/+18 |
* | Implement TLS Channel ID support for SPDY CREDENTIAL frames | rch@chromium.org | 2012-08-06 | 1 | -34/+12 |
* | Add WriteHeaders interface to SpdySession and SpdyStream. | toyoshim@chromium.org | 2012-08-03 | 1 | -1/+25 |
* | Fix bug in SpdySession where map.erase() was called on an iterator when the u... | rch@chromium.org | 2012-07-30 | 1 | -2/+2 |
* | Instead of enqueueing SPDY frames, enqueue SPDY streams that are ready to pro... | rch@chromium.org | 2012-07-26 | 1 | -98/+153 |
* | SPDY - minor bug fixes. Log status code for GOAWAY frames | rtenneti@google.com | 2012-07-24 | 1 | -2/+5 |
* | Revert 147692 - Instead of enqueueing SPDY frames, instead enqueue SPDY strea... | vitalybuka@chromium.org | 2012-07-20 | 1 | -152/+98 |
* | Instead of enqueueing SPDY frames, instead enqueue SPDY streams that are read... | rch@chromium.org | 2012-07-20 | 1 | -98/+152 |
* | Change SpdySession::GetSSLInfo to get the SSLInfo from the underlying socket | rch@chromium.org | 2012-07-19 | 1 | -9/+4 |
* | Remove old unclaimed streams pushed by a SPDY server. | bengr@google.com | 2012-07-18 | 1 | -3/+65 |
* | SPDY_SESSION_RECV_DATA doesn't indicate the DATA_FLAG_FIN | toyoshim@chromium.org | 2012-07-12 | 1 | -2/+3 |
* | Remove several usages of linked_ptr in spdy land. | rch@chromium.org | 2012-07-11 | 1 | -14/+13 |
* | Created new SpdyFramerVisitorInterface::OnSynStream(), SpdyFramerVisitorInter... | rch@chromium.org | 2012-07-09 | 1 | -35/+36 |
* | Revert 144649 - Instead of enqueueing SPDY frames, instead enqueue SPDY strea... | mattm@chromium.org | 2012-06-28 | 1 | -152/+99 |
* | Instead of enqueueing SPDY frames, instead enqueue SPDY streams that are read... | rch@chromium.org | 2012-06-28 | 1 | -99/+152 |
* | 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 | 1 | -2/+6 |
* | Add a new OnControlFrameCompressed method to SpdyFramerVisitor which is invok... | rch@chromium.org | 2012-06-26 | 1 | -9/+14 |
* | Convert SSLClientSocketNSS to use the NSS Channel ID callback. | mattm@chromium.org | 2012-06-26 | 1 | -9/+4 |
* | 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 | 1 | -10/+16 |
* | SPDY: Set initial max concurrent streams to 100 | willchan@chromium.org | 2012-06-14 | 1 | -1/+1 |
* | NetLogEventParameter to Callback refactoring 3. | mmenke@chromium.org | 2012-06-13 | 1 | -281/+143 |
* | fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPee... | zhaoqin@chromium.org | 2012-06-08 | 1 | -1/+1 |
* | Increase Chrome SPDY/3 stream receive window to 10MB. The goal is to set the... | rch@chromium.org | 2012-06-04 | 1 | -6/+33 |
* | Rename CapturingNetLog::Entry to CapturingNetLog::CaptureEntry, | mmenke@chromium.org | 2012-06-02 | 1 | -3/+3 |
* | Always enqueue SYN_STREAM frames to the output queue at HIGHEST priority | rch@chromium.org | 2012-05-31 | 1 | -47/+10 |
* | Change the stream_id for streams which are serialized out of order. | rch@chromium.org | 2012-05-15 | 1 | -0/+45 |
* | SPDY - Deleted the code that sends trailing ping. | rtenneti@chromium.org | 2012-05-11 | 1 | -53/+9 |
* | Consistently log the ID of a spdy stream as "stream_id" | rch@chromium.org | 2012-05-09 | 1 | -3/+3 |
* | Change a DCHECK into a CHECK in SpdySession::WriteStreamData to ensure that w... | rch@chromium.org | 2012-05-01 | 1 | -10/+5 |
* | RefCounted types should not have public destructors, net/ | rsleevi@chromium.org | 2012-04-28 | 1 | -10/+13 |
* | Add a new UMA histogram for tracking SpdySessionErrorDetails | rch@chromium.org | 2012-04-28 | 1 | -0/+25 |
* | Change BufferedSpdyFramerVisitorInterface::OnError to take an SpdyFramer::Spd... | rch@chromium.org | 2012-04-27 | 1 | -1/+1 |
* | Fixed unsafe passing of command-line parameter to SpdySession | bengr@google.com | 2012-04-27 | 1 | -13/+4 |
* | [net] Change order of RequestPriority to natural: higher > lower | szym@chromium.org | 2012-04-24 | 1 | -10/+12 |
* | Remove SpdyFramer::CompressFrame() and use CompressControlFrame instead. | rch@chromium.org | 2012-04-23 | 1 | -1/+3 |
* | Remove the SpdyStatusCode INVALID_ASSOCIATED_STREAM which was never defined i... | rch@chromium.org | 2012-04-19 | 1 | -1/+1 |
* | SPDY - replaced SpdySettings (list) with SettingsMap | rtenneti@chromium.org | 2012-04-18 | 1 | -12/+9 |
* | Make ConvertRequestPriorityToSpdyPriority aware of new SPDY 3 priorities. | rch@chromium.org | 2012-04-17 | 1 | -1/+1 |
* | SPDY - Added the following flow control unitests. | rtenneti@chromium.org | 2012-04-11 | 1 | -8/+15 |
* | Remove SPDY 2.1 support. | rch@chromium.org | 2012-04-09 | 1 | -1/+1 |
* | Revert 131256 - Catch the use after free callstack of HttpServerProperties. | rtenneti@chromium.org | 2012-04-08 | 1 | -1/+0 |
* | Catch the use after free callstack of HttpServerProperties. | rtenneti@chromium.org | 2012-04-07 | 1 | -0/+1 |
* | Reverting again ... More crashes, and the instrumentation did not appear to help | rch@chromium.org | 2012-04-06 | 1 | -13/+0 |
* | disallow proxy push of HTTPS content | bengr@google.com | 2012-04-05 | 1 | -1/+9 |
* | Properly handle spdy3 responses. | rch@chromium.org | 2012-04-03 | 1 | -23/+13 |
* | Add a new GetNegotiatedProtocol method to StreamSocket and implement in all s... | rch@chromium.org | 2012-04-03 | 1 | -4/+4 |