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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disk cache: fix the name of some histograms.
rvargas@google.com
2010-07-20
1
-9
/
+9
*
Disk cache: Stop evictions while performing final cleanup.
rvargas@google.com
2010-07-20
4
-2
/
+31
*
Disk cache: Protect the code against misuse...
rvargas@google.com
2010-07-19
3
-6
/
+7
*
Disk cache: Final code cleanup from the thread switch.
rvargas@google.com
2010-07-17
2
-147
/
+147
*
Disk cache: Code cleanup after the last cl.
rvargas@google.com
2010-07-15
6
-364
/
+316
*
Disk cache: Read the index and data_0 files in a single
rvargas@google.com
2010-07-15
8
-86
/
+174
*
Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-07-13
16
-220
/
+1449
*
Disk cache: Add a few more histograms.
rvargas@google.com
2010-07-12
3
-2
/
+42
*
Revert 51858 - Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-07-08
16
-1420
/
+208
*
Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-07-08
16
-208
/
+1420
*
Revert 51456 - Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-07-02
16
-1411
/
+201
*
Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-07-01
16
-201
/
+1411
*
Revert 51312 - Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-07-01
16
-1391
/
+196
*
Disk cache: Switch the disk cache to use the cache_thread.
rvargas@google.com
2010-06-30
16
-196
/
+1391
*
Disk Cache: Remove deprecated methods from the disk cache interface.
rvargas@google.com
2010-06-17
12
-135
/
+134
*
Disk cache: Update the disk cache tools and tests to use
rvargas@google.com
2010-06-15
11
-106
/
+221
*
Http Cache: Remove blocking calls to GetAvailableRange.
rvargas@google.com
2010-06-11
8
-6
/
+94
*
Get rid of DISALLOW_EVIL_CONSTRUCTORS macro usage in our code base.
tfarina@chromium.org
2010-06-07
12
-24
/
+24
*
Refactored Histogram::FactoryGet() to be style-compliant
ziadh@chromium.org
2010-06-02
1
-2
/
+2
*
Create a dedicated cache thread and use it to create the
rvargas@google.com
2010-05-18
2
-5
/
+8
*
Disk cache: Allow the disk cache histograms to generate
rvargas@google.com
2010-05-11
2
-10
/
+71
*
Switch to using TimeTicks for profiling and histograms
jar@chromium.org
2010-05-10
1
-1
/
+0
*
Fix some uses of scoped_ptr.release() in net/ such that the return value is n...
estade@chromium.org
2010-05-04
2
-6
/
+5
*
Disk cache: Re-enable some unit tests that were disabled
rvargas@google.com
2010-04-30
1
-13
/
+6
*
Disk cache: fix a unit test for Linux.
rvargas@google.com
2010-04-30
1
-4
/
+1
*
Http cache: Add support for a dedicated cache thread.
rvargas@google.com
2010-04-29
2
-10
/
+13
*
Disk cache: Make sure that we don't access the index file
rvargas@google.com
2010-04-28
3
-2
/
+26
*
Make PreferredCacheSize(avail) <= avail*0.8 and f(x) <= f(x+1).
nsylvain@chromium.org
2010-04-06
2
-38
/
+60
*
Change NOTREACHED for a LOG(WARNING) when we can't delete
nsylvain@chromium.org
2010-04-02
1
-4
/
+8
*
Disable more DiskCacheBackendTest's as the crash on Linux/shlib
timurrrr@chromium.org
2010-03-31
1
-2
/
+4
*
Disabling the DiskCacheBackendTest.NewEvictionDisableFailure2 as it crashes o...
timurrrr@chromium.org
2010-03-30
1
-1
/
+2
*
Disabling the DiskCacheBackendTest.DisableFailure2 as it crashes at times on ...
timurrrr@chromium.org
2010-03-30
1
-1
/
+2
*
Disabling the DiskCacheBackendTest.DisableSuccess2 as it crashes at times on ...
ananta@chromium.org
2010-03-29
1
-1
/
+2
*
Disk cache" Convert some of the unit tests to the new
rvargas@google.com
2010-03-18
4
-171
/
+231
*
AppCache: Migrate to the DiskCache's async interface and use the CacheType::A...
michaeln@chromium.org
2010-03-17
2
-0
/
+13
*
Disk cache: Make sure that we don't oveload the IO message
rvargas@google.com
2010-03-15
2
-3
/
+9
*
Use CHECK_* in net
willchan@chromium.org
2010-03-02
1
-1
/
+2
*
Disk cache: Use TimeTicks instead of Time for some of the
rvargas@google.com
2010-02-22
7
-26
/
+32
*
Pulled out Callback code into base/callback.h. This is the first step toward...
akalin@chromium.org
2010-02-19
1
-1
/
+1
*
Disk cache: Delete the disk cache if it is substantially bigger
rvargas@google.com
2010-02-19
3
-18
/
+41
*
Disk cache: Remove some dead code.
rvargas@google.com
2010-02-11
1
-9
/
+1
*
Http Cache: Use asynchronous Open/Create/Doom entry calls.
rvargas@google.com
2010-01-14
5
-0
/
+25
*
Cleanup histogram classes mixing SetFlags into FactoryGet arguments
jar@chromium.org
2009-12-28
1
-7
/
+2
*
Http cache: Add a test to make sure that the cache
rvargas@google.com
2009-12-18
4
-34
/
+8
*
Use factory to create histograms, and refcounts to track lifetimes
jar@chromium.org
2009-12-06
5
-7
/
+53
*
Add compiler-specific "examine printf format" attributes to printfs.
evan@chromium.org
2009-11-20
1
-2
/
+3
*
Fix integer overflow in calculation of sparse I/O extent.
cevans@chromium.org
2009-11-10
1
-1
/
+1
*
Second patch in making destructors of refcounted objects private.
jam@chromium.org
2009-11-05
3
-4
/
+7
*
Disk Cache: New interface that enables asynchronous completion
rvargas@google.com
2009-11-05
9
-6
/
+239
*
Don't hang during DiskCacheEntryTest.CancelSparseIO on infinitely fast disks.
dkegel@google.com
2009-10-28
1
-1
/
+9
[next]