summaryrefslogtreecommitdiffstats
path: root/net/http/http_cache_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Prevent unlimited re-sends of failed partial requests.liberato2015-05-291-3/+44
* Rename NetLog test classes to match the renamed TestNetLog class.mmenke2015-05-041-8/+8
* Remove network load flags not used in net/g.mehndiratt2015-04-271-100/+0
* Get rid of TestNetLog::CapturedEntry[List] typedefs.mmenke2015-04-241-6/+8
* net cleanup: Remove unnecessary namespace prefixes.ttuttle2015-04-231-797/+779
* Rename NetLogLogger and CapturingNetLogvishal.b2015-04-171-31/+31
* Move NetLog code from src/net/base to src/net/log.eroman2015-04-021-1/+1
* Http Cache: Update vary data after a 304.rvargas2015-03-091-3/+151
* Use int64 time stamp when storing metadata to the HTTP cache.yangguo2015-02-201-6/+6
* Http Cache: Include Content-length when serving HEAD requests from cached spa...rvargas2015-02-111-1/+1
* Avoid lossy time stamp conversions when caching metadata.yangguo2015-01-301-16/+10
* Cleanup: Better constify some strings in net/.thestig2015-01-241-15/+15
* Let prefetched resources skip cache revalidation once for a short duration by...jkarlin2015-01-121-0/+111
* net: Don't store byte-range resources that cannot be revalidated.rvargas2015-01-071-34/+28
* Http cache: Properly reset the status related to partial requests on restart.rvargas2015-01-071-0/+77
* Http Cache: Improve handling of unexpected responses with byte ranges.rvargas2015-01-061-33/+273
* net: remove simple cache workaround from the HTTP cachervargas2015-01-051-72/+0
* net: Add more net-internals logging to the HTTP cache.rvargas2015-01-021-5/+89
* Http cache: Fix DCHECK with POSTs and a disabled cache.rvargas2014-10-231-0/+12
* Standardize usage of virtual/override/final in net/dcheng2014-10-211-4/+5
* Make sure that a request with no-store response doesn't block next requests.yhirano2014-10-141-0/+43
* Turn UploadDataStream into an abstract class, and split the implentationmmenke2014-10-091-14/+16
* replace OVERRIDE and FINAL with override and final in net/mostynb2014-10-091-2/+2
* stale-while-revalidate experimental implementation.ricea2014-10-081-28/+464
* Http cache: Allow caching of byte ranges without strong validators.rvargas2014-08-301-4/+36
* Bypass http cache for concurrent range requests.dalecurtis2014-08-261-0/+32
* Rename Chromium-Resource-Freshness headerricea@chromium.org2014-08-151-11/+7
* Http cache: Add support for HEAD requests.rvargas@chromium.org2014-07-311-0/+281
* Initial implementation of Chrome-Freshness header.ricea@chromium.org2014-07-301-0/+70
* Http cache: Implement a timeout for the cache lock.rvargas@chromium.org2014-06-241-0/+27
* Rename http_transaction_unittest to http_transaction_test_util.eustas@chromium.org2014-05-141-1/+1
* Remove NetLog::LOG_BASIC.davidben@chromium.org2014-03-121-8/+31
* Add plumbing for stale cache information to HttpResponseInfordsmith@chromium.org2014-01-141-0/+36
* Http Cache: Attempt to authenticate requests that originate in the cache.rvargas@chromium.org2014-01-041-3/+59
* Http Cache: Don't assume that a server will return 416 only when asked for a ...rvargas@chromium.org2014-01-021-0/+17
* Remove HttpTransactionDelegate and all users (LoadTimeStats).rvargas@chromium.org2013-12-271-326/+120
* Implement GetTotalReceivedBytes for http transaction.eustas@chromium.org2013-12-241-6/+106
* Change CreateBasicStream to take a scoped_ptrricea@chromium.org2013-11-221-1/+2
* Add a SetWebSocketHandshakeStreamFactory() method to the HttpTransaction base...ricea@chromium.org2013-11-141-0/+45
* Http Cache: Allow caching of 206s that lack content length.rvargas@chromium.org2013-11-011-0/+31
* Cleanup: remove OS_ANDROID condition for sparse IOpasko@chromium.org2013-10-291-4/+0
* net: Use ScopedVector::Pass() to pass element readers for UploadDataStream's ...hashimoto@chromium.org2013-09-241-13/+13
* Handle the case when StopCaching was called in DoneReadingdavidben@chromium.org2013-09-201-2/+45
* Release the cache entry on deferred redirect.davidben@chromium.org2013-09-191-2/+46
* Http Cache: Make sure there is a backend to process POST requests.rvargas@chromium.org2013-09-171-0/+22
* Http cache: An XHR POST request should invalidate cached content.rvargas@chromium.org2013-09-121-0/+39
* Http Cache: Consider the case of calling StopCaching with the use of auth.rvargas@chromium.org2013-09-101-1/+38
* Sparse IO: Allow failover to network in debug buildspasko@chromium.org2013-08-301-0/+76
* Reland net unit tests for http cache no-cache headers.ppi@chromium.org2013-08-231-0/+55
* Change the API of disk_cache::CreateCacheBackend to use scoped_ptrqsr@chromium.org2013-08-011-2/+2