summaryrefslogtreecommitdiffstats
path: root/net/base/file_stream_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* POSIX: Add a macro for handling EINTR.agl@chromium.org2009-05-011-18/+9
* * Switch the posix FileStream code over to using WorkerPool for asynchronous ...willchan@chromium.org2009-03-241-48/+282
* Adds truncate to FileStream.sky@google.com2009-03-091-0/+17
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-1/+1
* Add a new method ReadUntilComplete to FileStream which ensures that all reque...jhawkins@chromium.org2009-02-131-0/+21
* Add constructor to net::FileStream to create it with a base::PlatformFile han...hclam@chromium.org2009-02-091-0/+6
* Change FileStream to use FilePath instead of wstring.erikkay@google.com2009-01-261-2/+2
* * Add write and read/write support to FileStream (renamed from FileInputStream).erikkay@google.com2008-11-031-0/+177