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
...
*
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
*
FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...
erg@google.com
2010-09-30
2
-1
/
+3
*
Disk cache: Change the way we delete files.
rvargas@google.com
2010-09-29
5
-16
/
+75
*
Disk cache: Handle failures growing the user_buffer that
rvargas@google.com
2010-09-29
5
-18
/
+103
*
FBTF: Moves code to the headers.
erg@google.com
2010-09-28
8
-26
/
+51
*
Disk cache: Add a little more tracing for the stress test
rvargas@google.com
2010-09-27
1
-0
/
+3
*
net: Append base:: in the StringPrintf calls.
tfarina@chromium.org
2010-09-25
5
-18
/
+25
*
Disk cache: Small adjustment so that we continue with
rvargas@google.com
2010-09-23
1
-2
/
+4
*
Revert 60165 - GTTF: Make net_unittests run successfully with parallel test l...
phajdan.jr@chromium.org
2010-09-22
9
-121
/
+139
*
GTTF: Make net_unittests run successfully with parallel test launcher
phajdan.jr@chromium.org
2010-09-22
9
-139
/
+121
*
Fix a bunch of clang warnings/errors.
thakis@chromium.org
2010-09-21
1
-13
/
+0
*
Disk cache: Fix the include order.
rvargas@google.com
2010-09-20
1
-1
/
+1
*
Annotate test-only race in DiskCacheBackendTest.NewEvictionTrimInvalidEntry
timurrrr@chromium.org
2010-09-17
1
-0
/
+8
*
Disk cache: Start an experiment to measure the impact of
rvargas@google.com
2010-09-16
2
-6
/
+39
*
Disk cache: Fix the order in which we delete data
rvargas@google.com
2010-09-16
15
-54
/
+356
*
FBTF: Move Extension::LaunchContainer to extension_constants.h.
erg@google.com
2010-09-16
2
-3
/
+5
*
Disk cache: Implement request throttling.
rvargas@google.com
2010-09-14
4
-10
/
+82
*
Disk Cache: Run another experiment: Increase the number
rvargas@google.com
2010-09-13
5
-21
/
+107
*
Disk cache: Fix the path for stress_cache.
rvargas@google.com
2010-09-09
1
-1
/
+1
*
FBTF: Move more ctors/dtors from headers to implementation.
erg@google.com
2010-09-01
6
-21
/
+61
*
Add an optional parameter to CreatePlatformFile() to report the type
dumi@chromium.org
2010-08-31
4
-5
/
+5
*
Disk cache: For an AppCache, now we only update the
rvargas@google.com
2010-08-27
9
-27
/
+177
*
Disk cache: Add a new uma histogram for the total internal
rvargas@google.com
2010-08-27
2
-1
/
+4
*
Disk cache: Remove the check for no open entries at destruction
rvargas@google.com
2010-08-25
1
-1
/
+4
*
Disk cache: Extend the internal buffering performed by each entry
rvargas@google.com
2010-08-23
11
-543
/
+1079
*
Remove obviously unneeded forward declarations from headers under src/{app,ba...
viettrungluu@chromium.org
2010-08-21
2
-4
/
+0
*
FBTF: Remove unnecessary STL #includes from src/net.
viettrungluu@chromium.org
2010-08-19
4
-12
/
+3
*
FBTF: Remove unneeded headers from base/ (part 6)
thestig@chromium.org
2010-08-19
1
-4
/
+3
*
CommandLine: eliminate wstring-accepting AppendLooseValue
evan@chromium.org
2010-08-13
1
-1
/
+1
*
FBTF: Remove unneeded headers from base/ (part 1)
thestig@chromium.org
2010-08-05
1
-1
/
+0
*
Convert more callers of the integer/string functions to using
brettw@chromium.org
2010-07-31
1
-2
/
+4
*
More FRIEND_TEST_ALL_PREFIXES.
phajdan.jr@chromium.org
2010-07-30
1
-4
/
+4
*
Disk Cache: Replace the backend pointer of the ChildrenDeleter
rvargas@google.com
2010-07-27
4
-5
/
+68
*
`#pragma once` for app, base, chrome, gfx, ipc, net, skia, views
thakis@chromium.org
2010-07-26
30
-0
/
+30
*
Disk Cache: Cleaner way to stop evictions at destruction.
rvargas@google.com
2010-07-23
3
-14
/
+5
*
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
[prev]
[next]