summaryrefslogtreecommitdiffstats
path: root/net/http/http_cache_transaction.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Consider {Create,Open,Doom}Entry for CacheSensitivity Analysis.tburkard@chromium.org2012-11-081-3/+3
* Http cache: reset cache_io_start_ at destruction of the cache transaction.rvargas@google.com2012-10-301-0/+1
* Http cache: Measure back navigations on the infinite cache simulation.rvargas@google.com2012-10-271-0/+2
* [Coverity] Init uninitialized member vargroby@chromium.org2012-10-201-0/+1
* Fix bug in percentage increase computation for cache sensitivity analysis,tburkard@chromium.org2012-10-031-6/+4
* Sensitivity Analysis to see how cache performance affects PLTs.tburkard@chromium.org2012-09-271-16/+97
* Http cache: Make sure we separate the infinite cache simulation from the real...rvargas@google.com2012-09-201-1/+1
* Http Cache: Add code for simulating an infinite HTTP cache.rvargas@google.com2012-09-141-1/+27
* Revert 156846 - Http Cache: Add code for simulating an infinite HTTP cache.rvargas@google.com2012-09-141-27/+1
* Http Cache: Add code for simulating an infinite HTTP cache.rvargas@google.com2012-09-141-1/+27
* Brace style fixes in http_cache_transaction.ccgavinp@chromium.org2012-08-311-13/+19
* net: Return size of upload as well as position from HttpTransaction::GetUploa...hashimoto@chromium.org2012-08-301-2/+1
* Add histograms for network activity, and total/cumulativetburkard@chromium.org2012-08-201-1/+25
* Add HttpCache histograms focussed on blocking and transaction type.gavinp@chromium.org2012-08-091-8/+178
* Http cache: Always revalidate PUT and DELETE requests.rvargas@google.com2012-08-021-0/+3
* Http cache: Make sure that issuing a byte range requestrvargas@google.com2012-07-301-19/+41
* Adding histograms showing fraction of page load times spent in the disk cache...tburkard@chromium.org2012-07-301-19/+67
* Add more using base::Time* to http_cache_transaction.cc.gavinp@chromium.org2012-07-211-4/+6
* Remove SSLHostInfo.agl@chromium.org2012-06-271-1/+0
* NetLogEventParameter to Callback refactoring 5.mmenke@chromium.org2012-06-131-13/+13
* Http cache: Don't attempt to doom the same entry multiple timesrvargas@google.com2012-05-091-2/+4
* Http cache: Restart transaction after errors reading from cachedrvargas@google.com2012-03-201-5/+16
* Http Cache: Add support for PUT and DELETE.rvargas@chromium.org2012-03-141-2/+33
* Http Cache: Doom cache entries when there is any error reading from thervargas@google.com2012-02-091-7/+18
* Turn on prefetching againgavinp@chromium.org2011-12-271-0/+7
* Link rel=prefetch was disabled during prerender development; for nowgavinp@chromium.org2011-12-271-4/+4
* Migrate HttpCache adn HttpCacheTransaction to base::Bind().ajwong@chromium.org2011-12-231-61/+21
* base::Bind: Convert most of net/http.jhawkins@chromium.org2011-12-201-31/+31
* base::Bind: Convert most of disk_cache.jhawkins@chromium.org2011-12-191-19/+33
* Http Cache: Make sure that we don't switch to mode NONE whenrvargas@google.com2011-11-221-1/+2
* HTTP Cache: Implement StopCaching(), to avoid cachingrvargas@google.com2011-11-181-4/+14
* Use AuthCredentials throughout the network stack instead of username/password.cbentzel@chromium.org2011-10-281-6/+4
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-11/+11
* Http Cache: Detect Content_length mismatches and mark entries asrvargas@google.com2011-08-181-3/+9
* net: Notify the http job and cache transaction about a filterrvargas@google.com2011-08-121-0/+9