summaryrefslogtreecommitdiffstats
path: root/net/spdy
Commit message (Expand)AuthorAgeFilesLines
* Move logic to figure out if a socket can be reused into HttpStream.mmenke2015-09-022-12/+3
* Remove kProtoHTTP2MinimumVersion, kProtoHTTP2MaximumVersion.bnc2015-09-026-20/+14
* Add private SpdyFramer::CharBuffer class for buffering.bnc2015-09-022-96/+96
* clang_tidy net/spdybnc2015-09-027-12/+19
* clang_tidy net/spdy/hpackbnc2015-09-024-21/+34
* Use kDefaultURL throughout SpdySessionTest.bnc2015-08-312-233/+164
* Add SpdySessionTest.session_ member.bnc2015-08-271-794/+614
* Remove HTTP/2 draft-14 support.bnc2015-08-269-13/+0
* Handle HPACK header delimiting consistently.bnc2015-08-241-16/+12
* Fix a crash in SpdyHttpStream::OnRequestBodyReadCompletedmmenke2015-08-212-3/+66
* Remove SpdySessionTest pre-SPDY/3.1 conditionals.bnc2015-08-211-58/+0
* s/use_alternate_protocols/use_alternative_services/gbnc2015-08-193-5/+5
* Remove Content-Length: 0 from HEAD Requestcsharrison2015-08-181-1/+1
* Fix spdy_test_util_common.cc lint issue.bnc2015-08-171-3/+2
* Fix SpdyNetworkTransactionTest lint issue.bnc2015-08-171-1/+1
* Rewrite HpackRoundTripTest::RandomizedExamples.bnc2015-08-141-11/+30
* Change HPACK decoder to directly update cookie value.bnc2015-08-143-27/+6
* Stop using typedef in hpack decoder. No behavior change.bnc2015-08-141-3/+2
* Add enum SpdyHeaderValidatorType::RESPONSE_TRAILER.bnc2015-08-141-1/+5
* Convert remaining StringToLowerASCII to ToLowerASCII.brettw2015-08-111-2/+2
* Add a new SpdyStream::Delegate method to handle trailersxunjieli2015-08-1113-16/+159
* Fix some HPACK comments, update links to RFC.bnc2015-08-103-14/+13
* Add CompareSpdyHeaderBlocks() test helper method.bnc2015-08-065-21/+27
* [HPACK] Do not sort cookie crumbs or remove duplicate crumbs.bnc2015-08-053-14/+9
* [HPACK] Ignore optional whitespace in cookie crumbles.bnc2015-08-042-7/+23
* Move HPACK implementation to net/spdy/hpack directory.bnc2015-08-0437-830/+796
* Revert of Yield in DoReadLoop after 20 ms instead of 50 ms. (patchset #1 id:1...bnc2015-08-031-1/+1
* (for QUIC) SPDY Framer: add UMA logging for Net.SpdyHpackDecompressionPercen...ckrasic2015-08-037-29/+47
* Replace hex values in SpdyFramerTest.bnc2015-08-031-43/+43
* Yield in DoReadLoop after 20 ms instead of 50 ms.bnc2015-08-031-1/+1
* Make SpdyFramer be able to process one frame at a time.bnc2015-07-313-13/+163
* Replace SpdyNameValueBlock typedef with SpdyHeaderBlock.bnc2015-07-3020-208/+181
* Range based for loops in HPACK encoder. No behavior change.bnc2015-07-291-20/+16
* Avoid redundant Reset(); rename SPDY_RESET and SPDY_AUTO_RESET.bnc2015-07-294-50/+55
* Change SpdyConstants::GetVersionString to return "h2".bnc2015-07-291-1/+1
* Remove unnecessary heap allocation of SpdyFrameReader.bnc2015-07-291-20/+16
* Send appropriate pseudo-headers in HTTP/2 CONNECT request.bnc2015-07-294-33/+53
* Build and send HPKP violation reportsestark2015-07-281-3/+10
* Add expiration to AlternativeServiceInfo.bnc2015-07-281-1/+2
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-162-3/+5
* Revert of Remove some legacy versions of StartsWith and EndsWith. (patchset #...yosin2015-07-162-5/+3
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-162-3/+5
* Remove priority parameter from preconnect requests.mmenke2015-07-151-3/+2
* Tidy up *Int*ToString conversions in //netricea2015-07-091-4/+5
* Yield in SpdySession::DoReadLoop after 50 ms.bnc2015-07-083-18/+92
* Change |delta_window_size| to signed type.bnc2015-07-089-39/+28
* New new versions of Starts/EndsWith and SplitString in net.brettw2015-07-061-5/+4
* Remove bogus check from SpdyStream::OnFrameWriteComplete().bnc2015-06-293-9/+44
* s/SPDY4/HTTP2/g in enum NextProto value names.bnc2015-06-2912-44/+44
* Parse stream dependency values carried in HTTP/2 headers frame.bnc2015-06-2310-31/+141