summaryrefslogtreecommitdiffstats
path: root/net/http/http_cache_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert 25873.eroman@chromium.org2009-09-221-15/+4
* Http cache: Convert data writes from sysnchronous to asynchronous.rvargas@google.com2009-09-101-4/+15
* Http cache: Don't delete sparse entries when wervargas@google.com2009-09-091-0/+36
* Add some trace-points to HttpCache for request profiling (cache entry "open",...eroman@chromium.org2009-09-061-10/+74
* Bug fixing for range request support in HttpCachehclam@chromium.org2009-09-051-0/+35
* Http Cache: Add support for resuming downloading arvargas@google.com2009-09-041-2/+155
* Update the request time of http cache entries on 304.eroman@chromium.org2009-09-041-6/+14
* Update the response time of http cache entries on 304.eroman@chromium.org2009-09-041-6/+85
* Http cache: Bypass the cache for range requests that have validation headers.rvargas@google.com2009-08-281-1/+33
* Http cache: Enable experimental support for byte range requests.rvargas@google.com2009-08-241-15/+30
* Revert cl 24015rvargas@google.com2009-08-211-30/+15
* Http cache: Enable experimental support for byte range requests.rvargas@google.com2009-08-211-15/+30
* Http cache: Fix the code that handles 206s when revalidatingrvargas@google.com2009-08-201-1/+45
* Http Cache: Additional byte-range support.rvargas@google.com2009-08-181-29/+204
* LoadLog is used as an output parameter, reorder it to the last parameter.willchan@chromium.org2009-08-141-14/+14
* Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...ericroman@google.com2009-08-121-14/+14
* Http cache: Extend support for byte range requests.rvargas@google.com2009-08-121-9/+183
* Http Cache: Deactivate entries without having the key of thervargas@google.com2009-08-071-5/+60
* Support user-constructed conditional requests to HttpCache updating the cache.ericroman@google.com2009-08-031-30/+265
* Strip embedded "#" in URLs when constructing HTTP cache key.ericroman@google.com2009-07-231-2/+26
* Add unit-test for 16199, to check caching behavior of conditonalized cache re...ericroman@google.com2009-07-231-3/+132
* Fix a browser crash during cache validation.rvargas@google.com2009-06-301-0/+24
* Http cache: Add support for ranges with an unknown start or end.rvargas@google.com2009-06-241-1/+73
* Http cache: Return valid Content-Range headers for a byte range request.rvargas@google.com2009-06-221-8/+57
* Http Cache: First pass of byte-range requests support.rvargas@google.com2009-06-121-4/+126
* Add two small features to the HttpCache for benchmarking/debugging.mbelshe@google.com2009-06-051-0/+20