summaryrefslogtreecommitdiffstats
path: root/net/spdy
Commit message (Expand)AuthorAgeFilesLines
* net: remove UsingTCPFastOpen() method from StreamSocket classtfarina2016-03-223-10/+0
* Rename net::BidirectionalStream*Job to net::BidirectionalStream*Implxunjieli2016-03-222-41/+42
* Process Alternative Service headers in net::BidirectionalStreamxunjieli2016-03-222-0/+4
* Fix bug in net::RequestPriority -> HTTP/2 dependency conversion.rdsmith2016-03-2115-95/+299
* Remove NetworkDelegate pointer from HttpNetworkSession.mmenke2016-03-181-1/+0
* Remove support forAlt-Svc/Alternate Protocol Probabilityrch2016-03-171-1/+1
* Lint SpdySession.bnc2016-03-162-5/+5
* Allow cross-origin push.bnc2016-03-158-56/+602
* Revert of Remove support for Alt-Svc/Alternate Protocol Probability (patchset...peconn2016-03-151-1/+1
* Remove support forAlt-Svc/Alternate Protocol Probabilityrch2016-03-151-1/+1
* Landing Recent QUIC changes until 2016-03-07 19:39 UTCrjshade2016-03-114-25/+341
* Consolidate SpdyFramer::WriteHeaderBlock() and SerializeHeaderBlockWithoutCom...bnc2016-03-102-19/+3
* Revert of Remove support for Alt-Svc/Alternate Protocol Probability (patchset...anthonyvd2016-03-071-1/+1
* Remove support forAlt-Svc/Alternate Protocol Probabilityrch2016-03-071-1/+1
* Landing recent QUIC changes until 7:19 PM, Feb 26, 2016 UTC-5.danzh2016-03-045-0/+16
* Close connection when receiving PUSH_PROMISE on server-initiated stream.bnc2016-03-042-13/+152
* Cut down on usage of deprecated APIs in //crypto.davidben2016-03-011-1/+2
* QUIC - chromium server push support.ckrasic2016-02-292-0/+22
* net: Add out-of-line copy ctors for complex classes.vmpstr2016-02-268-0/+15
* populate protocol field even if response header is n/azhongyi2016-02-261-1/+2
* net: move IsLocalhost() function into url_util.htfarina2016-02-233-3/+0
* Convert SPDY and HTTP/2 unittests to use compression.bnc2016-02-0915-573/+415
* Increase sent control frame fragment size to 16 kB.bnc2016-02-092-13/+19
* Replace --use-spdy by --disable-http2.bnc2016-02-094-11/+3
* Refactor StringPiece hash.bnc2016-02-063-8/+8
* Rename and modify SpdyPriorityTree.bnc2016-02-052-814/+1058
* Do not change |enable_spdy31| and |enable_http2| in net_unittests.bnc2016-02-052-8/+0
* Rename spdy_priority_tree*bnc2016-02-042-4/+4
* Remove SerializeMajorVersion(), ParseMajorVersion(), SPDY_MIN_VERSION, and SP...bnc2016-02-045-143/+108
* Minor state machine cleanup in SpdyFramer.bnc2016-02-041-10/+12
* Set trusted SPDY proxy dynamically on per-profile basistbansal2016-02-048-20/+47
* Use fully qualified base::ResetAndReturn in //nettzik2016-02-042-3/+3
* Improvements to the HPACK header table.bnc2016-02-036-73/+157
* Initialize AltSvc flags to false in SpdySessionDependencies.bnc2016-02-031-2/+2
* Trusted SPDY proxy should be allowed to push same-origintbansal2016-02-031-22/+23
* Add a new SpdyFramer state to handle the variable-length SETTINGS header.bnc2016-02-032-23/+45
* Report uncompressed header bytes in OnBlockHeaderEnd().bnc2016-02-033-2/+7
* SPDY version related cleanup in net/spdy.bnc2016-02-037-505/+436
* Factor out TestHeadersHandler from HpackDecoderTest to SpdyTestUtils.bnc2016-02-023-50/+66
* Use Boolean members to control HTTP/2 and SPDY/3.1.bnc2016-02-023-22/+12
* Add values to histogram enum SpdyProtocolVersion.bnc2016-02-021-3/+2
* Add Alternative Service field trial.bnc2016-01-293-5/+11
* Landing Recent QUIC changes until 01/23/2016 00:42 UTCjri2016-01-292-2/+56
* Convert ignore_limits from a SocketParam to a socket request argument.mmenke2016-01-282-23/+20
* Send socket read error in GOAWAY.bnc2016-01-271-1/+3
* Remove HTTP/2 status text from SpdyTestUtil.bnc2016-01-272-9/+9
* Set Token-Binding HTTP headernharper2016-01-256-0/+27
* Allow std::unordered_*.davidben2016-01-221-0/+1
* Fix max_concurrent_streams == 0 behavior.bnc2016-01-213-16/+114
* Remove use of void** from HttpResponseHeaders::EnumerateHeaderLinesolli.raula2016-01-212-3/+3