summaryrefslogtreecommitdiffstats
path: root/net/http/http_cache.cc
Commit message (Expand)AuthorAgeFilesLines
* base::Bind conversion for net/http/...adamk@chromium.org2011-10-201-10/+9
* Introduce net::HttpServerPropertiesManager to manage server-specific properties.rtenneti@chromium.org2011-10-091-0/+4
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-8/+8
* Delete Tracked, and move Location to its own file.ajwong@chromium.org2011-09-211-0/+1
* Exposing CloseIdleConnections in HttpCache, and close idle spdy sessionskristianm@chromium.org2011-09-081-0/+8
* Remove unnecessary forward declarations. Declarewtc@chromium.org2011-08-201-1/+1
* Instantiate OriginBoundCertService in relevant places and do plumbing to pass...rkn@chromium.org2011-08-111-0/+4
* Inform disk cache of WebKit memory cache hits.simonjam@chromium.org2011-08-021-0/+12
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Http cache: Remove a race between the http cache destructorrvargas@google.com2011-06-281-0/+4
* Kill URLRequestJobTracker.willchan@chromium.org2011-05-221-4/+0
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Refactor of NetworkDelegate.willchan@chromium.org2011-02-241-2/+2
* Refactor HttpStreamFactory.willchan@chromium.org2011-02-231-6/+3
* Revert 75668 for breaking ChromeOS build - Refactor HttpStreamFactory.willchan@chromium.org2011-02-231-3/+6
* Refactor HttpStreamFactory.willchan@chromium.org2011-02-221-6/+3
* Refactor HttpNetworkSession construction.willchan@chromium.org2011-02-031-13/+43
* Simplify HttpCache/HttpNetworkLayer/HttpNetworkSession interaction.willchan@chromium.org2011-01-281-7/+20
* More reordering the methods in headers in net/.erg@chromium.org2011-01-111-23/+23
* reapply r70628. It was wrongly blamed for breaking Linux valgrind bots.estade@chromium.org2011-01-071-8/+14
* Revert r70628. It broke Linux valgrind bots. See for exampleestade@chromium.org2011-01-071-14/+8
* First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-8/+14
* Revert 70618 - First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-14/+8
* First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-8/+14
* 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