summaryrefslogtreecommitdiffstats
path: root/net/http/http_cache.cc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Reduce the amount of included header files. Vast change like in "Oh God! This...maruel@chromium.org2009-02-181-0/+1
* Use RevocableStore to isolate the http cache from its transactions.rvargas@google.com2009-02-141-6/+40
* Extend the IOBuffer to the disk cache.rvargas@google.com2009-02-121-19/+14
* Revert cl 9528 to fix mac test_shell_testsrvargas@google.com2009-02-101-14/+19
* Extend the IOBuffer to the disk cache.rvargas@google.com2009-02-101-19/+14
* Reverting 8868.ericroman@google.com2009-01-291-0/+2
* Reverting 8864.wtc@chromium.org2009-01-291-2/+0
* Work around our not caching the intermediate CAwtc@chromium.org2009-01-291-0/+2
* Change URLRequest to use a ref-counted buffer for actual IO.rvargas@google.com2009-01-291-7/+11
* revert r8603rvargas@google.com2009-01-241-11/+7
* Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ...rvargas@google.com2009-01-241-7/+11
* Correct latency histograms for SDCH encodingjar@chromium.org2009-01-131-0/+1
* When there are multiple requests for the same resource, it isrvargas@google.com2009-01-071-3/+3
* Misc proxy service changes.ericroman@google.com2008-12-101-4/+4
* If a server answers a cache validation request with 304 and cache-control:no-...rvargas@google.com2008-12-091-1/+5
* http_cache: Don't destroy an entry from the transaction destructor ifrvargas@google.com2008-11-241-7/+22
* Add run time checks to get more info for bug 3931.rvargas@google.com2008-11-221-8/+26