| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 134269 - Revert 134234 - Turn thread restrictions on for release build... | kevers@chromium.org | 2012-04-27 | 1 | -0/+1 |
* | Revert 134234 - Turn thread restrictions on for release builds as well so tha... | kevers@chromium.org | 2012-04-27 | 1 | -1/+0 |
* | Turn thread restrictions on for release builds as well so that they're trigge... | jam@chromium.org | 2012-04-27 | 1 | -0/+1 |
* | Disallow UI/IO thread blocking on any other thread. | jam@chromium.org | 2012-04-26 | 1 | -0/+1 |
* | Make FileStream::Seek async and add FileStream::SeekSync for sync operation | kinuko@chromium.org | 2012-04-11 | 1 | -60/+95 |
* | FileStream: Wait for IO completion in destructor regardless of auto_closed flag | kinuko@chromium.org | 2012-03-06 | 1 | -6/+9 |
* | net: Fix a subtle race in FileStreamWin::CloseSync() | satorux@chromium.org | 2012-03-01 | 1 | -3/+5 |
* | net: Make destruction and closure of FileStream safer. | satorux@chromium.org | 2012-02-29 | 1 | -28/+76 |
* | net: Split file_stream.h to file_stream_posix.h and win.h | satorux@chromium.org | 2012-02-24 | 1 | -28/+33 |
* | net: Get back the blocking behavior in FileStream's destructor. | satorux@chromium.org | 2012-02-21 | 1 | -2/+4 |
* | net: Minor cleanup for FileStream implementation on Windows. | satorux@chromium.org | 2012-02-19 | 1 | -7/+7 |
* | net: Add FileStream::Open() and Close() that perform asynchronously. | satorux@chromium.org | 2012-02-17 | 1 | -20/+143 |
* | net: FileStream::Read/Write() to take IOBuffer* instead of char* | satorux@chromium.org | 2012-02-16 | 1 | -56/+89 |
* | net: Split FileStream::Read/Write() into sync and async versions. | satorux@chromium.org | 2012-02-15 | 1 | -1/+24 |
* | net: Rename FileStream::Open/Close with OpenSync/CloseSync. | satorux@chromium.org | 2012-02-09 | 1 | -3/+3 |
* | Back out r121064 from the trunk due to a compile failure. | mark@chromium.org | 2012-02-08 | 1 | -3/+3 |
* | net: Rename FileStream::Open/Close with OpenSync/CloseSync. | satorux@chromium.org | 2012-02-08 | 1 | -3/+3 |
* | Revert 120290 - Revert 120283 - net: Use ClosePlatformFile() instead of close... | mkwst@chromium.org | 2012-02-03 | 1 | -1/+2 |
* | Revert 120283 - net: Use ClosePlatformFile() instead of close/CloseHandle(). | mkwst@chromium.org | 2012-02-03 | 1 | -2/+1 |
* | net: Use ClosePlatformFile() instead of close/CloseHandle(). | satorux@chromium.org | 2012-02-03 | 1 | -1/+2 |
* | Added Net logging to FileStream. | ahendrickson@chromium.org | 2012-02-02 | 1 | -25/+105 |
* | Revert 120174 - net: Use ClosePlatformFile() instead of close/CloseHandle(). | mkwst@chromium.org | 2012-02-02 | 1 | -3/+2 |
* | net: Use ClosePlatformFile() instead of close/CloseHandle(). | satorux@chromium.org | 2012-02-02 | 1 | -2/+3 |
* | Switch FileStream to use new CompletionCallback. | willchan@chromium.org | 2011-10-12 | 1 | -21/+21 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 1 | -7/+7 |
* | Record UMA statistics for file_stream operations. | ahendrickson@chromium.org | 2011-09-23 | 1 | -15/+51 |
* | Make BaseFile member functions return net::Error's. | ahendrickson@chromium.org | 2011-09-04 | 1 | -23/+8 |
* | Using DCHECK_NE/EQ/LE/GE/GT/LT() where possible. Updating logging in src/net/... | kushi.p@gmail.com | 2011-05-05 | 1 | -2/+2 |
* | Add ThreadRestrictions to FileStream. | willchan@chromium.org | 2011-03-09 | 1 | -0/+15 |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 1 | -1/+1 |
* | Add an optional parameter to CreatePlatformFile() to report the type | dumi@chromium.org | 2010-08-31 | 1 | -1/+1 |
* | Attempt four at landing the "histogram.h removed from message_loop.h" patch. | erg@chromium.org | 2010-07-15 | 1 | -3/+4 |
* | Revert everything related to the relanding. | erg@chromium.org | 2010-07-14 | 1 | -1/+0 |
* | Reland r52336. | erg@chromium.org | 2010-07-14 | 1 | -0/+1 |
* | Revert 52336 - More header cleanup: | erg@chromium.org | 2010-07-14 | 1 | -1/+0 |
* | More header cleanup: | erg@chromium.org | 2010-07-14 | 1 | -0/+1 |
* | Adding flushing of files on chromeos, so that when something is downloaded, i... | dhg@chromium.org | 2010-06-10 | 1 | -0/+15 |
* | Switch to using TimeTicks for profiling and histograms | jar@chromium.org | 2010-05-10 | 1 | -2/+3 |
* | Add Chromium side implementation for WebFileSystem interface in WebKit. | jianli@chromium.org | 2010-05-06 | 1 | -3/+6 |
* | Revert 42152 - Fix the case where the browser livelocks if we cannot open a f... | vandebo@chromium.org | 2010-03-19 | 1 | -32/+11 |
* | Fix the case where the browser livelocks if we cannot open a file. | vandebo@chromium.org | 2010-03-19 | 1 | -11/+32 |
* | Revert "Fix the case where the browser livelocks if we cannot open a file." | agl@chromium.org | 2010-03-01 | 1 | -31/+10 |
* | Fix the case where the browser livelocks if we cannot open a file. | agl@chromium.org | 2010-02-26 | 1 | -10/+31 |
* | Revert "Fix the case where the browser livelocks if we cannot open a file." | agl@chromium.org | 2010-02-24 | 1 | -31/+10 |
* | Fix the case where the browser livelocks if we cannot open a file. | agl@chromium.org | 2010-02-24 | 1 | -10/+31 |
* | Revert r39446: "Fix the case where the browser livelocks if we cannot open a ... | agl@chromium.org | 2010-02-19 | 1 | -31/+10 |
* | Fix the case where the browser livelocks if we cannot open a file. | agl@chromium.org | 2010-02-19 | 1 | -10/+31 |
* | Relanding Coverity fixes from http://codereview.chromium.org/159862 excluding... | phajdan.jr@chromium.org | 2009-08-06 | 1 | -2/+5 |
* | Revert of r22559. | aa@chromium.org | 2009-08-06 | 1 | -5/+2 |
* | Bunch of Coverity fixes, rather minor severity. | phajdan.jr@chromium.org | 2009-08-06 | 1 | -2/+5 |