summaryrefslogtreecommitdiffstats
path: root/net/http/http_cache.cc
Commit message (Expand)AuthorAgeFilesLines
* FBTF: Monster ctor patch after changing heuristics in clang plugin.erg@google.com2010-10-181-0/+17
* Revert 62918 - net: clean up SSLHostInfo construction.agl@chromium.org2010-10-181-22/+1
* net: clean up SSLHostInfo construction.agl@chromium.org2010-10-181-1/+22
* Http Cache: Remove checks used to track a crash.rvargas@google.com2010-10-111-16/+12
* Http Cache: Add some debug code to track a bug. Basicallyrvargas@google.com2010-10-081-0/+8
* Revert revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession."agl@chromium.org2010-10-081-3/+5
* Revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession."agl@chromium.org2010-10-071-5/+3
* net: plumb DnsRRResolver from IOThread to HttpNetworkSession.agl@chromium.org2010-10-071-3/+5
* Stop refcounting ClientSocketPool.willchan@chromium.org2010-09-291-2/+1
* net: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-251-3/+4
* 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