summaryrefslogtreecommitdiffstats
path: root/net/http/http_cache_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert Pass()→std::move() in //netdcheng2015-12-261-4/+4
* Switch to standard integer types in net/.Avi Drissman2015-12-201-4/+5
* Remove ScopedVector from ElementsUploadDataStreamolli.raula2015-11-261-46/+59
* Make HttpCache constructors take scoped_ptrs.mmenke2015-10-291-12/+15
* Revert of Make HttpCache constructors take scoped_ptrs. (patchset #6 id:12000...dgozman2015-10-281-15/+12
* Make HttpCache constructors take scoped_ptrs.mmenke2015-10-281-12/+15
* Expose currently-connected socket address in URLRequestttuttle2015-09-291-8/+31
* Cleanup: Pass std::string as const reference from net/ki.stfu2015-09-221-1/+1
* Remove Android filter file for net_unittests. WIPtfarina2015-09-181-7/+50
* HTTP cache: Add tests to improve coverage of AddTruncatedFlag.rvargas2015-09-171-82/+84
* Added and implemented URLRequest::GetTotalSentBytes.sclittle2015-09-101-43/+59
* //net changes for stale-while-revalidatericea2015-08-241-0/+77
* Http cache: Always go through DoCacheQueryData for sparse entries.rvargas2015-07-181-0/+28
* Remove stale-while-revalidate experimental implementation.ricea2015-06-191-461/+28
* Update cached certificates on revalidations.davidben2015-06-081-0/+117
* Change most uses of Pickle to base::Picklebrettw2015-06-031-1/+1
* 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