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
*
Delete Tracked, and move Location to its own file.
ajwong@chromium.org
2011-09-21
2
-0
/
+2
*
Disk Cache: If there are no abort_callbacks, we should not
rvargas@google.com
2011-09-16
1
-2
/
+8
*
Disk cache: Make a local copy of the operation result before
rvargas@google.com
2011-09-14
1
-1
/
+2
*
Disk cache: Make sure that we don't use the address of an
rvargas@google.com
2011-09-13
1
-5
/
+5
*
Disk cache: Use platform_file functions for POSIX.
rvargas@google.com
2011-09-07
1
-6
/
+11
*
Update base/timer.h code to pass through Location from call sites. (reland) o...
jbates@chromium.org
2011-09-02
2
-2
/
+2
*
Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,
mattm@chromium.org
2011-09-02
2
-2
/
+2
*
Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...
jbates@chromium.org
2011-09-02
2
-2
/
+2
*
Disk cache: Don't evict anything for the first five
rvargas@google.com
2011-08-31
2
-4
/
+9
*
Remove Purify and Quantify.Doing so will reduce substantially the size of the...
jeanluc@chromium.org
2011-08-17
1
-3
/
+2
*
Disk cache: Detect hardware failures when reading the headers
rvargas@google.com
2011-08-16
1
-1
/
+8
*
Skip updating rank in OnExternalCacheHit if cache is uninitialized or disabled.
simonjam@chromium.org
2011-08-16
1
-0
/
+3
*
Add MessageLoopProxy::current
nduca@chromium.org
2011-08-15
4
-8
/
+8
*
base: Rename FileEnumerator::FILE_TYPE to FileEnumerator::FileType.
tfarina@chromium.org
2011-08-15
1
-2
/
+2
*
Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.
darin@chromium.org
2011-08-12
15
-36
/
+39
*
Inform disk cache of WebKit memory cache hits.
simonjam@chromium.org
2011-08-02
8
-2
/
+73
*
Revert 94764 - Disk cache: Close the current experiment for new users.
rvargas@google.com
2011-07-29
1
-6
/
+28
*
Disk cache: Close the current experiment for new users.
rvargas@google.com
2011-07-29
1
-28
/
+6
*
Remove explicit keyword from multi-argument (w/o default values) constructors
dilmah@chromium.org
2011-07-26
2
-5
/
+3
*
Disk cache: Perform additional verifications of the key
rvargas@google.com
2011-07-19
4
-12
/
+65
*
Change base::LaunchProcess API slightly
evan@chromium.org
2011-07-15
1
-3
/
+1
*
Clean up users of a deprecated base::LaunchApp API.
evan@chromium.org
2011-07-14
1
-2
/
+4
*
Disk cache: detect block files that are shorter than expected
rvargas@google.com
2011-07-13
5
-4
/
+37
*
Move base/values.h into the base namespace. This includes a cros DEPS roll
dmazzoni@chromium.org
2011-07-12
1
-6
/
+6
*
Updating a link in the comments.
marja@google.com
2011-07-08
1
-1
/
+1
*
Allow DiskCache tests to be shuffled/independent of eachother
rsleevi@chromium.org
2011-07-07
5
-126
/
+129
*
GCC 4.6 -Wunused-but-set-variable cleanup.
pph34r@gmail.com
2011-07-02
1
-3
/
+0
*
Disk cache: (tests) Make sure that we don't have operations in the
rvargas@google.com
2011-06-28
1
-0
/
+6
*
Coverity: Check for negative lseek return valies in disk_cache::File::GetLength.
thestig@chromium.org
2011-06-21
1
-2
/
+4
*
Disk cache: Move some debugging code around to avoid triggering
rvargas@google.com
2011-06-21
1
-1
/
+1
*
Revert 88690 - Disk cache: Close the current experiment for new users.
rvargas@google.com
2011-06-10
1
-6
/
+28
*
Disk cache: Close the current experiment for new users.
rvargas@google.com
2011-06-10
1
-28
/
+6
*
Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can be used to mark
glider@chromium.org
2011-05-31
3
-4
/
+4
*
Revert 86990 - Fix http://codereview.chromium.org/6869009 to ignore an existi...
msw@chromium.org
2011-05-27
3
-6
/
+4
*
Fix http://codereview.chromium.org/6869009 to ignore an existing object exact...
glider@chromium.org
2011-05-27
3
-4
/
+6
*
Revert "Land http://codereview.chromium.org/6869009 for the third time."
oshima@google.com
2011-05-26
3
-5
/
+4
*
Land http://codereview.chromium.org/6869009 for the third time.
glider@chromium.org
2011-05-26
3
-4
/
+5
*
Virtual destructors should have virtual keyword.
hans@chromium.org
2011-05-25
8
-10
/
+13
*
Move scoped_temp_dir and scoped_native_library back from base/memory to base.
thakis@chromium.org
2011-05-19
1
-2
/
+2
*
Revert 85898 - Re-land http://codereview.chromium.org/6869009 (except for the...
glider@chromium.org
2011-05-19
3
-5
/
+4
*
Re-land http://codereview.chromium.org/6869009 (except for the suppressions)
glider@chromium.org
2011-05-19
3
-4
/
+5
*
Disk cache: Re-open the deleted list length experiment.
rvargas@google.com
2011-05-18
3
-26
/
+54
*
Fix net_perftests
joth@chromium.org
2011-05-12
1
-6
/
+6
*
Updating logging in src/net/disk_cache/. Using DCHECK_NE/EQ/GT/GE/LT/LE() whe...
kushi.p@gmail.com
2011-05-11
8
-23
/
+23
*
Disk cache: Make sure the list of unused entries is not
rvargas@google.com
2011-05-10
4
-22
/
+56
*
iwyu: Use callback_old.h where appropriate, part 2.
jhawkins@chromium.org
2011-05-10
1
-1
/
+2
*
disk cache: Add NET_API for net.dll
rvargas@google.com
2011-05-07
15
-46
/
+60
*
Fix disk cache stats to include 'Open misses'
joth@chromium.org
2011-04-28
1
-4
/
+4
*
Revert 82460 - Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can ...
glider@chromium.org
2011-04-21
3
-5
/
+4
*
Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can be used to mark
glider@chromium.org
2011-04-21
3
-4
/
+5
[next]