index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
disk_cache
/
entry_impl.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disk cache: Don't return zeros when reading from an entry
rvargas@google.com
2010-11-04
1
-9
/
+23
*
Move Stats, histograms, and field trial into a metrics subdirectory of base and
brettw@chromium.org
2010-10-14
1
-1
/
+1
*
Reland 61124 - Disk Cache: Add a quick return path for truncating an empty st...
rvargas@google.com
2010-10-01
1
-3
/
+8
*
Revert 61124 To see if interactive_ui_test (AutocompleteEditViewTest)
rvargas@google.com
2010-10-01
1
-8
/
+3
*
Disk Cache: Add a quick return path for truncating an empty stream
rvargas@google.com
2010-09-30
1
-3
/
+8
*
Disk cache: Change the way we delete files.
rvargas@google.com
2010-09-29
1
-5
/
+5
*
Disk cache: Handle failures growing the user_buffer that
rvargas@google.com
2010-09-29
1
-11
/
+19
*
Fix a bunch of clang warnings/errors.
thakis@chromium.org
2010-09-21
1
-13
/
+0
*
Disk cache: Fix the order in which we delete data
rvargas@google.com
2010-09-16
1
-7
/
+18
*
Disk cache: For an AppCache, now we only update the
rvargas@google.com
2010-08-27
1
-9
/
+12
*
Disk cache: Extend the internal buffering performed by each entry
rvargas@google.com
2010-08-23
1
-136
/
+380
*
Disk cache: Final code cleanup from the thread switch.
rvargas@google.com
2010-07-17
1
-8
/
+8
*
Disk cache: Code cleanup after the last cl.
rvargas@google.com
2010-07-15
1
-108
/
+106
*
Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-07-13
1
-44
/
+124
*
Disk cache: Add a few more histograms.
rvargas@google.com
2010-07-12
1
-0
/
+3
*
Revert 51858 - Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-07-08
1
-117
/
+40
*
Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-07-08
1
-40
/
+117
*
Revert 51456 - Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-07-02
1
-117
/
+40
*
Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-07-01
1
-40
/
+117
*
Revert 51312 - Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-07-01
1
-117
/
+40
*
Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-06-30
1
-40
/
+117
*
Http Cache: Remove blocking calls to GetAvailableRange.
rvargas@google.com
2010-06-11
1
-1
/
+10
*
Get rid of DISALLOW_EVIL_CONSTRUCTORS macro usage in our code base.
tfarina@chromium.org
2010-06-07
1
-2
/
+2
*
Fix some uses of scoped_ptr.release() in net/ such that the return value is n...
estade@chromium.org
2010-05-04
1
-4
/
+3
*
Disk cache: Use TimeTicks instead of Time for some of the
rvargas@google.com
2010-02-22
1
-7
/
+9
*
Disk Cache: New interface that enables asynchronous completion
rvargas@google.com
2009-11-05
1
-0
/
+5
*
Step 2 in porting disk cache to using FilePath.
tony@chromium.org
2009-10-12
1
-1
/
+1
*
Start migrating the disk cache to using FilePath.
tony@chromium.org
2009-10-12
1
-3
/
+3
*
Disk cache: Add a method to cancel pending sparse operations.
rvargas@google.com
2009-10-08
1
-0
/
+14
*
Disk Cache: Function re-ordering. No code change.
rvargas@google.com
2009-08-31
1
-23
/
+27
*
Disk cache: Add a histogram to measure the latency of
rvargas@google.com
2009-08-28
1
-3
/
+9
*
Disk Cache: Don't depend on the backend being enabled to
rvargas@google.com
2009-08-06
1
-19
/
+24
*
Disk cache: Remove remaining uses of RankingsNode.pointer.
rvargas@google.com
2009-07-30
1
-17
/
+4
*
Disk Cache: Delete chained block files when they become empty.
rvargas@google.com
2009-07-28
1
-3
/
+3
*
Disk cache: Add explicit support for eviction / deletion
rvargas@google.com
2009-07-09
1
-0
/
+37
*
Disk cache: Keep a map of all open entries.
rvargas@google.com
2009-07-07
1
-20
/
+13
*
Disk Cache: Split some time histograms in groups based
rvargas@google.com
2009-06-25
1
-26
/
+42
*
Disk cache: First pass to add support for sparse entries.
rvargas@google.com
2009-06-18
1
-4
/
+36
*
Revert cl 18723.
rvargas@google.com
2009-06-18
1
-36
/
+4
*
Disk cache: First pass to add support for sparse entries.
rvargas@google.com
2009-06-18
1
-4
/
+36
*
Disk cache: Interface for the sparse cache support.
rvargas@google.com
2009-06-04
1
-0
/
+14
*
Remove code path that passes a file handle to the renderer
hclam@chromium.org
2009-05-29
1
-50
/
+1
*
Disk cache: fix broken UMA reports.
rvargas@google.com
2009-04-09
1
-0
/
+3
*
Disk Cache: Make sure that an entry that pretends to be
rvargas@google.com
2009-03-30
1
-0
/
+3
*
Disk Cache: Second pass (and final) to allow multiple instances
rvargas@google.com
2009-03-27
1
-7
/
+12
*
Disk cache: A few minor fixes to make coverity happy.
rvargas@google.com
2009-03-18
1
-1
/
+1
*
Disk cache: First implementation of TrimDeleted() and a few
rvargas@google.com
2009-03-18
1
-4
/
+10
*
Highlights of changes:
hclam@chromium.org
2009-03-13
1
-5
/
+5
*
New disk cache eviction algorithm (partial implementation).
rvargas@google.com
2009-03-06
1
-21
/
+34
*
Proposed change to support resource loading for media files.
hclam@chromium.org
2009-03-02
1
-2
/
+53
[next]