summaryrefslogtreecommitdiffstats
path: root/net/base/file_stream_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Attempt four at landing the "histogram.h removed from message_loop.h" patch.erg@chromium.org2010-07-151-3/+4
* 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
* More header cleanup:erg@chromium.org2010-07-141-0/+1
* Adding flushing of files on chromeos, so that when something is downloaded, i...dhg@chromium.org2010-06-101-0/+15
* Switch to using TimeTicks for profiling and histogramsjar@chromium.org2010-05-101-2/+3
* Add Chromium side implementation for WebFileSystem interface in WebKit.jianli@chromium.org2010-05-061-3/+6
* Revert 42152 - Fix the case where the browser livelocks if we cannot open a f...vandebo@chromium.org2010-03-191-32/+11
* Fix the case where the browser livelocks if we cannot open a file.vandebo@chromium.org2010-03-191-11/+32
* Revert "Fix the case where the browser livelocks if we cannot open a file."agl@chromium.org2010-03-011-31/+10
* Fix the case where the browser livelocks if we cannot open a file.agl@chromium.org2010-02-261-10/+31
* Revert "Fix the case where the browser livelocks if we cannot open a file."agl@chromium.org2010-02-241-31/+10
* Fix the case where the browser livelocks if we cannot open a file.agl@chromium.org2010-02-241-10/+31
* Revert r39446: "Fix the case where the browser livelocks if we cannot open a ...agl@chromium.org2010-02-191-31/+10
* Fix the case where the browser livelocks if we cannot open a file.agl@chromium.org2010-02-191-10/+31
* Relanding Coverity fixes from http://codereview.chromium.org/159862 excluding...phajdan.jr@chromium.org2009-08-061-2/+5
* Revert of r22559.aa@chromium.org2009-08-061-5/+2
* Bunch of Coverity fixes, rather minor severity.phajdan.jr@chromium.org2009-08-061-2/+5
* Avoiding IO completion callback during the closinghuanr@chromium.org2009-06-031-1/+8
* Reduce header dependencies in net/phajdan.jr@chromium.org2009-05-291-0/+1
* Adds truncate to FileStream.sky@google.com2009-03-091-0/+24
* Use string for Histogram names since these are all ASCII anyway.dsh@google.com2009-02-241-2/+1
* Add a new method ReadUntilComplete to FileStream which ensures that all reque...jhawkins@chromium.org2009-02-131-0/+21
* Add constructor to net::FileStream to create it with a base::PlatformFile han...hclam@chromium.org2009-02-091-0/+11
* Change FileStream to use FilePath instead of wstring.erikkay@google.com2009-01-261-2/+2
* Switch MessagePumpForIO to use completion ports on Windows.rvargas@google.com2008-11-071-34/+39
* fix a typo that caused test failures in debug modeerikkay@google.com2008-11-031-1/+1
* * Add write and read/write support to FileStream (renamed from FileInputStream).erikkay@google.com2008-11-031-0/+254