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