summaryrefslogtreecommitdiffstats
path: root/net/http/http_cache.cc
Commit message (Expand)AuthorAgeFilesLines
* Rework the logging for sockets/connectjobs.eroman@chromium.org2010-06-031-1/+3
* net-internals: use the async interface for displaying cache statistics.rvargas@google.com2010-05-271-0/+4
* Remove handler from HttpAuthCache.cbentzel@chromium.org2010-05-201-0/+1
* Revert r47395. Looks like it still crashes =/willchan@chromium.org2010-05-201-1/+1
* This is roughly a reland of r43908, although I had to rewrite a fair chunk si...willchan@chromium.org2010-05-171-1/+1
* Http Cache: Add a backend factory class so that the callerrvargas@google.com2010-05-121-77/+36
* Http Cache: Handle the asynchronous instantiation of thervargas@google.com2010-05-071-91/+254
* Auto-format style pass over files.cbentzel@chromium.org2010-05-041-3/+4
* Http cache: Add support for a dedicated cache thread.rvargas@google.com2010-04-291-0/+11
* Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing...eroman@chromium.org2010-04-281-1/+1
* Fix crash on IP address change.willchan@chromium.org2010-04-191-2/+6
* Update about:cache to display cached metadata for an entry.tonyg@chromium.org2010-04-191-6/+0
* Flush socket pools and SPDY session pool properly on explicit requests and ne...willchan@chromium.org2010-04-081-6/+2
* Http cache: Reorder the files after the previous mess-up.rvargas@google.com2010-03-081-62/+62
* Http cache: Expose storing metadata on a given entry.rvargas@google.com2010-03-021-1/+87
* Add APIs to expose http cache's metadata and thervargas@google.com2010-02-231-0/+6
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-0/+1
* Added factories for HttpAuthHandler.cbentzel@chromium.org2010-02-151-3/+5
* Http cache: Remove the explicit transaction callback and let thervargas@google.com2010-02-111-30/+27
* Http Cache: Eliminate EntryAvailable() and make the cache uservargas@google.com2010-02-111-3/+7
* The great Flip -> Spdy rename.mbelshe@chromium.org2010-02-081-2/+2
* Rename all files from flip* to spdy*.mbelshe@chromium.org2010-02-061-1/+1
* Pass the NetworkChangeNotifier to HostResolver.willchan@chromium.org2010-02-041-4/+8
* Http cache: Fix a leak on RemovePendingCallbackFromNewEntryrvargas@google.com2010-01-141-0/+1
* Http Cache: Use asynchronous Open/Create/Doom entry calls.rvargas@google.com2010-01-141-25/+300
* Rename CloseIdleConnections -> CloseCurrentConnections.mbelshe@chromium.org2010-01-141-1/+2
* Update CloseIdleSockets to close out FLIP connections asmbelshe@google.com2009-12-011-0/+3
* Add compiler-specific "examine printf format" attributes to printfs.evan@chromium.org2009-11-201-2/+5
* Http Cache: Split HttpCache::Transaction to its own setrvargas@google.com2009-11-111-1582/+1
* Clear disk cache when the cache is not initializedhclam@chromium.org2009-11-071-18/+20
* Http cache: Make sure that we handle byte range requests thatrvargas@google.com2009-11-031-3/+8
* Http cache: Always preserve extra headers when dealing withrvargas@google.com2009-11-031-1/+3
* Http cache: Allow multiple external validation headers.rvargas@google.com2009-11-021-55/+38
* Http cache: Handle byte range requests when there is no cache entry.rvargas@google.com2009-10-271-0/+3
* Http cache: Make sure that we remove pending transactionsrvargas@google.com2009-10-261-3/+18
* Http Cache: Convert data writes from sysnchronous to asynchronous.rvargas@google.com2009-10-221-30/+76
* Http Cache: Enable byte-range support by default.rvargas@google.com2009-10-161-4/+4
* HTTP Cache: Apply all freshness tests to Partial content entries.rvargas@google.com2009-10-161-0/+3
* Convert the HTTP cache to use FilePath rather than wstring for thetony@chromium.org2009-10-151-6/+5
* Final patch to convert disk cache to using FilePath instead oftony@chromium.org2009-10-151-2/+3
* Disk cache: Add a method to cancel pending sparse operations.rvargas@google.com2009-10-081-4/+36
* Make HttpResponseInfo pickle'able, just moves some code from HttpCache to Htt...michaeln@google.com2009-10-081-123/+3
* Initial CL for fixing some of the proxy auth issues.chron@chromium.org2009-10-061-0/+6
* Handle range request on a truncated entryhclam@chromium.org2009-10-021-0/+2
* Implement ScopedRunnableMethodFactory using WeakPtr.darin@chromium.org2009-09-251-17/+15
* Replace some net::ERR_FAILED generic error codes with more specific codes.eroman@chromium.org2009-09-241-6/+8
* 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