summaryrefslogtreecommitdiffstats
path: root/net/http/http_cache_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Disk cache: Interface for the sparse cache support.rvargas@google.com2009-06-041-2/+77
* Remove code path that passes a file handle to the rendererhclam@chromium.org2009-05-291-96/+2
* Disk cache: First pass to make it possible to havervargas@google.com2009-03-251-2/+2
* Net module changes to support caching responses to a POST request.darin@chromium.org2009-03-241-7/+58
* Highlights of changes:hclam@chromium.org2009-03-131-0/+1
* Slight code change to make some global variables const.maruel@google.com2009-03-101-2/+4
* Revert change 10975 and 10972 because it broke the purify nsylvain@chromium.org2009-03-051-1/+0
* Highlights of changes:hclam@chromium.org2009-03-051-0/+1
* Proposed change to support resource loading for media files.hclam@chromium.org2009-03-021-2/+97
* Http cache: When adding a transaction to a cache entry,rvargas@google.com2009-02-271-1/+88
* Use RevocableStore to isolate the http cache from its transactions.rvargas@google.com2009-02-141-0/+9
* Extend the IOBuffer to the disk cache.rvargas@google.com2009-02-121-4/+4
* Revert cl 9528 to fix mac test_shell_testsrvargas@google.com2009-02-101-4/+4
* Extend the IOBuffer to the disk cache.rvargas@google.com2009-02-101-4/+4
* Change URLRequest to use a ref-counted buffer for actual IO.rvargas@google.com2009-01-291-2/+2
* revert r8603rvargas@google.com2009-01-241-2/+2
* Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ...rvargas@google.com2009-01-241-2/+2
* When there are multiple requests for the same resource, it isrvargas@google.com2009-01-071-0/+74
* If a server answers a cache validation request with 304 and cache-control:no-...rvargas@google.com2008-12-091-0/+44
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+2