summaryrefslogtreecommitdiffstats
path: root/net/http/http_cache_transaction.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Http Cache: Keep track of whether we are doing byte rangervargas@google.com2011-07-221-20/+24
* Http cache: Add more documentation to the http cache transactionrvargas@google.com2011-07-191-15/+77
* Replace onRequestSent with onSendHeaders in webrequest APIbattre@chromium.org2011-07-141-7/+0
* Moved OnBeforeHeadersSent of webRequest API to url_request_http_job.ccbattre@chromium.org2011-06-281-59/+29
* Reland 90618 - Remove check for entry_. From coverity CID=8237gbillock@chromium.org2011-06-281-1/+1
* Revert 90618 - Add checks for entry_. From coverity CID=8237fischman@chromium.org2011-06-271-1/+1
* Add checks for entry_. From coverity CID=8237gbillock@chromium.org2011-06-271-1/+1
* Reland 85821 - Http cache: Make sure that we don't use http 1.1 featuresrvargas@google.com2011-05-191-0/+3
* Revert 85821 - Http cache: Make sure that we don't use http 1.1 featuresrvargas@google.com2011-05-191-3/+0
* Http cache: Make sure that we don't use http 1.1 featuresrvargas@google.com2011-05-181-0/+3
* Add one-time randomization support for FieldTrial, and the ability tojoi@chromium.org2011-05-101-2/+1
* Revert 84197 - Add one-time randomization support for FieldTrial, and the abi...joi@chromium.org2011-05-061-1/+2
* Http Cache: make sure that if we cancel a request after all datarvargas@google.com2011-05-051-0/+14
* Add one-time randomization support for FieldTrial, and the ability tojoi@chromium.org2011-05-051-2/+1
* Flesh out the onBeforeSendHeaders event a bit more. We now send thempcomplete@chromium.org2011-04-271-6/+11
* Allow extensions to redirect requests in onBeforeRequest.mpcomplete@chromium.org2011-04-151-1/+1
* Revert "Allow extensions to redirect requests in onBeforeRequest."mpcomplete@chromium.org2011-04-131-1/+1
* Allow extensions to redirect requests in onBeforeRequest.mpcomplete@chromium.org2011-04-131-1/+1
* Http Cache: Only cache range requests when the server providesrvargas@google.com2011-04-131-21/+48
* Http cache: Make sure that the we only transition torvargas@chromium.org2011-04-041-1/+1
* Add request_id to HttpRequestInfo and pass it to the NetworkDelegate for events.mpcomplete@chromium.org2011-03-301-29/+63
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Http cache: Fix handling of truncated entries.rvargas@google.com2011-03-021-1/+27
* More net/ method ordering.erg@google.com2011-01-261-64/+64
* reapply r70628. It was wrongly blamed for breaking Linux valgrind bots.estade@chromium.org2011-01-071-9/+51
* Revert r70628. It broke Linux valgrind bots. See for exampleestade@chromium.org2011-01-071-51/+9
* First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-9/+51
* Revert 70618 - First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-51/+9
* First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-9/+51
* Http cache: Remove a histogram.rvargas@google.com2010-12-281-43/+13
* Http cache: Remove the option to disable byte range support.rvargas@google.com2010-12-091-23/+6
* Http cache: Make sure that we don't forget that an entry is sparservargas@google.com2010-12-031-1/+8
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-1/+1
* Revert revert 62918 - net: clean up SSLHostInfo construction."agl@chromium.org2010-10-191-10/+0
* Revert 62918 - net: clean up SSLHostInfo construction.agl@chromium.org2010-10-181-0/+10
* net: clean up SSLHostInfo construction.agl@chromium.org2010-10-181-10/+0