summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_session.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in net/.Avi Drissman2015-12-201-0/+1
* Remove kint32max.avi2015-12-101-19/+22
* Remove |using base::StringPiece| from net/spdy header files.bnc2015-11-241-1/+1
* Remove already obsolete CREDENTIAL frame from SPDY code.bnc2015-11-211-2/+0
* Initial implementation of RequestPriority-based HTTP/2 dependencies.rdsmith2015-11-121-1/+28
* Add new, unused methods to SpdyFramerVisitorInterface.bnc2015-11-031-0/+3
* Revert of Add new, unused methods to SpdyFramerVisitorInterface. (patchset #3...bnc2015-11-021-3/+0
* Add new, unused methods to SpdyFramerVisitorInterface.bnc2015-11-021-0/+3
* Revert of Add new, unused methods to SpdyFramerVisitorInterface. (patchset #1...bnc2015-10-301-3/+0
* Add new, unused methods to SpdyFramerVisitorInterface.bnc2015-10-301-0/+3
* Log GOAWAY frame debug data.bnc2015-10-121-1/+2
* Remove SpdySession::GetSSLClientSocketparitosh.in2015-09-181-4/+0
* Yield in DoReadLoop after 20 ms instead of 50 ms.bnc2015-09-171-1/+1
* Remove kProtoHTTP2MinimumVersion, kProtoHTTP2MaximumVersion.bnc2015-09-021-1/+1
* Revert of Yield in DoReadLoop after 20 ms instead of 50 ms. (patchset #1 id:1...bnc2015-08-031-1/+1
* Yield in DoReadLoop after 20 ms instead of 50 ms.bnc2015-08-031-1/+1
* Yield in SpdySession::DoReadLoop after 50 ms.bnc2015-07-081-3/+4
* Change |delta_window_size| to signed type.bnc2015-07-081-3/+2
* s/SPDY4/HTTP2/g in enum NextProto value names.bnc2015-06-291-1/+1
* Parse stream dependency values carried in HTTP/2 headers frame.bnc2015-06-231-0/+2
* Returning scoped_ptr instead of raw pointer in SpdySessionPoolInfoToValue() i...payal.pandey2015-05-271-2/+2
* Remove SpdyStream::GetSSLCertRequestInfo.davidben2015-05-121-4/+0
* Remove unused max_concurrent_streams_limit_ member.bnc2015-04-291-2/+0
* Fix flow control enforcement condition.bnc2015-04-281-0/+4
* Flow control related refactoring.bnc2015-04-091-6/+3
* * Fix a bug in SpdySession::IncreaseRecvWindowSize() that was causingbnc2015-04-081-14/+25
* Account for HTTP/2 padding in receive windows.bnc2015-03-251-0/+2
* replace COMPILE_ASSERT with static_assert in net/mostynb2015-01-201-4/+4
* Fix "value possibly truncated" warnings on MSVC, net/spdy/ edition.pkasting2014-12-051-3/+3
* Correct initial flow control window size for HTTP/2.bnc2014-12-011-0/+4
* Add HTTP/2 error code from latest draft.bnc2014-11-131-2/+4
* Report HTTP/2 HEADERS frames as HEADERS, not SYN_STREAM.bnc2014-11-071-0/+2
* Standardize usage of virtual/override/final in net/dcheng2014-10-211-49/+43
* replace OVERRIDE and FINAL with override and final in net/mostynb2014-10-091-18/+18
* Go away on odd push and already seen push stream idsbaranovich2014-09-021-0/+3
* HTTP2 draft 14 supportbnc@chromium.org2014-08-211-0/+2
* Refactor pooling logic into a helper methodrch@chromium.org2014-08-191-0/+11
* Revert 290320 "Refactor pooling logic into a helper method"viettrungluu@chromium.org2014-08-181-11/+0
* Revert 290384 "Revert 289433 "Refactor pooling logic into a help..."viettrungluu@chromium.org2014-08-181-0/+11
* Revert 289433 "Refactor pooling logic into a helper method"viettrungluu@chromium.org2014-08-181-11/+0
* Refactor pooling logic into a helper methodrch@chromium.org2014-08-181-0/+11
* Revert 289433 "Refactor pooling logic into a helper method"rch@chromium.org2014-08-151-11/+0
* Refactor pooling logic into a helper methodrch@chromium.org2014-08-141-0/+11
* Reland "Separate client and server pushed streams limits."baranovich@yandex-team.ru2014-07-141-1/+26
* Revert of Separate client and server pushed streams limits. (https://coderevi...machenbach@chromium.org2014-07-081-24/+1
* Separate client and server pushed streams limits.baranovich@yandex-team.ru2014-07-081-1/+24
* Implement PUSH_PROMISE handling in spdy_sessionbaranovich@yandex-team.ru2014-06-201-0/+5
* Introduce STATE_RESERVED_REMOTE. No behavioral changesbaranovich@yandex-team.ru2014-06-121-0/+8
* SpdySession sends GOAWAY frame when closing on an error.jgraettinger@chromium.org2014-06-101-4/+7
* SpdySession go-away on network changejgraettinger@chromium.org2014-06-071-12/+17