summaryrefslogtreecommitdiffstats
path: root/net/url_request
Commit message (Expand)AuthorAgeFilesLines
* s/use_alternate_protocols/use_alternative_services/gbnc2015-08-192-4/+4
* SdchManager: remove EnableSdchSupportellyjones2015-08-181-14/+8
* Improve docs for received_response_content_length.twifkak2015-08-141-3/+3
* Implement base class of NetworkQualityProvidertbansal2015-08-141-1/+3
* Create a about handler component.jitendra.ks2015-08-142-79/+0
* Fix response bytes getters in URLFetcher.twifkak2015-08-144-5/+24
* Rename BasicURLRequestContext.wjmaclean2015-08-121-6/+8
* Allow preloaded pins to contain report URIs; remove special-case reportingestark2015-08-128-92/+9
* Cleanup NQEtbansal2015-08-111-6/+7
* Revert of Cleanup NQE (patchset #5 id:80001 of https://codereview.chromium.or...rockot2015-08-111-7/+6
* Convert remaining StringToLowerASCII to ToLowerASCII.brettw2015-08-112-2/+2
* Cleanup NQEtbansal2015-08-111-6/+7
* Notify NQE when the request finishes.tbansal2015-08-102-4/+19
* Add a pair of DCHECKs in URLRequestJob for jobs that restart themselves.mmenke2015-08-071-2/+11
* Add URLRequest unit tests for HPKP violation reportsestark2015-08-071-0/+215
* Style/readability clean-up for certificate reporting codeestark2015-08-073-59/+43
* Reland https://codereview.chromium.org/1271593002/ which was revertedmmenke2015-08-074-34/+39
* Revert of Fix cancellation of a pair of URLRequestJob subclasses (patchset #6...pkasting2015-08-075-47/+36
* Fix cancellation of a pair of URLRequestJob subclassesmmenke2015-08-065-36/+47
* Fix all failed and canceled URLRequestStatuses without errors.davidben2015-08-053-2/+28
* Add Precache.Fetch.ResponseBytes.Network metric.twifkak2015-08-057-3/+89
* QUIC - collect histogram data for secure (https) URLs to google servers.rtenneti2015-08-031-13/+18
* Process Public-Key-Pin-Report-Only headersestark2015-08-031-2/+7
* Enable insecure QUIC if Cronet is built for testingxunjieli2015-07-312-2/+9
* Add net::CertificateReportSender for handling cert report sendingestark2015-07-283-0/+426
* Record number of bytes received for aborted requests.kundaji2015-07-272-7/+96
* Prevent URLRequestRedirectJob from doing async executionalexanderk2015-07-243-0/+31
* [Cronet] Set up HttpServerPropertiesManagerxunjieli2015-07-232-2/+20
* Implement URLRequestBackoffManager for managing Backoff headersxunjieli2015-07-2212-0/+637
* Use 'url::Origin' when processing the 'Origin' header.mkwst2015-07-221-14/+12
* split port_util.h off of net_util.heroman2015-07-211-1/+1
* Support OCSP stapling on iOS.davidben2015-07-171-1/+1
* Remove CaseInsensitiveCompare from string_util.hbrettw2015-07-141-6/+3
* Deprecate 'url::Origin' (1/3).mkwst2015-07-111-3/+4
* Add prefetch UMA metrics.twifkak2015-07-102-1/+12
* Replace base::str[n]casecmp with helper functions.brettw2015-07-101-1/+1
* Tidy up *Int*ToString conversions in //netricea2015-07-091-4/+4
* Replace remaining Tokenize calls to SplitStringbrettw2015-07-061-4/+5
* New new versions of Starts/EndsWith and SplitString in net.brettw2015-07-061-10/+10
* Split TransportSecurityState::DomainState into STSState and PKPStatemartijn2015-06-301-70/+89
* Seed NetworkQualityEstimator with default estimates.tbansal2015-06-251-1/+2
* Revert of Seed NetworkQualityEstimator with default estimates. (patchset #6 i...jackhou2015-06-251-2/+1
* Seed NetworkQualityEstimator with default estimates.tbansal2015-06-251-1/+2
* Remove stack trace code from https://codereview.chromium.org/1174593002/mmenke2015-06-241-4/+1
* Remove NetworkDelegate::OnCanThrottleRequestxunjieli2015-06-249-66/+16
* Add histograms for how often 4xx/5xx responses have bodies.mmenke2015-06-181-0/+20
* Cleanup: Remove various DoNothing functions and use base::DoNothing().thestig2015-06-181-7/+4
* Change histogram.h includes to histogram_macros.h in net/asvitkine2015-06-174-5/+3
* Fix fallback tests on old-NSS bots.davidben2015-06-161-3/+3
* Only support seeking file streams from the beginning of the file.reillyg2015-06-161-2/+1