summaryrefslogtreecommitdiffstats
path: root/content/browser/download/base_file.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed content::BaseFile::IsEmptyHash call to memset.joaodasilva@chromium.org2013-12-191-4/+4
* Move directory creation functions to base namespace.brettw@chromium.org2013-12-031-1/+1
* Move temp file functions to base namespace.brettw@chromium.org2013-12-031-2/+2
* [Downloads] Move client guid for AV scanning of downloaded files to chrome/gbillock@chromium.org2013-08-101-0/+4
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-161-1/+1
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-011-1/+1
* Use a direct include of strings headers in content/browser/, part 1.avi@chromium.org2013-06-111-1/+1
* downloads: Improve download rate estimation.cbentzel@chromium.org2013-05-291-11/+0
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-171-4/+4
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-2/+2
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-2/+2
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-2/+2
* Use base namespace for FilePath in content/browserbrettw@chromium.org2013-02-071-5/+5
* Initial CL for Downloads resumption.rdsmith@chromium.org2013-01-121-0/+18
* net: Implement canceling of all async operations in FileStream.paivanof@gmail.com2012-11-061-1/+0
* Handle the case where IAttachmentExecute::Save() deletes a downloaded file.asanka@chromium.org2012-10-291-1/+2
* Move download code to the content namespace.jam@chromium.org2012-10-261-37/+32
* Refactor BaseFile methods to return a DownloadInterruptReason instead of a ne...asanka@chromium.org2012-10-251-300/+101
* Replace the DownloadFileManager with direct ownership of DownloadFileImplrdsmith@chromium.org2012-10-181-6/+5
* Shift passage of FileStream in downloads system to be by scoped_ptr<>.rdsmith@chromium.org2012-10-171-2/+2
* Flush at the end of local file writing in FileWriter API.kinaba@chromium.org2012-10-011-1/+1
* Use the user's preferred downloads directory for creating the initial downloa...asanka@chromium.org2012-09-151-5/+10
* Revert 154294 - Remove DownloadFileManager in favor of direct ownership of Do...rdsmith@chromium.org2012-08-311-0/+1
* Remove DownloadFileManager in favor of direct ownership of DownloadFiles.rdsmith@chromium.org2012-08-301-1/+0
* Revert 153563 - Remove DownloadFileManager in favor of direct ownership of Do...isherman@chromium.org2012-08-281-0/+1
* Remove DownloadFileManager in favor of direct ownership of DownloadFiles.rdsmith@chromium.org2012-08-271-1/+0
* Revert 153221 - Remove DownloadFileManager in favor of direct ownership of Do...rdsmith@chromium.org2012-08-241-0/+1
* Remove DownloadFileManager in favor of direct ownership of DownloadFiles.rdsmith@chromium.org2012-08-241-1/+0
* Revert 152213 - Replace the DownloadFileManager with direct ownership of Down...rdsmith@chromium.org2012-08-191-0/+1
* Replace the DownloadFileManager with direct ownership of DownloadFile.rdsmith@chromium.org2012-08-181-1/+0
* Revert 151351 - Replace the DownloadFileManager with direct ownership yutak@chromium.org2012-08-141-0/+1
* Replace the DownloadFileManager with direct ownership rdsmith@chromium.org2012-08-131-1/+0
* Moving file_metadata files under content/browser/downloadcristian.patrasciuc@gmail.com2012-07-281-5/+3
* Added functionality such that on Linux, after downloading a file,cristian.patrasciuc@gmail.com2012-07-271-0/+5
* Add test for failing rename in BaseFileTest.asanka@chromium.org2012-07-121-1/+1
* Do the Windows source file annotation at the end of the download.rdsmith@chromium.org2012-06-261-4/+0
* NetLogEventParameter to Callback refactoring 11. mmenke@chromium.org2012-06-141-13/+11
* Use ByteStream in downloads system to decouple source and sink.rdsmith@chromium.org2012-06-041-7/+0
* Make PowerSaveBlocker object an argument to DownloadFileImpl constructor rdsmith@chromium.org2012-04-191-1/+0
* Make FileStream::Seek async and add FileStream::SeekSync for sync operationkinuko@chromium.org2012-04-111-1/+1
* Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org2012-03-071-2/+2
* net: Split FileStream::Read/Write() into sync and async versions.satorux@chromium.org2012-02-151-1/+1
* net: Rename FileStream::Open/Close with OpenSync/CloseSync.satorux@chromium.org2012-02-091-2/+2
* Back out r121064 from the trunk due to a compile failure.mark@chromium.org2012-02-081-2/+2
* net: Rename FileStream::Open/Close with OpenSync/CloseSync.satorux@chromium.org2012-02-081-2/+2
* Added net logging to BaseFile.ahendrickson@chromium.org2012-02-051-21/+72
* Added Net logging to FileStream.ahendrickson@chromium.org2012-02-021-1/+1
* Using VLOG instead of DVLOG to display BaseFile errors.ahendrickson@chromium.org2012-01-091-3/+3
* In order to resume a download some more information needs to be gathered.ahendrickson@chromium.org2011-12-221-9/+38
* Move download speed calculation to file thread / DownloadFile class.benwells@chromium.org2011-11-301-0/+18