summaryrefslogtreecommitdiffstats
path: root/net/http/http_cache.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a flags to further control response header persistence. We use this todarin@chromium.org2008-11-201-1/+12
* - Add preemptive authorization (new http stack only)ericroman@google.com2008-11-081-4/+0
* 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-36/+33
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* r1194 missed some sites to disable the warningmmentovai@google.com2008-08-211-3/+3
* Fix the final gcc warnings in base and net. Provide some macros to selective...mmentovai@google.com2008-08-211-5/+7
* Use the right mode in HttpCache::Transaction::RequiresValidationmmentovai@google.com2008-08-201-1/+1
* add http_cache to mac build.ericroman@google.com2008-08-191-5/+5
* Rename HttpProxy* classes to Proxy*. Move them into a net/proxy/ subdirectory.darin@google.com2008-08-111-3/+2
* Add net to the repository.initial.commit2008-07-261-0/+1359