summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_session.cc
Commit message (Expand)AuthorAgeFilesLines
* SPDY - A histogram to track spdy versions negotiated by chrome.rtenneti@google.com2012-08-221-0/+1
* net: Fix more clang warnings about missing virtual and OVERRIDE annotations.tfarina@chromium.org2012-08-191-1/+1
* Clean-up inline members of nested classes (net/)hans@chromium.org2012-08-091-0/+18
* Implement TLS Channel ID support for SPDY CREDENTIAL framesrch@chromium.org2012-08-061-34/+12
* Add WriteHeaders interface to SpdySession and SpdyStream.toyoshim@chromium.org2012-08-031-1/+25
* Fix bug in SpdySession where map.erase() was called on an iterator when the u...rch@chromium.org2012-07-301-2/+2
* Instead of enqueueing SPDY frames, enqueue SPDY streams that are ready to pro...rch@chromium.org2012-07-261-98/+153
* SPDY - minor bug fixes. Log status code for GOAWAY framesrtenneti@google.com2012-07-241-2/+5
* Revert 147692 - Instead of enqueueing SPDY frames, instead enqueue SPDY strea...vitalybuka@chromium.org2012-07-201-152/+98
* Instead of enqueueing SPDY frames, instead enqueue SPDY streams that are read...rch@chromium.org2012-07-201-98/+152
* Change SpdySession::GetSSLInfo to get the SSLInfo from the underlying socketrch@chromium.org2012-07-191-9/+4
* Remove old unclaimed streams pushed by a SPDY server.bengr@google.com2012-07-181-3/+65
* SPDY_SESSION_RECV_DATA doesn't indicate the DATA_FLAG_FINtoyoshim@chromium.org2012-07-121-2/+3
* Remove several usages of linked_ptr in spdy land.rch@chromium.org2012-07-111-14/+13
* Created new SpdyFramerVisitorInterface::OnSynStream(), SpdyFramerVisitorInter...rch@chromium.org2012-07-091-35/+36
* Revert 144649 - Instead of enqueueing SPDY frames, instead enqueue SPDY strea...mattm@chromium.org2012-06-281-152/+99
* Instead of enqueueing SPDY frames, instead enqueue SPDY streams that are read...rch@chromium.org2012-06-281-99/+152
* Properly display the negotiated protocol for spdy proxy sessions.rch@chromium.org2012-06-271-5/+2
* Rename SpdySession::kInitialMaxConcurrentStreams to rch@chromium.org2012-06-261-2/+6
* Add a new OnControlFrameCompressed method to SpdyFramerVisitor which is invok...rch@chromium.org2012-06-261-9/+14
* Convert SSLClientSocketNSS to use the NSS Channel ID callback.mattm@chromium.org2012-06-261-9/+4
* Add a new Net.SpdySynStreamCompressionPercentage histogram for tracking how e...rch@chromium.org2012-06-181-1/+13
* SPDY - Added SETTINGS_MAX_CONCURRENT_STREAMS:1000 in the initial SETTINGS frame,rtenneti@google.com2012-06-141-10/+16
* SPDY: Set initial max concurrent streams to 100willchan@chromium.org2012-06-141-1/+1
* NetLogEventParameter to Callback refactoring 3.mmenke@chromium.org2012-06-131-281/+143
* fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPee...zhaoqin@chromium.org2012-06-081-1/+1
* Increase Chrome SPDY/3 stream receive window to 10MB. The goal is to set the...rch@chromium.org2012-06-041-6/+33
* Rename CapturingNetLog::Entry to CapturingNetLog::CaptureEntry,mmenke@chromium.org2012-06-021-3/+3
* Always enqueue SYN_STREAM frames to the output queue at HIGHEST priorityrch@chromium.org2012-05-311-47/+10
* Change the stream_id for streams which are serialized out of order.rch@chromium.org2012-05-151-0/+45
* SPDY - Deleted the code that sends trailing ping.rtenneti@chromium.org2012-05-111-53/+9
* Consistently log the ID of a spdy stream as "stream_id"rch@chromium.org2012-05-091-3/+3
* Change a DCHECK into a CHECK in SpdySession::WriteStreamData to ensure that w...rch@chromium.org2012-05-011-10/+5
* RefCounted types should not have public destructors, net/rsleevi@chromium.org2012-04-281-10/+13
* Add a new UMA histogram for tracking SpdySessionErrorDetailsrch@chromium.org2012-04-281-0/+25
* Change BufferedSpdyFramerVisitorInterface::OnError to take an SpdyFramer::Spd...rch@chromium.org2012-04-271-1/+1
* Fixed unsafe passing of command-line parameter to SpdySessionbengr@google.com2012-04-271-13/+4
* [net] Change order of RequestPriority to natural: higher > lowerszym@chromium.org2012-04-241-10/+12
* Remove SpdyFramer::CompressFrame() and use CompressControlFrame instead.rch@chromium.org2012-04-231-1/+3
* Remove the SpdyStatusCode INVALID_ASSOCIATED_STREAM which was never defined i...rch@chromium.org2012-04-191-1/+1
* SPDY - replaced SpdySettings (list) with SettingsMaprtenneti@chromium.org2012-04-181-12/+9
* Make ConvertRequestPriorityToSpdyPriority aware of new SPDY 3 priorities.rch@chromium.org2012-04-171-1/+1
* SPDY - Added the following flow control unitests.rtenneti@chromium.org2012-04-111-8/+15
* Remove SPDY 2.1 support.rch@chromium.org2012-04-091-1/+1
* Revert 131256 - Catch the use after free callstack of HttpServerProperties.rtenneti@chromium.org2012-04-081-1/+0
* Catch the use after free callstack of HttpServerProperties.rtenneti@chromium.org2012-04-071-0/+1
* Reverting again ... More crashes, and the instrumentation did not appear to helprch@chromium.org2012-04-061-13/+0
* disallow proxy push of HTTPS contentbengr@google.com2012-04-051-1/+9
* Properly handle spdy3 responses.rch@chromium.org2012-04-031-23/+13
* Add a new GetNegotiatedProtocol method to StreamSocket and implement in all s...rch@chromium.org2012-04-031-4/+4