summaryrefslogtreecommitdiffstats
path: root/net/base/mock_file_stream.cc
Commit message (Expand)AuthorAgeFilesLines
* Flush at the end of local file writing in FileWriter API.kinaba@chromium.org2012-10-011-2/+6
* Make FileStream::Seek async and add FileStream::SeekSync for sync operationkinuko@chromium.org2012-04-111-2/+7
* net: FileStream::Read/Write() to take IOBuffer* instead of char*satorux@chromium.org2012-02-161-2/+2
* net: Split FileStream::Read/Write() into sync and async versions.satorux@chromium.org2012-02-151-0/+8
* net: Rename FileStream::Open/Close with OpenSync/CloseSync.satorux@chromium.org2012-02-091-3/+3
* Back out r121064 from the trunk due to a compile failure.mark@chromium.org2012-02-081-3/+3
* net: Rename FileStream::Open/Close with OpenSync/CloseSync.satorux@chromium.org2012-02-081-3/+3
* Switch FileStream to use new CompletionCallback.willchan@chromium.org2011-10-121-13/+13
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-2/+2
* fix up permsdmaclach@chromium.org2011-08-291-0/+0
* Detect file system errors during downloads.ahendrickson@chromium.org2011-08-291-0/+50