index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
url_request
/
url_fetcher_core.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tiny comment fix for removing ambiguity.
kinaba@chromium.org
2013-07-05
1
-7
/
+8
*
Fix task execution order between URLFetcherCore::DisownFile and Stop.
kinaba@chromium.org
2013-07-03
1
-8
/
+9
*
Rewrite scoped_ptr<T>(NULL) to use the default ctor in net/.
dcheng@chromium.org
2013-06-12
1
-3
/
+1
*
Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-01
1
-25
/
+27
*
net: Move write flush responsiblity from URLFetcherResponseWriter to URLFetch...
hashimoto@chromium.org
2013-05-24
1
-5
/
+24
*
Support range uploading of a file.
hidehiko@chromium.org
2013-05-02
1
-1
/
+11
*
Remove URL fragment from referrer HTTP header (to comply with rfc2616) when o...
mef@chromium.org
2013-04-10
1
-1
/
+1
*
net: Report net error code from URLFetcher::FileErrorOccurred
hashimoto@chromium.org
2013-03-13
1
-5
/
+3
*
net: Introduce new interface URLFetcherResponseWriter
hashimoto@chromium.org
2013-03-05
1
-60
/
+33
*
Add SetUploadFilePath method to URLFetcher.
mattm@chromium.org
2013-03-02
1
-2
/
+33
*
net: Split URLFetcherFileWriter from URLFetcherCore
hashimoto@chromium.org
2013-02-18
1
-211
/
+42
*
Revert "Add SetUploadDataStream method to URLFetcher." which broke URLFetcher...
mattm@chromium.org
2013-02-14
1
-31
/
+19
*
Rename FilePath to base::FilePath and use new location of string_number_conve...
brettw@chromium.org
2013-02-08
1
-1
/
+1
*
Replace FilePath with base::FilePath in net.
brettw@chromium.org
2013-02-08
1
-6
/
+6
*
Remove deprecated POST_WITHOUT_BODY
hidehiko@chromium.org
2013-02-08
1
-4
/
+0
*
Allow no content-type for POST, PUT and PATCH methods.
hidehiko@chromium.org
2013-02-06
1
-6
/
+25
*
Add POST_WITHOUT_BODY to the UrlFetcher's method.
hidehiko@chromium.org
2013-02-04
1
-0
/
+4
*
Add PATCH method to UrlFetcher.
hidehiko@chromium.org
2013-02-04
1
-1
/
+3
*
Add a command-line flag to have URLFetcher ignore certificate requests
rsleevi@chromium.org
2013-01-31
1
-0
/
+18
*
Having URLFetcher handle SSL client auth by proceeding anonymously (eg: NULL
rsleevi@chromium.org
2013-01-30
1
-6
/
+0
*
Move file_util_proxy to base/files.
brettw@chromium.org
2013-01-26
1
-1
/
+1
*
Add SetUploadDataStream method to URLFetcher.
mattm@chromium.org
2013-01-24
1
-12
/
+24
*
Make URLFetchers with SetAutomaticallyRetryOnNetworkChanges() retry immediate...
joaodasilva@chromium.org
2013-01-11
1
-36
/
+6
*
Added --lso-host switch that lets us override hosts for LSO URLs.
zelidrag@chromium.org
2013-01-09
1
-0
/
+6
*
net: Change argument of URLRequest::set_upload from UploadData to UploadDataS...
hashimoto@chromium.org
2012-12-15
1
-5
/
+6
*
Introduce ERR_NETWORK_CHANGED and allow URLFetcher to automatically retry on ...
joaodasilva@chromium.org
2012-12-14
1
-10
/
+60
*
net: Move ownership of UploadDataStream from URLRequestHttpJob to URLRequest
hashimoto@chromium.org
2012-11-28
1
-2
/
+5
*
Fix trivial bug in URLFetcherCore::SetStopOnRedirect() that ignored the suppl...
pkasting@chromium.org
2012-10-29
1
-1
/
+1
*
URLFetcher uses a TaskRunner instead of a message loop.
droger@chromium.org
2012-09-19
1
-21
/
+29
*
Stop using ScopedAllowIO in content::ResourceDispatcherHostImpl
hashimoto@chromium.org
2012-08-30
1
-1
/
+1
*
Added URLRequestContext::CreateRequest which can be used to create URLRequests
shalev@chromium.org
2012-08-24
1
-4
/
+2
*
Enabled SignInAfterInit test.
atwilson@chromium.org
2012-08-11
1
-0
/
+1
*
Allow PUT and POST with empty body in URLFetcher.
kinaba@chromium.org
2012-06-29
1
-1
/
+0
*
Added URLRequestContext to constructor for URLRequest.
erikwright@chromium.org
2012-06-22
1
-2
/
+4
*
Replace GetIOMessageLoopProxy() with GetNetworkTaskRunner() in UrlRequestCont...
sergeyu@chromium.org
2012-06-16
1
-78
/
+79
*
Move URLFetcherCore to net/
akalin@chromium.org
2012-06-13
1
-0
/
+1004