summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
* QUIC - track the open and close states of disk cache entries ofrtenneti2014-10-021-3/+24
* Fix bug in ALTERNATE_PROTOCOL_USAGE_MAPPING_MISSING histogramrch2014-10-021-5/+7
* QUIC - close the disk cache entry after write is completed.rtenneti2014-10-012-4/+89
* Land Recent QUIC Changes.rtenneti2014-09-292-5/+0
* Regenerate the long-lived test certificates to use SHA-256rsleevi2014-09-261-2/+2
* Remove the "snionly" concept from the HSTS preload.Adam Langley2014-09-257-186/+114
* QUIC - Code to persist if we had talked QUIC to a server and if so whatrtenneti2014-09-257-12/+281
* Reland of "Remove void** from disk_cache interface" w/ blockfile iter fix.gavinp2014-09-242-8/+11
* net: manual HSTS addition by request of the site.Adam Langley2014-09-232-0/+6
* net: another batch of HSTS updates.Adam Langley2014-09-232-0/+74
* Add data reduction functionality to all platforms.kundaji2014-09-234-48/+6
* Revert of Reland of "Remove void** from disk_cache interface." (patchset #2 i...dcheng2014-09-202-11/+8
* Reland of "Remove void** from disk_cache interface."gavinp2014-09-202-8/+11
* Revert of Remove void** from disk_cache interface. (patchset #30 id:650001 of...vasilii2014-09-192-11/+8
* Remove void** from disk_cache interface.gavinp2014-09-192-8/+11
* Don't immediately timeout upon range request cache lock.dalecurtis2014-09-191-4/+8
* Persist the server config that is received via kSCUP.rtenneti2014-09-181-3/+8
* net: update HSTS header file for e271e606.Adam Langley2014-09-181-0/+44
* Display Alternate Protocol Probability Threshold in net-internals.rch2014-09-182-0/+7
* net: another batch of HSTS preloads.Adam Langley2014-09-151-0/+44
* Plumbing for TCP FastOpen field trial.jri2014-09-152-0/+2
* Plumbing for TCP FastOpen for SSL sockets.jri2014-09-121-5/+8
* Switch from QUIC v19 to v23.rch2014-09-121-1/+1
* Add embedder-specific headers to HTTP CONNECT tunnel requestbengr2014-09-109-41/+180
* Add HttpCache.ExternallyConditionalized histogram.ricea2014-09-091-0/+23
* Adds ability to disable connection pooling in QUIC.jri2014-09-092-0/+3
* Switch from QUIC v21 to v19.rch2014-09-071-1/+1
* Change base/file_utils.h includes to base/files/file_utils.h in net/thestig2014-09-045-5/+5
* Reland net-related fixups for scoped_refptr conversion operator cleanup.dcheng2014-09-042-7/+8
* net: remove globalcs.co.uk from HSTS preloading.Adam Langley2014-09-032-2/+0
* net: add (www.)honeybadger.io to HSTS preload.Adam Langley2014-09-032-0/+4
* Adds plumbing for always requiring handshake confirmation in QUIC, for use in...jri2014-09-022-21/+22
* net: add a batch of HSTS preloads.Adam Langley2014-09-022-0/+56
* Http cache: Allow caching of byte ranges without strong validators.rvargas2014-08-303-19/+40
* Revert of Net-related fixups for scoped_refptr conversion operator cleanup. (...mlamouri2014-08-292-8/+7
* Net-related fixups for scoped_refptr conversion operator cleanup.dcheng2014-08-292-7/+8
* Declaring the weak_ptr_factory in proper order.kulkarni.a2014-08-2811-32/+38
* net: add a batch of HSTS preloads.Adam Langley2014-08-272-0/+32
* Bypass http cache for concurrent range requests.dalecurtis2014-08-262-2/+48
* net: HSTS list additions.Adam Langley2014-08-262-0/+4
* Remove implicit conversions from scoped_refptr to T* in net/http/dcheng2014-08-2610-101/+107
* Make sure that HttpRequestHeaders contains valid key-value pairs.rob2014-08-253-0/+24
* Update the HSTS header file from dabead0cc1ad.Adam Langley2014-08-251-0/+30
* net: add a batch of HSTS preloads.Adam Langley2014-08-251-0/+30
* Remove NOTREACHED() in ProxyConnectRedirectHttpStream::GetUploadProgress()tyoshino@chromium.org2014-08-221-1/+0
* HTTP2 draft 14 supportbnc@chromium.org2014-08-212-3/+3
* Refactor HttpStreamFactoryImpl::Job::DoCreateStream() for handling WebSocket ...tyoshino@chromium.org2014-08-212-56/+64
* parameterize http response header testsmostynb@opera.com2014-08-211-1485/+1654
* Replace usages of MessageLoopProxy with SequencedTaskRunner in the disk cachersleevi@chromium.org2014-08-212-13/+19
* Improve testing for SDCH.rdsmith@chromium.org2014-08-191-0/+2