summaryrefslogtreecommitdiffstats
path: root/net/spdy
Commit message (Expand)AuthorAgeFilesLines
* Fully qualify std::make_pair.bnc2015-03-073-12/+9
* Split bug 418183 into separate bugs for each janky piece and remove thepkasting2015-02-281-3/+2
* Update instrumentation for many different bugs based on new UMA data.pkasting2015-02-281-13/+5
* Change "spdy_priority" to "priority" in NetLog.bnc2015-02-271-2/+2
* Remove ScopedTrackers that are no longer needed.michaeln2015-02-271-4/+0
* Log sending HTTP/2 HEADERS frames correctly.bnc2015-02-262-4/+11
* Rename SPDY netlog strings to HTTP2.bnc2015-02-259-128/+100
* Update instrumentation for many different bugs based on new UMA data.pkasting2015-02-213-20/+14
* removing all the code related to chrome://statscpu2015-02-122-35/+3
* Adding instrumentation to locate the source of jankiness.pkasting2015-02-113-0/+21
* ScopedTrackers to help pin down where IOThread::InitSystemRequestContextOnIOT...michaeln2015-02-091-0/+5
* Change OK to NO_ERROR in enum ParserError.bnc2015-01-263-16/+16
* Cleanup: Better constify some strings in net/.thestig2015-01-241-2/+2
* SPDY code cleanup. No intended functional change.bnc2015-01-223-41/+76
* Lint SpdyFramer::WritePayloadWithContinuation.bnc2015-01-201-47/+43
* Delete SPDY5.bnc2015-01-205-32/+4
* Slightly improve a debug log message in SpdyFramer.bnc2015-01-201-1/+2
* Make SPDY initial window sizes version-dependent.bnc2015-01-204-14/+27
* Minor cleanup to SpdyFramer.bnc2015-01-202-14/+14
* Add SpdyNetworkTransactionTest.HTTP11RequiredError.bnc2015-01-201-0/+21
* Use static_cast instead of C-style cast in spdy_framer_test.bnc2015-01-201-1/+2
* replace COMPILE_ASSERT with static_assert in net/mostynb2015-01-202-8/+6
* Fix dangling reference in NormalSpdyTransactionHelper.bnc2015-01-141-1/+1
* Fix crash in handling PushStreamsBacek2015-01-132-3/+5
* Act upon HTTP_1_1_REQUIRED.bnc2015-01-093-4/+229
* net: Remove unused private data membershashimoto2015-01-091-3/+1
* base: Change DCHECK_IS_ON to a macro DCHECK_IS_ON().danakj2015-01-082-4/+4
* Cleanup: Remove some redundant container clear() calls.thestig2015-01-081-2/+1
* Sanitize headers in Proxy Authentication Required responsesttuttle2015-01-061-8/+12
* Remove SpdyHeadersBlockParser::Reset().bnc2014-12-184-20/+4
* Do not emit indexed header fields first in HpackEncoder.bnc2014-12-183-29/+20
* Reprioritize upon receiving a HTTP/2 PRIORITY frame.bnc2014-12-184-10/+86
* Simplify sizeof(kFrameData) calculation for improved readability.brucedawson2014-12-081-2/+2
* Fix "value possibly truncated" warnings on MSVC, net/spdy/ edition.pkasting2014-12-0513-115/+121
* Change three SPDY tests to use port 8080 instead of 443.lgarron2014-12-052-4/+8
* Correct initial flow control window size for HTTP/2.bnc2014-12-017-97/+115
* Serialize and parse RST_STREAM error codes correctly.bnc2014-11-212-3/+5
* Use uint16 for port numbers more pervasively.pkasting2014-11-201-9/+4
* Details about push stream in TYPE_SPDY_STREAM_ADOPTED_PUSH_STREAM event.baranovich2014-11-191-1/+11
* Remove SPDY2 and SPDY/3.0 from tests.bnc2014-11-1911-155/+31
* Support HTTP/2 drafts 14 and 15 simultaneously.bnc2014-11-1311-23/+36
* Add HTTP/2 error code from latest draft.bnc2014-11-136-6/+36
* Remove unneeded net:: prefixes.wtc2014-11-101-8/+8
* Remove a few unused typedefs. No behavior change.thakis2014-11-101-2/+0
* Decouple SPDY histogram offset from minimum version.bnc2014-11-101-1/+1
* Delete the old WebSocket implementation from net/ricea2014-11-088-1100/+0
* Report HTTP/2 HEADERS frames as HEADERS, not SYN_STREAM.bnc2014-11-0710-41/+73
* Deprecate SPDY/3.0 support.bnc2014-11-071-1/+1
* Reland "Integrate SIMD optimisations for zlib"robert.bradford2014-11-051-7/+166
* Switching profiler instrumentations from ScopedProfile to ScopedTracker. This...vadimt2014-10-291-3/+3