| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up remaining unused globals (on mac). | thakis@chromium.org | 2013-09-26 | 1 | -0/+4 |
* | Change the API of disk_cache::CreateCacheBackend to use scoped_ptr | qsr@chromium.org | 2013-08-01 | 3 | -11/+8 |
* | Update include paths in net for base/process changes. | rsesek@chromium.org | 2013-07-23 | 1 | -1/+1 |
* | Use a direct include of the message_loop header in net/, part 3. | avi@chromium.org | 2013-07-18 | 3 | -4/+4 |
* | net: Migrate from googleurl/ includes to url/ ones. | tfarina@chromium.org | 2013-07-12 | 1 | -1/+1 |
* | Fix wrong header guards found by clang's new Wheader-guard. | thakis@chromium.org | 2013-06-17 | 1 | -1/+1 |
* | Call scoped_refptr<T>::get() rather than relying on implicit "operator T*" | rsleevi@chromium.org | 2013-06-11 | 1 | -3/+9 |
* | Use a direct include of strings headers in net/test/, net/third_party/, net/t... | avi@chromium.org | 2013-06-11 | 8 | -14/+14 |
* | Disk Cache: move common elements from v2 and v3 file format. | rvargas@google.com | 2013-06-11 | 1 | -2/+2 |
* | Update includes of message_loop_proxy. | brettw@chromium.org | 2013-06-10 | 1 | -1/+1 |
* | Move FileEnumerator to its own file, do some refactoring. | brettw@chromium.org | 2013-06-08 | 1 | -3/+4 |
* | Use a direct include of utf_string_conversions.h in net/. | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-01 | 1 | -6/+6 |
* | net: Use base::MessageLoop. | xhwang@chromium.org | 2013-05-23 | 3 | -22/+28 |
* | Cleanup: Remove unneeded base/file_util.h includes in chrome_frame, courgette... | thestig@chromium.org | 2013-05-16 | 2 | -1/+1 |
* | Override server-side simple-cache trial with commandline switches. | pasko@google.com | 2013-05-13 | 2 | -3/+9 |
* | Revert 198820 "Move FileEnumerator to its own file, do some refa..." | dbeam@chromium.org | 2013-05-08 | 1 | -4/+3 |
* | Move FileEnumerator to its own file, do some refactoring. | brettw@chromium.org | 2013-05-07 | 1 | -3/+4 |
* | net: Update the include paths of base/string_piece.h to its new location. | tfarina@chromium.org | 2013-04-13 | 1 | -1/+1 |
* | Rewrite scoped_array<T> to scoped_ptr<T[]> in net. | dcheng@chromium.org | 2013-04-11 | 1 | -2/+2 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -9/+13 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 1 | -13/+9 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -9/+13 |
* | Convert net to use base::string16 instead of string16. | brettw@chromium.org | 2013-03-29 | 3 | -9/+11 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 4 | -4/+4 |
* | Replace FilePath with base::FilePath in net. | brettw@chromium.org | 2013-02-08 | 9 | -43/+46 |
* | Disk cache: Update the dump_cache tool to show the Stats record. | rvargas@google.com | 2013-01-23 | 1 | -2/+48 |
* | Revert 177778 | rvargas@google.com | 2013-01-18 | 1 | -48/+2 |
* | Disk cache: Update the dump_cache tool to show the Stats record. | rvargas@google.com | 2013-01-18 | 1 | -2/+48 |
* | Revert 177728 | rvargas@google.com | 2013-01-18 | 1 | -47/+2 |
* | Disk cache: Update the dump_cache tool to show the Stats record. | rvargas@google.com | 2013-01-18 | 1 | -2/+47 |
* | Disk cache: Remove redundant code from dump_cache. | rvargas@google.com | 2012-12-05 | 3 | -61/+51 |
* | Adding a simple class for dumping the contents of a cache. Use this new class... | rch@chromium.org | 2012-11-29 | 9 | -39/+479 |
* | Revert 170024 - Adding a simple class for dumping the contents of a cache. U... | rch@chromium.org | 2012-11-28 | 9 | -500/+60 |
* | Adding a simple class for dumping the contents of a cache. Use this new clas... | rch@chromium.org | 2012-11-28 | 9 | -60/+500 |
* | Revert 169704 - Adding a simple tool for dumping the contents of a cache. | rch@chromium.org | 2012-11-27 | 9 | -494/+60 |
* | Adding a simple tool for dumping the contents of a cache. | rch@chromium.org | 2012-11-27 | 9 | -60/+494 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 3 | -3/+0 |
* | Cleanup: Remove deprecated version of file_util::AppendToPath() from net/. | thestig@chromium.org | 2012-03-07 | 5 | -81/+57 |
* | net: Split FileStream::Read/Write() into sync and async versions. | satorux@chromium.org | 2012-02-15 | 1 | -1/+1 |
* | net: Rename FileStream::Open/Close with OpenSync/CloseSync. | satorux@chromium.org | 2012-02-09 | 1 | -1/+1 |
* | Back out r121064 from the trunk due to a compile failure. | mark@chromium.org | 2012-02-08 | 1 | -1/+1 |
* | net: Rename FileStream::Open/Close with OpenSync/CloseSync. | satorux@chromium.org | 2012-02-08 | 1 | -1/+1 |
* | Added Net logging to FileStream. | ahendrickson@chromium.org | 2012-02-02 | 1 | -2/+2 |
* | base::Bind: Convert most of disk_cache. | jhawkins@chromium.org | 2011-12-19 | 3 | -37/+30 |
* | base::Bind: Cleanup almost-unused OldCompletionCallbacks. | jhawkins@chromium.org | 2011-12-15 | 1 | -3/+5 |
* | Removing MessageLoop::QuitTask() from net/ | dcheng@chromium.org | 2011-12-09 | 1 | -2/+2 |
* | Disk cache: Add a hash to the entry's internal data. | rvargas@google.com | 2011-11-30 | 1 | -1/+1 |
* | Switch FileStream to use new CompletionCallback. | willchan@chromium.org | 2011-10-12 | 1 | -1/+1 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 3 | -16/+16 |