summaryrefslogtreecommitdiffstats
path: root/net/tools/dump_cache
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in net/.Avi Drissman2015-12-201-7/+8
* net: Add a few extra operations to the dump_cache tool.rvargas2015-08-153-36/+313
* net: Remove dump-to-files from dump_cache.rvargas2015-08-1411-1819/+2
* Replace remaining Tokenize calls to SplitStringbrettw2015-07-061-4/+5
* Move more string_util functions to base namespace.brettw2015-06-242-3/+3
* net: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-111-10/+2
* Remove unnecessary instrumentation for several jank bugs.pkasting2015-04-081-6/+0
* Cosmetic changes (spelling, grammar) and fix an annoyance.dougk2015-02-131-1/+1
* Instrumenting callbacks to InFlightBackendIO::ReadData to find source of jank...vadimt2014-11-251-0/+6
* Enable MSVC warning for unused locals.Peter Kasting2014-11-201-1/+0
* Standardize usage of virtual/override/final in net/dcheng2014-10-211-14/+24
* replace OVERRIDE and FINAL with override and final in net/mostynb2014-10-091-6/+6
* Reland of "Remove void** from disk_cache interface" w/ blockfile iter fix.gavinp2014-09-242-11/+6
* Revert of Reland of "Remove void** from disk_cache interface." (patchset #2 i...dcheng2014-09-202-6/+11
* Reland of "Remove void** from disk_cache interface."gavinp2014-09-202-11/+6
* Revert of Remove void** from disk_cache interface. (patchset #30 id:650001 of...vasilii2014-09-192-6/+11
* Remove void** from disk_cache interface.gavinp2014-09-192-11/+6
* Remove disk_cache::BackendImpl::OpenPrevEntry() and all users.gavinp2014-09-053-1048/+1
* win/clang: Fix all remaining -Wformat warnings.Nico Weber2014-09-051-1/+1
* Change base/file_utils.h includes to base/files/file_utils.h in net/thestig2014-09-042-2/+2
* Cleanup: Use base::CommandLine in net/thestig@chromium.org2014-06-031-3/+4
* Remove synchonous uses of FileStream from net.rvargas@chromium.org2014-03-241-5/+4
* Reland re-organization of net/disk_cache/gavinp@chromium.org2014-03-035-11/+11
* Revert 253581 "Reorganize net/disk_cache into backend specific d..."gavinp@chromium.org2014-02-265-11/+11
* Reorganize net/disk_cache into backend specific directories.gavinp@chromium.org2014-02-265-11/+11
* Removes MessageLoop::TYPE_XXX where possiblesky@chromium.org2014-01-152-4/+4
* Revert 239400 "Revert 239280 "Move more file_util functions to b..."thakis@chromium.org2013-12-081-2/+2
* Revert 239280 "Move more file_util functions to base namespace."thakis@chromium.org2013-12-081-2/+2
* Move more file_util functions to base namespace.brettw@chromium.org2013-12-071-2/+2
* Move directory creation functions to base namespace.brettw@chromium.org2013-12-031-2/+2
* Revert 237095 "LOG(INFO) tidying in net/"scottmg@chromium.org2013-11-251-2/+2
* LOG(INFO) tidying in net/scottmg@chromium.org2013-11-251-2/+2
* 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