summaryrefslogtreecommitdiffstats
path: root/net/base/file_stream_context.cc
Commit message (Expand)AuthorAgeFilesLines
* net: FileStream cleanuprvargas@chromium.org2014-06-201-11/+21
* net: Remove one of FileStream's ctors which takes PlatformFilehashimoto@chromium.org2014-05-071-0/+2
* net: Make sure the FileStream file is closed on the worker thread.rvargas@chromium.org2014-05-021-3/+3
* net: Remove unused NetLog parameter from FileStream's ctorhashimoto@chromium.org2014-04-231-84/+10
* net: Remove unused FileStream methodshashimoto@chromium.org2014-04-091-50/+34
* Remove some PlatformFile instances from ChromeOS Drive.rvargas@chromium.org2014-03-291-7/+2
* net: Update FileStream to use base::File instead of PlatformFile.rvargas@chromium.org2014-03-211-37/+71
* Fix chrome upload with content uriqinmin@chromium.org2013-11-201-7/+22
* Revert 235752 "Fix chrome upload with content uri"qinmin@chromium.org2013-11-181-22/+7
* Fix chrome upload with content uriqinmin@chromium.org2013-11-181-7/+22
* Update FileStream unittests to make memcheck happy.sergeyu@chromium.org2013-09-141-5/+0
* URLFetcher won't call delegate until file is closed.waffles@chromium.org2013-09-121-0/+15
* Allow custom TaskRunners for async operations in net::FileStream.earthdok@google.com2013-06-171-7/+5
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-101-1/+1
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-13/+14
* Fix net::FileStream to handle all errors correctly.sergeyu@chromium.org2013-02-271-38/+63
* Experimental Revert of 184577mpearson@chromium.org2013-02-261-63/+38
* Fix net::FileStream to handle all errors correctly.sergeyu@chromium.org2013-02-261-38/+63
* Revert 184453sergeyu@chromium.org2013-02-251-63/+38
* Fix net::FileStream to handle all errors correctly.sergeyu@chromium.org2013-02-251-38/+63
* Revert 184257rtenneti@chromium.org2013-02-231-63/+38
* Fix net::FileStream to handle all errors correctly.sergeyu@chromium.org2013-02-231-38/+63
* Replace FilePath with base::FilePath in net.brettw@chromium.org2013-02-081-4/+4
* Add SHARED_DELETE flag to FileStream.paivanof@gmail.com2012-12-051-0/+5
* net: Implement canceling of all async operations in FileStream.paivanof@gmail.com2012-11-061-0/+231