| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch FileStream to use new CompletionCallback. | willchan@chromium.org | 2011-10-12 | 1 | -4/+5 |
* | FileStream unit tests now check for file close. | ahendrickson@chromium.org | 2011-10-10 | 1 | -0/+1 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 1 | -2/+2 |
* | Record UMA statistics for file_stream operations. | ahendrickson@chromium.org | 2011-09-23 | 1 | -0/+4 |
* | Detect file system errors during downloads. | ahendrickson@chromium.org | 2011-08-29 | 1 | -11/+11 |
* | Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE. | darin@chromium.org | 2011-08-12 | 1 | -2/+2 |
* | net: Add NET_API to net/base | rvargas@google.com | 2011-05-18 | 1 | -1/+2 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | Even more reordering the methods in headers and implementation in net/. | erg@google.com | 2011-01-20 | 1 | -0/+1 |
* | Fix bad license header in app/ and net/ directories. | tfarina@chromium.org | 2010-07-31 | 1 | -3/+3 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Adding flushing of files on chromeos, so that when something is downloaded, i... | dhg@chromium.org | 2010-06-10 | 1 | -0/+9 |
* | Add Chromium side implementation for WebFileSystem interface in WebKit. | jianli@chromium.org | 2010-05-06 | 1 | -0/+3 |
* | Revert 42152 - Fix the case where the browser livelocks if we cannot open a f... | vandebo@chromium.org | 2010-03-19 | 1 | -13/+2 |
* | Fix the case where the browser livelocks if we cannot open a file. | vandebo@chromium.org | 2010-03-19 | 1 | -2/+13 |
* | Revert "Fix the case where the browser livelocks if we cannot open a file." | agl@chromium.org | 2010-03-01 | 1 | -12/+1 |
* | Fix the case where the browser livelocks if we cannot open a file. | agl@chromium.org | 2010-02-26 | 1 | -1/+12 |
* | Revert "Fix the case where the browser livelocks if we cannot open a file." | agl@chromium.org | 2010-02-24 | 1 | -12/+1 |
* | Fix the case where the browser livelocks if we cannot open a file. | agl@chromium.org | 2010-02-24 | 1 | -1/+12 |
* | Revert r39446: "Fix the case where the browser livelocks if we cannot open a ... | agl@chromium.org | 2010-02-19 | 1 | -10/+0 |
* | Fix the case where the browser livelocks if we cannot open a file. | agl@chromium.org | 2010-02-19 | 1 | -0/+10 |
* | 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 |