summaryrefslogtreecommitdiffstats
path: root/net/base/file_stream.h
Commit message (Expand)AuthorAgeFilesLines
* Reduce header dependencies in net/phajdan.jr@chromium.org2009-05-291-1/+2
* Remove unneeded uses of logging.h in header files.thestig@chromium.org2009-03-121-0/+1
* Add warning comment to FileStream::Truncateagl@chromium.org2009-03-091-0/+2
* Adds truncate to FileStream.sky@google.com2009-03-091-0/+5
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-5/+5
* Add a new method ReadUntilComplete to FileStream which ensures that all reque...jhawkins@chromium.org2009-02-131-0/+7
* Add constructor to net::FileStream to create it with a base::PlatformFile han...hclam@chromium.org2009-02-091-0/+7
* Change FileStream to use FilePath instead of wstring.erikkay@google.com2009-01-261-1/+2
* Clarify file-stream comments.darin@chromium.org2008-11-251-0/+4
* * Add write and read/write support to FileStream (renamed from FileInputStream).erikkay@google.com2008-11-031-0/+109