summaryrefslogtreecommitdiffstats
path: root/net/http/http_cache_transaction.cc
Commit message (Expand)AuthorAgeFilesLines
* Handle the case when StopCaching was called in DoneReadingdavidben@chromium.org2013-09-201-1/+4
* Release the cache entry on deferred redirect.davidben@chromium.org2013-09-191-6/+5
* Http cache: An XHR POST request should invalidate cached content.rvargas@chromium.org2013-09-121-1/+1
* Http cache: Remove the cache sensitivity analysis code.rvargas@chromium.org2013-09-111-140/+30
* Http Cache: Consider the case of calling StopCaching with the use of auth.rvargas@chromium.org2013-09-101-3/+3
* Sparse IO: Allow failover to network in debug buildspasko@chromium.org2013-08-301-0/+14
* Remove redundant deinitialization code from HttpCache::Transaction.gavinp@chromium.org2013-08-221-8/+0
* Use a direct include of time headers in net/, part 2.avi@chromium.org2013-06-281-1/+1
* Add GetFullRequestHeaders, from URLRequestJob to HttpNetworkTransaction.ttuttle@chromium.org2013-06-201-0/+9
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in net/.dcheng@chromium.org2013-06-121-3/+2
* Use a direct include of strings headers in net/http/.avi@chromium.org2013-06-111-2/+2
* Update net/ to use WeakPtr<T>::get() instead of implicit "operator T*"akalin@chromium.org2013-06-021-18/+18
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-32/+36
* net: Use base::MessageLoop.xhwang@chromium.org2013-05-231-1/+1
* Add HttpCache.ReadError* histograms.gavinp@chromium.org2013-05-151-0/+10
* net: Return LoadTiming information in the case of a cache hit.mmenke@chromium.org2013-05-151-8/+34
* Revert 199535 "Add GetFullRequestHeaders, from URLRequestJob to ..."ttuttle@chromium.org2013-05-101-9/+0
* Add GetFullRequestHeaders, from URLRequestJob to HttpNetworkTransaction.ttuttle@chromium.org2013-05-101-0/+9
* Revert r197164: Avoid crashing the browser on truncated reads [...]pasko@google.com2013-05-061-24/+2
* net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-4/+3
* Avoid crashing the browser on truncated reads from the cache backendpasko@google.com2013-04-291-2/+24
* Put in UMA to measure how often offline mode could be useful for end users.rdsmith@chromium.org2013-04-261-5/+54
* Fix HTTPCacheTransaction conditionalization header check.digit@chromium.org2013-04-231-1/+0
* Implement offline mode behind a flag.rdsmith@chromium.org2013-04-201-0/+1
* Simplify prerender and network/cache stats histograms by removing the field t...tburkard@chromium.org2013-04-121-14/+0
* Http cache: Don't delete entries when there is a network error.rvargas@chromium.org2013-04-111-0/+2
* Http cache: disable the infinite cache simulation and perform cleanup of loca...rvargas@chromium.org2013-03-301-28/+1
* net: extract net/cert out of net/basephajdan.jr@chromium.org2013-03-291-1/+1
* Cache failover to LOAD_PREFERRING_CACHE if network response suggests offline.rdsmith@chromium.org2013-03-231-18/+52
* Revert 189935 "Http cache: Don't delete entries when there is a ..."rvargas@google.com2013-03-231-2/+0
* Http cache: Don't delete entries when there is a network error.rvargas@google.com2013-03-221-0/+2
* [Net] Propagate priority changes from URLRequest to HttpTransactionakalin@chromium.org2013-03-221-0/+6
* Revert 189829 "[Net] Propagate priority changes from URLRequest ..."msw@chromium.org2013-03-221-6/+0
* [Net] Propagate priority changes from URLRequest to HttpTransactionakalin@chromium.org2013-03-221-0/+6
* [Net] Separate out priority field from HttpRequestInfoakalin@chromium.org2013-03-191-1/+4
* net: split net/ssl out of net/basephajdan.jr@chromium.org2013-03-141-3/+3
* Remove HttpCache.*.SmallResource tracking.gavinp@chromium.org2013-02-061-54/+0
* LoadTiming in net, part 3.mmenke@chromium.org2013-01-211-0/+9
* Http Cache: Release all references to buffers before invoking callbacks.rvargas@google.com2013-01-151-0/+2
* Http cache: Don't attempt to revalidate entries after a vary header mismatchrvargas@google.com2013-01-111-7/+8
* Fix miss counting on http cache transactions.gavinp@chromium.org2013-01-041-0/+1
* Track occurance of Open/Create races on http cache transactions.gavinp@chromium.org2013-01-021-1/+4
* Http Cache: Invalidate cached GETs after a successful POST.rvargas@google.com2012-12-211-2/+18
* For Cache Sensitivity Analysis, add createentry/openentry delays.tburkard@chromium.org2012-11-281-19/+49
* Track unconditionalizable http requests.gavinp@chromium.org2012-11-171-31/+36
* Http cache: Modify the Vary header behavior.rvargas@google.com2012-11-161-8/+10
* net: Move ownership of UploadDataStream from HttpNetworkTransaction to URLReq...hashimoto@chromium.org2012-11-141-3/+4
* Revert 167031 - For Cache Sensitivity Analysis, fix createentry/openentry rac...dharani@google.com2012-11-121-35/+13
* For Cache Sensitivity Analysis, fix createentry/openentry race conditiontburkard@chromium.org2012-11-101-13/+35
* Revert 166580 - Consider {Create,Open,Doom}Entry for CacheSensitivity Analysis.tburkard@chromium.org2012-11-091-3/+3