summaryrefslogtreecommitdiffstats
path: root/net/base/file_stream_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Add SHARED_DELETE flag to FileStream.paivanof@gmail.com2012-12-051-1/+1
* Don't call base::ClosePlatformFile on a closed file handle.wtc@chromium.org2012-11-151-1/+0
* net: Update calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-141-2/+2
* net: Implement canceling of all async operations in FileStream.paivanof@gmail.com2012-11-061-303/+78
* Switch to TimeDelta interfaces for process waiting functions in net and ipc.tedvessenes@gmail.com2012-07-111-3/+1
* Make NetLog take in callbacks that return Values rathermmenke@chromium.org2012-06-101-10/+5
* Make FileStream::Seek async and add FileStream::SeekSync for sync operationkinuko@chromium.org2012-04-111-18/+63
* Add a source id to global NetLog entries, which makes themmmenke@chromium.org2012-03-151-5/+5
* FileStream: Wait for IO completion in destructor regardless of auto_closed flagkinuko@chromium.org2012-03-061-0/+41
* net: Make destruction and closure of FileStream safer.satorux@chromium.org2012-02-291-0/+54
* Remove the ChromeNetLog observer classes, using NetLog::ThreadSafeObservermmenke@chromium.org2012-02-291-6/+14
* net: Fix a bug in FileStream::CloseSync() on POSIX.satorux@chromium.org2012-02-241-0/+21
* net: Split file_stream.h to file_stream_posix.h and win.hsatorux@chromium.org2012-02-241-5/+1
* net: Add a "async read and delete" test to FleStream.satorux@chromium.org2012-02-221-0/+32
* net: Add FileStream::Open() and Close() that perform asynchronously.satorux@chromium.org2012-02-171-0/+95
* net: FileStream::Read/Write() to take IOBuffer* instead of char*satorux@chromium.org2012-02-161-40/+68
* net: Split FileStream::Read/Write() into sync and async versions.satorux@chromium.org2012-02-151-13/+13
* Prefer ScopedNestableTaskAllower over manual save/restoredhollowa@chromium.org2012-02-141-3/+1
* net: Rename FileStream::Open/Close with OpenSync/CloseSync.satorux@chromium.org2012-02-091-32/+32
* Back out r121064 from the trunk due to a compile failure.mark@chromium.org2012-02-081-32/+32
* net: Rename FileStream::Open/Close with OpenSync/CloseSync.satorux@chromium.org2012-02-081-32/+32
* Added Net logging to FileStream.ahendrickson@chromium.org2012-02-021-24/+24
* Switch FileStream to use new CompletionCallback.willchan@chromium.org2011-10-121-56/+70
* FileStream unit tests now check for file close.ahendrickson@chromium.org2011-10-101-4/+47
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-19/+19
* Remove explicit keyword from multi-argument (w/o default values) constructorsdilmah@chromium.org2011-07-261-3/+2
* Remove most unnecessary uses of "net::" in net/base/.adamk@chromium.org2011-03-251-82/+84
* More net/ reordering.erg@google.com2011-01-211-0/+1
* 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