summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_session.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Defer SpdySession destruction to support closing writesjgraettinger@chromium.org2014-06-051-49/+28
* Revert 273680 "Defer SpdySession destruction to support closing ..."dxie@chromium.org2014-06-011-28/+49
* Add headers argument tobaranovich@yandex-team.ru2014-05-301-1/+2
* Defer SpdySession destruction to support closing writesjgraettinger@chromium.org2014-05-301-49/+28
* Fix WeakPtrFactory member ordern.bansal@samsung.com2014-05-271-7/+8
* Fail the SPDY transaction if it does not meet TLS base requirements.willchan@chromium.org2014-05-231-0/+4
* Ensure races between pending and new SPDY streams don't violate session concu...jgraettinger@chromium.org2014-05-201-0/+1
* Correct SpdySession StreamID exhaustion behaviorjgraettinger@chromium.org2014-05-171-2/+3
* SPDY & HPACK: Land recent internal changes (through 65328503)jgraettinger@chromium.org2014-04-291-3/+7
* Reland 'Fix SPDY error-handling if the connection gets closed just after use.'davidben@chromium.org2014-03-251-10/+10
* Revert of Fix SPDY error-handling if the connection gets closed just after us...vandebo@chromium.org2014-03-211-10/+10
* Fix SPDY error-handling if the connection gets closed just after use.davidben@chromium.org2014-03-211-10/+10
* Implement SPDY4 CONTINUATION frame in SpdyFramer.jgraettinger@chromium.org2014-03-031-2/+3
* Implements the ACK flag for SPDY4/HTTP2 PING framesjgraettinger@chromium.org2014-02-251-2/+2
* Changes the type for PING id from uint32 to uint64.jgraettinger@chromium.org2014-02-121-1/+1
* Deprecate instead of close SPDY sessions upon network change. This brings our...pauljensen@chromium.org2014-02-061-0/+5
* SPDY cleanup: remove credential slot.jgraettinger@chromium.org2014-01-301-2/+0
* Modified SpdyFramer to ignore credential frames.jgraettinger@chromium.org2014-01-231-2/+2
* Enable an opaque data field on RST_STREAM framesjgraettinger@chromium.org2014-01-231-2/+3
* Added a reason field and a description to GOAWAY.jgraettinger@chromium.org2014-01-211-43/+46
* Add "raw_received_bytes" getter to SpdyStream.eustas@chromium.org2013-12-091-1/+7
* Use SpdyMajorVersion instead of int consistentlyrch@chromium.org2013-11-261-1/+1
* [SPDY] Remove most code dealing with credential framesakalin@chromium.org2013-10-291-23/+0
* [Net] Separate out NUM_PRIORITIES from RequestPriority enumakalin@chromium.org2013-10-191-1/+2
* [SPDY] Remove references to obsolete SPDY versions SPDY/1 and SPDY/2.1akalin@chromium.org2013-10-041-8/+2
* When an idle socket is added back to a socket pool,mmenke@chromium.org2013-08-221-2/+2
* [SPDY] Fix handling of pending stream creation tasks on a session going awayakalin@chromium.org2013-08-161-12/+12
* Remove requested types from the server bound cert service: it onlyjuanlang@google.com2013-08-071-2/+0
* [SPDY] Send HTTP/2 connection prefix for HTTP/2 connectionsakalin@chromium.org2013-08-011-5/+17
* [SPDY] Add strings and constants for HTTP/2 draft 04akalin@chromium.org2013-07-301-1/+14
* Revert 214289 "[SPDY] Add strings and constants for HTTP/2 draft 04"akalin@chromium.org2013-07-301-14/+1
* [SPDY] Add strings and constants for HTTP/2 draft 04akalin@chromium.org2013-07-301-1/+14
* [SPDY] Send a RST_STREAM frame before closing the associated streamakalin@chromium.org2013-07-251-7/+11
* [SPDY] Make SpdySession not ref-countedakalin@chromium.org2013-07-221-4/+3
* [SPDY] Use WeakPtr<SpdySession> everywhere but SpdySessionPoolakalin@chromium.org2013-07-221-2/+8
* [SPDY] Remove a SPDY session from its pool only when not in an IO loopakalin@chromium.org2013-07-221-11/+56
* [SPDY] Fully implement handling of GOAWAY framesakalin@chromium.org2013-07-191-27/+60
* [SPDY] Use WeakPtr<HttpServerProperties> instead of raw pointersakalin@chromium.org2013-07-181-2/+2
* [SPDY] Refactor SpdySession state machine (take 2)akalin@chromium.org2013-07-181-45/+50
* Revert "[SPDY] Refactor SpdySession state machine"akalin@chromium.org2013-07-171-48/+45
* [SPDY] Refactor SpdySession state machineakalin@chromium.org2013-07-161-45/+48