| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix DCHECK when exporting an unnamed bookmark. | mmenke@chromium.org | 2013-03-23 | 1 | -0/+4 |
* | Add FilePath to base namespace. | brettw@chromium.org | 2013-02-02 | 1 | -2/+4 |
* | net: Implement canceling of all async operations in FileStream. | paivanof@gmail.com | 2012-11-06 | 1 | -32/+17 |
* | Flush at the end of local file writing in FileWriter API. | kinaba@chromium.org | 2012-10-01 | 1 | -2/+23 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Make FileStream::Seek async and add FileStream::SeekSync for sync operation | kinuko@chromium.org | 2012-04-11 | 1 | -5/+14 |
* | net: Make destruction and closure of FileStream safer. | satorux@chromium.org | 2012-02-29 | 1 | -1/+0 |
* | net: Split file_stream.h to file_stream_posix.h and win.h | satorux@chromium.org | 2012-02-24 | 1 | -40/+12 |
* | net: Simplify FileStream implementation on POSIX. | satorux@chromium.org | 2012-02-21 | 1 | -2/+11 |
* | net: Get back the blocking behavior in FileStream's destructor. | satorux@chromium.org | 2012-02-21 | 1 | -3/+0 |
* | Revert 122780 - net: Simplify FileStream implementation on POSIX. | yutak@chromium.org | 2012-02-21 | 1 | -8/+2 |
* | net: Simplify FileStream implementation on POSIX. | satorux@chromium.org | 2012-02-21 | 1 | -2/+8 |
* | net: Clarify comments for FileStream about on what thread callbacks are run. | satorux@chromium.org | 2012-02-19 | 1 | -8/+11 |
* | net: Add FileStream::Open() and Close() that perform asynchronously. | satorux@chromium.org | 2012-02-17 | 1 | -6/+48 |
* | net: FileStream::Read/Write() to take IOBuffer* instead of char* | satorux@chromium.org | 2012-02-16 | 1 | -14/+5 |
* | net: Split FileStream::Read/Write() into sync and async versions. | satorux@chromium.org | 2012-02-15 | 1 | -31/+65 |
* | net: Rename FileStream::Open/Close with OpenSync/CloseSync. | satorux@chromium.org | 2012-02-09 | 1 | -8/+12 |
* | Back out r121064 from the trunk due to a compile failure. | mark@chromium.org | 2012-02-08 | 1 | -12/+8 |
* | net: Rename FileStream::Open/Close with OpenSync/CloseSync. | satorux@chromium.org | 2012-02-08 | 1 | -8/+12 |
* | Added Net logging to FileStream. | ahendrickson@chromium.org | 2012-02-02 | 1 | -3/+16 |
* | 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 |