summaryrefslogtreecommitdiffstats
path: root/net/http/http_cache_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove HttpTransaction::Destroy(), and do automatic memory management with sc...ericroman@google.com2008-10-211-37/+33
* Some platform cleanup to net/deanm@google.com2008-09-231-23/+10
* Replace all instances of <hash_map> with a "base/hash_tabe.h",erg@google.com2008-09-081-2/+2
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Introduce MessagePump to represent the native message pump used to drive adarin@google.com2008-08-151-2/+1
* Add net to the repository.initial.commit2008-07-261-0/+1012