summaryrefslogtreecommitdiffstats
path: root/net/base/file_stream_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* (Finally) Remove NetLog::EventParameters.mmenke@chromium.org2012-06-191-6/+6
* NetLogEventParameter to Callback refactoring 1,mmenke@chromium.org2012-06-121-13/+6
* Revert 134269 - Revert 134234 - Turn thread restrictions on for release build...kevers@chromium.org2012-04-271-0/+1
* Revert 134234 - Turn thread restrictions on for release builds as well so tha...kevers@chromium.org2012-04-271-1/+0
* Turn thread restrictions on for release builds as well so that they're trigge...jam@chromium.org2012-04-271-0/+1
* Disallow UI/IO thread blocking on any other thread.jam@chromium.org2012-04-261-0/+1
* Make FileStream::Seek async and add FileStream::SeekSync for sync operationkinuko@chromium.org2012-04-111-47/+106
* FileStream: Wait for IO completion in destructor regardless of auto_closed flagkinuko@chromium.org2012-03-061-4/+6
* net: Make destruction and closure of FileStream safer.satorux@chromium.org2012-02-291-62/+94
* net: Fix a bug in FileStream::CloseSync() on POSIX.satorux@chromium.org2012-02-241-0/+8
* net: Split file_stream.h to file_stream_posix.h and win.hsatorux@chromium.org2012-02-241-29/+34
* net: Simplify FileStream implementation on POSIX.satorux@chromium.org2012-02-211-279/+122
* net: Get back the blocking behavior in FileStream's destructor.satorux@chromium.org2012-02-211-2/+4
* Revert 122780 - net: Simplify FileStream implementation on POSIX.yutak@chromium.org2012-02-211-85/+279
* net: Simplify FileStream implementation on POSIX.satorux@chromium.org2012-02-211-279/+85
* net: Add FileStream::Open() and Close() that perform asynchronously.satorux@chromium.org2012-02-171-27/+130
* net: FileStream::Read/Write() to take IOBuffer* instead of char*satorux@chromium.org2012-02-161-45/+53
* net: Split FileStream::Read/Write() into sync and async versions.satorux@chromium.org2012-02-151-1/+24
* net: Rename FileStream::Open/Close with OpenSync/CloseSync.satorux@chromium.org2012-02-091-3/+3
* Back out r121064 from the trunk due to a compile failure.mark@chromium.org2012-02-081-3/+3
* net: Rename FileStream::Open/Close with OpenSync/CloseSync.satorux@chromium.org2012-02-081-3/+3
* Revert 120290 - Revert 120283 - net: Use ClosePlatformFile() instead of close...mkwst@chromium.org2012-02-031-2/+1
* Revert 120283 - net: Use ClosePlatformFile() instead of close/CloseHandle().mkwst@chromium.org2012-02-031-1/+2
* net: Use ClosePlatformFile() instead of close/CloseHandle().satorux@chromium.org2012-02-031-2/+1
* net: Remove CRLFs introduced in crrev.com/120226.satorux@chromium.org2012-02-031-3/+3
* Added Net logging to FileStream.ahendrickson@chromium.org2012-02-021-41/+142
* Revert 120174 - net: Use ClosePlatformFile() instead of close/CloseHandle().mkwst@chromium.org2012-02-021-2/+3
* net: Use ClosePlatformFile() instead of close/CloseHandle().satorux@chromium.org2012-02-021-3/+2
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-211-0/+1
* A build fix for Mac GCC.hbono@chromium.org2011-10-251-2/+2
* base::Bind conversion for file_stream_posix.cc.adamk@chromium.org2011-10-211-18/+20
* Switch FileStream to use new CompletionCallback.willchan@chromium.org2011-10-121-45/+41
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-12/+12
* Record UMA statistics for file_stream operations.ahendrickson@chromium.org2011-09-231-24/+50
* mac: gcc buildfixthakis@chromium.org2011-09-041-1/+2
* Make BaseFile member functions return net::Error's.ahendrickson@chromium.org2011-09-041-23/+10
* Upstream android net related code (part 1)michaelbai@google.com2011-07-111-0/+8
* Remove most unnecessary uses of "net::" in net/base/.adamk@chromium.org2011-03-251-5/+6
* Use NewRunnableFunction in file_stream_posix.cc to get rid of custom Task sub...adamk@chromium.org2011-03-111-64/+19
* Add ThreadRestrictions to FileStream.willchan@chromium.org2011-03-091-1/+11
* Even more reordering the methods in headers and implementation in net/.erg@google.com2011-01-201-7/+7
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-021-1/+1
* Move some misc thread-related stuff from base to base/thread and into the basebrettw@chromium.org2010-12-301-11/+11
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* Remove log for errors opening files. It's the client's responsibility to log ...pinkerton@chromium.org2010-10-081-2/+0
* Add an optional parameter to CreatePlatformFile() to report the typedumi@chromium.org2010-08-311-1/+1
* Attempt four at landing the "histogram.h removed from message_loop.h" patch.erg@chromium.org2010-07-151-0/+1
* Revert everything related to the relanding.erg@chromium.org2010-07-141-1/+0
* Reland r52336.erg@chromium.org2010-07-141-0/+1
* Revert 52336 - More header cleanup:erg@chromium.org2010-07-141-1/+0