summaryrefslogtreecommitdiffstats
path: root/net/http/http_cache.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert 25873.eroman@chromium.org2009-09-221-73/+31
* Http cache: Convert data writes from sysnchronous to asynchronous.rvargas@google.com2009-09-101-31/+73
* Http cache: Don't delete sparse entries when wervargas@google.com2009-09-091-11/+18
* Add some trace-points to HttpCache for request profiling (cache entry "open",...eroman@chromium.org2009-09-061-3/+15
* Bug fixing for range request support in HttpCachehclam@chromium.org2009-09-051-1/+0
* Http Cache: Add support for resuming downloading arvargas@google.com2009-09-041-29/+75
* Update the request time of http cache entries on 304.eroman@chromium.org2009-09-041-0/+1
* Update the response time of http cache entries on 304.eroman@chromium.org2009-09-041-0/+2
* Http cache: reorder some functions. No code change.rvargas@google.com2009-09-011-77/+74
* Http cache: Cleanup from tracking of bug 9952.rvargas@google.com2009-09-011-67/+12
* Http cache: Bypass the cache for range requests that have validation headers.rvargas@google.com2009-08-281-0/+8
* Refactor function to unpack an Entry from its pickle to a HttpResponseInfo.mbelshe@google.com2009-08-251-12/+18
* Http cache: Enable experimental support for byte range requests.rvargas@google.com2009-08-241-24/+21
* Revert cl 24015rvargas@google.com2009-08-211-20/+24
* Http cache: Enable experimental support for byte range requests.rvargas@google.com2009-08-211-24/+20
* Http cache: Fix the code that handles 206s when revalidatingrvargas@google.com2009-08-201-18/+46
* Add missing break statement.jhawkins@chromium.org2009-08-191-3/+5
* Pref-backed SSLConfigService for Linux.mattm@chromium.org2009-08-191-2/+4
* Make ClientSocketHandle::Init() typesafe.willchan@chromium.org2009-08-191-1/+1
* Http Cache: Additional byte-range support.rvargas@google.com2009-08-181-11/+57
* LoadLog is used as an output parameter, reorder it to the last parameter.willchan@chromium.org2009-08-141-5/+5
* Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...ericroman@google.com2009-08-121-6/+10
* Http cache: Extend support for byte range requests.rvargas@google.com2009-08-121-21/+85
* Http Cache: Deactivate entries without having the key of thervargas@google.com2009-08-071-1/+16
* Update a comment.ericroman@google.com2009-08-041-1/+2
* Support user-constructed conditional requests to HttpCache updating the cache.ericroman@google.com2009-08-031-20/+160
* Http cache: dump the transaction and active entry keyrvargas@google.com2009-07-291-2/+11
* Http cache: revert dumping the transaction key.rvargas@google.com2009-07-291-9/+2
* Http cache: dump the transaction and active entry keyrvargas@google.com2009-07-291-2/+9
* Strip embedded "#" in URLs when constructing HTTP cache key.ericroman@google.com2009-07-231-3/+2
* Add more code to debug a crash inside HttpCache::DeactivateEntryrvargas@google.com2009-07-061-5/+33
* Fix a browser crash during cache validation.rvargas@google.com2009-06-301-0/+10
* Http cache: Add support for ranges with an unknown start or end.rvargas@google.com2009-06-241-1/+5
* Http cache: Return valid Content-Range headers for a byte range request.rvargas@google.com2009-06-221-0/+14
* Specify new methods for supporting SSL client authentication.wtc@chromium.org2009-06-121-1/+44
* Http Cache: First pass of byte-range requests support.rvargas@google.com2009-06-121-60/+278
* * Avoid doing concurrent DNS resolves of the same hostname in HostResolver.ericroman@google.com2009-06-121-4/+9
* Add two small features to the HttpCache for benchmarking/debugging.mbelshe@google.com2009-06-051-10/+28
* Remove code path that passes a file handle to the rendererhclam@chromium.org2009-05-291-31/+0
* Assert that HttpNetworkTransaction::GetResponseInfo() shouldukai@chromium.org2009-05-151-1/+5
* Add two more error codes to net.rvargas@google.com2009-05-071-2/+2
* Respect cookies set in a 401 responses when restarting the http transaction.ericroman@google.com2009-03-271-0/+7
* Disk cache: First pass to make it possible to havervargas@google.com2009-03-251-8/+8
* Net module changes to support caching responses to a POST request.darin@chromium.org2009-03-241-36/+45
* Highlights of changes:hclam@chromium.org2009-03-131-2/+18
* Slight code change to make some global variables const.maruel@google.com2009-03-101-2/+2
* Revert change 10975 and 10972 because it broke the purify nsylvain@chromium.org2009-03-051-9/+0
* Highlights of changes:hclam@chromium.org2009-03-051-0/+9
* Proposed change to support resource loading for media files.hclam@chromium.org2009-03-021-2/+47
* Http cache: When adding a transaction to a cache entry,rvargas@google.com2009-02-271-3/+3