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
/
http
/
http_cache_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prevent unlimited re-sends of failed partial requests.
liberato
2015-05-29
1
-3
/
+44
*
Rename NetLog test classes to match the renamed TestNetLog class.
mmenke
2015-05-04
1
-8
/
+8
*
Remove network load flags not used in net/
g.mehndiratt
2015-04-27
1
-100
/
+0
*
Get rid of TestNetLog::CapturedEntry[List] typedefs.
mmenke
2015-04-24
1
-6
/
+8
*
net cleanup: Remove unnecessary namespace prefixes.
ttuttle
2015-04-23
1
-797
/
+779
*
Rename NetLogLogger and CapturingNetLog
vishal.b
2015-04-17
1
-31
/
+31
*
Move NetLog code from src/net/base to src/net/log.
eroman
2015-04-02
1
-1
/
+1
*
Http Cache: Update vary data after a 304.
rvargas
2015-03-09
1
-3
/
+151
*
Use int64 time stamp when storing metadata to the HTTP cache.
yangguo
2015-02-20
1
-6
/
+6
*
Http Cache: Include Content-length when serving HEAD requests from cached spa...
rvargas
2015-02-11
1
-1
/
+1
*
Avoid lossy time stamp conversions when caching metadata.
yangguo
2015-01-30
1
-16
/
+10
*
Cleanup: Better constify some strings in net/.
thestig
2015-01-24
1
-15
/
+15
*
Let prefetched resources skip cache revalidation once for a short duration by...
jkarlin
2015-01-12
1
-0
/
+111
*
net: Don't store byte-range resources that cannot be revalidated.
rvargas
2015-01-07
1
-34
/
+28
*
Http cache: Properly reset the status related to partial requests on restart.
rvargas
2015-01-07
1
-0
/
+77
*
Http Cache: Improve handling of unexpected responses with byte ranges.
rvargas
2015-01-06
1
-33
/
+273
*
net: remove simple cache workaround from the HTTP cache
rvargas
2015-01-05
1
-72
/
+0
*
net: Add more net-internals logging to the HTTP cache.
rvargas
2015-01-02
1
-5
/
+89
*
Http cache: Fix DCHECK with POSTs and a disabled cache.
rvargas
2014-10-23
1
-0
/
+12
*
Standardize usage of virtual/override/final in net/
dcheng
2014-10-21
1
-4
/
+5
*
Make sure that a request with no-store response doesn't block next requests.
yhirano
2014-10-14
1
-0
/
+43
*
Turn UploadDataStream into an abstract class, and split the implentation
mmenke
2014-10-09
1
-14
/
+16
*
replace OVERRIDE and FINAL with override and final in net/
mostynb
2014-10-09
1
-2
/
+2
*
stale-while-revalidate experimental implementation.
ricea
2014-10-08
1
-28
/
+464
*
Http cache: Allow caching of byte ranges without strong validators.
rvargas
2014-08-30
1
-4
/
+36
*
Bypass http cache for concurrent range requests.
dalecurtis
2014-08-26
1
-0
/
+32
*
Rename Chromium-Resource-Freshness header
ricea@chromium.org
2014-08-15
1
-11
/
+7
*
Http cache: Add support for HEAD requests.
rvargas@chromium.org
2014-07-31
1
-0
/
+281
*
Initial implementation of Chrome-Freshness header.
ricea@chromium.org
2014-07-30
1
-0
/
+70
*
Http cache: Implement a timeout for the cache lock.
rvargas@chromium.org
2014-06-24
1
-0
/
+27
*
Rename http_transaction_unittest to http_transaction_test_util.
eustas@chromium.org
2014-05-14
1
-1
/
+1
*
Remove NetLog::LOG_BASIC.
davidben@chromium.org
2014-03-12
1
-8
/
+31
*
Add plumbing for stale cache information to HttpResponseInfo
rdsmith@chromium.org
2014-01-14
1
-0
/
+36
*
Http Cache: Attempt to authenticate requests that originate in the cache.
rvargas@chromium.org
2014-01-04
1
-3
/
+59
*
Http Cache: Don't assume that a server will return 416 only when asked for a ...
rvargas@chromium.org
2014-01-02
1
-0
/
+17
*
Remove HttpTransactionDelegate and all users (LoadTimeStats).
rvargas@chromium.org
2013-12-27
1
-326
/
+120
*
Implement GetTotalReceivedBytes for http transaction.
eustas@chromium.org
2013-12-24
1
-6
/
+106
*
Change CreateBasicStream to take a scoped_ptr
ricea@chromium.org
2013-11-22
1
-1
/
+2
*
Add a SetWebSocketHandshakeStreamFactory() method to the HttpTransaction base...
ricea@chromium.org
2013-11-14
1
-0
/
+45
*
Http Cache: Allow caching of 206s that lack content length.
rvargas@chromium.org
2013-11-01
1
-0
/
+31
*
Cleanup: remove OS_ANDROID condition for sparse IO
pasko@chromium.org
2013-10-29
1
-4
/
+0
*
net: Use ScopedVector::Pass() to pass element readers for UploadDataStream's ...
hashimoto@chromium.org
2013-09-24
1
-13
/
+13
*
Handle the case when StopCaching was called in DoneReading
davidben@chromium.org
2013-09-20
1
-2
/
+45
*
Release the cache entry on deferred redirect.
davidben@chromium.org
2013-09-19
1
-2
/
+46
*
Http Cache: Make sure there is a backend to process POST requests.
rvargas@chromium.org
2013-09-17
1
-0
/
+22
*
Http cache: An XHR POST request should invalidate cached content.
rvargas@chromium.org
2013-09-12
1
-0
/
+39
*
Http Cache: Consider the case of calling StopCaching with the use of auth.
rvargas@chromium.org
2013-09-10
1
-1
/
+38
*
Sparse IO: Allow failover to network in debug builds
pasko@chromium.org
2013-08-30
1
-0
/
+76
*
Reland net unit tests for http cache no-cache headers.
ppi@chromium.org
2013-08-23
1
-0
/
+55
*
Change the API of disk_cache::CreateCacheBackend to use scoped_ptr
qsr@chromium.org
2013-08-01
1
-2
/
+2
[next]