summaryrefslogtreecommitdiffstats
path: root/net/http/http_cache_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Http cache: Remove deprecated code.rvargas@google.com2010-06-111-3/+10
* Http Cache: Remove blocking calls to GetAvailableRange.rvargas@google.com2010-06-111-5/+23
* Http Cache: Add a backend factory class so that the callerrvargas@google.com2010-05-121-178/+179
* Http cache: Add a check to MockHttpCache to make surervargas@google.com2010-05-101-74/+117
* Http Cache: Handle the asynchronous instantiation of thervargas@google.com2010-05-071-30/+262
* Auto-format style pass over files.cbentzel@chromium.org2010-05-041-16/+16
* Compile fix.eroman@chromium.org2010-04-281-1/+1
* Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing...eroman@chromium.org2010-04-281-28/+28
* Use HttpRequestHeaders for extra_headers.willchan@chromium.org2010-04-201-73/+62
* Update about:cache to display cached metadata for an entry.tonyg@chromium.org2010-04-191-4/+6
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-42/+44
* Http cache: Expose storing metadata on a given entry.rvargas@google.com2010-03-021-4/+133
* Http Cache: Add a load log to the DoomEntry operation.rvargas@google.com2010-02-111-3/+20
* Http cache: Make sure that we don't send notificationsrvargas@google.com2010-02-101-8/+38
* Cleanup the unittest helpers in load_log_unittest.h.eroman@chromium.org2010-01-291-32/+32
* Http cache: If we issue a byte range request for x bytesrvargas@google.com2010-01-211-0/+41
* Http Cache: Use asynchronous Open/Create/Doom entry calls.rvargas@google.com2010-01-141-74/+244
* Http cache: Avoid resuming (and keeping) truncated entriesrvargas@google.com2010-01-081-11/+155
* Extend LoadLog to support logging of arbitrary strings, and of network error ...eroman@chromium.org2009-12-211-3/+3