Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reduce header dependencies in net/ | phajdan.jr@chromium.org | 2009-05-29 | 1 | -1/+2 |
* | Remove unneeded uses of logging.h in header files. | thestig@chromium.org | 2009-03-12 | 1 | -0/+1 |
* | Add warning comment to FileStream::Truncate | agl@chromium.org | 2009-03-09 | 1 | -0/+2 |
* | Adds truncate to FileStream. | sky@google.com | 2009-03-09 | 1 | -0/+5 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 1 | -5/+5 |
* | Add a new method ReadUntilComplete to FileStream which ensures that all reque... | jhawkins@chromium.org | 2009-02-13 | 1 | -0/+7 |
* | Add constructor to net::FileStream to create it with a base::PlatformFile han... | hclam@chromium.org | 2009-02-09 | 1 | -0/+7 |
* | Change FileStream to use FilePath instead of wstring. | erikkay@google.com | 2009-01-26 | 1 | -1/+2 |
* | Clarify file-stream comments. | darin@chromium.org | 2008-11-25 | 1 | -0/+4 |
* | * Add write and read/write support to FileStream (renamed from FileInputStream). | erikkay@google.com | 2008-11-03 | 1 | -0/+109 |