summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
* Remove RC4 by default.davidben2015-10-301-3/+3
* Observe v= parameter when processing Alternative Services header.bnc2015-10-301-0/+19
* Preload domains redirecting to report-uri.io .lgarron2015-10-302-2471/+2476
* Make HttpCache constructors take scoped_ptrs.mmenke2015-10-296-59/+61
* Add HSTS preload list submissions as of 2015-10-28.lgarron2015-10-292-2769/+3126
* Implement field trial for NPN.bnc2015-10-292-1/+5
* Revert of Make HttpCache constructors take scoped_ptrs. (patchset #6 id:12000...dgozman2015-10-286-61/+59
* Make HttpCache constructors take scoped_ptrs.mmenke2015-10-286-59/+61
* QUIC - deleted #include of base/profiler/scoped_tracker.hrtenneti2015-10-281-1/+0
* Add application protocol histogram to ResourceLoader.bnc2015-10-281-5/+3
* QUIC - remove the tracking code. All HttpCache::Transaction tasks arertenneti2015-10-271-15/+0
* Remove insecure QUIC supportrch2015-10-263-22/+22
* Add a preloaded (wrong) HPKP pin for pinning-test.badssl.comlgarron2015-10-242-1372/+1377
* Actually close QUIC sessions when client IP address changesjri2015-10-232-1/+5
* Remove etoprekrasno.ru from the HSTS preload list.lgarron2015-10-222-177/+175
* Revert of QUIC - Disable QUIC when there is bad packet loss rate (50% of the ...rtenneti2015-10-221-2/+2
* Disable HTTP/2 over NPN (with OpenSSL).bnc2015-10-216-10/+27
* Use QUIC_VERSION_27rch2015-10-211-1/+1
* Remove insecure QUIC support from Chromium.rch2015-10-214-13/+7
* Bypass bad QUIC proxytbansal2015-10-192-6/+21
* Revert of Use QUIC_VERSION_27 (patchset #3 id:40001 of https://codereview.chr...johnme2015-10-161-1/+1
* Add quotation marks around probability value in Alternative Services.bnc2015-10-161-1/+1
* Use QUIC_VERSION_27rch2015-10-161-1/+1
* Add comments to HttpNetworkSession::Paramsrch2015-10-161-1/+40
* Add g4w.co to the HSTS preload list with pinning.lgarron2015-10-162-761/+764
* Remove HttpResponseHeaders::GetParsedHttpVersion().bnc2015-10-155-30/+7
* Remove include_subdomains from branchtrack.com.lgarron2015-10-142-2/+2
* Implement GetTotalReceivedBytes() for StreamSockettbansal2015-10-144-0/+12
* Add HTTP/2.0 to class HttpVersion and enum HTTPVersion.bnc2015-10-141-1/+4
* Network transaction test for "Alt-Svc: clear" header.bnc2015-10-141-0/+57
* Reland remove reference counting from HttpNetworkSession.mmenke2015-10-1315-306/+281
* Rename SpdyAltSvcWireFormat::AlternativeService::p.bnc2015-10-131-1/+1
* net: Move IPAddressAttributes enum out of net_util.h.tfarina2015-10-131-1/+1
* QUIC - Changes to transfer QuicServerInfoFactory ownership from HttpCachertenneti2015-10-122-5/+2
* HttpProxyClientSocketPoolTest: Remove some incorrect casts.mmenke2015-10-121-6/+2
* Log GOAWAY frame debug data.bnc2015-10-123-1/+31
* net: Move dns_util.* into dns directory.tfarina2015-10-111-1/+1
* QUIC - load crypto server config during startup. Save the configs into HttpSe...rtenneti2015-10-103-3/+10
* Don't use base::MessageLoop::{Quit,QuitClosure} in net/ki.stfu2015-10-094-6/+6
* Add internetbank.swedbank.se and my.swedbank.se to the HSTS preload list.lgarron2015-10-092-2337/+2341
* QUIC - HttpServerProperties changes to load and persist 5 MRU serverrtenneti2015-10-087-9/+311
* Remove ezequiel-garzon.com and ezequiel-garzon.net from the HSTS preload list.lgarron2015-10-082-1301/+1297
* Add an HttpProxyClientSocketWrapper class, to store auth informationmmenke2015-10-078-347/+1331
* Reland of Proxy auth: Use a new socket after disconnect while getting credent...mmenke2015-10-074-118/+192
* Add a size estimation mechanism to StoragePartitionHttpCacheDataRemover.msramek2015-10-072-0/+6
* Measure cipher suites used by HTTP/2.davidben2015-10-051-0/+14
* net: Fix typos for 'propogate' misspelling.tfarina2015-10-051-1/+1
* Add HSTS preload list submissions as of October 02, 2015.lgarron2015-10-032-2707/+2856
* Add pixel.google.com to the HSTS preload list.lgarron2015-10-012-2048/+2050
* Revert of Proxy auth: Use a new socket after disconnect while getting credent...mmenke2015-09-304-192/+118