summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_fetcher_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Remove URLFetcher::GetRequestHeaders. It had a bug,mmenke@chromium.org2014-02-021-2/+0
* Make it possible to set a referrer policy via URLFetcherjochen@chromium.org2014-01-241-0/+2
* net: Use SequencedTaskRunner for URLFetcherResponseWriterhashimoto@chromium.org2013-11-121-2/+2
* net: Allow URLFetcher users to inject custom URLFetcherResponseWriterhashimoto@chromium.org2013-10-161-0/+2
* net: Remove URLFetcher::FileErrorOccurred and use URLRequestStatus to report ...hashimoto@chromium.org2013-10-031-1/+0
* Support range uploading of a file.hidehiko@chromium.org2013-05-021-0/+2
* net: Report net error code from URLFetcher::FileErrorOccurredhashimoto@chromium.org2013-03-131-2/+1
* Add SetUploadFilePath method to URLFetcher.mattm@chromium.org2013-03-021-0/+4
* Revert "Add SetUploadDataStream method to URLFetcher." which broke URLFetcher...mattm@chromium.org2013-02-141-3/+0
* Replace FilePath with base::FilePath in net.brettw@chromium.org2013-02-081-2/+2
* Add a command-line flag to have URLFetcher ignore certificate requestsrsleevi@chromium.org2013-01-311-0/+1
* Add SetUploadDataStream method to URLFetcher.mattm@chromium.org2013-01-241-0/+3
* Introduce ERR_NETWORK_CHANGED and allow URLFetcher to automatically retry on ...joaodasilva@chromium.org2012-12-141-2/+3
* URLFetcher uses a TaskRunner instead of a message loop.droger@chromium.org2012-09-191-2/+2
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Move test_url_fetcher_factory.* from content/ to net/url_requestakalin@chromium.org2012-06-191-2/+1
* Move URLFetcherImpl to net/akalin@chromium.org2012-06-151-0/+123