summaryrefslogtreecommitdiffstats
path: root/net/http/http_cache_transaction.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* base::Bind: Convert most of disk_cache.jhawkins@chromium.org2011-12-191-4/+4
* Add OVERRIDE to net/.avi@chromium.org2011-11-161-11/+14
* Cleanup: Remove unneeded forward declararations in net.thestig@chromium.org2011-11-111-3/+4
* Use AuthCredentials throughout the network stack instead of username/password.cbentzel@chromium.org2011-10-281-5/+2
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-13/+13
* net: Notify the http job and cache transaction about a filterrvargas@google.com2011-08-121-0/+1
* Http Cache: Keep track of whether we are doing byte rangervargas@google.com2011-07-221-1/+2
* Http cache: Add more documentation to the http cache transactionrvargas@google.com2011-07-191-3/+3
* Moved OnBeforeHeadersSent of webRequest API to url_request_http_job.ccbattre@chromium.org2011-06-281-4/+0
* Http Cache: make sure that if we cancel a request after all datarvargas@google.com2011-05-051-0/+1
* Flesh out the onBeforeSendHeaders event a bit more. We now send thempcomplete@chromium.org2011-04-271-0/+2
* Http Cache: Only cache range requests when the server providesrvargas@google.com2011-04-131-1/+6
* Add request_id to HttpRequestInfo and pass it to the NetworkDelegate for events.mpcomplete@chromium.org2011-03-301-0/+4
* More net/ method ordering.erg@google.com2011-01-261-19/+19
* reapply r70628. It was wrongly blamed for breaking Linux valgrind bots.estade@chromium.org2011-01-071-0/+2
* Revert r70628. It broke Linux valgrind bots. See for exampleestade@chromium.org2011-01-071-2/+0
* First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-0/+2
* Revert 70618 - First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-2/+0
* First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-0/+2
* Http cache: Remove a histogram.rvargas@google.com2010-12-281-3/+0
* Http cache: Remove the option to disable byte range support.rvargas@google.com2010-12-091-2/+1
* Http cache: Make sure that we don't forget that an entry is sparservargas@google.com2010-12-031-0/+1
* Http cache: make sure that we revalidate a cached entryrvargas@google.com2010-10-121-2/+5
* Revert 62171 - Http cache: make sure that we revalidate a cached entryrvargas@google.com2010-10-111-5/+2
* Http cache: make sure that we revalidate a cached entryrvargas@google.com2010-10-111-2/+5
* Move the stream initialization out of the HttpStreamRequest and backmbelshe@chromium.org2010-08-251-0/+1
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-6/+9
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Http Cache: Make sure that we don't fail transactions when thervargas@google.com2010-07-171-0/+1
* Http Cache: chain GetLoadState from transactions waiting forrvargas@google.com2010-07-151-0/+6
* Revert 52334 - Http Cache: chain GetLoadState from transactions waiting forrvargas@google.com2010-07-141-6/+0