summaryrefslogtreecommitdiffstats
path: root/net/http/http_cache.cc
Commit message (Expand)AuthorAgeFilesLines
* Http cache: Make sure that the memory used to receive thervargas@google.com2010-08-241-10/+19
* Http cache: It turns out that the cache destructorrvargas@google.com2010-08-211-17/+35
* Make sure we flush ssl pool when CloseCurrentConnections is called.lzheng@chromium.org2010-08-191-0/+1
* SpdySessionPool closes down sessions accurately now.erikchen@google.com2010-08-191-1/+1
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-1/+2
* Http Cache: Enable some checks to track a low volume crash.rvargas@google.com2010-07-171-10/+19
* Http Cache: Don't delete the callback that is waiting forrvargas@google.com2010-07-171-2/+15
* Http Cache: chain GetLoadState from transactions waiting forrvargas@google.com2010-07-151-0/+13
* Revert 52334 - Http Cache: chain GetLoadState from transactions waiting forrvargas@google.com2010-07-141-13/+0
* Http Cache: chain GetLoadState from transactions waiting forrvargas@google.com2010-07-141-0/+13
* Disk cache: Switch the disk cache to use the cache_thread.rvargas@google.com2010-07-131-0/+1
* Massively simplify the NetworkChangeNotifier infrastructure:pkasting@chromium.org2010-06-251-7/+4
* Add a net::HttpNetworkDelegate and a ChromeNetworkDelegate.willchan@chromium.org2010-06-151-0/+2
* Reland 49600 - Http cache: Remove deprecated code.rvargas@google.com2010-06-141-60/+6
* Revert 49600 - Http cache: Remove deprecated code.rvargas@google.com2010-06-111-6/+60
* Http cache: Remove deprecated code.rvargas@google.com2010-06-111-60/+6
* Do not attempt to reuse active sockets after a socket pool flush (usually a n...willchan@chromium.org2010-06-071-2/+1
* 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