1. 7aadbac Some minor nits in backend_impl.cc by [email protected] · 13 years ago
  2. dd2def6 Disk cache: When performing a detailed list check, don't say an entry by [email protected] · 13 years ago
  3. 658f9ca6 New histograms to track disk cache hit rate by age and use time. by [email protected] · 13 years ago
  4. 447fa25 Disk cache: More histograms to track critical corruption. by [email protected] · 13 years ago
  5. 87467b0 Revert 152360 - Disk cache: Disable checking the lists on start-up. by [email protected] · 13 years ago
  6. 940ca56 Disk cache: Disable checking the lists on start-up. by [email protected] · 13 years ago
  7. 1e43b681 net: Fix more clang warnings about missing virtual and OVERRIDE annotations. by [email protected] · 13 years ago
  8. 784f930 Run the disk cache tests in scoped temporary directories instead of a fixed directory so that they can run in parallel. by [email protected] · 13 years ago
  9. 84c3f16 Change the type of file_type parameter to int, as the parameter actually takes or-ed bitmasks, by [email protected] · 13 years ago
  10. 2a848e0e Clean-up inline members of nested classes (net/) by [email protected] · 13 years ago
  11. 6e14396 Add HttpCache histograms focussed on blocking and transaction type. by [email protected] · 13 years ago
  12. 1c61fe0 Disk Cache: Fix the value reported for QuickListCheck histogram. by [email protected] · 13 years ago
  13. 34d06232 This is a major refactor of Histogram related code: by [email protected] · 13 years ago
  14. 10bc27ad Removed unnecessary DCHECK on entry by [email protected] · 13 years ago
  15. e776763 Added sanity check for entry in ReadyToUse by [email protected] · 13 years ago
  16. bfc7dbe Coverity: Initialize member variables. by [email protected] · 13 years ago
  17. 22953c1 Disk cache: Always look for open entries when loading by [email protected] · 13 years ago
  18. 993ae74 Change the FindHistogram interface of StatisticsRecorder by [email protected] · 13 years ago
  19. 567d30e Move StatisticsRecorder out of histogram.cc/h for further refactoring. by [email protected] · 13 years ago
  20. 01c86ec Remove the rest of #pragma once in one big CL. by [email protected] · 13 years ago
  21. f62c41393 Revert 144947 - Disk cache: don't check the list of entries at startup. by [email protected] · 13 years ago
  22. bd3699e4 Disk cache: don't check the list of entries at startup. by [email protected] · 13 years ago
  23. 05f8087d Disk cache: Wait until time actually moves forward, to by [email protected] · 13 years ago
  24. 9e079cb Optionally disable mmap() in the disk cache. by [email protected] · 13 years ago
  25. f26b40e Disk cache: Continue looking for list errors after the first one. by [email protected] · 13 years ago
  26. eea0a9f Disk Cache: Add a histogram to track list head corruption. by [email protected] · 13 years ago
  27. 085f2306 Disk cache: Make sure that references to IO buffers are by [email protected] · 13 years ago
  28. 8cab8a8 NetLogEventParameter to Callback refactoring 2. by [email protected] · 13 years ago
  29. b56cceb Disk cache: Pre-read file headers when opening files (posix). by [email protected] · 13 years ago
  30. 4e263fc Revert 139886 - Disk cache: Don't check the list of entries at startup. by [email protected] · 13 years ago
  31. 05ca1d9d Disk cache: Don't check the list of entries at startup. by [email protected] · 13 years ago
  32. e0845d5f RefCounted types should not have public destructors, net/ edition by [email protected] · 13 years ago
  33. 0cfad2f3 Cleanup: Remove unneeded scoped_ptr.h includes from net. by [email protected] · 13 years ago
  34. f58dd60 Disk cache: Measure the time spent verifying the lists. by [email protected] · 13 years ago
  35. ced98e8 Disk cache: Modify when we report empty cache files. by [email protected] · 13 years ago
  36. 82ae49e Disk Cache: Add more corruption tracking histograms. by [email protected] · 13 years ago
  37. a981330 RefCounted types should not have public destructors, net/ by [email protected] · 13 years ago
  38. 50a10dfb Disk cache: Make sure that we don't leak file handles (even on leaky tests) by [email protected] · 13 years ago
  39. 3a7b66d Disallow UI/IO thread blocking on any other thread. by [email protected] · 13 years ago
  40. 56241dd Disk cache: Add more logging to track disk errors. by [email protected] · 13 years ago
  41. fbf7c63 Disk cache: print out the name of the folders when there's an error by [email protected] · 13 years ago
  42. c907656e Disk cache: Remove per-size-group histograms and a few stale ones. by [email protected] · 13 years ago
  43. cf02541b Make FileStream::Seek async and add FileStream::SeekSync for sync operation by [email protected] · 13 years ago
  44. fbbdfde4 initialize all fields in ctor by [email protected] · 13 years ago
  45. 4e7162d Checked that |entry| and |entry->backend_| are non-NULL. by [email protected] · 13 years ago
  46. 2b47283 Return false if CreateDirectory fails by [email protected] · 13 years ago
  47. df9076a Revert 129018 - Revert 128993 - Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks. by [email protected] · 13 years ago
  48. 8786b90 Revert 128993 - Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks. by [email protected] · 13 years ago
  49. 3ab9ea8 Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks. by [email protected] · 13 years ago
  50. 15f5db6 Additional DCHECK for InFlightIO::InvokeCallback. by [email protected] · 13 years ago
  51. 6936b7b Disk cache. Fix style on some missing files. by [email protected] · 13 years ago
  52. 3279333 Revert "Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks." by [email protected] · 13 years ago
  53. a28a53ef Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks. by [email protected] · 13 years ago
  54. c67287e Disk cache: Fix style and extra net:: specification. by [email protected] · 13 years ago
  55. 4739f709 Disk cache: Remove all non essential synchronization from the cache destructor. by [email protected] · 13 years ago
  56. c61c0329 Reland 121790 by [email protected] · 13 years ago
  57. 417567f Disk Cache: Make sure that chaining an entry to the current head works by [email protected] · 13 years ago
  58. 46aa67dd Revert 121790 - Stop lying, it's still flaky :) by [email protected] · 13 years ago
  59. 7e56010 Convert uses of int ms to TimeDelta in chrome/browser and net (second try). by [email protected] · 13 years ago
  60. fc73431 Cleanup: Remove deprecated version of file_util::AppendToPath() from net/. by [email protected] · 13 years ago
  61. bd493ca Revert 124890 - Convert uses of int ms to TimeDelta in chrome/browser and net. by [email protected] · 13 years ago
  62. 343b50e9 Convert uses of int ms to TimeDelta in chrome/browser and net. by [email protected] · 13 years ago
  63. 4b4d2024 Disk Cache: Remove the deleted list experiment. by [email protected] · 14 years ago
  64. 0582cf1 Disk cache: Handle clearing the memory cache when it is already empty. by [email protected] · 14 years ago
  65. d9550e3 Make ARM hash function consistent with x86 version. by [email protected] · 14 years ago
  66. 361060c Disk cache: Enable DiskCacheBackendTest.AppCacheEnumerations by [email protected] · 14 years ago
  67. 9ef1d98e Flakiness cleanup: disable flaky tests under net/ by [email protected] · 14 years ago
  68. 26b997396 Convert use of int ms to TimeDelta in files owned by jar. by [email protected] · 14 years ago
  69. c3b5987 [Coverity] Do key_file NULL check earlier by [email protected] · 14 years ago
  70. e632190d [Coverity] Another UNINIT_CTOR... by [email protected] · 14 years ago
  71. f5fd52e8 Disk Cache: Update the internal logic of a block file to make by [email protected] · 14 years ago
  72. 05b4878 Revert "Revert the disk_cache change part of http://codereview.chromium.org/9035012" by [email protected] · 14 years ago
  73. 4c03b2e9 base::Bind: Remove callback_old.h. by [email protected] · 14 years ago
  74. 4335a785 Revert the disk_cache change part of http://codereview.chromium.org/9035012 by [email protected] · 14 years ago
  75. 3f50ec4 base::Bind: Random remaining cleanups. by [email protected] · 14 years ago
  76. a6e1377 base::Bind(): stress_cache.cc by [email protected] · 14 years ago
  77. 565ddfa CallbackTest converted to base::Bind() by [email protected] · 14 years ago
  78. 43f1d13 Disk cache: Make sure that the index file is closed on the cache thread. by [email protected] · 14 years ago
  79. f27bbe00 base::Bind: disk_cache_test_base.(cc|h) by [email protected] · 14 years ago
  80. 2a65aceb8 base::Bind: Convert most of disk_cache. by [email protected] · 14 years ago
  81. 42c45963 Reland after fixes. by [email protected] · 14 years ago
  82. 1635952 Revert 114838 - base::Bind: Remove even moar OldCompletionCallback. by [email protected] · 14 years ago
  83. 915f251 base::Bind: Remove even moar OldCompletionCallback. by [email protected] · 14 years ago
  84. 52c7571 Disk Cache: Discard entries from ReadData if something is clearly wrong. by [email protected] · 14 years ago
  85. cd85159 Avoid including gtest file directly, and go through base instead by [email protected] · 14 years ago
  86. 6ad7c091 base::Bind: Cleanup almost-unused OldCompletionCallbacks. by [email protected] · 14 years ago
  87. 275dbf4 Reland r113263 rebased after revert of r113249. by [email protected] · 14 years ago
  88. dbe1ffe Reland r113261 rebased after revert of r113249. by [email protected] · 14 years ago
  89. 2c5c9d5 Reverts a commit that caused ASAN failures, and 2 dependent commits. by [email protected] · 14 years ago
  90. 88feac1 base::Bind: Convert chrome_benchmarking_message_filter.cc. by [email protected] · 14 years ago
  91. c2b93f7 base::Bind: Convert browsing_data_remover. by [email protected] · 14 years ago
  92. 8ebf9b13 base::Bind: Convert disk_cache_based_ssl_host_info. by [email protected] · 14 years ago
  93. 09ad77a8 Disk cache: Add a hash to the entry's internal data. by [email protected] · 14 years ago
  94. fdce478 ake string_util::WriteInto() DCHECK() that the supplied |length_with_null| > 1, meaning that the without-'\0' string is non-empty. This replaces the conditional code added recently that makes this case return NULL. It's easier to understand if it's simply an error to call WriteInto() in this case at all. by [email protected] · 14 years ago
  95. f2cbbc8 Add OVERRIDE to net/. by [email protected] · 14 years ago
  96. c2c7574 Disk Cache: Avoid discarding more deleted entries than needed. by [email protected] · 14 years ago
  97. 79b3fec Disk cache: Simplify some of the test infrastructure. by [email protected] · 14 years ago
  98. 6de0fd1d Allow linker initialization of lazy instance by [email protected] · 14 years ago
  99. 126f885 Disk Cache: Remove "invalidating iterator" message from release builds. by [email protected] · 14 years ago
  100. 2daab06 Disk Cache: Supress tsan warnings for BackendTrimInvalidEntry2 by [email protected] · 14 years ago