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
*
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
*
Revert 214528 "Add unit tests for cache-control: no-cache header."
oshima@chromium.org
2013-07-31
1
-53
/
+0
*
Add unit tests for cache-control: no-cache header.
ppi@chromium.org
2013-07-31
1
-0
/
+53
*
Use a direct include of the message_loop header in net/, part 2.
avi@chromium.org
2013-07-18
1
-1
/
+1
*
Fix some potential after free errors on TestCompletionCallback
gavinp@chromium.org
2013-06-26
1
-9
/
+14
*
Use a direct include of strings headers in net/http/.
avi@chromium.org
2013-06-11
1
-2
/
+2
*
Make some more code use "if (weak_ptr)" style
akalin@chromium.org
2013-06-07
1
-2
/
+2
*
Fix even more remaining uses of WeakPtr<T>'s operator T* conversion
akalin@chromium.org
2013-06-04
1
-2
/
+2
*
Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-01
1
-34
/
+40
*
net: Use base::MessageLoop.
xhwang@chromium.org
2013-05-23
1
-33
/
+33
*
net: Return LoadTiming information in the case of a cache hit.
mmenke@chromium.org
2013-05-15
1
-53
/
+237
*
net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
scherkus@chromium.org
2013-04-30
1
-3
/
+2
*
Fix HTTPCacheTransaction conditionalization header check.
digit@chromium.org
2013-04-23
1
-60
/
+39
[next]