summaryrefslogtreecommitdiffstats
path: root/net/http/http_cache.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove CertCacheTrial (DiskBasedCertCache).martijn2016-01-251-13/+0
* Convert Pass()→std::move() in //netdcheng2015-12-261-7/+9
* Switch to standard integer types in net/.Avi Drissman2015-12-201-0/+1
* Make HttpCache constructors take scoped_ptrs.mmenke2015-10-291-26/+26
* Revert of Make HttpCache constructors take scoped_ptrs. (patchset #6 id:12000...dgozman2015-10-281-26/+26
* Make HttpCache constructors take scoped_ptrs.mmenke2015-10-281-26/+26
* Reland remove reference counting from HttpNetworkSession.mmenke2015-10-131-28/+10
* QUIC - Changes to transfer QuicServerInfoFactory ownership from HttpCachertenneti2015-10-121-3/+2
* Revert of Remove reference counting from HttpNetworkSession. (patchset #11 id...mmenke2015-09-121-10/+28
* Remove reference counting from HttpNetworkSession.mmenke2015-09-111-28/+10
* Remove stale-while-revalidate experimental implementation.ricea2015-06-191-198/+0
* Change histogram.h includes to histogram_macros.h in net/asvitkine2015-06-171-1/+1
* net: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-111-12/+11
* Change most uses of Pickle to base::Picklebrettw2015-06-031-1/+1
* net cleanup: Remove unnecessary namespace prefixes.ttuttle2015-04-231-10/+12
* Remove unnecessary instrumentation for several jank bugs.pkasting2015-04-081-6/+0
* [Clean up] Remove the obsolete "Infinite Cache" field trial.isherman2015-03-311-11/+0
* Remove HTTP cache Record/Playback supportrvargas2015-03-201-32/+9
* Use int64 time stamp when storing metadata to the HTTP cache.yangguo2015-02-201-5/+5
* Avoid lossy time stamp conversions when caching metadata.yangguo2015-01-301-6/+9
* Let prefetched resources skip cache revalidation once for a short duration by...jkarlin2015-01-121-2/+6
* net: Don't store byte-range resources that cannot be revalidated.rvargas2015-01-071-0/+5
* Do not call GenerateCacheKey() if disk cache is disabled.stinae2014-12-081-1/+1
* Switching profiler instrumentations from ScopedProfile to ScopedTracker. This...vadimt2014-10-291-3/+3
* QUIC - Control the timeout for loading of server config from disk cache,rtenneti2014-10-281-1/+1
* Standardize usage of virtual/override/final in net/dcheng2014-10-211-2/+1
* Adding instrumentation to locate the source of jankiness.vadimt2014-10-151-0/+6
* replace OVERRIDE and FINAL with override and final in net/mostynb2014-10-091-1/+1
* stale-while-revalidate experimental implementation.ricea2014-10-081-0/+200
* Change base/file_utils.h includes to base/files/file_utils.h in net/thestig2014-09-041-1/+1
* Replace usages of MessageLoopProxy with SequencedTaskRunner in the disk cachersleevi@chromium.org2014-08-211-6/+7
* Http Cache: Relax DCHECK to account for an entry waiting on the message loop.rvargas@chromium.org2014-08-191-1/+2
* Land Recent QUIC Changes.rtenneti@chromium.org2014-08-021-1/+1
* Adding DiskBasedCertCache to HttpCache (+UMA).brandonsalmon@chromium.org2014-07-101-1/+11
* Remove HttpCache's assumption that it sits on an HttpNetworkSession.mmenke@chromium.org2014-06-271-9/+3
* Http cache: Implement a timeout for the cache lock.rvargas@chromium.org2014-06-241-1/+9
* Add the ability for DevTools to wrap network transactions.eustas@chromium.org2014-06-021-5/+12
* Revert 273584 "Add the ability for DevTools to wrap network tran..."mattm@chromium.org2014-05-291-12/+5
* Add the ability for DevTools to wrap network transactions.eustas@chromium.org2014-05-291-5/+12
* HttpCache: Invalidate all weak pointers at destruction start.rvargas@chromium.org2014-05-071-10/+17
* Land Recent QUIC Changes.rtenneti@chromium.org2014-04-011-2/+2
* QUIC - use QuicSessionKey tuple (host, port, is_https) instead ofrtenneti@chromium.org2014-03-151-2/+3
* Avoid persisting of QUIC server config information in Stable and Betartenneti@chromium.org2014-03-031-1/+2
* Revert 253860 "Revert 253309 "QUIC - enable persisting of server..."rtenneti@chromium.org2014-02-281-1/+5
* Revert 253309 "QUIC - enable persisting of server config by wiring"rtenneti@chromium.org2014-02-271-5/+1
* QUIC - enable persisting of server config by wiringrtenneti@chromium.org2014-02-261-1/+5
* Plumb network stack information about existence of cached copyrdsmith@chromium.org2014-02-061-0/+8
* Renamed disk_cache_based_ssl_host_info.* tortenneti@chromium.org2014-01-251-15/+9
* Added SSLHostInfo. Storing of server info to our standard disk cache.rtenneti@chromium.org2014-01-221-0/+25
* Remove HttpTransactionDelegate and all users (LoadTimeStats).rvargas@chromium.org2013-12-271-4/+3