summaryrefslogtreecommitdiffstats
path: root/net/base/file_stream_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Add an optional parameter to CreatePlatformFile() to report the typedumi@chromium.org2010-08-311-3/+2
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-3/+4
* Remove the unnecessary conversion to wstring when calling file_util::WriteFile.evan@chromium.org2009-10-131-2/+1
* Renames the function CreateTemporaryFilename to CreateTemporaryFile and track...erikkay@chromium.org2009-08-181-1/+1
* Relanding Coverity fixes from http://codereview.chromium.org/159862 excluding...phajdan.jr@chromium.org2009-08-061-1/+1
* Revert of r22559.aa@chromium.org2009-08-061-1/+1
* Bunch of Coverity fixes, rather minor severity.phajdan.jr@chromium.org2009-08-061-1/+1
* Avoiding IO completion callback during the closinghuanr@chromium.org2009-06-031-10/+18
* * Switch the posix FileStream code over to using WorkerPool for asynchronous ...willchan@chromium.org2009-03-241-21/+470
* Adds truncate to FileStream.sky@google.com2009-03-091-0/+27
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-15/+15
* Add constructor to net::FileStream to create it with a base::PlatformFile han...hclam@chromium.org2009-02-091-0/+39
* Change FileStream to use FilePath instead of wstring.erikkay@google.com2009-01-261-3/+4
* * Cleanup: move base/platform_test.h -> testing/jeremy@chromium.org2008-12-021-1/+1
* * Add write and read/write support to FileStream (renamed from FileInputStream).erikkay@google.com2008-11-031-0/+369