summaryrefslogtreecommitdiffstats
path: root/net/spdy
Commit message (Expand)AuthorAgeFilesLines
* Remove the "snionly" concept from the HSTS preload.Adam Langley2014-09-251-1/+0
* Add space to Accept-Encoding header values.jgraettinger2014-09-241-4/+4
* Add data reduction functionality to all platforms.kundaji2014-09-231-5/+0
* Log SPDY protocol specific setting IDs (alternate).bnc2014-09-161-14/+38
* Introduce new SPDY Version UMA histogram.bnc2014-09-162-4/+10
* Plumbing for TCP FastOpen for SSL sockets.jri2014-09-122-8/+11
* use OVERRIDE macro consistently in spdy_framer_test.ccmostynb2014-09-121-2/+2
* Make HPACK static table static and immutable.bnc2014-09-0813-229/+389
* HPACK: Split header fields in encoder.bnc2014-09-054-6/+79
* HPACK: Check pseudo-header order in decoder.bnc2014-09-053-5/+40
* HPACK: encode :pseudo and indexed headers first.bnc2014-09-045-26/+86
* Change base/file_utils.h includes to base/files/file_utils.h in net/thestig2014-09-045-5/+5
* Go away on odd push and already seen push stream idsbaranovich2014-09-024-4/+93
* Ignore persisent settings on SPDY4.bnc2014-09-022-19/+23
* 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