summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
* Log the amount of time spent building the Token-Binding headernharper2016-03-111-0/+6
* When QUIC is disabled because of timeouts with open streams, re-enablerch2016-03-112-0/+4
* Initialize net::TransportSecurityState::expect_ct_reporter_estark2016-03-101-0/+1
* Implement a skeleton version of Expect CT reportsestark2016-03-103-33/+276
* Remove idealsvdr.com from the HSTS preload list.lgarron2016-03-082-6160/+6295
* Revert of Remove support for Alt-Svc/Alternate Protocol Probability (patchset...anthonyvd2016-03-0713-113/+294
* Remove support forAlt-Svc/Alternate Protocol Probabilityrch2016-03-0713-294/+113
* Enable QUIC v29 by defaultrch2016-03-071-1/+1
* Bypass the DataReductionProxy for all POST requestsryansturm2016-03-031-4/+7
* Move network fuzzers from //testing/libfuzzer/fuzzers to //net.eroman2016-03-021-0/+20
* QUIC - chromium server push support.ckrasic2016-02-291-4/+14
* Revert of Change ProxyResolver::GetProxyForURL() to take a scoped_ptr<Request...eroman2016-02-291-1/+8
* Limit Public-Key-Pins max-age to 60 dayselawrence2016-02-293-18/+25
* Added HttpUtils::HasValidators and HttpResponse::HasValidatorsjamartin2016-02-296-0/+137
* Wire up quic support for token bindingnharper2016-02-272-1/+3
* Add hstspreload submissions as of 2016-02-26.lgarron2016-02-271-1/+193
* Remove a few sites from the HSTS preload list.Lucas Garron2016-02-272-3828/+3821
* Add OWNERS entries for lgarron@ and palmer@ to own HSTS/HPKP preload list dat...lgarron2016-02-271-0/+2
* net: Add out-of-line copy ctors for complex classes.vmpstr2016-02-2614-0/+27
* populate protocol field even if response header is n/azhongyi2016-02-261-1/+2
* Change ProxyResolver::GetProxyForURL() to take a scoped_ptr<Request>* rather ...olli.raula2016-02-261-8/+1
* net: update HSTS entry for rememberthemilk.comAdam Langley2016-02-262-3184/+3186
* net: update HSTS header file.Adam Langley2016-02-261-5785/+6215
* Attempt to improve comments for HttpResponseHeaders methods.mek2016-02-251-3/+18
* net: use IPAddress IPv4 ctor directly in some casestfarina2016-02-251-2/+1
* Disable the TLS version fallback.davidben2016-02-242-60/+21
* Add a constructor that makes IPv4 IPAddress given 4 octets.martijn2016-02-243-10/+5
* Add hstspreload submissions as of 2016-02-23.lgarron2016-02-241-1/+617
* net: move IsLocalhost() function into url_util.htfarina2016-02-239-9/+0
* When Alt-Svc header processing is enabled, do not process Alternate-Protocolrch2016-02-232-16/+17
* Moving proxy resolution logic out of NetworkDelegate and into ProxyDelegate f...ryansturm2016-02-231-4/+3
* Check Channel ID key on each request and log to UMA whether they matchnharper2016-02-221-0/+65
* Enable QUIC v27 by default.rch2016-02-221-1/+1
* Add bugs.chromium.org to the HSTS preload list.lgarron2016-02-202-4573/+4574
* Add hstspreload submissions as of 2016-02-18.lgarron2016-02-182-5685/+5838
* Add hstspreload submissions as of 2016-02-16.lgarron2016-02-172-5552/+5965
* Remove emilstahl.dk and liftcannabis.ca from the HSTS preload list.lgarron2016-02-142-5524/+5521
* Makes GetBuildTime behave sanely on all build types.zforman2016-02-121-9/+0
* net: move GetHostName() function into network_interfaces.htfarina2016-02-121-1/+1
* Add hstspreload submissions as of 2016-02-11.lgarron2016-02-112-5040/+6262
* Remove sol.io from the HSTS preload list.lgarron2016-02-112-1302/+1300
* Make IPAddress::FromIPLiteral a member function.martijn2016-02-105-11/+11
* Convert SPDY and HTTP/2 unittests to use compression.bnc2016-02-094-64/+63
* Replace --use-spdy by --disable-http2.bnc2016-02-093-18/+0
* Migrate net/http/* to net::IPAddress.martijn2016-02-069-74/+69
* Refactor StringPiece hash.bnc2016-02-061-10/+6
* QUIC currently migrates connections on platform notifications. This CL implem...jri2016-02-062-2/+7
* Remove myfrm.org from the HSTS preload list.lgarron2016-02-052-3971/+3970
* Do not change |enable_spdy31| and |enable_http2| in net_unittests.bnc2016-02-051-2/+0
* Update transport_security_state_static.h to align better with `git cl format`.lgarron2016-02-051-139/+140