| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove WorkerPool dependency from URLRequestFileJob. | earthdok@chromium.org | 2013-08-19 | 1 | -10/+11 |
* | Use a direct include of the message_loop header in net/, part 3. | avi@chromium.org | 2013-07-18 | 1 | -1/+1 |
* | net: Migrate from googleurl/ includes to url/ ones. | tfarina@chromium.org | 2013-07-12 | 1 | -2/+2 |
* | Use a direct include of strings headers in net/test/, net/third_party/, net/t... | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Move FileEnumerator to its own file, do some refactoring. | brettw@chromium.org | 2013-06-08 | 1 | -0/+1 |
* | Removed static factories for data, ftp, file, and about jobs. | pauljensen@chromium.org | 2013-05-08 | 1 | -28/+0 |
* | net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. | scherkus@chromium.org | 2013-04-30 | 1 | -1/+1 |
* | Move path functions from file_util to FilePath object. | brettw@chromium.org | 2013-04-12 | 1 | -1/+1 |
* | Revert 188912 "Removed static factories for data, ftp, file, and..." | kbr@chromium.org | 2013-03-19 | 1 | -0/+28 |
* | Removed static factories for data, ftp, file, and about jobs. | pauljensen@chromium.org | 2013-03-19 | 1 | -28/+0 |
* | Replace FilePath with base::FilePath in net. | brettw@chromium.org | 2013-02-08 | 1 | -4/+4 |
* | Avoid disk accesses on the wrong thread in URLRequestFileJob | paivanof@gmail.com | 2012-12-17 | 1 | -96/+81 |
* | Revert 168626 - Avoid disk accesses on the wrong thread in URLRequestFileJob | nona@chromium.org | 2012-11-20 | 1 | -81/+96 |
* | Avoid disk accesses on the wrong thread in URLRequestFileJob | paivanof@gmail.com | 2012-11-19 | 1 | -96/+81 |
* | net: Implement canceling of all async operations in FileStream. | paivanof@gmail.com | 2012-11-06 | 1 | -10/+9 |
* | Fix and re-commit http://codereview.chromium.org/10914109/ (after revert in h... | gab@chromium.org | 2012-09-12 | 1 | -1/+5 |
* | installer_util_unittests has failed on XP Tests (dbg)(1) since this landed | dgrogan@chromium.org | 2012-09-11 | 1 | -5/+1 |
* | Refactoring and tests for the highly undertested file_util::CreateOrUpdateSho... | gab@chromium.org | 2012-09-10 | 1 | -1/+5 |
* | Refactoring: ProtocolHandler::MaybeCreateJob and other functions take Network... | shalev@chromium.org | 2012-08-24 | 1 | -12/+8 |
* | Replaced static URLRequestFileJob factory with non-static protocol handler fo... | shalev@chromium.org | 2012-08-20 | 1 | -13/+9 |
* | Removed checks that verify URLRequest has a Context | shalev@chromium.org | 2012-08-13 | 1 | -4/+1 |
* | Remove packaged app Windows shortcuts when app is uninstalled. | benwells@chromium.org | 2012-08-10 | 1 | -1/+1 |
* | Decouple URLRequestJob from URLRequestContext; access NetworkDelegate as a co... | shalev@chromium.org | 2012-06-29 | 1 | -1/+1 |
* | Fix file access on Chrome for ChromeOS on Linux | gspencer@chromium.org | 2012-05-05 | 1 | -34/+15 |
* | Make FileStream::Seek async and add FileStream::SeekSync for sync operation | kinuko@chromium.org | 2012-04-11 | 1 | -1/+1 |
* | Added file:///home/chronos/user/log url to list of allowed file:/// urls. | zvorygin@chromium.org | 2012-03-21 | 1 | -0/+1 |
* | net: FileStream::Read/Write() to take IOBuffer* instead of char* | satorux@chromium.org | 2012-02-16 | 1 | -1/+1 |
* | net: Rename FileStream::Open/Close with OpenSync/CloseSync. | satorux@chromium.org | 2012-02-09 | 1 | -2/+2 |
* | Back out r121064 from the trunk due to a compile failure. | mark@chromium.org | 2012-02-08 | 1 | -2/+2 |
* | net: Rename FileStream::Open/Close with OpenSync/CloseSync. | satorux@chromium.org | 2012-02-08 | 1 | -2/+2 |
* | Revert 120290 - Revert 120283 - net: Use ClosePlatformFile() instead of close... | mkwst@chromium.org | 2012-02-03 | 1 | -0/+3 |
* | Revert 120283 - net: Use ClosePlatformFile() instead of close/CloseHandle(). | mkwst@chromium.org | 2012-02-03 | 1 | -3/+0 |
* | net: Use ClosePlatformFile() instead of close/CloseHandle(). | satorux@chromium.org | 2012-02-03 | 1 | -0/+3 |
* | Added Net logging to FileStream. | ahendrickson@chromium.org | 2012-02-02 | 1 | -1/+2 |
* | base::Bind: Finish up net/url_request. | jhawkins@chromium.org | 2011-12-22 | 1 | -4/+7 |
* | Convert NewRunnableMethod() calls to base::Bind(). | ajwong@chromium.org | 2011-12-20 | 1 | -3/+1 |
* | Switch FileStream to use new CompletionCallback. | willchan@chromium.org | 2011-10-12 | 1 | -3/+4 |
* | Always use a worker thread when getting file info for URLRequestFileJob | evan@chromium.org | 2011-09-08 | 1 | -34/+5 |
* | Add another AllowIO exception to URLRequestFileJob. | fischman@chromium.org | 2011-03-29 | 1 | -8/+13 |
* | Make URLRequestHttpJob the only URLRequestJob concerned with FilterContext. | adamk@chromium.org | 2011-03-17 | 1 | -9/+4 |
* | Update customization manifest reader to match desing doc | dpolukhin@chromium.org | 2011-02-21 | 1 | -1/+1 |
* | More net/ method ordering. | erg@google.com | 2011-01-26 | 1 | -79/+79 |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 1 | -3/+4 |
* | Move base/thread.h to base/threading, fix up callers to use the new location. | brettw@chromium.org | 2011-01-01 | 1 | -1/+1 |
* | Move some misc thread-related stuff from base to base/thread and into the base | brettw@chromium.org | 2010-12-30 | 1 | -5/+2 |
* | Add /media to whitelist so it can be accessed with file:// protocol on ChromeOS. | achuith@chromium.org | 2010-12-14 | 1 | -0/+1 |
* | net: Add namespace net to URLRequestFileJob. | tfarina@chromium.org | 2010-12-12 | 1 | -24/+28 |
* | net: Remove typedef net::URLRequestJob URLRequestJob; | tfarina@chromium.org | 2010-12-11 | 1 | -4/+4 |
* | Stop adding more refcounts to some more URLRequestJob subtypes. | willchan@chromium.org | 2010-12-03 | 1 | -4/+7 |
* | net: Remove typedef net::URLRequest URLRequest; | tfarina@chromium.org | 2010-11-30 | 1 | -4/+4 |