| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Avoiding IO completion callback during the closing | huanr@chromium.org | 2009-06-03 | 1 | -1/+8 |
* | Reduce header dependencies in net/ | phajdan.jr@chromium.org | 2009-05-29 | 1 | -0/+1 |
* | Adds truncate to FileStream. | sky@google.com | 2009-03-09 | 1 | -0/+24 |
* | Use string for Histogram names since these are all ASCII anyway. | dsh@google.com | 2009-02-24 | 1 | -2/+1 |
* | Add a new method ReadUntilComplete to FileStream which ensures that all reque... | jhawkins@chromium.org | 2009-02-13 | 1 | -0/+21 |
* | Add constructor to net::FileStream to create it with a base::PlatformFile han... | hclam@chromium.org | 2009-02-09 | 1 | -0/+11 |
* | Change FileStream to use FilePath instead of wstring. | erikkay@google.com | 2009-01-26 | 1 | -2/+2 |
* | Switch MessagePumpForIO to use completion ports on Windows. | rvargas@google.com | 2008-11-07 | 1 | -34/+39 |
* | fix a typo that caused test failures in debug mode | erikkay@google.com | 2008-11-03 | 1 | -1/+1 |
* | * Add write and read/write support to FileStream (renamed from FileInputStream). | erikkay@google.com | 2008-11-03 | 1 | -0/+254 |