summaryrefslogtreecommitdiffstats
path: root/net/spdy
Commit message (Expand)AuthorAgeFilesLines
* Remove implicit conversions from scoped_refptr to T* in net/dcheng2014-08-271-2/+2
* Allow chunked SPDY POSTs to be terminated by an empty FIN data frame.mmenke@chromium.org2014-08-214-9/+183
* Rework UMAHistogramHelper and StatisticsDeltaReader into [Chrome]HistogramTes...mlerman@chromium.org2014-08-211-10/+11
* HTTP2 draft 14 supportbnc@chromium.org2014-08-2130-967/+903
* Allow URLRequests from one context to have different NetworkDelegates.mmenke@chromium.org2014-08-211-19/+23
* Refactor pooling logic into a helper methodrch@chromium.org2014-08-197-15/+219
* Revert 290320 "Refactor pooling logic into a helper method"viettrungluu@chromium.org2014-08-187-219/+15
* Revert 290384 "Revert 289433 "Refactor pooling logic into a help..."viettrungluu@chromium.org2014-08-187-15/+219
* Revert 289433 "Refactor pooling logic into a helper method"viettrungluu@chromium.org2014-08-187-219/+15
* Refactor pooling logic into a helper methodrch@chromium.org2014-08-187-15/+219
* Revert 289433 "Refactor pooling logic into a helper method"rch@chromium.org2014-08-157-219/+15
* Refactor pooling logic into a helper methodrch@chromium.org2014-08-147-15/+219
* Move the rest of test_file_util to base namespace.brettw@chromium.org2014-08-071-1/+1
* Move StringToLowerASCII to base namespacebrettw@chromium.org2014-08-072-3/+3
* Ignore cookie where both name and value are empty in SPDY header blockxunjieli@chromium.org2014-07-312-4/+59
* Disable SPDY and QUIC session pooling.rch@chromium.org2014-07-302-2/+8
* Remove LOG(INFO)'s from spdy_network_transaction_unittest.cc - Revert r244946rch@chromium.org2014-07-251-14/+0
* Rename ServerBoundCert => ChannelID to reflect the current namerch@chromium.org2014-07-253-10/+5
* Different SPDY Hpack constant table for startup time and footprint (60KB).bratell@opera.com2014-07-221-278/+263
* Add AssertNoURLRequests() to URLRequestContext subclass destructors.jgraettinger@chromium.org2014-07-221-0/+1
* fix narrowing conversion warning in SpdyFramerTest.CreatePrioritymostynb@opera.com2014-07-161-1/+1
* Reland "Separate client and server pushed streams limits."baranovich@yandex-team.ru2014-07-145-3/+421
* Fixes for re-enabling more MSVC level 4 warnings: net/spdy/ editionpkasting@chromium.org2014-07-086-7/+7
* Add a probability to Alternate-Protocol support. Can be enabled either via a ...rch@chromium.org2014-07-081-1/+1
* Revert of Add a probability to Alternate-Protocol support. (https://coderevie...samuong@chromium.org2014-07-081-1/+1
* Add a probability to Alternate-Protocol support. Can be enabled either via a ...rch@chromium.org2014-07-081-1/+1
* Revert of Separate client and server pushed streams limits. (https://coderevi...machenbach@chromium.org2014-07-083-304/+3
* Separate client and server pushed streams limits.baranovich@yandex-team.ru2014-07-083-3/+304
* Fragment headers payloads at smaller boundaries.jgraettinger@chromium.org2014-07-073-6/+12
* Update SPDY4 SpdyFramerDebugVisitorInterface payload lengths for HEADERS/PUSH...jgraettinger@chromium.org2014-07-074-13/+79
* QuicServer: Use Chrome's header parsing rather than Balsadmziegler@chromium.org2014-07-015-20/+59
* Land recent SPDY changes (through 70021377)jgraettinger@chromium.org2014-06-2733-1443/+2147
* Implement PUSH_PROMISE handling in spdy_sessionbaranovich@yandex-team.ru2014-06-207-235/+342
* Cancel posted write callbacks in Disconnect().wtc@chromium.org2014-06-142-7/+25
* Add URLRequestJobFactories to URLRequestContexts without one.mmenke@chromium.org2014-06-131-0/+2
* Introduce STATE_RESERVED_REMOTE. No behavioral changesbaranovich@yandex-team.ru2014-06-128-42/+118
* Ensure SpdySession::StartGoingAway is always called with an error.jgraettinger@chromium.org2014-06-113-4/+24
* SpdySession sends GOAWAY frame when closing on an error.jgraettinger@chromium.org2014-06-109-70/+299
* SpdySession go-away on network changejgraettinger@chromium.org2014-06-074-72/+85
* SPDY4 shouldn't emit RST_STREAM payloads.jgraettinger@chromium.org2014-06-062-2/+4
* Defer SpdySession destruction to support closing writesjgraettinger@chromium.org2014-06-058-348/+439
* Cleanup: Use base::CommandLine in net/thestig@chromium.org2014-06-033-6/+9
* Get rid of websocket_over_spdy_enabled global.mmenke@chromium.org2014-06-022-0/+4
* Remove CRLFs in spdy_test_util_common.h, as this makes the CQ sad.mmenke@chromium.org2014-06-021-4/+4
* Revert 273680 "Defer SpdySession destruction to support closing ..."dxie@chromium.org2014-06-018-286/+347
* Add headers argument tobaranovich@yandex-team.ru2014-05-306-13/+87
* Defer SpdySession destruction to support closing writesjgraettinger@chromium.org2014-05-308-347/+286
* Remove HttpStream::GetResponseInfo, which is not currently used.mmenke@chromium.org2014-05-292-5/+0
* Fix WeakPtrFactory member ordern.bansal@samsung.com2014-05-2710-27/+29
* Remove HttpStreamFactory's NPN/SPDY globals, except for spdy_enabled.mmenke@chromium.org2014-05-243-42/+68