summaryrefslogtreecommitdiffstats
path: root/net/http/http_cache_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Split DiskCacheBasedSSLHostInfo unit tests to its ownrvargas@google.com2011-11-221-703/+4
* Http Cache: Make sure that we don't switch to mode NONE whenrvargas@google.com2011-11-221-0/+54
* HTTP Cache: Implement StopCaching(), to avoid cachingrvargas@google.com2011-11-181-0/+84
* base::Bind conversion for net/http/...adamk@chromium.org2011-10-201-2/+3
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-59/+59
* Add a gyp flag to enable dcheck by default in release withoutnsylvain@chromium.org2011-09-201-1/+1
* Reland r97821. DiskCacheBasedSSLHostInfo needs to be declared withwtc@chromium.org2011-08-241-1/+41
* Revert 97821 - Do not call callback->Run() until we are about to return from ...rsleevi@chromium.org2011-08-231-41/+1
* Do not call callback->Run() until we are about to return from thiswtc@chromium.org2011-08-231-1/+41
* Http Cache: Detect Content_length mismatches and mark entries asrvargas@google.com2011-08-181-1/+46
* net: Notify the http job and cache transaction about a filterrvargas@google.com2011-08-121-0/+34
* Inform disk cache of WebKit memory cache hits.simonjam@chromium.org2011-08-021-4/+6
* Http Cache: Keep track of whether we are doing byte rangervargas@google.com2011-07-221-1/+1
* Reland 85821 - Http cache: Make sure that we don't use http 1.1 featuresrvargas@google.com2011-05-191-4/+60
* Revert 85821 - Http cache: Make sure that we don't use http 1.1 featuresrvargas@google.com2011-05-191-60/+4
* Http cache: Make sure that we don't use http 1.1 featuresrvargas@google.com2011-05-181-4/+60
* Http Cache: make sure that if we cancel a request after all datarvargas@google.com2011-05-051-1/+40
* Http Cache: Only cache range requests when the server providesrvargas@google.com2011-04-131-0/+73
* Http cache: Make sure that the we only transition torvargas@chromium.org2011-04-041-0/+23
* 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-107/+142
* Propagate the remote socket address to URLRequest and to ViewHostMsg_FrameNav...bryner@chromium.org2011-02-221-0/+26
* reapply r70628. It was wrongly blamed for breaking Linux valgrind bots.estade@chromium.org2011-01-071-27/+45
* Revert r70628. It broke Linux valgrind bots. See for exampleestade@chromium.org2011-01-071-45/+27
* First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-27/+45
* Revert 70618 - First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-45/+27
* First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-27/+45
* Http cache: Remove the option to disable byte range support.rvargas@google.com2010-12-091-39/+0
* Http cache: Make sure that we don't forget that an entry is sparservargas@google.com2010-12-031-14/+19
* Update NetLog to be threadsafe.mmenke@chromium.org2010-12-011-34/+45
* base: Get rid of 'using' declaration of StringAppendF.tfarina@chromium.org2010-11-151-2/+4
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-12/+12
* Http cache: make sure that we revalidate a cached entryrvargas@google.com2010-10-121-3/+28
* Revert 62171 - Http cache: make sure that we revalidate a cached entryrvargas@google.com2010-10-111-28/+3
* Http cache: make sure that we revalidate a cached entryrvargas@google.com2010-10-111-3/+28
* net: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-251-5/+7
* FBTF: A giant cleanup to net/erg@google.com2010-08-311-0/+1
* Http cache: Make sure that the memory used to receive thervargas@google.com2010-08-241-0/+3
* HTTP cache: Move DeleteCacheCompletionCallback to the anonymous namespacervargas@google.com2010-08-211-14/+14
* Http cache: It turns out that the cache destructorrvargas@google.com2010-08-211-0/+55
* Http Cache: Make sure that we don't fail transactions when thervargas@google.com2010-07-171-2/+4
* Http Cache: Don't delete the callback that is waiting forrvargas@google.com2010-07-171-0/+31
* Http Cache: chain GetLoadState from transactions waiting forrvargas@google.com2010-07-151-0/+19
* Revert 52334 - Http Cache: chain GetLoadState from transactions waiting forrvargas@google.com2010-07-141-14/+0
* Http Cache: chain GetLoadState from transactions waiting forrvargas@google.com2010-07-141-0/+14
* Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-07-131-3/+31
* Http Cache: Avoid re-validation of sparse entries if arvargas@google.com2010-06-241-11/+93
* Disk Cache: Remove deprecated methods from the disk cache interface.rvargas@google.com2010-06-171-41/+0
* Reland 49600 - Http cache: Remove deprecated code.rvargas@google.com2010-06-141-3/+10
* Revert 49600 - Http cache: Remove deprecated code.rvargas@google.com2010-06-111-10/+3