summaryrefslogtreecommitdiffstats
path: root/net/spdy
Commit message (Expand)AuthorAgeFilesLines
* Remove OrderedSocketData from SpdyHttpStreamTest and use DeterministicSocketD...rch2015-04-111-64/+27
* Remove OrderedSocketData from SpdyStreamTest and use DeterministicSocketData ...rch2015-04-101-21/+30
* Remove force_spdy_always, force_spdy_over_ssl and force_spdy_single_domain.rch2015-04-105-429/+243
* Remove use of DelayedSocketData from SpdySessionPoolTest.rch2015-04-091-1/+2
* Make CreateSpdyHeadersFromHttpRequest do the right thing for CONNECT requestsrch2015-04-093-16/+173
* Flow control related refactoring.bnc2015-04-099-53/+71
* Disable logging of failed SPDY PINGs in a timemax bucket, and update histogra...bmcquade2015-04-091-3/+3
* Change ClientSocketPoolManager::InitSocketHandleForHttpRequest and friendsrch2015-04-081-0/+1
* * Fix a bug in SpdySession::IncreaseRecvWindowSize() that was causingbnc2015-04-089-114/+148
* Remove the confusing request_url argument from the constructorsrch2015-04-073-28/+12
* Simplify the interface to ProxyClientSocket::BuildTunnelRequestrch2015-04-072-9/+15
* Move NetLog code from src/net/base to src/net/log.eroman2015-04-0213-15/+15
* Remove DCHECK and if on (socket->IsConnected).bnc2015-04-011-10/+7
* Remove the ScopedBandwidthMetrics class and associated Net.DownloadBandwith m...rkaplow2015-03-312-8/+1
* Remove HpackHuffmanAggregator.bnc2015-03-264-457/+0
* Unify various QUIC server classes in net/quic and net/tools/quic.rch2015-03-261-6/+6
* Account for HTTP/2 padding in receive windows.bnc2015-03-2514-25/+145
* Remove prerender cookie store, part 4.davidben2015-03-231-16/+6
* Update HttpServerProperties::*AlternateProtocol* interface.bnc2015-03-201-3/+6
* Add a chromium based simple QUIC client.rch2015-03-191-3/+4
* Revert of Add a chromium based simple QUIC client. (patchset #10 id:180001 of...jackhou2015-03-191-4/+3
* Add a chromium based simple QUIC client.rch2015-03-191-3/+4
* Rename WriteString to WriteStringPiece16 in SpdyFrameBuilderzhuoyu.qian2015-03-184-13/+12
* Test dead code.bnc2015-03-125-23/+34
* Remove HTTP/2 draft-15 enum values and test cases.bnc2015-03-109-32/+30
* Revert of Rename WriteString to WriteStringPiece16 in SpdyFrameBuilder (patch...gab2015-03-104-12/+13
* Remove net:: in spdy_network_transaction_unittest.bnc2015-03-101-47/+45
* Rename WriteString to WriteStringPiece16 in SpdyFrameBuilderzhuoyu.qian2015-03-104-13/+12
* Add unittest for GetNumberRequiredContinuationFrames.bnc2015-03-102-0/+12
* Improve code with early returns.bnc2015-03-101-22/+16
* Advertise HTTP/2 support.bnc2015-03-099-10/+17
* Avoid duplicates in SPDY's write blocked list.bnc2015-03-092-52/+144
* Revert of Test dead code. (patchset #4 id:60001 of https://codereview.chromiu...dgrogan2015-03-095-34/+23
* Test dead code.bnc2015-03-095-23/+34
* Fix off-by-one in SpdyFramer.bnc2015-03-091-1/+3
* Remove some dead code.bnc2015-03-094-46/+0
* Code cleanup.bnc2015-03-093-19/+16
* 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