summaryrefslogtreecommitdiffstats
path: root/net/http/http_cache.cc
Commit message (Expand)AuthorAgeFilesLines
* Cache certificate verification results in memory.wtc@google.com2010-12-161-2/+3
* Http cache: Remove the option to disable byte range support.rvargas@google.com2010-12-091-9/+5
* Revert "Revert "net: Plumb DnsCertProvenanceChecker around.""agl@chromium.org2010-11-221-1/+3
* Revert "net: Plumb DnsCertProvenanceChecker around."agl@chromium.org2010-11-221-3/+1
* net: Plumb DnsCertProvenanceChecker around.agl@chromium.org2010-11-221-1/+3
* Revert "net: Plumb DnsCertProvenanceChecker around."agl@chromium.org2010-11-181-3/+1
* net: Plumb DnsCertProvenanceChecker around.agl@chromium.org2010-11-181-1/+3
* Http cache: Remove code used to track a crash.rvargas@google.com2010-11-171-8/+0
* net: always save certs and trigger verify in SSLHostInfo.agl@chromium.org2010-10-261-2/+3
* net: Remove key argument from ActivateEntry function.tfarina@chromium.org2010-10-231-4/+3
* net: move SSL host info serialisation into SSLHostInfoagl@chromium.org2010-10-201-1/+1
* Revert revert 62918 - net: clean up SSLHostInfo construction."agl@chromium.org2010-10-191-1/+22
* 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