summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_fetcher_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove URLFetcher::GetRequestHeaders. It had a bug,mmenke@chromium.org2014-02-021-5/+0
* Make it possible to set a referrer policy via URLFetcherjochen@chromium.org2014-01-241-0/+5
* net: Use SequencedTaskRunner for URLFetcherResponseWriterhashimoto@chromium.org2013-11-121-2/+3
* net: Allow URLFetcher users to inject custom URLFetcherResponseWriterhashimoto@chromium.org2013-10-161-0/+6
* net: Remove URLFetcher::FileErrorOccurred and use URLRequestStatus to report ...hashimoto@chromium.org2013-10-031-4/+0
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-101-1/+1
* Support range uploading of a file.hidehiko@chromium.org2013-05-021-1/+7
* net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-2/+1
* 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/+7
* Revert "Add SetUploadDataStream method to URLFetcher." which broke URLFetcher...mattm@chromium.org2013-02-141-7/+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/+5
* Add SetUploadDataStream method to URLFetcher.mattm@chromium.org2013-01-241-0/+7
* Introduce ERR_NETWORK_CHANGED and allow URLFetcher to automatically retry on ...joaodasilva@chromium.org2012-12-141-4/+8
* URLFetcher uses a TaskRunner instead of a message loop.droger@chromium.org2012-09-191-4/+4
* Move URLFetcherImpl to net/akalin@chromium.org2012-06-151-0/+201