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
/
block_files.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disk cache: Downgrade a DCHECK to a DLOG.
rvargas@chromium.org
2013-11-26
1
-2
/
+1
*
fixed noisy dlog
atwilson@chromium.org
2013-11-26
1
-1
/
+2
*
Disk cache: Downgrade a DCHECK to a DLOG.
rvargas@chromium.org
2013-11-26
1
-1
/
+1
*
Disk cache: Introduce BlockBitmaps for V3.
rvargas@google.com
2013-09-13
1
-45
/
+82
*
Fix logic error on DCHECK.
etienneb@chromium.org
2013-08-24
1
-1
/
+1
*
Use a direct include of time headers in net/, part 1.
avi@chromium.org
2013-06-28
1
-1
/
+1
*
Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-27
1
-1
/
+1
*
Disk cache: Introduce a BlockHeader class.
rvargas@google.com
2013-06-21
1
-89
/
+94
*
Use a direct include of strings headers in net/disk_cache/, net/dns/, net/ftp/.
avi@chromium.org
2013-06-11
1
-2
/
+2
*
Disk Cache: move common elements from v2 and v3 file format.
rvargas@google.com
2013-06-11
1
-1
/
+4
*
Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-01
1
-2
/
+2
*
Cleanup: Remove unneeded base/file_util.h includes in chrome_frame, courgette...
thestig@chromium.org
2013-05-16
1
-1
/
+1
*
Rewrite scoped_array<T> to scoped_ptr<T[]> in net.
dcheng@chromium.org
2013-04-11
1
-1
/
+1
*
Rewrite scoped_array<T> to scoped_ptr<T[]> in net, Linux edition.
dcheng@chromium.org
2013-04-07
1
-1
/
+1
*
Replace FilePath with base::FilePath in net.
brettw@chromium.org
2013-02-08
1
-5
/
+5
*
Optionally disable mmap() in the disk cache.
husky@chromium.org
2012-06-26
1
-1
/
+8
*
Disk Cache: Update the internal logic of a block file to make
rvargas@google.com
2012-01-05
1
-12
/
+65
*
Disk Cache: Improve handling of dirty entries.
rvargas@google.com
2011-09-29
1
-3
/
+3
*
Disk cache: detect block files that are shorter than expected
rvargas@google.com
2011-07-13
1
-0
/
+6
*
Updating logging in src/net/disk_cache/. Using DCHECK_NE/EQ/GT/GE/LT/LE() whe...
kushi.p@gmail.com
2011-05-11
1
-4
/
+4
*
More net/ header/implementation method reordering.
erg@google.com
2011-01-21
1
-85
/
+85
*
Move platform_thread to base/threading and put in the base namespace. I left a
brettw@chromium.org
2010-12-31
1
-2
/
+2
*
Move Stats, histograms, and field trial into a metrics subdirectory of base and
brettw@chromium.org
2010-10-14
1
-1
/
+1
*
clang: Let everything compile in Release builds.
thakis@chromium.org
2010-10-10
1
-0
/
+2
*
Disk cache: Change the way we delete files.
rvargas@google.com
2010-09-29
1
-2
/
+7
*
FBTF: Moves code to the headers.
erg@google.com
2010-09-28
1
-0
/
+4
*
net: Append base:: in the StringPrintf calls.
tfarina@chromium.org
2010-09-25
1
-1
/
+2
*
Disk cache: Fix the order in which we delete data
rvargas@google.com
2010-09-16
1
-2
/
+67
*
Add an optional parameter to CreatePlatformFile() to report the type
dumi@chromium.org
2010-08-31
1
-1
/
+1
*
Disk cache: For an AppCache, now we only update the
rvargas@google.com
2010-08-27
1
-1
/
+1
*
Disk cache: fix the name of some histograms.
rvargas@google.com
2010-07-20
1
-9
/
+9
*
Disk cache: Read the index and data_0 files in a single
rvargas@google.com
2010-07-15
1
-9
/
+65
*
Switch to using TimeTicks for profiling and histograms
jar@chromium.org
2010-05-10
1
-1
/
+0
*
Disk cache: Use TimeTicks instead of Time for some of the
rvargas@google.com
2010-02-22
1
-6
/
+7
*
Move disk_cache::MappedFile to use FilePath instead of wstring.
tony@chromium.org
2009-10-13
1
-1
/
+1
*
Convert BlockFiles to use FilePath instead of wstring.
tony@chromium.org
2009-10-13
1
-15
/
+12
*
Disk Cache: cleanup of OpenBlockFile.
rvargas@google.com
2009-08-11
1
-7
/
+4
*
Try again: Check blockfile size before attempting to read the header.
mattm@chromium.org
2009-08-08
1
-0
/
+6
*
Revert "Check blockfile size before attempting to read the header."
mattm@chromium.org
2009-08-07
1
-6
/
+0
*
Check blockfile size before attempting to read the header.
mattm@chromium.org
2009-08-07
1
-0
/
+6
*
Disk Cache: Delete chained block files when they become empty.
rvargas@google.com
2009-07-28
1
-16
/
+62
*
Disk cache: Add explicit support for eviction / deletion
rvargas@google.com
2009-07-09
1
-1
/
+4
*
Use string for Histogram names since these are all ASCII anyway.
dsh@google.com
2009-02-24
1
-3
/
+3
*
Disk cache: Avoid using a block file to full capacity if there is
rvargas@google.com
2008-12-09
1
-3
/
+17
*
* Add write and read/write support to FileStream (renamed from FileInputStream).
erikkay@google.com
2008-11-03
1
-3
/
+5
*
Move Time, TimeDelta and TimeTicks into namespace base.
dsh@google.com
2008-10-27
1
-0
/
+2
*
Fix Linux buildbot breakage on BlockFiles_Grow due to lingering cache files.
mmoss@google.com
2008-09-09
1
-4
/
+5
*
Use a more compact license header in source files.
license.bot
2008-08-24
1
-28
/
+4
*
Second pass move the os dependent code apart on the disk cache.
rvargas@google.com
2008-08-15
1
-1
/
+0
*
Use %ls instead of %s in wprintf format strings for wchar_t fields.
mmentovai@google.com
2008-08-14
1
-1
/
+2
[next]