summaryrefslogtreecommitdiffstats
path: root/net/http/http_cache_transaction.h
Commit message (Expand)AuthorAgeFilesLines
* Standardize usage of virtual/override/final in net/dcheng2014-10-211-31/+27
* replace OVERRIDE and FINAL with override and final in net/mostynb2014-10-091-20/+20
* stale-while-revalidate experimental implementation.ricea2014-10-081-2/+7
* Declaring the weak_ptr_factory in proper order.kulkarni.a2014-08-281-1/+2
* Http cache: Add support for HEAD requests.rvargas@chromium.org2014-07-311-0/+3
* Adding DiskBasedCertCache to HttpCache (+UMA).brandonsalmon@chromium.org2014-07-101-0/+5
* Move data reduction proxy to Chrome-Proxy header for authenticationbengr@chromium.org2014-06-261-0/+3
* Http cache: Implement a timeout for the cache lock.rvargas@chromium.org2014-06-241-0/+9
* Minor cleanup of SetQuicServerInfo.rtenneti@chromium.org2014-01-251-0/+1
* Allows deferral of a URLRequest just before talking to the network, atjkarlin@chromium.org2014-01-081-0/+5
* Http Cache: Attempt to authenticate requests that originate in the cache.rvargas@chromium.org2014-01-041-2/+2
* Remove HttpTransactionDelegate and all users (LoadTimeStats).rvargas@chromium.org2013-12-271-12/+4
* Implement GetTotalReceivedBytes for http transaction.eustas@chromium.org2013-12-241-0/+3
* Add WebSocket handshake support to UrlRequestHttpJob, by supporting ws: and w...ricea@chromium.org2013-11-281-0/+7
* Objects of type HttpCache::Transaction should not be copied or assigned to. A...ricea@chromium.org2013-11-221-0/+2
* Add a SetWebSocketHandshakeStreamFactory() method to the HttpTransaction base...ricea@chromium.org2013-11-141-0/+2
* Http cache: Remove the cache sensitivity analysis code.rvargas@chromium.org2013-09-111-30/+4
* Use a direct include of time headers in net/, part 2.avi@chromium.org2013-06-281-2/+2
* Add GetFullRequestHeaders, from URLRequestJob to HttpNetworkTransaction.ttuttle@chromium.org2013-06-201-0/+2
* net: Return LoadTiming information in the case of a cache hit.mmenke@chromium.org2013-05-151-0/+10
* Revert 199535 "Add GetFullRequestHeaders, from URLRequestJob to ..."ttuttle@chromium.org2013-05-101-2/+0
* Add GetFullRequestHeaders, from URLRequestJob to HttpNetworkTransaction.ttuttle@chromium.org2013-05-101-0/+2
* Http cache: disable the infinite cache simulation and perform cleanup of loca...rvargas@chromium.org2013-03-301-3/+1
* Cache failover to LOAD_PREFERRING_CACHE if network response suggests offline.rdsmith@chromium.org2013-03-231-0/+4
* [Net] Propagate priority changes from URLRequest to HttpTransactionakalin@chromium.org2013-03-221-0/+1
* Revert 189829 "[Net] Propagate priority changes from URLRequest ..."msw@chromium.org2013-03-221-1/+0
* [Net] Propagate priority changes from URLRequest to HttpTransactionakalin@chromium.org2013-03-221-0/+1
* [Net] Separate out priority field from HttpRequestInfoakalin@chromium.org2013-03-191-3/+7
* Remove HttpCache.*.SmallResource tracking.gavinp@chromium.org2013-02-061-2/+0
* LoadTiming in net, part 3.mmenke@chromium.org2013-01-211-0/+2
* Http cache: Don't attempt to revalidate entries after a vary header mismatchrvargas@google.com2013-01-111-0/+1
* For Cache Sensitivity Analysis, add createentry/openentry delays.tburkard@chromium.org2012-11-281-3/+12
* Track unconditionalizable http requests.gavinp@chromium.org2012-11-171-0/+4
* Revert 167031 - For Cache Sensitivity Analysis, fix createentry/openentry rac...dharani@google.com2012-11-121-10/+3
* For Cache Sensitivity Analysis, fix createentry/openentry race conditiontburkard@chromium.org2012-11-101-3/+10
* Sensitivity Analysis to see how cache performance affects PLTs.tburkard@chromium.org2012-09-271-0/+17
* Http Cache: Add code for simulating an infinite HTTP cache.rvargas@google.com2012-09-141-1/+4
* Revert 156846 - Http Cache: Add code for simulating an infinite HTTP cache.rvargas@google.com2012-09-141-4/+1
* Http Cache: Add code for simulating an infinite HTTP cache.rvargas@google.com2012-09-141-1/+4
* net: Return size of upload as well as position from HttpTransaction::GetUploa...hashimoto@chromium.org2012-08-301-2/+2
* Add histograms for network activity, and total/cumulativetburkard@chromium.org2012-08-201-0/+2
* Add HttpCache histograms focussed on blocking and transaction type.gavinp@chromium.org2012-08-091-1/+24
* Http cache: Make sure that issuing a byte range requestrvargas@google.com2012-07-301-0/+5
* Adding histograms showing fraction of page load times spent in the disk cache...tburkard@chromium.org2012-07-301-1/+6
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Http cache: Don't attempt to doom the same entry multiple timesrvargas@google.com2012-05-091-1/+4
* Http cache: Restart transaction after errors reading from cachedrvargas@google.com2012-03-201-2/+3
* Http Cache: Doom cache entries when there is any error reading from thervargas@google.com2012-02-091-1/+5
* Migrate HttpCache adn HttpCacheTransaction to base::Bind().ajwong@chromium.org2011-12-231-3/+2
* base::Bind: Convert most of net/http.jhawkins@chromium.org2011-12-201-9/+10