summaryrefslogtreecommitdiffstats
path: root/net/base/file_stream_context_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* URLFetcher won't call delegate until file is closed.waffles@chromium.org2013-09-121-0/+9
* Allow custom TaskRunners for async operations in net::FileStream.earthdok@google.com2013-06-171-7/+10
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-8/+8
* Fix net::FileStream to handle all errors correctly.sergeyu@chromium.org2013-02-271-26/+34
* Experimental Revert of 184577mpearson@chromium.org2013-02-261-34/+26
* Fix net::FileStream to handle all errors correctly.sergeyu@chromium.org2013-02-261-26/+34
* Revert 184453sergeyu@chromium.org2013-02-251-34/+26
* Fix net::FileStream to handle all errors correctly.sergeyu@chromium.org2013-02-251-26/+34
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-4/+4
* Revert 184257rtenneti@chromium.org2013-02-231-34/+26
* Fix net::FileStream to handle all errors correctly.sergeyu@chromium.org2013-02-231-26/+34
* Move eintr_wrapper.h from base to base/posixbrettw@chromium.org2012-11-141-1/+1
* net: Implement canceling of all async operations in FileStream.paivanof@gmail.com2012-11-061-0/+176