summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_fetcher_core.cc
Commit message (Expand)AuthorAgeFilesLines
* Tiny comment fix for removing ambiguity.kinaba@chromium.org2013-07-051-7/+8
* Fix task execution order between URLFetcherCore::DisownFile and Stop.kinaba@chromium.org2013-07-031-8/+9
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in net/.dcheng@chromium.org2013-06-121-3/+1
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-25/+27
* net: Move write flush responsiblity from URLFetcherResponseWriter to URLFetch...hashimoto@chromium.org2013-05-241-5/+24
* Support range uploading of a file.hidehiko@chromium.org2013-05-021-1/+11
* Remove URL fragment from referrer HTTP header (to comply with rfc2616) when o...mef@chromium.org2013-04-101-1/+1
* net: Report net error code from URLFetcher::FileErrorOccurredhashimoto@chromium.org2013-03-131-5/+3
* net: Introduce new interface URLFetcherResponseWriterhashimoto@chromium.org2013-03-051-60/+33
* Add SetUploadFilePath method to URLFetcher.mattm@chromium.org2013-03-021-2/+33
* net: Split URLFetcherFileWriter from URLFetcherCorehashimoto@chromium.org2013-02-181-211/+42
* Revert "Add SetUploadDataStream method to URLFetcher." which broke URLFetcher...mattm@chromium.org2013-02-141-31/+19
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* Replace FilePath with base::FilePath in net.brettw@chromium.org2013-02-081-6/+6
* Remove deprecated POST_WITHOUT_BODYhidehiko@chromium.org2013-02-081-4/+0
* Allow no content-type for POST, PUT and PATCH methods.hidehiko@chromium.org2013-02-061-6/+25
* Add POST_WITHOUT_BODY to the UrlFetcher's method.hidehiko@chromium.org2013-02-041-0/+4
* Add PATCH method to UrlFetcher.hidehiko@chromium.org2013-02-041-1/+3
* Add a command-line flag to have URLFetcher ignore certificate requestsrsleevi@chromium.org2013-01-311-0/+18
* Having URLFetcher handle SSL client auth by proceeding anonymously (eg: NULLrsleevi@chromium.org2013-01-301-6/+0
* Move file_util_proxy to base/files.brettw@chromium.org2013-01-261-1/+1
* Add SetUploadDataStream method to URLFetcher.mattm@chromium.org2013-01-241-12/+24
* Make URLFetchers with SetAutomaticallyRetryOnNetworkChanges() retry immediate...joaodasilva@chromium.org2013-01-111-36/+6
* Added --lso-host switch that lets us override hosts for LSO URLs.zelidrag@chromium.org2013-01-091-0/+6
* net: Change argument of URLRequest::set_upload from UploadData to UploadDataS...hashimoto@chromium.org2012-12-151-5/+6
* Introduce ERR_NETWORK_CHANGED and allow URLFetcher to automatically retry on ...joaodasilva@chromium.org2012-12-141-10/+60
* net: Move ownership of UploadDataStream from URLRequestHttpJob to URLRequesthashimoto@chromium.org2012-11-281-2/+5
* Fix trivial bug in URLFetcherCore::SetStopOnRedirect() that ignored the suppl...pkasting@chromium.org2012-10-291-1/+1
* URLFetcher uses a TaskRunner instead of a message loop.droger@chromium.org2012-09-191-21/+29
* Stop using ScopedAllowIO in content::ResourceDispatcherHostImplhashimoto@chromium.org2012-08-301-1/+1
* Added URLRequestContext::CreateRequest which can be used to create URLRequestsshalev@chromium.org2012-08-241-4/+2
* Enabled SignInAfterInit test.atwilson@chromium.org2012-08-111-0/+1
* Allow PUT and POST with empty body in URLFetcher.kinaba@chromium.org2012-06-291-1/+0
* Added URLRequestContext to constructor for URLRequest.erikwright@chromium.org2012-06-221-2/+4
* Replace GetIOMessageLoopProxy() with GetNetworkTaskRunner() in UrlRequestCont...sergeyu@chromium.org2012-06-161-78/+79
* Move URLFetcherCore to net/akalin@chromium.org2012-06-131-0/+1004