summaryrefslogtreecommitdiffstats
path: root/net/base/file_stream.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert Pass()→std::move() in //netdcheng2015-12-261-2/+3
* Only support seeking file streams from the beginning of the file.reillyg2015-06-161-9/+3
* Use the exact-width integer types defined in <stdint.h> rather thanwtc2015-06-041-1/+1
* Split bug 423948 into various sub-bugs and remove outdated instrumentation.pkasting2015-04-111-2/+2
* Instrumenting URLRequestFileJob::ReadRawData internals for jank.vadimt2015-01-081-0/+5
* net: FileStream cleanuprvargas@chromium.org2014-06-201-10/+8
* net: Remove one of FileStream's ctors which takes PlatformFilehashimoto@chromium.org2014-05-071-6/+0
* net: Always pass TaskRunner to FileStream's ctorhashimoto@chromium.org2014-04-301-19/+0
* net: Remove unused NetLog parameter from FileStream's ctorhashimoto@chromium.org2014-04-231-27/+10
* net: Remove unused FileStream methodshashimoto@chromium.org2014-04-091-165/+3
* net: Update FileStream to use base::File instead of PlatformFile.rvargas@chromium.org2014-03-211-41/+39
* URLFetcher won't call delegate until file is closed.waffles@chromium.org2013-09-121-0/+13
* Allow custom TaskRunners for async operations in net::FileStream.earthdok@google.com2013-06-171-2/+26
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-101-1/+1
* Assert that FileStream::OpenSync() is called only for file streams in sync mode.paivanof@gmail.com2013-03-061-4/+1
* Replace FilePath with base::FilePath in net.brettw@chromium.org2013-02-081-2/+2
* net::FileStream::Available() should be callable when the available bytes = 0.kinaba@chromium.org2012-12-121-1/+1
* net: Implement canceling of all async operations in FileStream.paivanof@gmail.com2012-11-061-36/+198
* 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: Split file_stream.h to file_stream_posix.h and win.hsatorux@chromium.org2012-02-241-0/+93