summaryrefslogtreecommitdiffstats
path: root/net/http/http_cache_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Http cache: Add a test to make sure that the cachervargas@google.com2009-12-181-10/+64
* Http cache: Unit test for cl 33919rvargas@google.com2009-12-071-0/+10
* Http cache: Don't access entry_ if an error switchesrvargas@google.com2009-12-021-0/+37
* Http cache: Add code to restart a network request when thervargas@google.com2009-12-011-0/+42
* Revert 33133 - Http cache: Add code to restart a network request when thervargas@google.com2009-11-301-42/+0
* Http cache: Add code to restart a network request when thervargas@google.com2009-11-251-0/+42
* Http cache: Make sure that when we cancel a request forrvargas@google.com2009-11-201-0/+67
* Http cache: Add the logic to cancel entry_ready_callback_.rvargas@google.com2009-11-191-1/+101
* Clear disk cache when the cache is not initializedhclam@chromium.org2009-11-071-1/+11
* Improve the display of LoadLogs when truncation occurs.eroman@chromium.org2009-11-061-3/+3
* Second patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-3/+4
* Disk Cache: New interface that enables asynchronous completionrvargas@google.com2009-11-051-0/+35
* HTTP cache: Add tests to verify that we don't remove thervargas@google.com2009-11-051-5/+50
* Http cache: Make sure that we handle byte range requests thatrvargas@google.com2009-11-031-0/+22
* Http cache: Always preserve extra headers when dealing withrvargas@google.com2009-11-031-17/+32
* Http cache: Allow multiple external validation headers.rvargas@google.com2009-11-021-0/+115
* Http cache: Handle byte range requests when there is no cache entry.rvargas@google.com2009-10-271-0/+13
* Http cache: Make sure that we remove pending transactionsrvargas@google.com2009-10-261-0/+50
* Http Cache: Convert data writes from sysnchronous to asynchronous.rvargas@google.com2009-10-221-13/+61
* Http Cache: More unit tests for byte range support.rvargas@google.com2009-10-141-0/+140
* Disk cache: Add a method to cancel pending sparse operations.rvargas@google.com2009-10-081-4/+94
* Handle range request on a truncated entryhclam@chromium.org2009-10-021-0/+44
* Handle reading to the end of a sparse entryhclam@chromium.org2009-10-011-0/+3
* Remove a redefined variable.eroman@chromium.org2009-09-241-1/+1
* Replace some net::ERR_FAILED generic error codes with more specific codes.eroman@chromium.org2009-09-241-58/+76